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
EntityNotFoundExceptioncases 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 theRevisionEntityannotation.Type of the 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
RevisionEntityannotation. -
Classes in org.hibernate.envers used by org.hibernate.envers.query