Uses of Package
org.hibernate.envers
-
Packages that use org.hibernate.envers Package Description org.hibernate.envers org.hibernate.envers.configuration org.hibernate.envers.query -
Classes in org.hibernate.envers used by org.hibernate.envers Class Description AuditJoinTable AuditOverride TheAuditingOverrideannotation is used to override the auditing behavior of a superclass or single property inherited fromMappedSuperclasstype, or attribute inside an embedded component.AuditReader Provides access to past versions of audited entities based on a global revision.CrossTypeRevisionChangesReader Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.DefaultRevisionEntity RelationTargetAuditMode RelationTargetNotFoundAction Defines the actions on how to handleEntityNotFoundExceptioncases when a relation between two entities (audited or not) cannot be found in the data store.RevisionListener An implementation of this class, having a no-arg constructor, should be passed as an argument to theRevisionEntityannotation.RevisionType Type of the revision.SecondaryAuditTable -
Classes in org.hibernate.envers used by org.hibernate.envers.configuration Class Description RevisionListener An implementation of this class, having a no-arg constructor, should be passed as an argument to theRevisionEntityannotation. -
Classes in org.hibernate.envers used by org.hibernate.envers.query Class Description RevisionType Type of the revision.