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 AuditReader
AuditReaderFactory.get
(EntityManager entityManager) Create an audit reader associated with an open entity manager.static AuditReader
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 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 AuditExceptionModifier and TypeMethodDescriptionAbstractAuditAssociationQuery.getResultList()
AbstractAuditQuery.getResultList()
AbstractAuditAssociationQuery.getSingleResult()
AbstractAuditQuery.getSingleResult()
abstract List
AbstractAuditQuery.list()
RevisionsOfEntityQuery.list()