Class AuditId<T>
java.lang.Object
org.hibernate.envers.query.criteria.AuditProperty<T>
org.hibernate.envers.query.criteria.AuditId<T>
- All Implemented Interfaces:
AuditProjection
Create restrictions and projections for the id of an audited entity.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApply an "equal" constraintApply a "not equal" constraintMethods inherited from class org.hibernate.envers.query.criteria.AuditProperty
addProjectionToQuery, asc, between, convertQueryResult, count, countDistinct, desc, distinct, eqFunction, eqProperty, eqProperty, function, ge, geFunction, geProperty, geProperty, getAlias, getPropertyNameGetter, gt, gtFunction, gtProperty, gtProperty, ilike, ilike, in, in, isNotNull, isNull, le, leFunction, leProperty, leProperty, like, like, lt, ltFunction, ltProperty, ltProperty, max, maximize, min, minimize, neFunction, neProperty, neProperty
-
Field Details
-
IDENTIFIER_PLACEHOLDER
- See Also:
-
-
Constructor Details
-
AuditId
-
-
Method Details
-
eq
Apply an "equal" constraint- Overrides:
eq
in classAuditProperty<T>
-
ne
Apply a "not equal" constraint- Overrides:
ne
in classAuditProperty<T>
-
hasChanged
- Overrides:
hasChanged
in classAuditProperty<T>
-
hasNotChanged
- Overrides:
hasNotChanged
in classAuditProperty<T>
-