Predicate |
LogicalPredicate.and(Predicate predicate) |
|
Predicate |
Predicate.and(Predicate predicate) |
Creates an AND of the predicate with the argument.
|
Predicate |
PredicateOperand.between(java.lang.Number arg1,
java.lang.Number arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(java.lang.Number arg1,
PredicateOperand arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(java.lang.String arg1,
java.lang.String arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(java.lang.String arg1,
PredicateOperand arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(java.util.Calendar arg1,
java.util.Calendar arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(java.util.Calendar arg1,
PredicateOperand arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(java.util.Date arg1,
java.util.Date arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(java.util.Date arg1,
PredicateOperand arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(PredicateOperand arg1,
java.lang.Number arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(PredicateOperand arg1,
java.lang.String arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(PredicateOperand arg1,
java.util.Calendar arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(PredicateOperand arg1,
java.util.Date arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.between(PredicateOperand arg1,
PredicateOperand arg2) |
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
PredicateOperand.equal(boolean arg) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
PredicateOperand.equal(java.lang.Class cls) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
PredicateOperand.equal(java.lang.Enum<?> e) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
PredicateOperand.equal(java.lang.Number arg) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
PredicateOperand.equal(java.lang.String arg) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
PredicateOperand.equal(java.util.Calendar arg) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
PredicateOperand.equal(java.util.Date arg) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
PredicateOperand.equal(PredicateOperand arg) |
Create a predicate for testing equality with the specified argument.
|
Predicate |
AbstractDomainObject.exists() |
Adds this path as EXISTS(subquery) to its owning query.
|
Predicate |
QueryDefinition.exists() |
Use the query definition instance as a subquery in an exists predicate.
|
Predicate |
QueryDefinitionImpl.exists() |
|
Predicate |
PredicateOperand.greaterEqual(java.lang.Number arg) |
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
PredicateOperand.greaterEqual(java.lang.String arg) |
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
PredicateOperand.greaterEqual(java.util.Calendar arg) |
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
PredicateOperand.greaterEqual(java.util.Date arg) |
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
PredicateOperand.greaterEqual(PredicateOperand arg) |
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
PredicateOperand.greaterThan(java.lang.Number arg) |
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
PredicateOperand.greaterThan(java.lang.String arg) |
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
PredicateOperand.greaterThan(java.util.Calendar arg) |
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
PredicateOperand.greaterThan(java.util.Date arg) |
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
PredicateOperand.greaterThan(PredicateOperand arg) |
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
Expression.in(java.lang.Class... classes) |
Create a predicate for testing whether the expression value is a member
of the argument list.
|
Predicate |
Expression.in(java.lang.Enum<?>... enums) |
Create a predicate for testing whether the expression value is a member
of the argument list.
|
Predicate |
Expression.in(java.lang.Number... nums) |
Create a predicate for testing whether the expression value is a member
of the argument list.
|
Predicate |
Expression.in(java.lang.String... strings) |
Create a predicate for testing whether the expression value is a member
of the argument list.
|
Predicate |
Expression.in(Expression... params) |
Create a predicate for testing whether the expression value is a member
of the argument list.
|
Predicate |
Expression.in(Subquery subquery) |
Create a predicate for testing whether the expression value is a member
of a subquery result.
|
Predicate |
PathExpression.isEmpty() |
Add a restriction that the path expression must correspond to an
association or element collection that is empty (has no elements).
|
Predicate |
Expression.isNull() |
Create a predicate for testing whether the value of the expression is
null.
|
Predicate |
PredicateOperand.lessEqual(java.lang.Number arg) |
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
PredicateOperand.lessEqual(java.lang.String arg) |
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
PredicateOperand.lessEqual(java.util.Calendar arg) |
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
PredicateOperand.lessEqual(java.util.Date arg) |
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
PredicateOperand.lessEqual(PredicateOperand arg) |
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
PredicateOperand.lessThan(java.lang.Number arg) |
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
PredicateOperand.lessThan(java.lang.String arg) |
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
PredicateOperand.lessThan(java.util.Calendar arg) |
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
PredicateOperand.lessThan(java.util.Date arg) |
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
PredicateOperand.lessThan(PredicateOperand arg) |
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
PredicateOperand.like(java.lang.String pattern) |
Create a predicate for testing whether the PredicateOperand satisfies
the given pattern.
|
Predicate |
PredicateOperand.like(java.lang.String pattern,
char escapeChar) |
Create a predicate for testing whether the PredicateOperand satisfies
the given pattern.
|
Predicate |
PredicateOperand.like(java.lang.String pattern,
PredicateOperand escapeChar) |
Create a predicate for testing whether the PredicateOperand satisfies
the given pattern.
|
Predicate |
PredicateOperand.like(PredicateOperand pattern) |
Create a predicate for testing whether the PredicateOperand satisfies the
given pattern.
|
Predicate |
PredicateOperand.like(PredicateOperand pattern,
char escapeChar) |
Create a predicate for testing whether the PredicateOperand satisfies the
given pattern.
|
Predicate |
PredicateOperand.like(PredicateOperand pattern,
PredicateOperand escapeChar) |
Create a predicate for testing whether the PredicateOperand satisfies the
given pattern.
|
Predicate |
Expression.member(PathExpression arg) |
Create a predicate for testing whether the expression is a member of the
association or element collection denoted by the path expression.
|
Predicate |
LogicalPredicate.not() |
|
Predicate |
Predicate.not() |
Creates a negation of the predicate with the argument.
|
Predicate |
PredicateOperand.notEqual(boolean arg) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
PredicateOperand.notEqual(java.lang.Class cls) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
PredicateOperand.notEqual(java.lang.Enum<?> e) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
PredicateOperand.notEqual(java.lang.Number arg) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
PredicateOperand.notEqual(java.lang.String arg) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
PredicateOperand.notEqual(java.util.Calendar arg) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
PredicateOperand.notEqual(java.util.Date arg) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
PredicateOperand.notEqual(PredicateOperand arg) |
Create a predicate for testing inequality with the specified argument.
|
Predicate |
LogicalPredicate.or(Predicate predicate) |
|
Predicate |
Predicate.or(Predicate predicate) |
Creates an OR of the predicate with the argument.
|
Predicate |
AbstractDomainObject.predicate(boolean b) |
|
Predicate |
QueryDefinition.predicate(boolean b) |
Create a predicate value from the given boolean.
|
Predicate |
QueryDefinitionImpl.predicate(boolean b) |
|