Uses of Interface
org.hibernate.envers.query.criteria.AuditCriterion
Packages that use AuditCriterion
Package
Description
-
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) -
Uses of AuditCriterion in org.hibernate.envers.query.criteria.internal
Classes in org.hibernate.envers.query.criteria.internal that implement AuditCriterionModifier and TypeClassDescriptionclass
class
class
An audit query criterion that defines a predicate where both sides are a function.class
An audit query criterion that defines a predicate that is a comparison between a function and an audit property expression.class
A criterion that expresses that the id of an entity is equal or not equal to some specified value.class
class
class
class
class
class
class
class
An audit query criterion where a function is compared to a property.class
class
class
class
class
An audit query criterion that compares a function call with a scalar value.Constructors in org.hibernate.envers.query.criteria.internal with parameters of type AuditCriterionModifierConstructorDescriptionLogicalAuditExpression
(AuditCriterion lhs, AuditCriterion rhs, String op) NotAuditExpression
(AuditCriterion criterion) -
Uses of AuditCriterion in org.hibernate.envers.query.internal.impl
Fields in org.hibernate.envers.query.internal.impl declared as AuditCriterionModifier and TypeFieldDescriptionprotected final AuditCriterion
AbstractAuditAssociationQuery.onClauseCriterion
Fields in org.hibernate.envers.query.internal.impl with type parameters of type AuditCriterionModifier and TypeFieldDescriptionprotected final List<AuditCriterion>
AbstractAuditAssociationQuery.criterions
protected List<AuditCriterion>
AbstractAuditQuery.criterions
Methods in org.hibernate.envers.query.internal.impl with parameters of type AuditCriterionModifier and TypeMethodDescriptionAbstractAuditAssociationQuery.add
(AuditCriterion criterion) AbstractAuditQuery.add
(AuditCriterion criterion) protected abstract AbstractAuditAssociationQuery<AbstractAuditAssociationQuery<Q>>
AbstractAuditAssociationQuery.createAssociationQuery
(String associationName, JoinType joinType, String alias, AuditCriterion onClause) EntitiesAtRevisionAssociationQuery.createAssociationQuery
(String associationName, JoinType joinType, String alias, AuditCriterion onClause) RevisionsOfEntityAssociationQuery.createAssociationQuery
(String associationName, JoinType joinType, String alias, AuditCriterion onClauseCriterion) AbstractAuditAssociationQuery.traverseRelation
(String associationName, JoinType joinType, String alias, AuditCriterion onClause) AuditAssociationQuery<? extends AuditQuery>
EntitiesAtRevisionQuery.traverseRelation
(String associationName, JoinType joinType, String alias, AuditCriterion onClauseCriterion) AuditAssociationQuery<? extends AuditQuery>
EntitiesModifiedAtRevisionQuery.traverseRelation
(String associationName, JoinType joinType, String alias, AuditCriterion onClauseCriterion) AuditAssociationQuery<? extends AuditQuery>
RevisionsOfEntityQuery.traverseRelation
(String associationName, JoinType joinType, String alias, AuditCriterion onClauseCriterion) Constructors in org.hibernate.envers.query.internal.impl with parameters of type AuditCriterionModifierConstructorDescriptionAbstractAuditAssociationQuery
(EnversService enversService, AuditReaderImplementor auditReader, Q parent, QueryBuilder queryBuilder, String propertyName, JoinType joinType, Map<String, String> aliasToEntityNameMap, Map<String, String> aliasToComponentPropertyNameMap, String ownerAlias, String userSuppliedAlias, AuditCriterion onClauseCriterion) EntitiesAtRevisionAssociationQuery
(EnversService enversService, AuditReaderImplementor auditReader, Q parent, QueryBuilder queryBuilder, String propertyName, JoinType joinType, Map<String, String> aliasToEntityNameMap, Map<String, String> aliasToComponentPropertyNameMap, String ownerAlias, String userSuppliedAlias, AuditCriterion onClauseCriterion) RevisionsOfEntityAssociationQuery
(EnversService enversService, AuditReaderImplementor auditReader, Q parent, QueryBuilder queryBuilder, String propertyName, JoinType joinType, Map<String, String> aliasToEntityNameMap, Map<String, String> aliastoComponentPropertyNameMap, String ownerAlias, String userSuppliedAlias, AuditCriterion onClauseCriterion)