Uses of Class
org.hibernate.envers.exception.AuditException
Packages that use AuditException
Package
Description
-
Uses of AuditException in org.hibernate.envers
Methods in org.hibernate.envers that throw AuditExceptionModifier and TypeMethodDescriptionstatic AuditReaderAuditReaderFactory.get(EntityManager entityManager) Create an audit reader associated with an open entity manager.static AuditReaderAuditReaderFactory.get(org.hibernate.Session session) Create an audit reader associated with an open session.AuditReader.getCrossTypeRevisionChangesReader() -
Uses of AuditException in org.hibernate.envers.exception
Subclasses of AuditException in org.hibernate.envers.exception -
Uses of AuditException in org.hibernate.envers.internal.reader
Methods in org.hibernate.envers.internal.reader that throw AuditException -
Uses of AuditException in org.hibernate.envers.query
Methods in org.hibernate.envers.query that throw AuditException -
Uses of AuditException in org.hibernate.envers.query.criteria.internal
Methods in org.hibernate.envers.query.criteria.internal that throw AuditExceptionModifier and TypeMethodDescriptionstatic 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 AuditExceptionModifier and TypeMethodDescriptionAbstractAuditAssociationQuery.getResultList()AbstractAuditQuery.getResultList()AbstractAuditAssociationQuery.getSingleResult()AbstractAuditQuery.getSingleResult()abstract ListAbstractAuditQuery.list()RevisionsOfEntityQuery.list()