Uses of Interface
org.hibernate.envers.query.AuditQuery
Packages that use AuditQuery
-
Uses of AuditQuery in org.hibernate.envers.query
Classes in org.hibernate.envers.query with type parameters of type AuditQuerySubinterfaces of AuditQuery in org.hibernate.envers.queryMethods in org.hibernate.envers.query that return AuditQueryModifier and TypeMethodDescriptionAuditQuery.add
(AuditCriterion criterion) AuditQuery.addOrder
(AuditOrder order) AuditQuery.addProjection
(AuditProjection projection) AuditQueryCreator.forEntitiesAtRevision
(Class<?> c, Number revision) Creates a query, which will return entities satisfying some conditions (specified later), at a given revision.AuditQueryCreator.forEntitiesAtRevision
(Class<?> c, String entityName, Number revision) Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.AuditQueryCreator.forEntitiesAtRevision
(Class<?> c, String entityName, Number revision, boolean includeDeletions) Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.AuditQueryCreator.forEntitiesModifiedAtRevision
(Class<?> c, Number revision) Creates a query, which will return entities modified at the specified revision.AuditQueryCreator.forEntitiesModifiedAtRevision
(Class<?> c, String entityName, Number revision) Creates a query, which will return entities modified at the specified revision.AuditQueryCreator.forRevisionsOfEntity
(Class<?> clazz, boolean selectDeletedEntities) Creates a query that selects the revision entities associated with the specified entity.AuditQueryCreator.forRevisionsOfEntity
(Class<?> c, boolean selectEntitiesOnly, boolean selectDeletedEntities) Creates a query, which selects the revisions, at which the given entity was modified.AuditQueryCreator.forRevisionsOfEntity
(Class<?> clazz, String entityName, boolean selectDeletedEntities) Creates a query that selects the revision entities associated with the specified entity.AuditQueryCreator.forRevisionsOfEntity
(Class<?> c, String entityName, boolean selectEntitiesOnly, boolean selectDeletedEntities) Creates a query, which selects the revisions, at which the given entity was modified and with a given entityName.AuditQueryCreator.forRevisionsOfEntityWithChanges
(Class<?> clazz, boolean selectDeletedEntities) Creates a query that selects the revisions at which the given entity was modified.AuditQueryCreator.forRevisionsOfEntityWithChanges
(Class<?> clazz, String entityName, boolean selectDeletedEntities) Creates a query that selects the revisions at which the given entity was modified.AuditQuery.setCacheable
(boolean cacheable) AuditQuery.setCacheMode
(CacheMode cacheMode) AuditQuery.setCacheRegion
(String cacheRegion) AuditQuery.setComment
(String comment) AuditQuery.setFirstResult
(int firstResult) AuditQuery.setFlushMode
(FlushMode flushMode) AuditQuery.setLockMode
(LockMode lockMode) AuditQuery.setMaxResults
(int maxResults) AuditQuery.setTimeout
(int timeout) Methods in org.hibernate.envers.query that return types with arguments of type AuditQueryModifier and TypeMethodDescriptionAuditAssociationQuery
<? extends AuditQuery> AuditQuery.traverseRelation
(String associationName, JoinType joinType) AuditAssociationQuery
<? extends AuditQuery> AuditQuery.traverseRelation
(String associationName, JoinType joinType, String alias) AuditAssociationQuery
<? extends AuditQuery> AuditQuery.traverseRelation
(String associationName, JoinType joinType, String alias, AuditCriterion onClauseCriterion)