Uses of Class
org.hibernate.envers.exception.AuditException
-
-
Uses of AuditException in org.hibernate.envers
Methods in org.hibernate.envers that throw AuditException Modifier and Type Method Description static AuditReader
AuditReaderFactory. get(EntityManager entityManager)
Create an audit reader associated with an open entity manager.static AuditReader
AuditReaderFactory. get(Session session)
Create an audit reader associated with an open session.CrossTypeRevisionChangesReader
AuditReader. getCrossTypeRevisionChangesReader()
-
Uses of AuditException in org.hibernate.envers.exception
Subclasses of AuditException in org.hibernate.envers.exception Modifier and Type Class Description class
NotAuditedException
class
RevisionDoesNotExistException
-
Uses of AuditException in org.hibernate.envers.internal.reader
Methods in org.hibernate.envers.internal.reader that throw AuditException Modifier and Type Method Description CrossTypeRevisionChangesReader
AuditReaderImpl. getCrossTypeRevisionChangesReader()
-
Uses of AuditException in org.hibernate.envers.query
Methods in org.hibernate.envers.query that throw AuditException Modifier and Type Method Description List
AuditQuery. getResultList()
Object
AuditQuery. getSingleResult()
-
Uses of AuditException in org.hibernate.envers.query.criteria.internal
Methods in org.hibernate.envers.query.criteria.internal that throw AuditException Modifier and Type Method Description static void
CriteriaTools. checkPropertyNotARelation(EnversService enversService, String entityName, String propertyName)
static RelationDescription
CriteriaTools. getRelatedEntity(EnversService enversService, String entityName, String propertyName)
-
Uses of AuditException in org.hibernate.envers.query.internal.impl
Methods in org.hibernate.envers.query.internal.impl that throw AuditException Modifier and Type Method Description List
AbstractAuditAssociationQuery. getResultList()
List
AbstractAuditQuery. getResultList()
Object
AbstractAuditAssociationQuery. getSingleResult()
Object
AbstractAuditQuery. getSingleResult()
abstract List
AbstractAuditQuery. list()
List
RevisionsOfEntityQuery. list()
-