mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
v0.1.3
This commit is contained in:
parent
487e001ff7
commit
6bebfcd58b
2
pom.xml
2
pom.xml
@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
<groupId>tech.ailef</groupId>
|
||||
<artifactId>spring-boot-db-admin</artifactId>
|
||||
<version>0.1.3-SNAPSHOT</version>
|
||||
<version>0.1.3</version>
|
||||
<name>spring-boot-db-admin</name>
|
||||
<description>Srping Boot Database Admin is an auto-generated CRUD admin panel for Spring Boot apps</description>
|
||||
<properties>
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user