This commit is contained in:
Francesco
2023-10-01 14:20:49 +02:00
parent 487e001ff7
commit 6bebfcd58b
4 changed files with 5 additions and 3 deletions

View File

@@ -31,6 +31,9 @@ import tech.ailef.dbadmin.external.annotations.DisplayImage;
import tech.ailef.dbadmin.external.annotations.Filterable;
import tech.ailef.dbadmin.external.annotations.FilterableType;
/**
* Represent a field on the database, generated from an Entity class instance variable.
*/
public class DbField {
/**
* The inferred name of this field on the database

View File

@@ -34,7 +34,7 @@ import tech.ailef.dbadmin.external.dto.CompareOperator;
import tech.ailef.dbadmin.external.exceptions.DbAdminException;
/**
* The list of supported field types
* The enum for supported database field types.
*/
public enum DbFieldType {
INTEGER {

View File

@@ -142,7 +142,6 @@ public class LogsSearchRequest implements FilterRequest {
/**
* Returns the requested sort order, possibly null
* @param sortOrder
*/
public String getSortOrder() {