mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-07 12:41:11 +00:00
v0.1.3
This commit is contained in:
@@ -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
|
||||
|
@@ -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 {
|
||||
|
@@ -142,7 +142,6 @@ public class LogsSearchRequest implements FilterRequest {
|
||||
|
||||
/**
|
||||
* Returns the requested sort order, possibly null
|
||||
* @param sortOrder
|
||||
*/
|
||||
|
||||
public String getSortOrder() {
|
||||
|
Reference in New Issue
Block a user