Interface FieldDef
public interface FieldDef
-
Method Summary
Modifier and TypeMethodDescriptionasc()Condition that value is within bounds[min, max](including boundaries!)min <= value <= maxCondition that value is within bounds[min, max](including boundaries!)min <= value <= maxdesc()Same asis(ch.tocco.nice2.persist.qb2.Factor), but case insensitive.Same asis(Object), but case insensitive.getPath()greaterEqual(Factor value) greaterEqual(Object value) greaterThan(Factor value) greaterThan(Object value) in(UncorrelatedSubQuery value) isNull()lowerEqual(Factor value) lowerEqual(Object value) order()
-
Method Details
-
getPath
String getPath() -
is
-
is
-
isNot
-
isNot
-
isNull
Condition isNull() -
isNotNull
Condition isNotNull() -
lowerEqual
-
lowerEqual
-
greaterEqual
-
greaterEqual
-
lowerThan
-
lowerThan
-
greaterThan
-
greaterThan
-
like
-
like
-
fuzzyIs
Same asis(ch.tocco.nice2.persist.qb2.Factor), but case insensitive. -
fuzzyIs
Same asis(Object), but case insensitive. -
between
Condition that value is within bounds[min, max](including boundaries!)min <= value <= max- Parameters:
min- the lower boundmax- the upper bound
-
between
Condition that value is within bounds[min, max](including boundaries!)min <= value <= max- Parameters:
min- the lower boundmax- the upper bound
-
isValues
-
in
-
in
-
inValues
-
desc
Order desc() -
asc
Order asc() -
order
Order order()
-