Class AuditRelatedId
java.lang.Object
org.hibernate.envers.query.criteria.AuditRelatedId
Create restrictions on an id of an entity related to an audited entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApplies an "equals" criteria predicate.Applies an "in" criteria predicate.Applies a "not equals" criteria predicate.
-
Constructor Details
-
AuditRelatedId
-
-
Method Details
-
eq
Applies an "equals" criteria predicate.- Parameters:
id
- the value to test equality with- Returns:
- the criterion.
-
ne
Applies a "not equals" criteria predicate.- Parameters:
id
- the value to test inequality with- Returns:
- the criterion
-
in
Applies an "in" criteria predicate.- Parameters:
values
- the values to test with- Returns:
- the criterion
-