Uses of Interface
org.hibernate.envers.query.criteria.AuditCriterion
Packages that use AuditCriterion
-
Uses of AuditCriterion in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return AuditCriterionModifier and TypeMethodDescriptionstatic AuditCriterion
AuditEntity.and
(AuditCriterion lhs, AuditCriterion rhs) Return the conjuction of two criterions.static AuditCriterion
AuditEntity.entityType
(Class<?> type) Adds a restriction for the type of the current entity.static AuditCriterion
AuditEntity.entityType
(String entityName) Adds a restriction for the type of the current entity.static AuditCriterion
AuditEntity.entityType
(String alias, Class<?> type) Adds a restriction for the type of the entity of the specified alias.static AuditCriterion
AuditEntity.entityType
(String alias, String entityName) Adds a restriction for the type of the entity of the specified alias.static AuditCriterion
AuditEntity.not
(AuditCriterion expression) Return the negation of a criterion.static AuditCriterion
AuditEntity.or
(AuditCriterion lhs, AuditCriterion rhs) Return the disjuction of two criterions.Methods in org.hibernate.envers.query with parameters of type AuditCriterionModifier and TypeMethodDescriptionAuditAssociationQuery.add
(AuditCriterion criterion) AuditQuery.add
(AuditCriterion criterion) static AuditCriterion
AuditEntity.and
(AuditCriterion lhs, AuditCriterion rhs) Return the conjuction of two criterions.static AuditCriterion
AuditEntity.not
(AuditCriterion expression) Return the negation of a criterion.static AuditCriterion
AuditEntity.or
(AuditCriterion lhs, AuditCriterion rhs) Return the disjuction of two criterions.AuditAssociationQuery
<? extends AuditQuery> AuditQuery.traverseRelation
(String associationName, JoinType joinType, String alias, AuditCriterion onClauseCriterion) -
Uses of AuditCriterion in org.hibernate.envers.query.criteria
Classes in org.hibernate.envers.query.criteria that implement AuditCriterionModifier and TypeClassDescriptionclass
class
class
Methods in org.hibernate.envers.query.criteria that return AuditCriterionModifier and TypeMethodDescriptionApply a "between" constraintApply an "equal" constraintApply an "equal" constraintApply an "equal" constraintApplies an "equals" criteria predicate.AuditFunction.eqFunction
(AuditFunction otherFunction) Apply an "equal" constraint to another functionAuditProperty.eqFunction
(AuditFunction otherFunction) Apply an "equal" constraint to a functionAuditFunction.eqProperty
(String propertyName) Apply an "equal" constraint to a propertyAuditFunction.eqProperty
(String alias, String propertyName) Apply an "equal" constraint to a propertyAuditProperty.eqProperty
(String otherPropertyName) Apply an "equal" constraint to another propertyAuditProperty.eqProperty
(String otherAlias, String otherPropertyName) Apply an "equal" constraint to another propertyApply a "greater than or equal" constraintApply a "greater than or equal" constraintAuditFunction.geFunction
(AuditFunction otherFunction) Apply a "greater than or equal" constraint to another functionAuditProperty.geFunction
(AuditFunction otherFunction) Apply a "greater than or equal" constraint to a functionAuditFunction.geProperty
(String propertyName) Apply a "greater than or equal" constraint to a propertyAuditFunction.geProperty
(String alias, String propertyName) Apply a "greater than or equal" constraint to a propertyAuditProperty.geProperty
(String otherPropertyName) Apply a "greater than or equal" constraint to another propertyAuditProperty.geProperty
(String otherAlias, String otherPropertyName) Apply a "greater than or equal" constraint to another propertyApply a "greater than" constraintApply a "greater than" constraintAuditFunction.gtFunction
(AuditFunction otherFunction) Apply a "greater than" constraint to another functionAuditProperty.gtFunction
(AuditFunction otherFunction) Apply a "greater than" constraint to a functionAuditFunction.gtProperty
(String propertyName) Apply a "greater than" constraint to a propertyAuditFunction.gtProperty
(String alias, String propertyName) Apply a "greater than" constraint to a propertyAuditProperty.gtProperty
(String otherPropertyName) Apply a "greater than" constraint to another propertyAuditProperty.gtProperty
(String otherAlias, String otherPropertyName) Apply a "greater than" constraint to another propertyAuditId.hasChanged()
AuditProperty.hasChanged()
AuditId.hasNotChanged()
AuditProperty.hasNotChanged()
Apply on "ilike" constraintApply an "ilike" constraintAuditProperty.in
(Collection values) Apply an "in" constraintApply an "in" constraintApplies an "in" criteria predicate.AuditProperty.isNotNull()
Apply an "is not null" constraint to the another propertyAuditProperty.isNull()
Apply an "is null" constraintApply a "less than or equal" constraintApply a "less than or equal" constraintAuditFunction.leFunction
(AuditFunction otherFunction) Apply a "less than or equal" constraint to another functionAuditProperty.leFunction
(AuditFunction otherFunction) Apply a "less than or equal" constraint to a functionAuditFunction.leProperty
(String propertyName) Apply a "less than or equal" constraint to a propertyAuditFunction.leProperty
(String alias, String propertyName) Apply a "less than or equal" constraint to a propertyAuditProperty.leProperty
(String otherPropertyName) Apply a "less than or equal" constraint to another propertyAuditProperty.leProperty
(String otherAlias, String otherPropertyName) Apply a "less than or equal" constraint to another propertyApply a "like" constraintApply a "like" constraintApply a "like" constraintApply a "like" constraintApply a "less than" constraintApply a "less than" constraintAuditFunction.ltFunction
(AuditFunction otherFunction) Apply a "less than" constraint to another functionAuditProperty.ltFunction
(AuditFunction otherFunction) Apply a "less than" constraint to a functionAuditFunction.ltProperty
(String propertyName) Apply a "less than" constraint to a propertyAuditFunction.ltProperty
(String alias, String propertyName) Apply a "less than" constraint to a propertyAuditProperty.ltProperty
(String otherPropertyName) Apply a "less than" constraint to another propertyAuditProperty.ltProperty
(String otherAlias, String otherPropertyName) Apply a "less than" constraint to another propertyApply a "not equal" constraintApply a "not equal" constraintApply a "not equal" constraintApplies a "not equals" criteria predicate.AuditFunction.neFunction
(AuditFunction otherFunction) Apply a "not equal" constraint to another functionAuditProperty.neFunction
(AuditFunction otherFunction) Apply a "not equal" constraint to a functionAuditFunction.neProperty
(String propertyName) Apply a "not equal" constraint to a propertyAuditFunction.neProperty
(String alias, String propertyName) Apply a "not equal" constraint to a propertyAuditProperty.neProperty
(String otherPropertyName) Apply a "not equal" constraint to another propertyAuditProperty.neProperty
(String otherAlias, String otherPropertyName) Apply a "not equal" constraint to another propertyMethods in org.hibernate.envers.query.criteria with parameters of type AuditCriterionModifier and TypeMethodDescriptionAggregatedAuditExpression.add
(AuditCriterion criterion) AuditConjunction.add
(AuditCriterion criterion) AuditDisjunction.add
(AuditCriterion criterion) ExtendableCriterion.add
(AuditCriterion criterion)