@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface CaseInsensitive
Annotation to define a field that should be treated as case insensitive when used as a query filter| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
lowerCased
Indicates whether lower case or upper cased search field is used.
|
String |
searchField
For case insensitive field, read operations may need to use an alternate field (lower/upper cased).
|
boolean |
value
True indicates that the field should be treated as case insensitive for queries.
|
public abstract boolean value
public abstract String searchField
Copyright © 2018. All rights reserved.