AuditCriterion |
AuditProperty.between(T lo,
T hi) |
Apply a "between" constraint
|
AuditCriterion |
AuditId.eq(java.lang.Object id) |
Apply an "equal" constraint
|
AuditCriterion |
AuditProperty.eq(T value) |
Apply an "equal" constraint
|
AuditCriterion |
AuditRelatedId.eq(java.lang.Object id) |
Applies an "equals" criteria predicate.
|
AuditCriterion |
AuditProperty.eqProperty(java.lang.String otherPropertyName) |
Apply an "equal" constraint to another property
|
AuditCriterion |
AuditProperty.eqProperty(java.lang.String otherAlias,
java.lang.String otherPropertyName) |
Apply an "equal" constraint to another property
|
AuditCriterion |
AuditProperty.ge(T value) |
Apply a "greater than or equal" constraint
|
AuditCriterion |
AuditProperty.geProperty(java.lang.String otherPropertyName) |
Apply a "greater than or equal" constraint to another property
|
AuditCriterion |
AuditProperty.geProperty(java.lang.String otherAlias,
java.lang.String otherPropertyName) |
Apply a "greater than or equal" constraint to another property
|
AuditCriterion |
AuditProperty.gt(T value) |
Apply a "greater than" constraint
|
AuditCriterion |
AuditProperty.gtProperty(java.lang.String otherPropertyName) |
Apply a "greater than" constraint to another property
|
AuditCriterion |
AuditProperty.gtProperty(java.lang.String otherAlias,
java.lang.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(java.lang.String value,
MatchMode matchMode) |
Deprecated.
|
AuditCriterion |
AuditProperty.ilike(java.lang.String value,
MatchMode matchMode) |
Apply on "ilike" constraint
|
AuditCriterion |
AuditProperty.ilike(T value) |
Apply an "ilike" constraint
|
AuditCriterion |
AuditProperty.in(java.util.Collection values) |
Apply an "in" constraint
|
AuditCriterion |
AuditProperty.in(T[] values) |
Apply an "in" constraint
|
AuditCriterion |
AuditRelatedId.in(java.lang.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 |
AuditProperty.le(T value) |
Apply a "less than or equal" constraint
|
AuditCriterion |
AuditProperty.leProperty(java.lang.String otherPropertyName) |
Apply a "less than or equal" constraint to another property
|
AuditCriterion |
AuditProperty.leProperty(java.lang.String otherAlias,
java.lang.String otherPropertyName) |
Apply a "less than or equal" constraint to another property
|
AuditCriterion |
AuditProperty.like(java.lang.String value,
MatchMode matchMode) |
Deprecated.
|
AuditCriterion |
AuditProperty.like(java.lang.String value,
MatchMode matchMode) |
Apply a "like" constraint
|
AuditCriterion |
AuditProperty.like(T value) |
Apply a "like" constraint
|
AuditCriterion |
AuditProperty.lt(T value) |
Apply a "less than" constraint
|
AuditCriterion |
AuditProperty.ltProperty(java.lang.String otherPropertyName) |
Apply a "less than" constraint to another property
|
AuditCriterion |
AuditProperty.ltProperty(java.lang.String otherAlias,
java.lang.String otherPropertyName) |
Apply a "less than" constraint to another property
|
AuditCriterion |
AuditId.ne(java.lang.Object id) |
Apply a "not equal" constraint
|
AuditCriterion |
AuditProperty.ne(T value) |
Apply a "not equal" constraint
|
AuditCriterion |
AuditRelatedId.ne(java.lang.Object id) |
Applies a "not equals" criteria predicate.
|
AuditCriterion |
AuditProperty.neProperty(java.lang.String otherPropertyName) |
Apply a "not equal" constraint to another property
|
AuditCriterion |
AuditProperty.neProperty(java.lang.String otherAlias,
java.lang.String otherPropertyName) |
Apply a "not equal" constraint to another property
|