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.configuration.internal.metadata.readerClassDescriptionWhen applied to a class, indicates that all of its properties should be audited.The
AuditingOverride
annotation is used to override the auditing behavior of a superclass or single property inherited fromMappedSuperclass
type, or attribute inside an embedded component.TheAuditingOverrides
annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.Allows for the customization of an Envers audit collection table.Defines the actions on how to handleEntityNotFoundException
cases when a relation between two entities (audited or not) cannot be found in the data store. -
Classes in org.hibernate.envers used by org.hibernate.envers.internal.entities
-
Classes in org.hibernate.envers used by org.hibernate.envers.internal.entities.mapper.relation
-
Classes in org.hibernate.envers used by org.hibernate.envers.internal.readerClassDescriptionProvides 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.Type of the revision.
-
Classes in org.hibernate.envers used by org.hibernate.envers.internal.revisioninfo
-
Classes in org.hibernate.envers used by org.hibernate.envers.internal.synchronization.work
-
Classes in org.hibernate.envers used by org.hibernate.envers.query