A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
 
ADD - org.hibernate.envers.RevisionType
Indicates that the entity was added (persisted) at that revision.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
AggregatedAuditExpression(String, PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
AggregatedAuditExpression.AggregatedMode - Enum in org.hibernate.envers.query.criteria
 
ALLOW_IDENTIFIER_REUSE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Guarantees proper validity audit strategy behavior when application reuses identifiers of deleted entities.
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
ANYWHERE - org.hibernate.envers.query.criteria.MatchMode
Match the pattern anywhere in the string.
areMatch(Object, Object) - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
AUDIT_STRATEGY - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit strategy.
AUDIT_STRATEGY_VALIDITY_END_REV_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name that will hold the end revision number in audit entities.
AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name of the timestamp of the end revision until which the data was valid.
AUDIT_STRATEGY_VALIDITY_STORE_REVEND_TIMESTAMP - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Store the timestamp of the end revision, until which the data was valid, in addition to the end revision itself.
AUDIT_TABLE_PREFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table prefix.
AUDIT_TABLE_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table suffix.
AuditAssociationQuery<Q extends AuditQuery> - Interface in org.hibernate.envers.query
 
AuditConjunction - Class in org.hibernate.envers.query.criteria
 
AuditConjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditConjunction
 
AuditCriterion - Interface in org.hibernate.envers.query.criteria
 
AuditDisjunction - Class in org.hibernate.envers.query.criteria
 
AuditDisjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditDisjunction
 
Audited - Annotation Type in org.hibernate.envers
When applied to a class, indicates that all of its properties should be audited.
AUDITED - org.hibernate.envers.RelationTargetAuditMode
 
AuditEntity - Class in org.hibernate.envers.query
 
AuditException - Exception in org.hibernate.envers.exception
 
AuditException(String) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(String, Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditId<T> - Class in org.hibernate.envers.query.criteria
Create restrictions and projections for the id of an audited entity.
AuditId(String) - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
auditJoinTable() - Method in annotation type org.hibernate.envers.AuditOverride
New AuditJoinTable used for this field (or property).
AuditJoinTable - Annotation Type in org.hibernate.envers
 
AuditMappedBy - Annotation Type in org.hibernate.envers
Annotation to specify a "fake" bi-directional relation.
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditOrder.OrderData - Class in org.hibernate.envers.query.order
 
AuditOverride - Annotation Type in org.hibernate.envers
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 - Annotation Type in org.hibernate.envers
The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
auditParents() - Method in annotation type org.hibernate.envers.Audited
Deprecated.
Use @AuditOverride(forClass=SomeEntity.class) instead.
AuditProjection - Interface in org.hibernate.envers.query.projection
 
AuditProjection.ProjectionData - Class in org.hibernate.envers.query.projection
 
AuditProperty<T> - Class in org.hibernate.envers.query.criteria
Create restrictions, projections and specify order for a property of an audited entity.
AuditProperty(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditProperty
 
AuditQuery - Interface in org.hibernate.envers.query
 
AuditQueryCreator - Class in org.hibernate.envers.query
 
AuditQueryCreator(EnversService, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
 
AuditReader - Interface in org.hibernate.envers
 
AuditReaderFactory - Class in org.hibernate.envers
 
AuditRelatedId - Class in org.hibernate.envers.query.criteria
Create restrictions on an id of an entity related to an audited entity.
AuditRelatedId(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
 
AuditStrategy - Interface in org.hibernate.envers.strategy
Behaviours of different audit strategy for populating audit data.
AuditTable - Annotation Type in org.hibernate.envers
 

B

BaseEnversCollectionEventListener - Class in org.hibernate.envers.event.spi
Base class for Envers' collection event related listeners
BaseEnversCollectionEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
BaseEnversEventListener - Class in org.hibernate.envers.event.spi
Base class for all Envers event listeners
BaseEnversEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversEventListener
 
BaseEnversUpdateEventListener - Class in org.hibernate.envers.event.spi
 
BaseEnversUpdateEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversUpdateEventListener
 
between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "between" constraint
buildSequence(Database) - Method in class org.hibernate.envers.enhanced.OrderedSequenceStructure
 
buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 

C

catalog() - Method in annotation type org.hibernate.envers.AuditJoinTable
The catalog of the join table.
catalog() - Method in annotation type org.hibernate.envers.AuditTable
The catalog of the table.
checkIfTransactionInProgress(SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
computeAggregationInInstanceContext() - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
Compute aggregated expression in the context of each entity instance separately.
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting the values
countDistinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting distinct values
createQuery() - Method in interface org.hibernate.envers.AuditReader
Creates an audit query
CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.

D

DEFAULT_CATALOG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the catalog containing audit tables.
DEFAULT_SCHEMA - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the schema containing audit tables.
DefaultAuditStrategy - Class in org.hibernate.envers.strategy
Default strategy is to simply persist the audit data.
DefaultAuditStrategy() - Constructor for class org.hibernate.envers.strategy.DefaultAuditStrategy
 
DefaultRevisionEntity - Class in org.hibernate.envers
 
DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
 
DefaultRevisionEntity_ - Class in org.hibernate.envers
 
DefaultRevisionEntity_() - Constructor for class org.hibernate.envers.DefaultRevisionEntity_
 
DefaultTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers
Extension of standard DefaultRevisionEntity that allows tracking entity names changed in each revision.
DefaultTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
DefaultTrackingModifiedEntitiesRevisionEntity_ - Class in org.hibernate.envers
 
DefaultTrackingModifiedEntitiesRevisionEntity_() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity_
 
DEL - org.hibernate.envers.RevisionType
Indicates that the entity was deleted (removed) at that revision.
desc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in descending order
disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single disjunction (A or B or C...).
distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on distinct values
DO_NOT_AUDIT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Treats optimistic locking properties as unversioned.

E

EMBEDDABLE_SET_ORDINAL_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Name of column used for storing ordinal of the change in sets of embeddable elements.
END - org.hibernate.envers.query.criteria.MatchMode
Match the end of the string to the pattern.
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in interface org.hibernate.envers.EntityTrackingRevisionListener
Called after audited entity data has been persisted.
EntityTrackingRevisionListener - Interface in org.hibernate.envers
Extension of standard RevisionListener that notifies whenever an entity instance has been added, modified or removed within current revision boundaries.
EnversListener - Interface in org.hibernate.envers.event.spi
Marker interface for Envers listeners for duplication handling.
EnversListenerDuplicationStrategy - Class in org.hibernate.envers.event.spi
Event listener duplication strategy for envers
EnversListenerDuplicationStrategy() - Constructor for class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
EnversPostCollectionRecreateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection recreation event listener
EnversPostCollectionRecreateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
EnversPostDeleteEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) deletion event listener
EnversPostDeleteEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
EnversPostInsertEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) insertion event listener
EnversPostInsertEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
EnversPostUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) update event listener
EnversPostUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
EnversPreCollectionRemoveEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection removal event listener
EnversPreCollectionRemoveEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
EnversPreCollectionUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection update event listener
EnversPreCollectionUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
EnversPreUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (pre) update event listener.
EnversPreUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl
 
EnversSettings - Interface in org.hibernate.envers.configuration
Configuration property names.
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies an "equals" criteria predicate.
eq(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
equals(Object) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.tools.Pair
 
EXACT - org.hibernate.envers.query.criteria.MatchMode
Match the pattern exactly.
ExtendableCriterion - Interface in org.hibernate.envers.query.criteria
 

F

find(Class<T>, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision.
find(Class<T>, Object, Date) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key on the given date.
find(Class<T>, String, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName.
find(Class<T>, String, Object, Number, boolean) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName, possibly including deleted entities in the search.
findEntities(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision.
findEntities(Number, RevisionType) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated or removed) in a given revision.
findEntitiesGroupByRevisionType(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision grouped by modification type.
findEntityTypes(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Returns set of entity names and corresponding Java classes modified in a given revision.
findRevision(Class<T>, Number) - Method in interface org.hibernate.envers.AuditReader
A helper method; should be used only if a custom revision entity is used.
findRevisions(Class<T>, Set<Number>) - Method in interface org.hibernate.envers.AuditReader
Find a map of revisions using the revision numbers specified.
forClass() - Method in annotation type org.hibernate.envers.AuditOverride
Specifies class which field (or property) mapping is being overridden.
forEntitiesAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision.
forEntitiesAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesAtRevision(Class<?>, String, Number, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesModifiedAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntitiesModifiedAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forRevisionsOfEntity(Class<?>, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revision entities associated with the specified entity.
forRevisionsOfEntity(Class<?>, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified.
forRevisionsOfEntity(Class<?>, String, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revision entities associated with the specified entity.
forRevisionsOfEntity(Class<?>, String, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified and with a given entityName.
forRevisionsOfEntityWithChanges(Class<?>, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revisions at which the given entity was modified.
forRevisionsOfEntityWithChanges(Class<?>, String, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revisions at which the given entity was modified.
fromRepresentation(Object) - Static method in enum org.hibernate.envers.RevisionType
 
FULL - org.hibernate.envers.ModificationStore
Deprecated.
 
function(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection using a custom function

G

ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint
generateBidirectionalCollectionChangeWorkUnits(AuditProcess, EntityPersister, String, Object[], Object[], SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
geProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
get(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open entity manager.
get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open session.
getAction() - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
getAlias() - Method in interface org.hibernate.envers.query.AuditQuery
 
getAlias(String) - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
getAlias(String) - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
getCollectionEntry(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
getCrossTypeRevisionChangesReader() - Method in interface org.hibernate.envers.AuditReader
 
getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
Deprecated.
(since 5.2), use RevisionListener instead. While this method is being deprecated, expect a new API for this in 6.0.
getData(EnversService) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
getData(EnversService) - Method in interface org.hibernate.envers.query.order.AuditOrder
 
getData(EnversService) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
 
getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
Get the entity name of an instance of an entity returned by this AuditReader.
getEnversService() - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
getFirst() - Method in class org.hibernate.envers.tools.Pair
 
getFunction() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getId() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getModifiedEntityNames() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
getModifiedEntityNames() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
getPropertyName() - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
getPropertyName() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
getRepresentation() - Method in enum org.hibernate.envers.RevisionType
 
getResultList() - Method in interface org.hibernate.envers.query.AuditQuery
 
getRevision() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getRevisionDate() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
Get the date, at which a revision was created.
getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
getRevisions(Class<?>, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified.
getRevisions(Class<?>, String, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified, looking by entityName.
getSecond() - Method in class org.hibernate.envers.tools.Pair
 
getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
 
getTimestamp() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getTimestamp() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
GLOBAL_WITH_MODIFIED_FLAG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Globally activates modified properties flag feature.
gt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint
gtProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint to another property
gtProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint to another property

H

hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
hashCode() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.tools.Pair
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 

I

id - Static variable in class org.hibernate.envers.DefaultRevisionEntity_
 
id - Static variable in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
id() - Static method in class org.hibernate.envers.query.AuditEntity
 
id(String) - Static method in class org.hibernate.envers.query.AuditEntity
 
ID - Static variable in class org.hibernate.envers.DefaultRevisionEntity_
 
ID - Static variable in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
IDENTIFIER_PLACEHOLDER - Static variable in class org.hibernate.envers.query.criteria.AuditId
 
ilike(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Deprecated.
ilike(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply on "ilike" constraint
ilike(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "ilike" constraint
in(Object[]) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies an "in" criteria predicate.
in(Collection) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
in(T[]) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
initializeCollection(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
Forces persistent collection initialization.
INSTANCE - Static variable in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
Singleton access
inverseJoinColumns() - Method in annotation type org.hibernate.envers.AuditJoinTable
The foreign key columns of the join table which reference the primary table of the entity that does not own the association (i.e.
isAscending() - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
isAudited() - Method in annotation type org.hibernate.envers.AuditOverride
Indicates if the field (or property) is audited; defaults to true.
isDetachedEntityUpdate(String, Object[]) - Method in class org.hibernate.envers.event.spi.BaseEnversUpdateEventListener
Returns whether the entity has withModifiedFlag features and has no old state, most likely implying it was updated in a detached entity state.
isDistinct() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
isEntityClassAudited(Class<?>) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityClass was configured to be audited.
isEntityNameAudited(String) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityName was configured to be audited.
isNotNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is not null" constraint to the another property
isNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is null" constraint

L

le(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint
leProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint to another property
leProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint to another property
like(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Deprecated.
like(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
like(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
lt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint
ltProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint to another property
ltProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint to another property

M

make(T1, T2) - Static method in class org.hibernate.envers.tools.Pair
 
mappedBy() - Method in annotation type org.hibernate.envers.AuditMappedBy
Name of the property in the related entity which maps back to this entity.
MatchMode - Enum in org.hibernate.envers.query.criteria
A strategy for matching strings using "like".
max() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the maximum value
MAX - org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
 
maximize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "maximalize" constraint, with the ability to specify further constraints on the maximized property
min() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the minimum value
MIN - org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
 
minimize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "minimize" constraint, with the ability to specify further constraints on the minimized property
MOD - org.hibernate.envers.RevisionType
Indicates that the entity was modified (one or more of its fields) at that revision.
ModificationStore - Enum in org.hibernate.envers
Deprecated.
since 5.2, to be removed in 6.0 with no replacement.
MODIFIED_ENTITY_NAMES - Static variable in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity_
 
MODIFIED_ENTITY_NAMES - Static variable in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity_
 
MODIFIED_FLAG_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Suffix of modified flag columns.
modifiedColumnName() - Method in annotation type org.hibernate.envers.Audited
The column name of the modified field.
modifiedEntityNames - Static variable in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity_
 
modifiedEntityNames - Static variable in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity_
 
ModifiedEntityNames - Annotation Type in org.hibernate.envers
Marks a property which holds entity names that have been modified during each revision.
modStore() - Method in annotation type org.hibernate.envers.Audited
Deprecated.
since 5.2, to be removed in 6.0 with no replacement.

N

name() - Method in annotation type org.hibernate.envers.AuditJoinTable
Name of the join table.
name() - Method in annotation type org.hibernate.envers.AuditOverride
Name of the field (or property) whose mapping is being overridden.
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply a "not equal" constraint
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies a "not equals" criteria predicate.
ne(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint
neProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to another property
neProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to another property
newRevision(Object) - Method in interface org.hibernate.envers.RevisionListener
Called when a new revision is created.
not(AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the negation of a criterion.
NOT_AUDITED - org.hibernate.envers.RelationTargetAuditMode
 
NotAudited - Annotation Type in org.hibernate.envers
When applied to a field, indicates that this field should not be audited.
NotAuditedException - Exception in org.hibernate.envers.exception
 
NotAuditedException(String, String) - Constructor for exception org.hibernate.envers.exception.NotAuditedException
 

O

onCollectionAction(AbstractCollectionEvent, PersistentCollection, Serializable, CollectionEntry) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
onCollectionActionInversed(AbstractCollectionEvent, PersistentCollection, Serializable, CollectionEntry) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
or(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the disjuction of two criterions.
OrderData(String, String, boolean) - Constructor for class org.hibernate.envers.query.order.AuditOrder.OrderData
 
OrderedSequenceGenerator - Class in org.hibernate.envers.enhanced
Revision number generator has to produce values in ascending order (gaps may occur).
OrderedSequenceGenerator() - Constructor for class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
OrderedSequenceStructure - Class in org.hibernate.envers.enhanced
Describes a sequence that supports ordered sequences.
OrderedSequenceStructure(JdbcEnvironment, QualifiedName, int, int, Class) - Constructor for class org.hibernate.envers.enhanced.OrderedSequenceStructure
 
org.hibernate.envers - package org.hibernate.envers
 
org.hibernate.envers.configuration - package org.hibernate.envers.configuration
 
org.hibernate.envers.enhanced - package org.hibernate.envers.enhanced
 
org.hibernate.envers.event.spi - package org.hibernate.envers.event.spi
 
org.hibernate.envers.exception - package org.hibernate.envers.exception
 
org.hibernate.envers.query - package org.hibernate.envers.query
 
org.hibernate.envers.query.criteria - package org.hibernate.envers.query.criteria
 
org.hibernate.envers.query.order - package org.hibernate.envers.query.order
 
org.hibernate.envers.query.projection - package org.hibernate.envers.query.projection
 
org.hibernate.envers.strategy - package org.hibernate.envers.strategy
 
org.hibernate.envers.tools - package org.hibernate.envers.tools
 
ORIGINAL_ID_PROP_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Original id property name name.

P

Pair<T1,​T2> - Class in org.hibernate.envers.tools
A pair of objects.
Pair(T1, T2) - Constructor for class org.hibernate.envers.tools.Pair
 
perform(Session, String, EnversService, Serializable, Object, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
perform(Session, String, AuditEntitiesConfiguration, Serializable, Object, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Perform the persistence of audited data for regular entities.
perform(Session, String, AuditEntitiesConfiguration, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
perform(Session, String, AuditEntitiesConfiguration, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
performCollectionChange(Session, String, String, EnversService, PersistentCollectionChangeData, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
performCollectionChange(Session, String, String, AuditEntitiesConfiguration, PersistentCollectionChangeData, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Perform the persistence of audited data for collection ("middle") entities.
performCollectionChange(Session, String, String, AuditEntitiesConfiguration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
performCollectionChange(Session, String, String, AuditEntitiesConfiguration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
positionMappedBy() - Method in annotation type org.hibernate.envers.AuditMappedBy
Name of the property in the related entity which maps to the position column.
ProjectionData(String, String, String, boolean) - Constructor for class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
property(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of an audited entity.
property(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of an audited entity.

R

relatedId(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions on an id of a related entity.
relatedId(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions on an id of a related entity.
RelationTargetAuditMode - Enum in org.hibernate.envers
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
requiresPostCommitHanding(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
REVISION_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Revision field name.
REVISION_LISTENER - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Fully qualified class name of user defined revision listener.
REVISION_ON_COLLECTION_CHANGE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Triggers revision generation when not-owned relation field changes.
REVISION_TYPE_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Revision type field name.
RevisionDoesNotExistException - Exception in org.hibernate.envers.exception
 
RevisionDoesNotExistException(Number) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionDoesNotExistException(Date) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionEntity - Annotation Type in org.hibernate.envers
Marks an entity to be created whenever a new revision is generated.
RevisionListener - Interface in org.hibernate.envers
An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
revisionNumber() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.
revisionNumber(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.
RevisionNumber - Annotation Type in org.hibernate.envers
Marks a property which will hold the number of the revision in a revision entity, see RevisionListener.
revisionProperty(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.
revisionProperty(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.
RevisionTimestamp - Annotation Type in org.hibernate.envers
Marks a property which will hold the timestamp of the revision in a revision entity, see RevisionListener.
revisionType() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
revisionType(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
RevisionType - Enum in org.hibernate.envers
Type of the revision.

S

schema() - Method in annotation type org.hibernate.envers.AuditJoinTable
The schema of the join table.
schema() - Method in annotation type org.hibernate.envers.AuditTable
The schema of the table.
SecondaryAuditTable - Annotation Type in org.hibernate.envers
 
secondaryAuditTableName() - Method in annotation type org.hibernate.envers.SecondaryAuditTable
 
SecondaryAuditTables - Annotation Type in org.hibernate.envers
 
secondaryTableName() - Method in annotation type org.hibernate.envers.SecondaryAuditTable
 
selectEntity(boolean) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a projection to the current entity itself.
SequenceIdRevisionEntity - Class in org.hibernate.envers.enhanced
 
SequenceIdRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
SequenceIdRevisionEntity_ - Class in org.hibernate.envers.enhanced
 
SequenceIdRevisionEntity_() - Constructor for class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
SequenceIdTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers.enhanced
Extension of standard SequenceIdRevisionEntity that allows tracking entity names changed in each revision.
SequenceIdTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
SequenceIdTrackingModifiedEntitiesRevisionEntity_ - Class in org.hibernate.envers.enhanced
 
SequenceIdTrackingModifiedEntitiesRevisionEntity_() - Constructor for class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity_
 
setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setComment(String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setComment(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setId(int) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setId(int) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
setRevisionTimestampGetter(Getter) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
setTimeout(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setTimeout(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setTimestamp(long) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setTimestamp(long) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
shouldGenerateRevision(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
Checks whether modification of not-owned relation field triggers new revision and owner entity is versioned.
sqlCreateStrings(Dialect) - Method in class org.hibernate.envers.enhanced.OrderedSequenceStructure
 
sqlDropStrings(Dialect) - Method in class org.hibernate.envers.enhanced.OrderedSequenceStructure
 
START - org.hibernate.envers.query.criteria.MatchMode
Match the start of the string to the pattern.
STORE_DATA_AT_DELETE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Indicates whether entity data should be stored during removal.

T

targetAuditMode() - Method in annotation type org.hibernate.envers.Audited
Specifies if the entity that is the target of the relation should be audited or not.
timestamp - Static variable in class org.hibernate.envers.DefaultRevisionEntity_
 
timestamp - Static variable in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
TIMESTAMP - Static variable in class org.hibernate.envers.DefaultRevisionEntity_
 
TIMESTAMP - Static variable in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
toMatchString(String) - Method in enum org.hibernate.envers.query.criteria.MatchMode
Convert the pattern by prepending/append "%".
toString() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
toString() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
TRACK_ENTITIES_CHANGED_IN_REVISION - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Track entity names that have been changed during each revision.
traverseRelation(String, JoinType) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
traverseRelation(String, JoinType) - Method in interface org.hibernate.envers.query.AuditQuery
 
traverseRelation(String, JoinType, String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
traverseRelation(String, JoinType, String) - Method in interface org.hibernate.envers.query.AuditQuery
 

U

up() - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
USE_REVISION_ENTITY_WITH_NATIVE_ID - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Use revision entity with native identifier generator.

V

ValidityAuditStrategy - Class in org.hibernate.envers.strategy
Audit strategy which persists and retrieves audit information using a validity algorithm, based on the start-revision and end-revision of a row in the audit tables.
ValidityAuditStrategy() - Constructor for class org.hibernate.envers.strategy.ValidityAuditStrategy
 
value() - Method in annotation type org.hibernate.envers.AuditOverrides
An array of AuditOverride values, to define the new auditing behavior.
value() - Method in annotation type org.hibernate.envers.AuditTable
The name of the table
value() - Method in annotation type org.hibernate.envers.RevisionEntity
The optional listener that will be used to fill in the custom revision entity.
value() - Method in annotation type org.hibernate.envers.SecondaryAuditTables
 
valueOf(String) - Static method in enum org.hibernate.envers.ModificationStore
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.query.criteria.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RevisionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.envers.ModificationStore
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.query.criteria.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RevisionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withModifiedFlag() - Method in annotation type org.hibernate.envers.Audited
Should a modification flag be stored for each property in the annotated class or for the annotated property.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages