Uses of Class
org.hibernate.envers.query.criteria.AuditProperty
Packages that use AuditProperty
-
Uses of AuditProperty in org.hibernate.envers.query
Methods in org.hibernate.envers.query that return AuditPropertyModifier and TypeMethodDescriptionstatic AuditProperty
<Object> Create restrictions, projections and specify order for a property of an audited entity.static AuditProperty
<Object> Create restrictions, projections and specify order for a property of an audited entity.static AuditProperty
<Number> AuditEntity.revisionNumber()
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.static AuditProperty
<Number> AuditEntity.revisionNumber
(String alias) Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.static AuditProperty
<Object> AuditEntity.revisionProperty
(String propertyName) Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.static AuditProperty
<Object> AuditEntity.revisionProperty
(String alias, String propertyName) Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.static AuditProperty
<RevisionType> AuditEntity.revisionType()
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.static AuditProperty
<RevisionType> AuditEntity.revisionType
(String alias) Create restrictions, projections and specify order for the revision type, corresponding to an audited entity. -
Uses of AuditProperty in org.hibernate.envers.query.criteria
Subclasses of AuditProperty in org.hibernate.envers.query.criteriaModifier and TypeClassDescriptionclass
AuditId<T>
Create restrictions and projections for the id of an audited entity.