public interface ComparisonRestrictionExtractor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
eq(String propertyName,
Object value)
Eq t.
|
<T> T |
gt(String propertyName,
Object value)
Gt t.
|
<T> T |
gte(String propertyName,
Object value)
Gte t.
|
<T> T |
lt(String propertyName,
Object value)
Lt t.
|
<T> T |
lte(String propertyName,
Object value)
Lte t.
|
<T> T |
notEq(String propertyName,
Object value)
Not eq t.
|
<T> T eq(String propertyName, Object value)
T - the type parameterpropertyName - the property namevalue - the value<T> T notEq(String propertyName, Object value)
T - the type parameterpropertyName - the property namevalue - the value<T> T lt(String propertyName, Object value)
T - the type parameterpropertyName - the property namevalue - the value<T> T lte(String propertyName, Object value)
T - the type parameterpropertyName - the property namevalue - the value<T> T gt(String propertyName, Object value)
T - the type parameterpropertyName - the property namevalue - the valueCopyright © 2020. All rights reserved.