A B C D E F G H I J K L M N O P Q R S T U V

A

AbstractAuditQuery - Class in org.hibernate.envers.query.impl
 
AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
 
AbstractAuditWorkUnit - Class in org.hibernate.envers.synchronization.work
 
AbstractAuditWorkUnit(String, AuditConfiguration, Serializable) - Constructor for class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
AbstractCollectionInitializor<T> - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a persistent collection.
AbstractCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.entities.mapper.relation
 
AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
AbstractCompositeIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
AbstractCompositeIdMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
AbstractDelegateSessionImplementor - Class in org.hibernate.envers.entities.mapper.relation.lazy
 
AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
AbstractIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
AbstractIdMapper() - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.MapPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
add(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
add(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
add(PropertyData) - Method in interface org.hibernate.envers.entities.mapper.SimpleMapperBuilder
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
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(AuditCriterion) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
addAll(Collection<? extends U>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
addAssociationAtRevision(QueryBuilder, Parameters, MiddleIdData, String, String, String, String, MiddleComponentData...) - Static method in class org.hibernate.envers.entities.mapper.relation.query.QueryGeneratorTools
 
addColumn(Element, String, Integer) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addColumns(Element, Iterator<Column>) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addComposite(PropertyData) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
 
addComposite(PropertyData, PropertyMapper) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
 
addComposite(PropertyData) - Method in class org.hibernate.envers.entities.mapper.MapPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.MapPropertyMapper
 
addComposite(PropertyData) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
addComposite(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
addCustomAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
addEntityAtRevision(GlobalConfiguration, QueryBuilder, Parameters, MiddleIdData, String, String, String, String) - Static method in class org.hibernate.envers.entities.mapper.relation.query.QueryGeneratorTools
 
addFrom(String, String) - Method in class org.hibernate.envers.tools.query.QueryBuilder
Add an entity from which to select.
addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix, is equal to the given object.
addIdsEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 (the entity is the same).
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper (the second mapper must be for the same entity, but it can have, for example, prefixed properties).
addInstancesFromVersionsEntities(String, Collection, List<Map>, Number) - Method in class org.hibernate.envers.entities.EntityInstantiator
 
addMiddleEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Adds query statements, which contains restrictions, which express the property that part of the middle entity with alias prefix1, is equal to part of the middle entity with alias prefix2 (the entity is the same).
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains named parameters, which express the property that the id of the entity with alias prefix, is equal to the given object.
addNativelyGeneratedId(Element, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addNegatedParameters() - Method in class org.hibernate.envers.tools.query.Parameters
Adds negated parameters, by default with the "and" connective.
addNeighbour(Vertex<R>) - Method in class org.hibernate.envers.tools.graph.Vertex
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
addOrder(String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
addProjection(String, String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
addProjection(String, String, boolean, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
addProperty(Element, String, String, boolean, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addSubParameters(String) - Method in class org.hibernate.envers.tools.query.Parameters
Adds sub-parameters with a new connective.
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
addToCollection(Object[], Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
addToCollection(List, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
addToManyMiddleNotOwningRelation(String, String, String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToManyMiddleRelation(String, String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToManyNotOwningRelation(String, String, String, IdMapper) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToOneNotOwningRelation(String, String, String, IdMapper) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToOneRelation(String, String, IdMapper) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.BetweenAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.IdentifierEqAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.InAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.LogicalAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotNullAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NullAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.PropertyAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RelatedAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RevisionTypeAuditExpression
 
addToQuery(AuditConfiguration, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.SimpleAuditExpression
 
addWhere(String, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, boolean, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithNamedParam(String, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithNamedParam(String, boolean, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParam(String, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParam(String, boolean, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParams(String, String, Object[], String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWorkUnit(AuditWorkUnit) - Method in class org.hibernate.envers.synchronization.AuditSync
 
AddWorkUnit - Class in org.hibernate.envers.synchronization.work
 
AddWorkUnit(String, AuditConfiguration, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.synchronization.work.AddWorkUnit
 
afterCompletion(int) - Method in class org.hibernate.envers.synchronization.AuditSync
 
afterScrollOperation() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
afterTransactionCompletion(boolean, Transaction) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
AggregatedAuditExpression(PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
AggregatedAuditExpression.AggregatedMode - Enum in org.hibernate.envers.query.criteria
 
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
AND - Static variable in class org.hibernate.envers.tools.query.Parameters
 
AnnotationConfigurationTaskWithEnvers - Class in org.hibernate.envers.ant
 
AnnotationConfigurationTaskWithEnvers() - Constructor for class org.hibernate.envers.ant.AnnotationConfigurationTaskWithEnvers
 
AnnotationsMetadataReader - Class in org.hibernate.envers.configuration.metadata
A helper class to read versioning meta-data from annotations on a persistent class.
AnnotationsMetadataReader(GlobalConfiguration, ReflectionManager, PersistentClass) - Constructor for class org.hibernate.envers.configuration.metadata.AnnotationsMetadataReader
 
append(StringBuilder, Iterator<String>, String) - Static method in class org.hibernate.envers.tools.StringTools
To the given string builder, appends all strings in the given iterator, separating them with the given separator.
ArgumentsTools - Class in org.hibernate.envers.tools
 
ArgumentsTools() - Constructor for class org.hibernate.envers.tools.ArgumentsTools
 
ArrayCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a map.
ArrayCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.tools.ArraysTools
 
ArraysTools - Class in org.hibernate.envers.tools
 
ArraysTools() - Constructor for class org.hibernate.envers.tools.ArraysTools
 
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
assemble(Serializable, Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
AuditConfiguration - Class in org.hibernate.envers.configuration
 
AuditConfiguration(Configuration) - Constructor for class org.hibernate.envers.configuration.AuditConfiguration
 
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.
AuditEntitiesConfiguration - Class in org.hibernate.envers.configuration
Configuration of versions entities - names of fields, entities and tables created to store versioning information.
AuditEntitiesConfiguration(Properties, String) - Constructor for class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
AuditEntity - Class in org.hibernate.envers.query
TODO: ilike
AuditEventListener - Class in org.hibernate.envers.event
 
AuditEventListener() - Constructor for class org.hibernate.envers.event.AuditEventListener
 
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 - Class in org.hibernate.envers.query.criteria
Create restrictions and projections for the id of an audited entity.
AuditId() - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
AuditJoinTable - Annotation Type in org.hibernate.envers
 
AuditMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
 
AuditMetadataGenerator(Configuration, GlobalConfiguration, AuditEntitiesConfiguration, Element) - Constructor for class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditProjection - Interface 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(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(AuditConfiguration, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
 
AuditReader - Interface in org.hibernate.envers
 
AuditReaderFactory - Class in org.hibernate.envers
 
AuditReaderImpl - Class in org.hibernate.envers.reader
 
AuditReaderImpl(AuditConfiguration, Session, SessionImplementor) - Constructor for class org.hibernate.envers.reader.AuditReaderImpl
 
AuditReaderImplementor - Interface in org.hibernate.envers.reader
An interface exposed by a VersionsReader to library-facing classes.
AuditRelatedId - Class in org.hibernate.envers.query.criteria
Create restrictions on an id of an entity related to an audited entity.
AuditRelatedId(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
 
AuditSync - Class in org.hibernate.envers.synchronization
 
AuditSync(AuditSyncManager, EventSource, RevisionInfoGenerator) - Constructor for class org.hibernate.envers.synchronization.AuditSync
 
AuditSyncManager - Class in org.hibernate.envers.synchronization
 
AuditSyncManager(RevisionInfoGenerator) - Constructor for class org.hibernate.envers.synchronization.AuditSyncManager
 
AuditTable - Annotation Type in org.hibernate.envers
 
AuditTableData - Class in org.hibernate.envers.configuration.metadata
Holds information necessary to create an audit table: its name, schema and catalog, as well as the audit entity name.
AuditTableData(String, String, String, String) - Constructor for class org.hibernate.envers.configuration.metadata.AuditTableData
 
AuditWorkUnit - Interface in org.hibernate.envers.synchronization.work
 

B

BasicCollectionInitializor<T extends Collection> - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a non-indexed java collection (set or list, eventually sorted).
BasicCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, Class<? extends T>, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
BasicCollectionMapper<T extends Collection> - Class in org.hibernate.envers.entities.mapper.relation
 
BasicCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
BasicMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
Generates metadata for basic properties: immutable types (including enums) and components
BasicMetadataGenerator() - Constructor for class org.hibernate.envers.configuration.metadata.BasicMetadataGenerator
 
beforeCompletion() - Method in class org.hibernate.envers.synchronization.AuditSync
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
bestGuessEntityName(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "between" constraint
BetweenAuditExpression - Class in org.hibernate.envers.query.criteria
 
BetweenAuditExpression(PropertyNameGetter, Object, Object) - Constructor for class org.hibernate.envers.query.criteria.BetweenAuditExpression
 
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.tools.query.QueryBuilder
Builds the given query, appending results to the given string buffer, and adding all query parameter values that are used to the map provided.
buildAndExecuteQuery() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 

C

check(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
check(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
check(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
check(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
check(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
check(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
check(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
check(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
check(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
check(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
check(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
check(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
check(AddWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.KeepCheckVisitor
 
check(ModWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.KeepCheckVisitor
 
check(DelWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.KeepCheckVisitor
 
check(CollectionChangeWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.KeepCheckVisitor
 
check(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
check(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
check(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
check(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
check(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
check(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
check(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
check(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
checkInit() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
checkNotNull(Object, String) - Static method in class org.hibernate.envers.tools.ArgumentsTools
 
checkPositive(Number, String) - Static method in class org.hibernate.envers.tools.ArgumentsTools
 
checkPropertyNotARelation(AuditConfiguration, String, String) - Static method in class org.hibernate.envers.query.criteria.CriteriaTools
 
clear() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
clear() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
clear() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
clear() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
CollectionChangeWorkUnit - Class in org.hibernate.envers.synchronization.work
 
CollectionChangeWorkUnit(String, AuditConfiguration, Serializable, Object) - Constructor for class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
collectionClass - Variable in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
CollectionMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
Generates metadata for a collection-valued property.
CollectionMetadataGenerator(AuditMetadataGenerator, Collection, CompositeMapperBuilder, String, EntityXmlMappingData, PersistentPropertyAuditingData) - Constructor for class org.hibernate.envers.configuration.metadata.CollectionMetadataGenerator
 
CollectionProxy<U,T extends Collection<U>> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
CollectionProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
CollectionProxy(Initializor<T>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
commonCollectionMapperData - Variable in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
CommonCollectionMapperData - Class in org.hibernate.envers.entities.mapper.relation
Data that is used by all collection mappers, regardless of the type.
CommonCollectionMapperData(AuditEntitiesConfiguration, String, PropertyData, MiddleIdData, RelationQueryGenerator) - Constructor for class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
comparator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
comparator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
compositeIdClass - Variable in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
CompositeMapperBuilder - Interface in org.hibernate.envers.entities.mapper
 
ConcurrentReferenceHashMap<K,V> - Class in org.hibernate.envers.tools
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap() - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.hibernate.envers.tools
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.envers.tools
An option specifying which Java reference type should be used to refer to a key and/or value.
ConfigurationTaskWithEnvers - Class in org.hibernate.envers.ant
 
ConfigurationTaskWithEnvers() - Constructor for class org.hibernate.envers.ant.ConfigurationTaskWithEnvers
 
configure(Configuration, ReflectionManager, GlobalConfiguration, AuditEntitiesConfiguration, Document, Element) - Method in class org.hibernate.envers.configuration.EntitiesConfigurator
 
configure(Configuration, ReflectionManager) - Method in class org.hibernate.envers.configuration.RevisionInfoConfiguration
 
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
connection() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
contains(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
contains(String, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
 
contains(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
containsAll(Collection<?>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
containsKey(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
containsKey(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsKey(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsValue(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
containsValue(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsValue(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsWork() - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
containsWork() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
count(String) - Method in class org.hibernate.envers.query.criteria.AuditId
Projection counting the values TODO: idPropertyName isn't needed, should be read from the configuration
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
createAnnotationConfiguration() - Method in class org.hibernate.tool.ant.EnversHibernateToolTask
 
createConfiguration() - Method in class org.hibernate.tool.ant.EnversHibernateToolTask
 
createEntity(Document, AuditTableData, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
createInstanceFromVersionsEntity(String, Map, Number) - Method in class org.hibernate.envers.entities.EntityInstantiator
Creates an entity instance based on an entry from the versions table.
createJoin(Element, String, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
createJpaConfiguration() - Method in class org.hibernate.tool.ant.EnversHibernateToolTask
 
createQuery() - Method in interface org.hibernate.envers.AuditReader
 
createQuery() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
createQuery() - Method in interface org.jboss.envers.VersionsReader
Deprecated.  
createSubclassEntity(Document, String, AuditTableData, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
CriteriaTools - Class in org.hibernate.envers.query.criteria
 
criterions - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 

D

deepCopy(Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
DefaultRevisionEntity - Class in org.hibernate.envers
 
DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
 
DefaultRevisionInfoGenerator - Class in org.hibernate.envers.revisioninfo
 
DefaultRevisionInfoGenerator(String, Class<?>, Class<? extends RevisionListener>, PropertyData) - Constructor for class org.hibernate.envers.revisioninfo.DefaultRevisionInfoGenerator
 
delegate - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
delegate - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
delegate - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
DelWorkUnit - Class in org.hibernate.envers.synchronization.work
 
DelWorkUnit(String, AuditConfiguration, Serializable) - Constructor for class org.hibernate.envers.synchronization.work.DelWorkUnit
 
desc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in descending order
disassemble(Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single disjunction (A or B or C...).
dispatch(KeepCheckVisitor) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
dispatch(KeepCheckVisitor) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
dispatch(KeepCheckVisitor) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
dispatch(KeepCheckVisitor) - Method in interface org.hibernate.envers.synchronization.work.KeepCheckDispatcher
Shuold be invoked on the second work unit.
dispatch(KeepCheckVisitor) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
dispatch(KeepCheckVisitor) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on distinct values
doConfiguration(Configuration) - Method in class org.hibernate.envers.ant.AnnotationConfigurationTaskWithEnvers
 
doConfiguration(Configuration) - Method in class org.hibernate.envers.ant.ConfigurationTaskWithEnvers
 
doConfiguration(Configuration) - Method in class org.hibernate.envers.ant.JPAConfigurationTaskWithEnvers
 
doImmediateLoad(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
doImmediateLoad(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 

E

elements() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
EmbeddedIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
EmbeddedIdMapper(PropertyData, String) - Constructor for class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
EntitiesAtRevisionQuery - Class in org.hibernate.envers.query.impl
 
EntitiesAtRevisionQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, Number) - Constructor for class org.hibernate.envers.query.impl.EntitiesAtRevisionQuery
 
EntitiesConfigurations - Class in org.hibernate.envers.entities
Configuration of the user entities: property mapping of the entities, relations, inheritance.
EntitiesConfigurations(Map<String, EntityConfiguration>) - Constructor for class org.hibernate.envers.entities.EntitiesConfigurations
 
EntitiesConfigurator - Class in org.hibernate.envers.configuration
 
EntitiesConfigurator() - Constructor for class org.hibernate.envers.configuration.EntitiesConfigurator
 
EntityConfiguration - Class in org.hibernate.envers.entities
 
EntityConfiguration(String, IdMappingData, ExtendedPropertyMapper, String) - Constructor for class org.hibernate.envers.entities.EntityConfiguration
 
EntityInstantiator - Class in org.hibernate.envers.entities
 
EntityInstantiator(AuditConfiguration, AuditReaderImplementor) - Constructor for class org.hibernate.envers.entities.EntityInstantiator
 
entityInstantiator - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
entityInstantiator - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
entityName - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
EntityPropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on a property of an audited entity.
EntityPropertyName(String) - Constructor for class org.hibernate.envers.query.property.EntityPropertyName
 
EntityXmlMappingData - Class in org.hibernate.envers.configuration.metadata
 
EntityXmlMappingData() - Constructor for class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
entrySet() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
entrySet() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
entrySet() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
EnversHibernateToolTask - Class in org.hibernate.tool.ant
 
EnversHibernateToolTask() - Constructor for class org.hibernate.tool.ant.EnversHibernateToolTask
 
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply an "equal" constraint
eq(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Apply an "equal" constraint
eqProperty(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.entities.mapper.id.QueryParameterData
 
equals(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
equals(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
equals(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
equals(Object, Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
equals(Object) - Method in class org.hibernate.envers.tools.Pair
 
equals(Object) - Method in class org.hibernate.envers.tools.Triple
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
ExtendableCriterion - Interface in org.hibernate.envers.query.criteria
 
ExtendedPropertyMapper - Interface in org.hibernate.envers.entities.mapper
 

F

fillDataWithId(Map<String, Object>, Object, RevisionType) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
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, Number) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
find(Class<T>, Object, Number) - Method in interface org.jboss.envers.VersionsReader
Deprecated.  
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.
findRevision(Class<T>, Number) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
findRevision(Class<T>, Number) - Method in interface org.jboss.envers.VersionsReader
Deprecated.  
first() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
firstKey() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
FirstLevelCache - Class in org.hibernate.envers.reader
First level cache for versioned entities, versions reader-scoped.
FirstLevelCache() - Constructor for class org.hibernate.envers.reader.FirstLevelCache
 
flush() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
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.
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.
fromRepresentation(Object) - Static method in enum org.hibernate.envers.RevisionType
 
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
generate(Session) - Method in class org.hibernate.envers.revisioninfo.DefaultRevisionInfoGenerator
 
generate(Session) - Method in interface org.hibernate.envers.revisioninfo.RevisionInfoGenerator
 
generateFirstPass(PersistentClass, PersistentClassAuditingData, EntityXmlMappingData) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
generateSecondPass(PersistentClass, PersistentClassAuditingData, EntityXmlMappingData) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open session.
get(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open entity manager.
get(PersistentClass) - Static method in enum org.hibernate.envers.configuration.metadata.InheritanceType
 
get(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
get(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
get(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
get(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.EntityPropertyName
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.OriginalIdPropertyName
 
get(AuditConfiguration) - Method in interface org.hibernate.envers.query.property.PropertyNameGetter
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.RevisionNumberPropertyName
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.RevisionPropertyPropertyName
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.property.RevisionTypePropertyName
 
get(String, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
 
get(EventSource) - Method in class org.hibernate.envers.synchronization.AuditSyncManager
 
get(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Session) - Static method in class org.jboss.envers.VersionsReaderFactory
Deprecated. Create a versions reader associated with an open session.
get(EntityManager) - Static method in class org.jboss.envers.VersionsReaderFactory
Deprecated. Create a versions reader associated with an open entity manager.
getAccessType() - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
getAccessType() - Method in class org.hibernate.envers.entities.PropertyData
 
getAdditionalXmlMappings() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
getAndIncrease() - Method in class org.hibernate.envers.tools.MutableInteger
 
getAuditData() - Method in class org.hibernate.envers.configuration.metadata.AnnotationsMetadataReader
 
getAuditEntCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getAuditEntityName(String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getAuditEntityName() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
 
getAuditTable() - Method in class org.hibernate.envers.configuration.metadata.PersistentClassAuditingData
 
getAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getAuditTableName() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
 
getBatcher() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getCacheMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getCatalog() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
 
getChangedElement() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
For use by bi-directional associations.
getClassMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
getCollectionChanges() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
getCollectionReferencingPropertyData() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getColumnNameIterator(Iterator<Column>) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
getColumnNameIterator(JoinColumn[]) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
getComponentIndex() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
 
getComponentMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getCorrelatedSubqueryOperator() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
getData() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
getData(AuditConfiguration) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
getData(AuditConfiguration) - Method in interface org.hibernate.envers.query.order.AuditOrder
 
getData(AuditConfiguration) - Method in class org.hibernate.envers.query.order.PropertyAuditOrder
 
getData(AuditConfiguration) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
getData(AuditConfiguration) - Method in class org.hibernate.envers.query.projection.PropertyAuditProjection
 
getDate() - Method in exception org.jboss.envers.exception.RevisionDoesNotExistException
Deprecated.  
getDontFlushFromFind() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getElement(Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getElement(Object) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getElement(Object) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getElement(Object) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getEnabledFilters() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEndTime() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getEntCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
getEntityId() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
getEntityId() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
getEntityMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEntityName() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
getEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
getEntityName() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
getEntityName() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
getEntityName() - Method in exception org.jboss.envers.exception.NotVersionedException
Deprecated.  
getEntityNameForVersionsEntityName(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
getEntityPersister(String, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFactory() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFetchProfile() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFilterParameterType(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFilterParameterValue(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFirst() - Method in class org.hibernate.envers.tools.Pair
 
getFirst() - Method in class org.hibernate.envers.tools.Triple
 
getFirstLevelCache() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getFirstLevelCache() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
 
getFlushMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFor(Configuration) - Static method in class org.hibernate.envers.configuration.AuditConfiguration
 
getFromPropertyName() - Method in class org.hibernate.envers.entities.RelationDescription
 
getGetter(Class, PropertyData) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
getGetter(Class, String, String) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
getGlobalCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getIdMapper() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getIdMapper() - Method in class org.hibernate.envers.entities.IdMappingData
 
getIdMapper() - Method in class org.hibernate.envers.entities.RelationDescription
 
getIdMappingData() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getInterceptor() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getJDBCContext() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getJoinTable() - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
getLastComponent(String) - Static method in class org.hibernate.envers.tools.StringTools
 
getListeners() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getLoadQueryInfluencers() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getMainXmlMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
getMapKey() - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
getMappedByPropertyName() - Method in class org.hibernate.envers.entities.RelationDescription
 
getName() - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
getName() - Method in class org.hibernate.envers.entities.PropertyData
 
getNamedQuery(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getNamedSQLQuery(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getNeighbours(PersistentClass) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getNeighbours(V) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getNeighbours() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getOriginalIdPropName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getOriginalMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
getPersistenceContext() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getPrefixedMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
getProperties() - Method in class org.hibernate.envers.configuration.metadata.PersistentClassAuditingData
 
getProperty(String) - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.metadata.PersistentClassAuditingData
 
getPropertyData() - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
getPropertyMapper() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.OneEntityQueryGenerator
 
getQuery(AuditReaderImplementor, Object, Number) - Method in interface org.hibernate.envers.entities.mapper.relation.query.RelationQueryGenerator
 
getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
getQuery(AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.query.TwoEntityQueryGenerator
 
getQueryGenerator() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getQueryParameterName() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
getReferencingIdData() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getReferencingPropertyName() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
getRelatedEntity(AuditConfiguration, String, String) - Static method in class org.hibernate.envers.query.criteria.CriteriaTools
 
getRelationDescription(String, String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
getRelationDescription(String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getRelationType() - Method in class org.hibernate.envers.entities.RelationDescription
 
getRepresentation(PersistentClass) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getRepresentation() - Method in enum org.hibernate.envers.RevisionType
 
getRepresentation(V) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getRepresentation() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getResultList() - Method in interface org.hibernate.envers.query.AuditQuery
 
getResultList() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
getRevision() - Method in exception org.jboss.envers.exception.RevisionDoesNotExistException
Deprecated.  
getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
Get the date, at which a revision was created.
getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getRevisionDate(Number) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getRevisionDate(Number) - Method in interface org.jboss.envers.VersionsReader
Deprecated.  
getRevisionDateQuery(Session, Number) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
getRevisionFieldName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionInfoEntityName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionInfoNumberReader() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getRevisionInfoQueryCreator() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getRevisionNumber(Object) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoNumberReader
 
getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
getRevisionNumberForDate(Date) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getRevisionNumberForDate(Date) - Method in interface org.jboss.envers.VersionsReader
Deprecated.  
getRevisionNumberForDateQuery(Session, Date) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
getRevisionNumberPath() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionPropPath(String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionQuery(Session, Number) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
getRevisions(Class<?>, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified.
getRevisions(Class<?>, Object) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getRevisions(Class<?>, Object) - Method in interface org.jboss.envers.VersionsReader
Deprecated.  
getRevisionTypePropName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionTypePropType() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRootParameters() - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
getSchema() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
 
getSecond() - Method in class org.hibernate.envers.tools.Pair
 
getSecond() - Method in class org.hibernate.envers.tools.Triple
 
getSecondaryTableDictionary() - Method in class org.hibernate.envers.configuration.metadata.PersistentClassAuditingData
 
getSession() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getSession() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
 
getSessionImplementor() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getSessionImplementor() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
 
getSetter(Class, PropertyData) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
getSetter(Class, String, String) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
 
getSingleResult() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
getStartTime() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getStore() - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
getStore() - Method in class org.hibernate.envers.entities.PropertyData
 
getSyncManager() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getThird() - Method in class org.hibernate.envers.tools.Triple
 
getTimestamp() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getTimestamp() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getToEntityName() - Method in class org.hibernate.envers.entities.RelationDescription
 
getValue(String) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getValue() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
getValue(R) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getValues() - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getValues() - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getVerCfg() - Method in class org.hibernate.envers.event.AuditEventListener
 
getVerEntCfg() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getVersionsEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
getVersionsMiddleEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getXmlMapping() - Method in class org.hibernate.envers.entities.IdMappingData
 
getXmlRelationMapping() - Method in class org.hibernate.envers.entities.IdMappingData
 
GlobalConfiguration - Class in org.hibernate.envers.configuration
 
GlobalConfiguration(Properties) - Constructor for class org.hibernate.envers.configuration.GlobalConfiguration
 
GraphDefiner<V,R> - Interface in org.hibernate.envers.tools.graph
Defines a graph, where each vertex has a representation, which identifies uniquely a value.
GraphTopologicalSort - Class in org.hibernate.envers.tools.graph
 
GraphTopologicalSort() - Constructor for class org.hibernate.envers.tools.graph.GraphTopologicalSort
 
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
guessEntityName(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 

H

hashCode() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
hashCode(Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
hashCode() - Method in class org.hibernate.envers.tools.Pair
 
hashCode() - Method in class org.hibernate.envers.tools.Triple
 
hasOrder - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
hasProjection - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
headMap(K) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
headSet(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 

I

id() - Static method in class org.hibernate.envers.query.AuditEntity
 
id - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
IdentifierEqAuditExpression - Class in org.hibernate.envers.query.criteria
A criterion that expresses that the id of an entity is equal or not equal to some specified value.
IdentifierEqAuditExpression(Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.IdentifierEqAuditExpression
 
IdMapper - Interface in org.hibernate.envers.entities.mapper.id
 
IdMappingData - Class in org.hibernate.envers.entities
 
IdMappingData(IdMapper, Element, Element) - Constructor for class org.hibernate.envers.entities.IdMappingData
 
IdMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
Generates metadata for primary identifiers (ids) of versions entities.
ids - Variable in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
immediateLoad(String, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
in(T[]) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
in(Collection) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
InAuditExpression - Class in org.hibernate.envers.query.criteria
 
InAuditExpression(PropertyNameGetter, Object[]) - Constructor for class org.hibernate.envers.query.criteria.InAuditExpression
 
indexOf(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
InheritanceType - Enum in org.hibernate.envers.configuration.metadata
 
initialize() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initialize() - Method in interface org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor
 
initialize(Configuration) - Method in class org.hibernate.envers.event.AuditEventListener
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
Initializor<T> - Interface in org.hibernate.envers.entities.mapper.relation.lazy.initializor
 
instantiate(String, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isAudited() - Method in class org.hibernate.envers.configuration.metadata.PersistentClassAuditingData
 
isBidirectional() - Method in class org.hibernate.envers.entities.RelationDescription
 
isClosed() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isConnected() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isDoNotAuditOptimisticLockingField() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
isEmpty() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty(String) - Static method in class org.hibernate.envers.tools.StringTools
 
isEventSource() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isGenerateRevisionsForCollections() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isMutable() - Method in class org.hibernate.envers.entities.RevisionTypeType
 
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
isOpen() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isPerformed() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
isPerformed() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
isRelation(String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
isSet() - Method in class org.hibernate.envers.tools.MutableBoolean
 
isTransactionInProgress() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isVersioned(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
iterate(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
iterator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
iteratorsContentEqual(Iterator, Iterator) - Static method in class org.hibernate.envers.tools.Tools
 
iteratorToList(Iterator<T>) - Static method in class org.hibernate.envers.tools.Tools
 

J

JPAConfigurationTaskWithEnvers - Class in org.hibernate.envers.ant
 
JPAConfigurationTaskWithEnvers() - Constructor for class org.hibernate.envers.ant.JPAConfigurationTaskWithEnvers
 

K

KeepCheckDispatcher - Interface in org.hibernate.envers.synchronization.work
Visitor patter dispatcher.
KeepCheckResult - Enum in org.hibernate.envers.synchronization.work
Possible outcomes of selecting which work unit to keep, in case there are two work units for the same entity with the same id.
KeepCheckVisitor - Interface in org.hibernate.envers.synchronization.work
Visitor pattern visitor.
keys() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
keySet() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
keySet() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.

L

last() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
lastIndexOf(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
lastKey() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
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
like(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
like(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
list(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
list(CriteriaImpl) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
list() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
list() - Method in class org.hibernate.envers.query.impl.EntitiesAtRevisionQuery
 
list() - Method in class org.hibernate.envers.query.impl.RevisionsOfEntityQuery
 
ListCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a map.
ListCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
ListCollectionMapper - Class in org.hibernate.envers.entities.mapper.relation
 
ListCollectionMapper(CommonCollectionMapperData, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
listIterator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
listIterator(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
ListProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
ListProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
ListProxy(Initializor<List<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
listToIndexElementPairList(List<T>) - Static method in class org.hibernate.envers.tools.Tools
Transforms a list of arbitrary elements to a list of index-element pairs.
loadClass(String) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
LogicalAuditExpression - Class in org.hibernate.envers.query.criteria
 
LogicalAuditExpression(AuditCriterion, AuditCriterion, String) - Constructor for class org.hibernate.envers.query.criteria.LogicalAuditExpression
 
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

M

make(T1, T2) - Static method in class org.hibernate.envers.tools.Pair
 
make(T1, T2, T3) - Static method in class org.hibernate.envers.tools.Triple
 
map(Map<String, Object>, String[], Object[], Object[]) - Method in interface org.hibernate.envers.entities.mapper.ExtendedPropertyMapper
 
map(Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
map(Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.MapPropertyMapper
 
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
Maps collection changes
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.OneToOneNotOwningMapper
 
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapCollectionChanges(String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
MapCollectionInitializor<T extends Map> - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a map.
MapCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, Class<? extends T>, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
MapCollectionMapper<T extends Map> - Class in org.hibernate.envers.entities.mapper.relation
 
MapCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
MapPropertyMapper - Class in org.hibernate.envers.entities.mapper
 
MapPropertyMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.MapPropertyMapper
 
MapProxy<K,V> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
MapProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
MapProxy(Initializor<Map<K, V>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
mapToEntityFromEntity(Object, Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToEntityFromMap(Object, Map) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.MapPropertyMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
Maps properties from the given map to the given object.
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.OneToOneNotOwningMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToIdFromEntity(Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
mapToIdFromMap(Map) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.MapPropertyMapper
 
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
Maps properties to the given map, basing on differences between properties of new and old objects.
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.OneToOneNotOwningMapper
 
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapToMapFromEntity(Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
Maps the changed collection element to the given map.
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Maps from an object to the object's map representation (for an entity - only its id).
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
mapToMapFromObject(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Maps from full object data, contained in the given map (or object representation of the map, if available), to an object.
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToQueryParametersFromId(Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
max() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the maximum value
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
MetadataTools - Class in org.hibernate.envers.configuration.metadata
 
MetadataTools() - Constructor for class org.hibernate.envers.configuration.metadata.MetadataTools
 
MetadataTools.ColumnNameIterator - Class in org.hibernate.envers.configuration.metadata
An iterator over column names.
MetadataTools.ColumnNameIterator() - Constructor for class org.hibernate.envers.configuration.metadata.MetadataTools.ColumnNameIterator
 
MiddleComponentData - Class in org.hibernate.envers.entities.mapper.relation
A data holder for a middle relation component (which is either the collection element or index): - component mapper used to map the component to and from versions entities - an index, which specifies in which element of the array returned by the query for reading the collection the data of the component is
MiddleComponentData(MiddleComponentMapper, int) - Constructor for class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
 
MiddleComponentMapper - Interface in org.hibernate.envers.entities.mapper.relation.component
 
MiddleDummyComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
 
MiddleDummyComponentMapper() - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
MiddleIdData - Class in org.hibernate.envers.entities.mapper.relation
A class holding information about ids, which form a virtual "relation" from a middle-table.
MiddleIdData(AuditEntitiesConfiguration, IdMappingData, String, String) - Constructor for class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
MiddleMapKeyIdComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
A component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.
MiddleMapKeyIdComponentMapper(AuditEntitiesConfiguration, IdMapper) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
MiddleMapKeyPropertyComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
A component mapper for the @MapKey mapping with the name parameter specified: the value of the map's key is a property of the entity.
MiddleMapKeyPropertyComponentMapper(String, String) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
MiddleRelatedComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
 
MiddleRelatedComponentMapper(MiddleIdData) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
MiddleSimpleComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
 
MiddleSimpleComponentMapper(AuditEntitiesConfiguration, String) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
min() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the minimum value
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
ModificationStore - Enum in org.hibernate.envers
 
ModificationStore - Enum in org.jboss.envers
Deprecated.  
ModWorkUnit - Class in org.hibernate.envers.synchronization.work
 
ModWorkUnit(String, AuditConfiguration, Serializable, EntityPersister, Object[], Object[]) - Constructor for class org.hibernate.envers.synchronization.work.ModWorkUnit
 
MultipleIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
MultipleIdMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
MultiPropertyMapper - Class in org.hibernate.envers.entities.mapper
 
MultiPropertyMapper() - Constructor for class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
MutableBoolean - Class in org.hibernate.envers.tools
 
MutableBoolean() - Constructor for class org.hibernate.envers.tools.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class org.hibernate.envers.tools.MutableBoolean
 
MutableInteger - Class in org.hibernate.envers.tools
 
MutableInteger() - Constructor for class org.hibernate.envers.tools.MutableInteger
 

N

ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply a "not equal" constraint
ne(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Apply a "not equal" constraint
neProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to another property
newAdditionalMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
newHashMap() - Static method in class org.hibernate.envers.tools.Tools
 
newHashSet() - Static method in class org.hibernate.envers.tools.Tools
 
newLinkedHashMap() - Static method in class org.hibernate.envers.tools.Tools
 
newRevision(Object) - Method in interface org.hibernate.envers.RevisionListener
Called when a new revision is created.
newSubQueryBuilder() - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
newSubQueryBuilder(String, String) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
not(AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the negation of a criterion.
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
 
NotAuditExpression - Class in org.hibernate.envers.query.criteria
 
NotAuditExpression(AuditCriterion) - Constructor for class org.hibernate.envers.query.criteria.NotAuditExpression
 
NotNullAuditExpression - Class in org.hibernate.envers.query.criteria
 
NotNullAuditExpression(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.NotNullAuditExpression
 
NotVersionedException - Exception in org.jboss.envers.exception
Deprecated.  
NotVersionedException(String, String) - Constructor for exception org.jboss.envers.exception.NotVersionedException
Deprecated.  
NullAuditExpression - Class in org.hibernate.envers.query.criteria
 
NullAuditExpression(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.NullAuditExpression
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.hibernate.envers.entities.RevisionTypeType
 

O

objectsEqual(Object, Object) - Static method in class org.hibernate.envers.tools.Tools
 
OneAuditEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from an audit entity.
OneAuditEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, MiddleIdData, String, IdMapper) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
OneEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from a relation middle-table only.
OneEntityQueryGenerator(AuditEntitiesConfiguration, String, MiddleIdData, MiddleComponentData...) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.OneEntityQueryGenerator
 
OneToOneNotOwningMapper - Class in org.hibernate.envers.entities.mapper.relation
 
OneToOneNotOwningMapper(String, String, PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.OneToOneNotOwningMapper
 
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.envers.event.AuditEventListener
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.envers.event.AuditEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.envers.event.AuditEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.envers.event.AuditEventListener
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in class org.hibernate.envers.event.AuditEventListener
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in class org.hibernate.envers.event.AuditEventListener
 
or(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the disjuction of two criterions.
OR - Static variable in class org.hibernate.envers.tools.query.Parameters
 
org.hibernate.envers - package org.hibernate.envers
 
org.hibernate.envers.ant - package org.hibernate.envers.ant
 
org.hibernate.envers.configuration - package org.hibernate.envers.configuration
 
org.hibernate.envers.configuration.metadata - package org.hibernate.envers.configuration.metadata
 
org.hibernate.envers.entities - package org.hibernate.envers.entities
 
org.hibernate.envers.entities.mapper - package org.hibernate.envers.entities.mapper
 
org.hibernate.envers.entities.mapper.id - package org.hibernate.envers.entities.mapper.id
 
org.hibernate.envers.entities.mapper.relation - package org.hibernate.envers.entities.mapper.relation
 
org.hibernate.envers.entities.mapper.relation.component - package org.hibernate.envers.entities.mapper.relation.component
 
org.hibernate.envers.entities.mapper.relation.lazy - package org.hibernate.envers.entities.mapper.relation.lazy
 
org.hibernate.envers.entities.mapper.relation.lazy.initializor - package org.hibernate.envers.entities.mapper.relation.lazy.initializor
 
org.hibernate.envers.entities.mapper.relation.lazy.proxy - package org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
org.hibernate.envers.entities.mapper.relation.query - package org.hibernate.envers.entities.mapper.relation.query
 
org.hibernate.envers.event - package org.hibernate.envers.event
 
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.impl - package org.hibernate.envers.query.impl
 
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.query.property - package org.hibernate.envers.query.property
 
org.hibernate.envers.reader - package org.hibernate.envers.reader
 
org.hibernate.envers.revisioninfo - package org.hibernate.envers.revisioninfo
 
org.hibernate.envers.synchronization - package org.hibernate.envers.synchronization
 
org.hibernate.envers.synchronization.work - package org.hibernate.envers.synchronization.work
 
org.hibernate.envers.tools - package org.hibernate.envers.tools
 
org.hibernate.envers.tools.graph - package org.hibernate.envers.tools.graph
 
org.hibernate.envers.tools.query - package org.hibernate.envers.tools.query
 
org.hibernate.envers.tools.reflection - package org.hibernate.envers.tools.reflection
 
org.hibernate.tool.ant - package org.hibernate.tool.ant
 
org.jboss.envers - package org.jboss.envers
 
org.jboss.envers.event - package org.jboss.envers.event
 
org.jboss.envers.exception - package org.jboss.envers.exception
 
org.jboss.envers.query - package org.jboss.envers.query
 
OriginalIdPropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on the identifier.
OriginalIdPropertyName(String) - Constructor for class org.hibernate.envers.query.property.OriginalIdPropertyName
 

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
 
Parameters - Class in org.hibernate.envers.tools.query
Parameters of a query, built using QueryBuilder.
perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
perform(Session, Object) - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentClassAuditingData - Class in org.hibernate.envers.configuration.metadata
 
PersistentClassAuditingData() - Constructor for class org.hibernate.envers.configuration.metadata.PersistentClassAuditingData
 
PersistentClassGraphDefiner - Class in org.hibernate.envers.configuration
Defines a graph, where the vertexes are all persistent classes, and there is an edge from p.c.
PersistentClassGraphDefiner(Configuration) - Constructor for class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
PersistentCollectionChangeData - Class in org.hibernate.envers.entities.mapper
Data describing the change of a single object in a persisten collection (when the object was added, removed or modified in the collection).
PersistentCollectionChangeData(String, Map<String, Object>, Object) - Constructor for class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
PersistentCollectionChangeWorkUnit - Class in org.hibernate.envers.synchronization.work
 
PersistentCollectionChangeWorkUnit(String, AuditConfiguration, PersistentCollection, String, Serializable, Serializable) - Constructor for class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentPropertyAuditingData - Class in org.hibernate.envers.configuration.metadata
 
PersistentPropertyAuditingData() - Constructor for class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
PersistentPropertyAuditingData(String, String, ModificationStore) - Constructor for class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
prefixMappedProperties(String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Creates a mapper with all mapped properties prefixed.
prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
prefixNamesInPropertyElement(Element, String, MetadataTools.ColumnNameIterator, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
properties - Variable in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
property(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of an audited entity.
PropertyAuditExpression - Class in org.hibernate.envers.query.criteria
 
PropertyAuditExpression(PropertyNameGetter, String, String) - Constructor for class org.hibernate.envers.query.criteria.PropertyAuditExpression
 
PropertyAuditOrder - Class in org.hibernate.envers.query.order
 
PropertyAuditOrder(PropertyNameGetter, boolean) - Constructor for class org.hibernate.envers.query.order.PropertyAuditOrder
 
PropertyAuditProjection - Class in org.hibernate.envers.query.projection
 
PropertyAuditProjection(PropertyNameGetter, String, boolean) - Constructor for class org.hibernate.envers.query.projection.PropertyAuditProjection
 
PropertyData - Class in org.hibernate.envers.entities
Holds information on a property that is audited.
PropertyData(String, PropertyData) - Constructor for class org.hibernate.envers.entities.PropertyData
Copies the given property data, except the name.
PropertyData(String, String, ModificationStore) - Constructor for class org.hibernate.envers.entities.PropertyData
 
PropertyMapper - Interface in org.hibernate.envers.entities.mapper
 
PropertyNameGetter - Interface in org.hibernate.envers.query.property
Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it.
purgeStaleEntries() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
put(K, V) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
put(K, V) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
put(String, Number, Object, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
 
put(K, V) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putIfAbsent(K, V) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap

Q

qb - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
QueryBuilder - Class in org.hibernate.envers.tools.query
A class for incrementaly building a HQL query.
QueryBuilder(String, String) - Constructor for class org.hibernate.envers.tools.query.QueryBuilder
 
QueryGeneratorBuilder - Class in org.hibernate.envers.configuration.metadata
Builds query generators, for reading collection middle tables, along with any related entities.
QueryGeneratorTools - Class in org.hibernate.envers.entities.mapper.relation.query
 
QueryGeneratorTools() - Constructor for class org.hibernate.envers.entities.mapper.relation.query.QueryGeneratorTools
 
QueryParameterData - Class in org.hibernate.envers.entities.mapper.id
 
QueryParameterData(String, Object) - Constructor for class org.hibernate.envers.entities.mapper.id.QueryParameterData
 

R

ReflectionTools - Class in org.hibernate.envers.tools.reflection
 
ReflectionTools() - Constructor for class org.hibernate.envers.tools.reflection.ReflectionTools
 
RelatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
RelatedAuditExpression(PropertyNameGetter, Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.RelatedAuditExpression
 
relatedId(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions on an id of a related entity.
RelationDescription - Class in org.hibernate.envers.entities
 
RelationDescription(String, RelationType, String, String, IdMapper) - Constructor for class org.hibernate.envers.entities.RelationDescription
 
RelationQueryGenerator - Interface in org.hibernate.envers.entities.mapper.relation.query
Implementations of this interface provide a method to generate queries on a relation table (a table used for mapping relations).
RelationType - Enum in org.hibernate.envers.entities
Type of a relation between two entities.
remove(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
remove(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
remove(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
remove(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
remove(Transaction) - Method in class org.hibernate.envers.synchronization.AuditSyncManager
 
remove(Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
removeAll(Collection<?>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
replace(Object, Object, Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
replace(K, V, V) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
retainAll(Collection<?>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
returnedClass() - Method in class org.hibernate.envers.entities.RevisionTypeType
 
revision - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
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
 
RevisionDoesNotExistException - Exception in org.jboss.envers.exception
Deprecated.  
RevisionDoesNotExistException(Number) - Constructor for exception org.jboss.envers.exception.RevisionDoesNotExistException
Deprecated.  
RevisionDoesNotExistException(Date) - Constructor for exception org.jboss.envers.exception.RevisionDoesNotExistException
Deprecated.  
RevisionEntity - Annotation Type in org.hibernate.envers
Marks an entity to be created whenever a new revision is generated.
RevisionInfoConfiguration - Class in org.hibernate.envers.configuration
 
RevisionInfoConfiguration() - Constructor for class org.hibernate.envers.configuration.RevisionInfoConfiguration
 
RevisionInfoGenerator - Interface in org.hibernate.envers.revisioninfo
 
RevisionInfoNumberReader - Class in org.hibernate.envers.revisioninfo
Gets a revision number from a persisted revision info entity.
RevisionInfoNumberReader(Class<?>, PropertyData) - Constructor for class org.hibernate.envers.revisioninfo.RevisionInfoNumberReader
 
RevisionInfoQueryCreator - Class in org.hibernate.envers.revisioninfo
 
RevisionInfoQueryCreator(String, String, String) - Constructor for class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
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 - Annotation Type in org.hibernate.envers
Marks a property which will hold the number of the revision in a revision entity, see RevisionListener.
RevisionNumberPropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionNumberPropertyName() - Constructor for class org.hibernate.envers.query.property.RevisionNumberPropertyName
 
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.
RevisionPropertyPropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on a property of the revision entity, which is associated with an audit entity.
RevisionPropertyPropertyName(String) - Constructor for class org.hibernate.envers.query.property.RevisionPropertyPropertyName
 
RevisionsOfEntityQuery - Class in org.hibernate.envers.query.impl
 
RevisionsOfEntityQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, boolean, boolean) - Constructor for class org.hibernate.envers.query.impl.RevisionsOfEntityQuery
 
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 - Enum in org.hibernate.envers
Type of the revision.
RevisionTypeAuditExpression - Class in org.hibernate.envers.query.criteria
 
RevisionTypeAuditExpression(Object, String) - Constructor for class org.hibernate.envers.query.criteria.RevisionTypeAuditExpression
 
RevisionTypePropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionTypePropertyName() - Constructor for class org.hibernate.envers.query.property.RevisionTypePropertyName
 
RevisionTypeType - Class in org.hibernate.envers.entities
A hibernate type for the RevisionType enum.
RevisionTypeType() - Constructor for class org.hibernate.envers.entities.RevisionTypeType
 

S

scroll(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
scroll(CriteriaImpl, ScrollMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
SecondaryAuditTable - Annotation Type in org.hibernate.envers
 
SecondaryAuditTables - Annotation Type in org.hibernate.envers
 
set(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
set() - Method in class org.hibernate.envers.tools.MutableBoolean
 
setAccessType(String) - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
setAuditTable(AuditTable) - Method in class org.hibernate.envers.configuration.metadata.PersistentClassAuditingData
 
setAutoClear(boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheable(boolean) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheRegion(String) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setClassMapping(Element) - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
setComment(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setComment(String) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setEndTime(int) - Method in class org.hibernate.envers.tools.graph.Vertex
 
setFetchProfile(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFirstResult(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setId(int) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setJoinTable(AuditJoinTable) - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setLockMode(LockMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setMapKey(String) - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setMaxResults(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setName(String) - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
setParameterValue(Query) - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
setPerformed(Object) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
SetProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
SetProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy
 
SetProxy(Initializor<Set<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy
 
setQueryProperties(Query) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setStartTime(int) - Method in class org.hibernate.envers.tools.graph.Vertex
 
setStore(ModificationStore) - Method in class org.hibernate.envers.configuration.metadata.PersistentPropertyAuditingData
 
setTimeout(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setTimeout(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setTimestamp(long) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
SimpleAuditExpression - Class in org.hibernate.envers.query.criteria
 
SimpleAuditExpression(PropertyNameGetter, Object, String) - Constructor for class org.hibernate.envers.query.criteria.SimpleAuditExpression
 
SimpleIdMapperBuilder - Interface in org.hibernate.envers.entities.mapper.id
 
SimpleMapperBuilder - Interface in org.hibernate.envers.entities.mapper
 
SingleIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
SingleIdMapper() - Constructor for class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
SingleIdMapper(String, PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
SingleIdMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
SinglePropertyMapper - Class in org.hibernate.envers.entities.mapper
TODO: diff
SinglePropertyMapper() - Constructor for class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
size() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
sort(GraphDefiner<V, R>) - Static method in class org.hibernate.envers.tools.graph.GraphTopologicalSort
Sorts a graph topologically.
sort(Collection<Vertex<R>>) - Method in class org.hibernate.envers.tools.graph.TopologicalSort
 
SortedMapProxy<K,V> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
SortedMapProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedMapProxy(Initializor<SortedMap<K, V>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedSetProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
SortedSetProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
SortedSetProxy(Initializor<SortedSet<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
sqlTypes() - Method in class org.hibernate.envers.entities.RevisionTypeType
 
StringTools - Class in org.hibernate.envers.tools
 
StringTools() - Constructor for class org.hibernate.envers.tools.StringTools
 
SubclassPropertyMapper - Class in org.hibernate.envers.entities.mapper
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
SubclassPropertyMapper(ExtendedPropertyMapper, ExtendedPropertyMapper) - Constructor for class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
subList(int, int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
subMap(K, K) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
subSet(U, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 

T

tailMap(K) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
tailSet(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
ThreeEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from a relation middle-table and a two related versions entity.
ThreeEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, String, MiddleIdData, MiddleIdData, MiddleIdData, MiddleComponentData...) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
toArray() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toArray(V[]) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
Tools - Class in org.hibernate.envers.tools
 
Tools() - Constructor for class org.hibernate.envers.tools.Tools
 
ToOneDelegateSessionImplementor - Class in org.hibernate.envers.entities.mapper.relation.lazy
 
ToOneDelegateSessionImplementor(AuditReaderImplementor, Class<?>, Object, Number) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 
ToOneIdMapper - Class in org.hibernate.envers.entities.mapper.relation
 
ToOneIdMapper(IdMapper, PropertyData, String) - Constructor for class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
ToOneRelationMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
Generates metadata for to-one relations (reference-valued properties).
TopologicalSort<R> - Class in org.hibernate.envers.tools.graph
Topological sorting of a graph - based on DFS.
TopologicalSort() - Constructor for class org.hibernate.envers.tools.graph.TopologicalSort
 
toString() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
toString() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toString() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
Triple<T1,T2,T3> - Class in org.hibernate.envers.tools
A triple of objects.
Triple(T1, T2, T3) - Constructor for class org.hibernate.envers.tools.Triple
 
TwoEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from a relation middle-table and a related versions entity.
TwoEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, String, MiddleIdData, MiddleIdData, MiddleComponentData...) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.TwoEntityQueryGenerator
 

U

undo(Session) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
undo(Session) - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
unset() - Method in class org.hibernate.envers.tools.MutableBoolean
 

V

valueOf(String) - Static method in enum org.hibernate.envers.configuration.metadata.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.entities.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.ModificationStore
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.RevisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.synchronization.work.KeepCheckResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.tools.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.tools.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.envers.ModificationStore
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.envers.configuration.metadata.InheritanceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
values() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
values() - Static method in enum org.hibernate.envers.entities.RelationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.envers.ModificationStore
Returns an array containing the constants of this enum type, in the order they're 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're declared.
values() - Static method in enum org.hibernate.envers.RevisionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.envers.synchronization.work.KeepCheckResult
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.envers.tools.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.hibernate.envers.tools.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.hibernate.envers.tools.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.jboss.envers.ModificationStore
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
verCfg - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
verCfg - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
Versioned - Annotation Type in org.jboss.envers
Deprecated.  
versionsEntityName - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
VersionsEventListener - Class in org.jboss.envers.event
Deprecated.  
VersionsEventListener() - Constructor for class org.jboss.envers.event.VersionsEventListener
Deprecated.  
VersionsException - Exception in org.jboss.envers.exception
Deprecated.  
VersionsException(String) - Constructor for exception org.jboss.envers.exception.VersionsException
Deprecated.  
VersionsException(String, Throwable) - Constructor for exception org.jboss.envers.exception.VersionsException
Deprecated.  
VersionsException(Throwable) - Constructor for exception org.jboss.envers.exception.VersionsException
Deprecated.  
VersionsQueryCreator - Class in org.jboss.envers.query
Deprecated.  
VersionsQueryCreator(AuditConfiguration, AuditReaderImplementor) - Constructor for class org.jboss.envers.query.VersionsQueryCreator
Deprecated.  
VersionsReader - Interface in org.jboss.envers
Deprecated.  
VersionsReaderFactory - Class in org.jboss.envers
Deprecated.  
Vertex<R> - Class in org.hibernate.envers.tools.graph
A graph vertex - stores its representation, neighbours, start and end time in (D|B)FS.
Vertex(R) - Constructor for class org.hibernate.envers.tools.graph.Vertex
 

A B C D E F G H I J K L M N O P Q R S T U V

Copyright © 2008 Hibernate.org. All Rights Reserved.