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 AuditReaderAuditReaderFactory. get(EntityManager entityManager)Create an audit reader associated with an open entity manager.static AuditReaderAuditReaderFactory. get(Session session)Create an audit reader associated with an open session.CrossTypeRevisionChangesReaderAuditReader. getCrossTypeRevisionChangesReader() -
Uses of AuditException in org.hibernate.envers.exception
Subclasses of AuditException in org.hibernate.envers.exception Modifier and Type Class Description classNotAuditedExceptionclassRevisionDoesNotExistException -
Uses of AuditException in org.hibernate.envers.internal.reader
Methods in org.hibernate.envers.internal.reader that throw AuditException Modifier and Type Method Description CrossTypeRevisionChangesReaderAuditReaderImpl. getCrossTypeRevisionChangesReader() -
Uses of AuditException in org.hibernate.envers.query
Methods in org.hibernate.envers.query that throw AuditException Modifier and Type Method Description ListAuditQuery. getResultList()ObjectAuditQuery. 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 voidCriteriaTools. checkPropertyNotARelation(EnversService enversService, String entityName, String propertyName)static RelationDescriptionCriteriaTools. 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 ListAbstractAuditAssociationQuery. getResultList()ListAbstractAuditQuery. getResultList()ObjectAbstractAuditAssociationQuery. getSingleResult()ObjectAbstractAuditQuery. getSingleResult()abstract ListAbstractAuditQuery. list()ListRevisionsOfEntityQuery. list()
-