AuditCriterion |
AuditProperty.between(T lo,
T hi) |
Apply a "between" constraint
|
AuditCriterion |
AuditFunction.eq(Object value) |
Apply an "equal" constraint
|
AuditCriterion |
AuditId.eq(Object id) |
Apply an "equal" constraint
|
AuditCriterion |
AuditProperty.eq(T value) |
Apply an "equal" constraint
|
AuditCriterion |
AuditRelatedId.eq(Object id) |
Applies an "equals" criteria predicate.
|
AuditCriterion |
AuditFunction.eqFunction(AuditFunction otherFunction) |
Apply an "equal" constraint to another function
|
AuditCriterion |
AuditProperty.eqFunction(AuditFunction otherFunction) |
Apply an "equal" constraint to a function
|
AuditCriterion |
AuditFunction.eqProperty(String propertyName) |
Apply an "equal" constraint to a property
|
AuditCriterion |
AuditFunction.eqProperty(String alias,
String propertyName) |
Apply an "equal" constraint to a property
|
AuditCriterion |
AuditProperty.eqProperty(String otherPropertyName) |
Apply an "equal" constraint to another property
|
AuditCriterion |
AuditProperty.eqProperty(String otherAlias,
String otherPropertyName) |
Apply an "equal" constraint to another property
|
AuditCriterion |
AuditFunction.ge(Object value) |
Apply a "greater than or equal" constraint
|
AuditCriterion |
AuditProperty.ge(T value) |
Apply a "greater than or equal" constraint
|
AuditCriterion |
AuditFunction.geFunction(AuditFunction otherFunction) |
Apply a "greater than or equal" constraint to another function
|
AuditCriterion |
AuditProperty.geFunction(AuditFunction otherFunction) |
Apply a "greater than or equal" constraint to a function
|
AuditCriterion |
AuditFunction.geProperty(String propertyName) |
Apply a "greater than or equal" constraint to a property
|
AuditCriterion |
AuditFunction.geProperty(String alias,
String propertyName) |
Apply a "greater than or equal" constraint to a property
|
AuditCriterion |
AuditProperty.geProperty(String otherPropertyName) |
Apply a "greater than or equal" constraint to another property
|
AuditCriterion |
AuditProperty.geProperty(String otherAlias,
String otherPropertyName) |
Apply a "greater than or equal" constraint to another property
|
AuditCriterion |
AuditFunction.gt(Object value) |
Apply a "greater than" constraint
|
AuditCriterion |
AuditProperty.gt(T value) |
Apply a "greater than" constraint
|
AuditCriterion |
AuditFunction.gtFunction(AuditFunction otherFunction) |
Apply a "greater than" constraint to another function
|
AuditCriterion |
AuditProperty.gtFunction(AuditFunction otherFunction) |
Apply a "greater than" constraint to a function
|
AuditCriterion |
AuditFunction.gtProperty(String propertyName) |
Apply a "greater than" constraint to a property
|
AuditCriterion |
AuditFunction.gtProperty(String alias,
String propertyName) |
Apply a "greater than" constraint to a property
|
AuditCriterion |
AuditProperty.gtProperty(String otherPropertyName) |
Apply a "greater than" constraint to another property
|
AuditCriterion |
AuditProperty.gtProperty(String otherAlias,
String otherPropertyName) |
Apply a "greater than" constraint to another property
|
AuditCriterion |
AuditId.hasChanged() |
|
AuditCriterion |
AuditProperty.hasChanged() |
|
AuditCriterion |
AuditId.hasNotChanged() |
|
AuditCriterion |
AuditProperty.hasNotChanged() |
|
AuditCriterion |
AuditProperty.ilike(String value,
MatchMode matchMode) |
Apply on "ilike" constraint
|
AuditCriterion |
AuditProperty.ilike(T value) |
Apply an "ilike" constraint
|
AuditCriterion |
AuditProperty.in(Collection values) |
Apply an "in" constraint
|
AuditCriterion |
AuditProperty.in(T[] values) |
Apply an "in" constraint
|
AuditCriterion |
AuditRelatedId.in(Object[] values) |
Applies an "in" criteria predicate.
|
AuditCriterion |
AuditProperty.isNotNull() |
Apply an "is not null" constraint to the another property
|
AuditCriterion |
AuditProperty.isNull() |
Apply an "is null" constraint
|
AuditCriterion |
AuditFunction.le(Object value) |
Apply a "less than or equal" constraint
|
AuditCriterion |
AuditProperty.le(T value) |
Apply a "less than or equal" constraint
|
AuditCriterion |
AuditFunction.leFunction(AuditFunction otherFunction) |
Apply a "less than or equal" constraint to another function
|
AuditCriterion |
AuditProperty.leFunction(AuditFunction otherFunction) |
Apply a "less than or equal" constraint to a function
|
AuditCriterion |
AuditFunction.leProperty(String propertyName) |
Apply a "less than or equal" constraint to a property
|
AuditCriterion |
AuditFunction.leProperty(String alias,
String propertyName) |
Apply a "less than or equal" constraint to a property
|
AuditCriterion |
AuditProperty.leProperty(String otherPropertyName) |
Apply a "less than or equal" constraint to another property
|
AuditCriterion |
AuditProperty.leProperty(String otherAlias,
String otherPropertyName) |
Apply a "less than or equal" constraint to another property
|
AuditCriterion |
AuditFunction.like(Object value) |
Apply a "like" constraint
|
AuditCriterion |
AuditFunction.like(String value,
MatchMode matchMode) |
Apply a "like" constraint
|
AuditCriterion |
AuditProperty.like(String value,
MatchMode matchMode) |
Apply a "like" constraint
|
AuditCriterion |
AuditProperty.like(T value) |
Apply a "like" constraint
|
AuditCriterion |
AuditFunction.lt(Object value) |
Apply a "less than" constraint
|
AuditCriterion |
AuditProperty.lt(T value) |
Apply a "less than" constraint
|
AuditCriterion |
AuditFunction.ltFunction(AuditFunction otherFunction) |
Apply a "less than" constraint to another function
|
AuditCriterion |
AuditProperty.ltFunction(AuditFunction otherFunction) |
Apply a "less than" constraint to a function
|
AuditCriterion |
AuditFunction.ltProperty(String propertyName) |
Apply a "less than" constraint to a property
|
AuditCriterion |
AuditFunction.ltProperty(String alias,
String propertyName) |
Apply a "less than" constraint to a property
|
AuditCriterion |
AuditProperty.ltProperty(String otherPropertyName) |
Apply a "less than" constraint to another property
|
AuditCriterion |
AuditProperty.ltProperty(String otherAlias,
String otherPropertyName) |
Apply a "less than" constraint to another property
|
AuditCriterion |
AuditFunction.ne(Object value) |
Apply a "not equal" constraint
|
AuditCriterion |
AuditId.ne(Object id) |
Apply a "not equal" constraint
|
AuditCriterion |
AuditProperty.ne(T value) |
Apply a "not equal" constraint
|
AuditCriterion |
AuditRelatedId.ne(Object id) |
Applies a "not equals" criteria predicate.
|
AuditCriterion |
AuditFunction.neFunction(AuditFunction otherFunction) |
Apply a "not equal" constraint to another function
|
AuditCriterion |
AuditProperty.neFunction(AuditFunction otherFunction) |
Apply a "not equal" constraint to a function
|
AuditCriterion |
AuditFunction.neProperty(String propertyName) |
Apply a "not equal" constraint to a property
|
AuditCriterion |
AuditFunction.neProperty(String alias,
String propertyName) |
Apply a "not equal" constraint to a property
|
AuditCriterion |
AuditProperty.neProperty(String otherPropertyName) |
Apply a "not equal" constraint to another property
|
AuditCriterion |
AuditProperty.neProperty(String otherAlias,
String otherPropertyName) |
Apply a "not equal" constraint to another property
|