All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AggregatedAuditExpression |
|
| AggregatedAuditExpression.AggregatedMode |
|
| AuditAssociationQuery<Q extends AuditQuery> |
|
| AuditConjunction |
|
| AuditCriterion |
|
| AuditDisjunction |
|
| Audited |
When applied to a class, indicates that all of its properties should be audited.
|
| AuditEntity |
|
| AuditException |
|
| AuditId<T> |
Create restrictions and projections for the id of an audited entity.
|
| AuditJoinTable |
|
| AuditMappedBy |
Annotation to specify a "fake" bi-directional relation.
|
| AuditOrder |
|
| AuditOrder.OrderData |
|
| AuditOverride |
The AuditingOverride annotation is used to override the auditing
behavior of a superclass or single property inherited from MappedSuperclass
type, or attribute inside an embedded component.
|
| AuditOverrides |
The AuditingOverrides annotation is used to override the auditing
behavior for one ore more fields (or properties) inside an embedded
component.
|
| AuditProjection |
|
| AuditProjection.ProjectionData |
|
| AuditProperty<T> |
Create restrictions, projections and specify order for a property of an audited entity.
|
| AuditQuery |
|
| AuditQueryCreator |
|
| AuditReader |
|
| AuditReaderFactory |
|
| AuditRelatedId |
Create restrictions on an id of an entity related to an audited entity.
|
| AuditStrategy |
Deprecated.
|
| AuditStrategy |
A strategy abstraction for how to audit entity changes.
|
| AuditTable |
|
| BaseEnversCollectionEventListener |
Base class for Envers' collection event related listeners
|
| BaseEnversEventListener |
Base class for all Envers event listeners
|
| BaseEnversUpdateEventListener |
|
| CrossTypeRevisionChangesReader |
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given
revision.
|
| DefaultAuditStrategy |
Deprecated.
|
| DefaultRevisionEntity |
|
| DefaultRevisionEntity_ |
|
| DefaultTrackingModifiedEntitiesRevisionEntity |
|
| DefaultTrackingModifiedEntitiesRevisionEntity_ |
|
| EntityTrackingRevisionListener |
Extension of standard RevisionListener that notifies whenever an entity instance has been
added, modified or removed within current revision boundaries.
|
| EnversListener |
Marker interface for Envers listeners for duplication handling.
|
| EnversListenerDuplicationStrategy |
Event listener duplication strategy for envers
|
| EnversPostCollectionRecreateEventListenerImpl |
Envers-specific collection recreation event listener
|
| EnversPostDeleteEventListenerImpl |
Envers-specific entity (post) deletion event listener
|
| EnversPostInsertEventListenerImpl |
Envers-specific entity (post) insertion event listener
|
| EnversPostUpdateEventListenerImpl |
Envers-specific entity (post) update event listener
|
| EnversPreCollectionRemoveEventListenerImpl |
Envers-specific collection removal event listener
|
| EnversPreCollectionUpdateEventListenerImpl |
Envers-specific collection update event listener
|
| EnversPreUpdateEventListenerImpl |
Envers-specific entity (pre) update event listener.
|
| EnversSettings |
Configuration property names.
|
| ExtendableCriterion |
|
| MappingContext |
Describes an audit mapping context.
|
| MatchMode |
A strategy for matching strings using "like".
|
| ModificationStore |
Deprecated.
|
| ModifiedColumnNamingStrategy |
Defines a naming strategy for applying modified columns to the audited entity metamodel.
|
| ModifiedEntityNames |
Marks a property which holds entity names that have been modified during each revision.
|
| NotAudited |
When applied to a field, indicates that this field should not be audited.
|
| NotAuditedException |
|
| OrderedSequenceGenerator |
Revision number generator has to produce values in ascending order (gaps may occur).
|
| OrderedSequenceStructure |
Describes a sequence that supports ordered sequences.
|
| Pair<T1,T2> |
A pair of objects.
|
| RelationTargetAuditMode |
|
| RevisionDoesNotExistException |
|
| RevisionEntity |
Marks an entity to be created whenever a new revision is generated.
|
| RevisionListener |
An implementation of this class, having a no-arg constructor, should be passed as an argument to the
RevisionEntity annotation.
|
| RevisionNumber |
Marks a property which will hold the number of the revision in a revision entity, see
RevisionListener.
|
| RevisionTimestamp |
Marks a property which will hold the timestamp of the revision in a revision entity, see
RevisionListener.
|
| RevisionType |
Type of the revision.
|
| SecondaryAuditTable |
|
| SecondaryAuditTables |
|
| SequenceIdRevisionEntity |
|
| SequenceIdRevisionEntity_ |
|
| SequenceIdTrackingModifiedEntitiesRevisionEntity |
|
| SequenceIdTrackingModifiedEntitiesRevisionEntity_ |
|
| ValidityAuditStrategy |
Deprecated.
|