Package app.tozzi.annotation
Annotation Interface Searchable
-
Optional Element Summary
Optional Elements
-
Element Details
-
entityFieldKey
String entityFieldKey- Default:
""
-
targetType
JPASearchType targetType- Default:
UNTYPED
-
datePattern
String datePattern- Default:
""
-
maxSize
int maxSize- Default:
-1
-
minSize
int minSize- Default:
-1
-
regexPattern
String regexPattern- Default:
""
-
maxDigits
int maxDigits- Default:
-1
-
minDigits
int minDigits- Default:
-1
-
decimalFormat
String decimalFormat- Default:
"#.##"
-
sortable
boolean sortable- Default:
true
-
trim
boolean trim- Default:
false
-
tags
Tag[] tags- Default:
{}
-
allowedFilters
JPASearchOperatorFilter[] allowedFilters- Default:
{}
-
notAllowedFilters
JPASearchOperatorFilter[] notAllowedFilters- Default:
{}
-
allowLikeFilters
boolean allowLikeFilters- Default:
true
-