Class Factor
java.lang.Object
ch.tocco.nice2.persist.core.api.qb2.Condition
ch.tocco.nice2.persist.core.api.qb2.Factor
- Direct Known Subclasses:
Function,Literal,Parameter,PathCondition,SubQuery,UncorrelatedSubQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCondition that value is within bounds[min, max](including boundaries!)min <= value <= maxCondition that value is within bounds[min, max](including boundaries!)min <= value <= maxstatic FactorfromLiteral(@Nullable Object value) fromLiteralFunction(boolean asParameter) static FactorfromParameter(String paramName) static FactorgreaterEqual(Factor value) greaterEqual(Object value) greaterThan(Factor value) greaterThan(Object value) lowerEqual(Factor value) lowerEqual(Object value) Methods inherited from class ch.tocco.nice2.persist.core.api.qb2.Condition
create, createPathNode, createPathNode, getType
-
Constructor Details
-
Factor
public Factor()
-
-
Method Details
-
fromPath
-
fromLiteral
-
fromParameter
-
fromLiteralFunction
-
fromPathFunction
-
fromParameterFunction
-
is
-
isNot
-
lowerEqual
-
greaterEqual
-
lowerThan
-
greaterThan
-
like
-
fuzzyIs
-
between
Condition that value is within bounds[min, max](including boundaries!)min <= value <= max- Parameters:
min- the lower boundmax- the upper bound
-
is
-
isNot
-
lowerEqual
-
greaterEqual
-
lowerThan
-
greaterThan
-
like
-
between
Condition that value is within bounds[min, max](including boundaries!)min <= value <= max- Parameters:
min- the lower boundmax- the upper bound
-