Java org.hibernate.envers.query AuditEntity fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.envers.query AuditEntity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.envers.query AuditEntity.

The text is from its open source code.

Method

AuditDisjunctiondisjunction()
Group criterions together in a single disjunction (A or B or C...).
AuditIdid()
AuditCriterionor(AuditCriterion lhs, AuditCriterion rhs)
Return the disjuction of two criterions.
AuditPropertyproperty(String propertyName)
Create restrictions, projections and specify order for a property of an audited entity.
AuditRelatedIdrelatedId(String propertyName)
Create restrictions on an id of a related entity.
AuditPropertyrevisionNumber()
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.
AuditPropertyrevisionProperty(String propertyName)
Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.
AuditPropertyrevisionType()
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.