Uses of Package
org.hibernate.envers
Packages that use org.hibernate.envers
Package
Description
-
Classes in org.hibernate.envers used by org.hibernate.enversClassDescriptionProvides access to past versions of audited entities based on a global revision.Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.Defines the actions on how to handle
EntityNotFoundException
cases when a relation between two entities (audited or not) cannot be found in the data store.An implementation of this class, having a no-arg constructor, should be passed as an argument to theRevisionEntity
annotation.Type of the revision.Extension of standardRevisionMapping
that allows tracking entity names changed in each revision. -
Classes in org.hibernate.envers used by org.hibernate.envers.configurationClassDescriptionAn implementation of this class, having a no-arg constructor, should be passed as an argument to the
RevisionEntity
annotation. -
Classes in org.hibernate.envers used by org.hibernate.envers.query