$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

$

$$_hibernate_getEntityEntry() - Method in interface org.hibernate.engine.spi.ManagedEntity
Provides access to the associated EntityEntry.
$$_hibernate_getEntityInstance() - Method in interface org.hibernate.engine.spi.ManagedEntity
Obtain a reference to the entity instance.
$$_hibernate_getInterceptor() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
 
$$_hibernate_getNextManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; obtain reference to the next entry.
$$_hibernate_getPreviousManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; obtain reference to the previous entry.
$$_hibernate_setEntityEntry(EntityEntry) - Method in interface org.hibernate.engine.spi.ManagedEntity
Injects the EntityEntry associated with this entity instance.
$$_hibernate_setInterceptor(PersistentAttributeInterceptor) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
 
$$_hibernate_setNextManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the next entry.
$$_hibernate_setPreviousManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the previous entry.

A

abortBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abs(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
AbsFunction<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL ABS function.
AbsFunction(CriteriaBuilderImpl, Expression) - Constructor for class org.hibernate.jpa.criteria.expression.function.AbsFunction
 
AbstractAnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trim function itself.
AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
AbstractArchiveDescriptor - Class in org.hibernate.jpa.boot.archive.spi
Base support for ArchiveDescriptor implementors.
AbstractArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.jpa.boot.archive.spi.AbstractArchiveDescriptor
 
AbstractAttribute<X,Y> - Class in org.hibernate.jpa.internal.metamodel
Models the commonality of the JPA Attribute hierarchy.
AbstractAttribute(String, Class<Y>, AbstractManagedType<X>, Member, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractAttribute
 
AbstractAttribute - Class in org.hibernate.tuple
 
AbstractAttribute(String, Type) - Constructor for class org.hibernate.tuple.AbstractAttribute
 
AbstractAttributeBinding - Class in org.hibernate.metamodel.binding
Basic support for AttributeBinding implementors
AbstractAttributeBinding(AttributeBindingContainer, Attribute) - Constructor for class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
AbstractAttributeContainer - Class in org.hibernate.metamodel.domain
Convenient base class for AttributeContainer.
AbstractAttributeContainer(String, String, ValueHolder<Class<?>>, Hierarchical) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
AbstractAttributeContainer.IndexedPluralAttributeImpl - Class in org.hibernate.metamodel.domain
 
AbstractAttributeContainer.IndexedPluralAttributeImpl(String, PluralAttributeNature, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.IndexedPluralAttributeImpl
 
AbstractAttributeContainer.PluralAttributeImpl - Class in org.hibernate.metamodel.domain
 
AbstractAttributeContainer.PluralAttributeImpl(String, PluralAttributeNature, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
AbstractAttributeContainer.SingularAttributeImpl - Class in org.hibernate.metamodel.domain
 
AbstractAttributeContainer.SingularAttributeImpl(String, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
AbstractAttributeTypeResolver - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
AbstractAttributeTypeResolver() - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
AbstractAuditQuery - Class in org.hibernate.envers.query.internal.impl
 
AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
AbstractAuditWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
AbstractAuditWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, RevisionType) - Constructor for class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.mapping
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(HashSet) - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.metamodel.relational
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBasicQueryContractImpl - Class in org.hibernate.internal
 
AbstractBasicQueryContractImpl(SessionImplementor) - Constructor for class org.hibernate.internal.AbstractBasicQueryContractImpl
 
AbstractBatchImpl - Class in org.hibernate.engine.jdbc.batch.internal
Convenience base class for implementers of the Batch interface.
AbstractBatchImpl(BatchKey, JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
AbstractBynaryType - Class in org.hibernate.type
Deprecated.
Use the AbstractStandardBasicType approach instead
AbstractBynaryType() - Constructor for class org.hibernate.type.AbstractBynaryType
Deprecated.
 
AbstractCharArrayType - Class in org.hibernate.type
Deprecated.
Use the AbstractStandardBasicType approach instead
AbstractCharArrayType() - Constructor for class org.hibernate.type.AbstractCharArrayType
Deprecated.
 
AbstractClassTransformerImpl - Class in org.hibernate.bytecode.spi
Basic implementation of the ClassTransformer contract.
AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
AbstractCollectionElement - Class in org.hibernate.metamodel.binding
Basic contract describing the commonality between the various types of collection element mappings.
AbstractCollectionEvent - Class in org.hibernate.event.spi
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
AbstractCollectionInitializor<T> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a persistent collection.
AbstractCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractCollectionReference - Class in org.hibernate.loader.plan.spi
 
AbstractCollectionReference(SessionFactoryImplementor, LockMode, CollectionPersister, PropertyPath) - Constructor for class org.hibernate.loader.plan.spi.AbstractCollectionReference
 
AbstractCollectionReference(AbstractCollectionReference, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.AbstractCollectionReference
 
AbstractComponentTuplizer - Class in org.hibernate.tuple.component
Support for tuplizers relating to components.
AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
 
AbstractComponentType - Interface in org.hibernate.type
Deprecated.
in favor of CompositeType
AbstractCompositeBasedAttribute - Class in org.hibernate.tuple.component
A base class for a sub-attribute of a composite, non-identifier attribute.
AbstractCompositeBasedAttribute(AbstractCompositionAttribute, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation, int) - Constructor for class org.hibernate.tuple.component.AbstractCompositeBasedAttribute
 
AbstractCompositeIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
AbstractCompositeIdMapper(Class) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
AbstractCompositionAttribute - Class in org.hibernate.tuple.component
A base class for a composite, non-identifier attribute.
AbstractCompositionAttribute(AttributeSource, SessionFactoryImplementor, int, String, CompositeType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.AbstractCompositionAttribute
 
AbstractConstraint - Class in org.hibernate.metamodel.relational
Support for writing Constraint implementations
AbstractConstraint(TableSpecification, String) - Constructor for class org.hibernate.metamodel.relational.AbstractConstraint
 
AbstractCurrentSessionContext - Class in org.hibernate.context.spi
Base support for CurrentSessionContext implementors.
AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
 
AbstractDatabaseMetaDataDialectResolver - Class in org.hibernate.engine.jdbc.dialect.spi
A templated resolver impl which delegates to the AbstractDatabaseMetaDataDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method and handles any thrown SQL errors.
AbstractDatabaseMetaDataDialectResolver() - Constructor for class org.hibernate.engine.jdbc.dialect.spi.AbstractDatabaseMetaDataDialectResolver
 
AbstractDataSourceBasedMultiTenantConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for implementations of MultiTenantConnectionProvider based on DataSources.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
AbstractDelegateSessionImplementor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy
 
AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
AbstractEmitterBean - Class in org.hibernate.cache.ehcache.management.impl
Base MBean impl
AbstractEmitterBean(Class<T>) - Constructor for class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Constructs a AbstractEmitterBean
AbstractEmptinessExpression - Class in org.hibernate.criterion
Base expression implementation for (not) emptiness checking of collection properties
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
AbstractEntityBasedAttribute - Class in org.hibernate.tuple.entity
 
AbstractEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
 
AbstractEntityInsertAction - Class in org.hibernate.action.internal
A base class for entity insert actions.
AbstractEntityInsertAction(Serializable, Object[], Object, boolean, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.internal.AbstractEntityInsertAction
Constructs an AbstractEntityInsertAction object.
AbstractEntityJoinWalker - Class in org.hibernate.loader
Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityLoader - Class in org.hibernate.loader.entity
 
AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
 
AbstractEntityLoadQueryImpl - Class in org.hibernate.loader.internal
Represents an entity load query for criteria queries and entity loaders, used for generating SQL.
AbstractEntityLoadQueryImpl(EntityReturn, List<JoinableAssociation>) - Constructor for class org.hibernate.loader.internal.AbstractEntityLoadQueryImpl
 
AbstractEntityManagerImpl - Class in org.hibernate.ejb
Deprecated.
AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, SynchronizationType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl
Deprecated.
 
AbstractEntityManagerImpl - Class in org.hibernate.jpa.spi
 
AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, SynchronizationType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
AbstractEntityManagerImpl.TupleBuilderTransformer - Class in org.hibernate.jpa.spi
 
AbstractEntityManagerImpl.TupleBuilderTransformer(Query) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> - Class in org.hibernate.jpa.spi
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl(int, String, Type) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl - Class in org.hibernate.jpa.spi
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl(Object[]) - Constructor for class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
AbstractEntityPersister - Class in org.hibernate.persister.entity
Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister(EntityBinding, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister.CacheEntryHelper - Interface in org.hibernate.persister.entity
Consolidated these onto a single helper because the 2 pieces work in tandem.
AbstractEntityPersister.InclusionChecker - Interface in org.hibernate.persister.entity
 
AbstractEntitySourceImpl - Class in org.hibernate.metamodel.source.hbm
 
AbstractEntitySourceImpl(MappingDocument, EntityElement) - Constructor for class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
AbstractEntityTuplizer - Class in org.hibernate.tuple.entity
Support for tuplizers relating to entities.
AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
Constructs a new AbstractEntityTuplizer instance.
AbstractEntityTuplizer(EntityMetamodel, EntityBinding) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
Constructs a new AbstractEntityTuplizer instance.
AbstractEvent - Class in org.hibernate.event.spi
Defines a base class for Session generated events.
AbstractEvent(EventSource) - Constructor for class org.hibernate.event.spi.AbstractEvent
Constructs an event from the given event session.
AbstractExplicitParameterSpecification - Class in org.hibernate.param
Convenience base class for explicitly defined query parameters.
AbstractExplicitParameterSpecification(int, int) - Constructor for class org.hibernate.param.AbstractExplicitParameterSpecification
Constructs an AbstractExplicitParameterSpecification.
AbstractFetchOwner - Class in org.hibernate.loader.plan.spi
This is a class for fetch owners, providing functionality related to the owned fetches.
AbstractFetchOwner(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.spi.AbstractFetchOwner
 
AbstractFetchOwner(AbstractFetchOwner, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.AbstractFetchOwner
A "copy" constructor.
AbstractFieldInterceptor - Class in org.hibernate.bytecode.instrumentation.spi
Base support for FieldInterceptor implementations.
AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
AbstractFlushingEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.internal.AbstractFlushingEventListener
 
AbstractFromImpl<Z,X> - Class in org.hibernate.jpa.criteria.path
Convenience base class for various From implementations.
AbstractFromImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
AbstractFromImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
AbstractFromImpl.BasicJoinScope - Class in org.hibernate.jpa.criteria.path
 
AbstractFromImpl.BasicJoinScope() - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl.BasicJoinScope
 
AbstractFromImpl.CorrelationJoinScope - Class in org.hibernate.jpa.criteria.path
 
AbstractFromImpl.CorrelationJoinScope() - Constructor for class org.hibernate.jpa.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
AbstractFromImpl.JoinScope<X> - Interface in org.hibernate.jpa.criteria.path
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
AbstractGraphNode<T> - Class in org.hibernate.jpa.graph.internal
Base class for EntityGraph and Subgraph implementations.
AbstractGraphNode(HibernateEntityManagerFactory, boolean) - Constructor for class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
AbstractGraphNode(AbstractGraphNode<T>, boolean) - Constructor for class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
AbstractIdentifiableType<X> - Class in org.hibernate.jpa.internal.metamodel
Defines commonality for the JPA IdentifiableType types.
AbstractIdentifiableType(Class<X>, String, AbstractIdentifiableType<? super X>, boolean, boolean) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
AbstractIdentifiableType.Builder<X> - Interface in org.hibernate.jpa.internal.metamodel
 
AbstractIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
AbstractIdMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
AbstractInstrumenter - Class in org.hibernate.bytecode.buildtime.spi
Provides the basic templating of how instrumentation should occur.
AbstractInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Creates the basic instrumentation strategy.
AbstractInstrumenter.CustomFieldFilter - Class in org.hibernate.bytecode.buildtime.spi
Allows control over what exactly to transform.
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor, Set) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
 
AbstractJaccSecurableEventListener - Class in org.hibernate.secure.internal
Base class for JACC-securable event listeners
AbstractJaccSecurableEventListener() - Constructor for class org.hibernate.secure.internal.AbstractJaccSecurableEventListener
 
AbstractJavaArtifactArchiveEntryHandler - Class in org.hibernate.jpa.boot.scan.spi
Base class for commonality between handling class file entries and handling package-info file entries.
AbstractJavaArtifactArchiveEntryHandler(ScanOptions) - Constructor for class org.hibernate.jpa.boot.scan.spi.AbstractJavaArtifactArchiveEntryHandler
 
AbstractJoinableAssociationImpl - Class in org.hibernate.loader.internal
This class represents a joinable association.
AbstractJoinableAssociationImpl(Fetch, EntityReference, CollectionReference, String, boolean, Map<String, Filter>) - Constructor for class org.hibernate.loader.internal.AbstractJoinableAssociationImpl
 
AbstractJoinImpl<Z,X> - Class in org.hibernate.jpa.criteria.path
Convenience base class for various Join implementations.
AbstractJoinImpl(CriteriaBuilderImpl, PathSource<Z>, Attribute<? super Z, X>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
AbstractJoinImpl(CriteriaBuilderImpl, Class<X>, PathSource<Z>, Attribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
AbstractJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
AbstractJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
AbstractLazyInitializer - Class in org.hibernate.proxy
Convenience base class for lazy initialization handlers.
AbstractLazyInitializer() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
For serialization from the non-pojo initializers (HHH-3309)
AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLimitHandler - Class in org.hibernate.dialect.pagination
Default implementation of LimitHandler interface.
AbstractLimitHandler(String, RowSelection) - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
Default constructor.
AbstractLoadPlanBuilderStrategy - Class in org.hibernate.loader.plan.spi.build
 
AbstractLoadPlanBuilderStrategy(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector - Class in org.hibernate.loader.plan.spi.build
 
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector(SessionFactoryImplementor, EntityReference) - Constructor for class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector - Class in org.hibernate.loader.plan.spi.build
 
AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector(SessionFactoryImplementor, EntityReference) - Constructor for class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector
 
AbstractLoadPlanBuilderStrategy.FetchStackAware - Interface in org.hibernate.loader.plan.spi.build
 
AbstractLoadPlanBuilderStrategy.MDCStack - Class in org.hibernate.loader.plan.spi.build
 
AbstractLoadPlanBuilderStrategy.MDCStack() - Constructor for class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.MDCStack
 
AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector - Class in org.hibernate.loader.plan.spi.build
 
AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector(SessionFactoryImplementor, EntityReference) - Constructor for class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector
 
AbstractLoadQueryImpl - Class in org.hibernate.loader.internal
Represents a generic load query used for generating SQL.
AbstractLoadQueryImpl(List<JoinableAssociation>) - Constructor for class org.hibernate.loader.internal.AbstractLoadQueryImpl
 
AbstractLobCreator - Class in org.hibernate.engine.jdbc
Convenient base class for proxy-based LobCreator for handling wrapping.
AbstractLobCreator() - Constructor for class org.hibernate.engine.jdbc.AbstractLobCreator
 
AbstractLobType - Class in org.hibernate.type
Deprecated. 
AbstractLobType() - Constructor for class org.hibernate.type.AbstractLobType
Deprecated.
 
AbstractLockUpgradeEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to perform a pessimistic lock upgrade on an entity.
AbstractLockUpgradeEventListener() - Constructor for class org.hibernate.event.internal.AbstractLockUpgradeEventListener
 
AbstractLongBinaryType - Class in org.hibernate.type
Deprecated.
Use the AbstractStandardBasicType approach instead
AbstractLongBinaryType() - Constructor for class org.hibernate.type.AbstractLongBinaryType
Deprecated.
 
AbstractLongStringType - Class in org.hibernate.type
Deprecated.
Use the AbstractStandardBasicType approach instead
AbstractLongStringType() - Constructor for class org.hibernate.type.AbstractLongStringType
Deprecated.
 
AbstractManagedType<X> - Class in org.hibernate.jpa.internal.metamodel
Defines commonality for the JPA ManagedType hierarchy of interfaces.
AbstractManagedType(Class<X>, String, AbstractManagedType<? super X>) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
AbstractManagedType.Builder<X> - Interface in org.hibernate.jpa.internal.metamodel
 
AbstractManipulationCriteriaQuery<T> - Class in org.hibernate.jpa.criteria
Base class for commonality between CriteriaUpdate and CriteriaDelete
AbstractManipulationCriteriaQuery(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
AbstractMapComponentNode - Class in org.hibernate.hql.internal.ast.tree
Basic support for KEY, VALUE and ENTRY based "qualified identification variables".
AbstractMapComponentNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
AbstractMultiTenantConnectionProvider - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using individual ConnectionProvider instances per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractNode - Class in org.hibernate.jpa.criteria
All nodes in a criteria query tree will generally need access to the CriteriaBuilderImpl from which they come.
AbstractNode(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.AbstractNode
 
AbstractNonIdentifierAttribute - Class in org.hibernate.tuple
 
AbstractNonIdentifierAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
AbstractNullnessCheckNode - Class in org.hibernate.hql.internal.ast.tree
Base class for nodes dealing 'is null' and 'is not null' operators.
AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
 
AbstractOneToOneMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Template class for property mappers that manage one-to-one relation.
AbstractOneToOneMapper(String, String, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
AbstractOptimizer - Class in org.hibernate.id.enhanced
Common support for optimizer implementations.
AbstractParameterRegistrationImpl<T> - Class in org.hibernate.procedure.internal
Abstract implementation of ParameterRegistration/ParameterRegistrationImplementor
AbstractParameterRegistrationImpl(ProcedureCallImpl, Integer, ParameterMode, Class<T>) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractParameterRegistrationImpl(ProcedureCallImpl, Integer, ParameterMode, Class<T>, Type) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractParameterRegistrationImpl(ProcedureCallImpl, String, ParameterMode, Class<T>) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractParameterRegistrationImpl(ProcedureCallImpl, String, ParameterMode, Class<T>, Type) - Constructor for class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
AbstractPathImpl<X> - Class in org.hibernate.jpa.criteria.path
Convenience base class for various Path implementations.
AbstractPathImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.jpa.criteria.path.AbstractPathImpl
Constructs a basic path instance.
AbstractPersistentCollection - Class in org.hibernate.collection.internal
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SessionImplementor) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
 
AbstractPersistentCollection.DelayedOperation - Interface in org.hibernate.collection.internal
Contract for operations which are part of a collection's operation queue.
AbstractPersistentCollection.IteratorProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.IteratorProxy(Iterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.internal
TBH not sure why this is public
AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.ListIteratorProxy(ListIterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.ListProxy(List) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
AbstractPersistentCollection.SetProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.SetProxy(Collection) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
AbstractPlanNode - Class in org.hibernate.loader.plan.spi
Base class for LoadPlan nodes to hold references to the session factory.
AbstractPlanNode(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.plan.spi.AbstractPlanNode
 
AbstractPlanNode(AbstractPlanNode) - Constructor for class org.hibernate.loader.plan.spi.AbstractPlanNode
 
AbstractPluralAttributeBinding - Class in org.hibernate.metamodel.binding
TODO : javadoc
AbstractPluralAttributeBinding(AttributeBindingContainer, PluralAttribute, CollectionElementNature) - Constructor for class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
AbstractPluralAttributeSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
AbstractPluralAttributeSourceImpl(PluralAttributeElement, AttributeSourceContainer) - Constructor for class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
AbstractPostInsertGenerator - Class in org.hibernate.id
Basic implementation of the PostInsertIdentifierGenerator contract.
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
 
AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation we are about to perform against the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Serializable, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPredicateImpl - Class in org.hibernate.jpa.criteria.predicate
Basic template support for Predicate implementors providing expression handling, negation and conjunction/disjunction handling.
AbstractPredicateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl
 
AbstractPropertyHolder - Class in org.hibernate.cfg
No idea.
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Basic implementation of the PropertyMapping contract.
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
 
AbstractQueryImpl<X> - Class in org.hibernate.ejb
Deprecated.
Use AbstractQueryImpl instead
AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.AbstractQueryImpl
Deprecated.
 
AbstractQueryImpl - Class in org.hibernate.internal
Abstract implementation of the Query interface.
AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.AbstractQueryImpl
 
AbstractQueryImpl<X> - Class in org.hibernate.jpa.spi
Base class for implementing both Query and TypedQuery, including query references built from criteria queries.
AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.spi.AbstractQueryImpl
 
AbstractReassociateEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ).
AbstractReassociateEventListener() - Constructor for class org.hibernate.event.internal.AbstractReassociateEventListener
 
AbstractRelationQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Base class for implementers of RelationQueryGenerator contract.
AbstractRelationQueryGenerator(AuditEntitiesConfiguration, MiddleIdData, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
AbstractRestrictableStatement - Class in org.hibernate.hql.internal.ast.tree
Convenience implementation of RestrictableStatement to centralize common functionality.
AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
 
AbstractReturningWork<T> - Class in org.hibernate.jdbc
An abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result.
AbstractReturningWork() - Constructor for class org.hibernate.jdbc.AbstractReturningWork
 
AbstractSaveEventListener - Class in org.hibernate.event.internal
A convenience bas class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.internal.AbstractSaveEventListener
 
AbstractSaveEventListener.EntityState - Enum in org.hibernate.event.internal
 
AbstractScannerImpl - Class in org.hibernate.jpa.boot.scan.spi
 
AbstractScannerImpl(ArchiveDescriptorFactory) - Constructor for class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl
 
AbstractScannerImpl.ArchiveContextImpl - Class in org.hibernate.jpa.boot.scan.spi
 
AbstractScannerImpl.ArchiveContextImpl(PersistenceUnitDescriptor, boolean, AbstractScannerImpl.ArchiveEntryHandlers) - Constructor for class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
AbstractScannerImpl.ArchiveDescriptorInfo - Class in org.hibernate.jpa.boot.scan.spi
 
AbstractScannerImpl.ArchiveDescriptorInfo(ArchiveDescriptor, boolean, ScanOptions) - Constructor for class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
AbstractScannerImpl.ArchiveEntryHandlers - Interface in org.hibernate.jpa.boot.scan.spi
 
AbstractScannerImpl.ResultCollector - Class in org.hibernate.jpa.boot.scan.spi
 
AbstractScannerImpl.ResultCollector(ScanOptions) - Constructor for class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ResultCollector
 
AbstractScrollableResults - Class in org.hibernate.internal
Base implementation of the ScrollableResults interface.
AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.AbstractScrollableResults
 
AbstractSelectExpression - Class in org.hibernate.hql.internal.ast.tree
Partial implementation of SelectExpression for all the nodes that aren't constructors.
AbstractSelectExpression() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier.
AbstractSelectingDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
 
AbstractSelectLockingStrategy - Class in org.hibernate.dialect.lock
Base LockingStrategy implementation to support implementations based on issuing SQL SELECT statements
AbstractSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
AbstractSerializableProxy - Class in org.hibernate.proxy
Convenience base class for SerializableProxy.
AbstractSerializableProxy() - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
For serialization
AbstractSerializableProxy(String, Serializable, Boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractServiceRegistryImpl - Class in org.hibernate.service.internal
 
AbstractServiceRegistryImpl() - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractSessionImpl - Class in org.hibernate.internal
Functionality common to stateless and stateful sessions
AbstractSessionImpl(SessionFactoryImpl, String) - Constructor for class org.hibernate.internal.AbstractSessionImpl
 
AbstractSimplePredicate - Class in org.hibernate.jpa.criteria.predicate
TODO : javadoc
AbstractSimplePredicate(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
AbstractSimpleValue - Class in org.hibernate.metamodel.relational
Basic support for SimpleValue implementations.
AbstractSimpleValue(TableSpecification, int) - Constructor for class org.hibernate.metamodel.relational.AbstractSimpleValue
 
AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
TODO : javadoc
AbstractSingleColumnStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
AbstractSingularAttributeBinding - Class in org.hibernate.metamodel.binding
 
AbstractSingularAttributeBinding(AttributeBindingContainer, SingularAttribute) - Constructor for class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
AbstractSingularAttributeFetch - Class in org.hibernate.loader.plan.spi
Represents a singular attribute that is both a FetchOwner and a Fetch.
AbstractSingularAttributeFetch(SessionFactoryImplementor, FetchOwner, String, FetchStrategy) - Constructor for class org.hibernate.loader.plan.spi.AbstractSingularAttributeFetch
Constructs an AbstractSingularAttributeFetch object.
AbstractSingularAttributeFetch(AbstractSingularAttributeFetch, CopyContext, FetchOwner) - Constructor for class org.hibernate.loader.plan.spi.AbstractSingularAttributeFetch
 
AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
 
AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
AbstractStandardBasicType<T> - Class in org.hibernate.type
Convenience base class for BasicType implementations
AbstractStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
 
AbstractStatement - Class in org.hibernate.hql.internal.ast.tree
Convenience implementation of Statement to centralize common functionality.
AbstractStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractStatement
 
AbstractTableBasedBulkIdHandler - Class in org.hibernate.hql.spi
 
AbstractTableBasedBulkIdHandler(SessionFactoryImplementor, HqlSqlWalker, String, String) - Constructor for class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
AbstractTableBasedBulkIdHandler.ProcessedWhereClause - Class in org.hibernate.hql.spi
 
AbstractTableBasedBulkIdHandler.ProcessedWhereClause(String, List<ParameterSpecification>) - Constructor for class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
AbstractTableSpecification - Class in org.hibernate.metamodel.relational
Convenience base class for implementing the ValueContainer contract centralizing commonality between modeling tables, views and inline views.
AbstractTableSpecification() - Constructor for class org.hibernate.metamodel.relational.AbstractTableSpecification
 
AbstractToOneMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Base class for property mappers that manage to-one relation.
AbstractToOneMapper(PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
AbstractToOneMapper.EntityInfo - Class in org.hibernate.envers.internal.entities.mapper.relation
Simple descriptor of an entity.
AbstractToOneMapper.EntityInfo(Class, String, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
AbstractTransactionImpl - Class in org.hibernate.engine.transaction.spi
Abstract support for creating transaction implementations
AbstractTransactionImpl(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
AbstractTupleElement<X> - Class in org.hibernate.jpa.criteria.expression
TODO : javadoc
AbstractTupleElement(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
AbstractType<X> - Class in org.hibernate.jpa.internal.metamodel
Defines commonality for the JPA Type hierarchy of interfaces.
AbstractType(Class<X>) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractType
Instantiates the type based on the given Java type.
AbstractType(Class<X>, String) - Constructor for class org.hibernate.jpa.internal.metamodel.AbstractType
Instantiates the type based on the given Java type.
AbstractType - Class in org.hibernate.type
Abstract superclass of the built in Type hierarchy.
AbstractType() - Constructor for class org.hibernate.type.AbstractType
 
AbstractTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Initialize a type descriptor for the given type.
AbstractTypeDescriptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Initialize a type descriptor for the given type.
AbstractUUIDGenerator - Class in org.hibernate.id
The base class for identifier generators that use a UUID algorithm.
AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
 
AbstractVisitor - Class in org.hibernate.event.internal
Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.
AbstractWork - Class in org.hibernate.jdbc
An abstract implementation of Work that accepts a WorkExecutor visitor for executing a discrete piece of work.
AbstractWork() - Constructor for class org.hibernate.jdbc.AbstractWork
 
accept(WorkExecutor<T>, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<Void>, Connection) - Method in class org.hibernate.jdbc.AbstractWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
Accepts a WorkExecutor visitor for executing a discrete piece of work, and returns an implementation-defined result..
accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.List
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Visitor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
accept(Visitor) - Method in class org.hibernate.tuple.ElementWrapper
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
access - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
 
ACCESS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ACCESS_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ACCESS_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ACCESS_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
AccessCallback - Interface in org.hibernate.id.enhanced
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
accessInputStream() - Method in class org.hibernate.jpa.boot.internal.ByteArrayInputStreamAccess
 
accessInputStream() - Method in class org.hibernate.jpa.boot.internal.FileInputStreamAccess
 
accessInputStream() - Method in class org.hibernate.jpa.boot.internal.UrlInputStreamAccess
 
accessInputStream() - Method in interface org.hibernate.jpa.boot.spi.InputStreamAccess
Get access to the stream.
AccessOptimizerAdapter - Class in org.hibernate.bytecode.internal.javassist
The ReflectionOptimizer.AccessOptimizer implementation for Javassist which simply acts as an adapter to the BulkAccessor class.
AccessOptimizerAdapter(BulkAccessor, Class) - Constructor for class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
Constructs an AccessOptimizerAdapter
AccessType - Annotation Type in org.hibernate.annotations
Deprecated.
Use AttributeAccessor instead; renamed to avoid confusion with the JPA AccessType enum.
AccessType - Enum in org.hibernate.cache.spi.access
The types of access strategies available.
AccessType - Enum in org.hibernate.cfg
Enum defining different access strategies for accessing entity values.
accountForPrimitiveTypes(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
acquirePutFromLoadLock(Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Acquire a lock giving the calling thread the right to put data in the cache for the given key.
ActionQueue - Class in org.hibernate.engine.spi
Responsible for maintaining the queue of actions related to events.
ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.spi.ActionQueue
Constructs an action queue bound to the given session.
actions - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
 
actions - Variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.JaccDefinition
 
ActivationContext - Interface in org.hibernate.cfg.beanvalidation
Defines the context needed to call the TypeSafeActivator
AdaptedImmutableType<T> - Class in org.hibernate.type
Optimize a mutable type, if the user promises not to mutable the instances.
AdaptedImmutableType(AbstractStandardBasicType<T>) - Constructor for class org.hibernate.type.AdaptedImmutableType
 
add(CollectionStats) - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
Update the internal stats
add(EntityStats) - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Adds the counters of this instance up with the ones passed in
add(QueryStats) - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
Adds to the counter of this instance
add(XmlDocument) - Method in class org.hibernate.cfg.Configuration
 
add(XmlDocument) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
 
add(XClass) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
 
add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
add(int, Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
add(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
add(int, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
add(int, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
add(int, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
add(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
add(Criterion) - Method in interface org.hibernate.Criteria
Add a restriction to constrain the results to be retrieved.
add(Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Add a restriction
add(Criterion) - Method in class org.hibernate.criterion.Junction
Adds a criterion to the junction (and/or)
add(Projection) - Method in class org.hibernate.criterion.ProjectionList
Add a projection to this list of projections
add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
Adds a projection to this list of projections after wrapping it with an alias
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
add(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
add(int, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
add(PropertyData) - Method in interface org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.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.internal.impl.AbstractAuditQuery
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an addition
add(Criteria, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
add(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
add(String[], String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
add(SubclassEntitySource) - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
add(SubclassEntitySource) - Method in interface org.hibernate.metamodel.source.binder.SubclassEntityContainer
 
add(SubclassEntitySource) - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
add(SubclassEntitySourceImpl) - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
add(MetaAttribute) - Method in class org.hibernate.metamodel.source.MetaAttributeContext
 
add(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
 
add(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Entity) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Text) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Comment) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
add(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
 
addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAdditionalProperty(String, String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAll(Properties, Map) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
addAll(Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
addAll(Collection, Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
addAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
Read metadata from the annotations associated with this class.
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClass(Class) - Method in class org.hibernate.metamodel.MetadataSources
Read metadata from the annotations attached to the given class.
addAnyExtraIdSelectValues(SelectValues) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
addAnyMetaDef(AnyMetaDef) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addAnyMetaDef(AnyMetaDef) - Method in interface org.hibernate.cfg.Mappings
 
addAssignment(Path<Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
addAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
addAssociationKey(AssociationKey) - Method in class org.hibernate.persister.walking.spi.MetadataDrivenModelGraphVisitor
Add association key to indicate the association is being visited.
addAttribute(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttribute(Attribute) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttribute(Attribute<X, ?>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractManagedType.Builder
 
addAttribute(Attribute) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
addAttribute(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAttribute(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter Class to this Configuration.
addAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter instance to this Configuration.
addAttributeNode(AttributeNodeImpl) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttributeNodes(String...) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttributeNodes(Attribute<T, ?>...) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addAttributeNodes(String...) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addAttributeNodes(Attribute<T, ?>...) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addAttributeNodes(String...) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addAttributeNodes(Attribute<T, ?>...) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addAuditingOverride(AuditOverride) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
addAuditingOverrides(AuditOverrides) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.cfg.Mappings
Add metadata pertaining to an auxiliary database object to this repository.
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.metamodel.relational.Database
 
addBatchLoadableCollection(PersistentCollection, CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If an CollectionEntry represents a batch loadable collection, add it to the queue.
addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If an EntityKey represents a batch loadable entity, add it to the queue.
addBundle(Bundle) - Method in class org.hibernate.osgi.OsgiClassLoader
Adds a Bundle to the wrapped set of Bundles
addCacheableFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addCacheableFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(String) - Method in class org.hibernate.metamodel.MetadataSources
addCacheableFile(File) - Method in class org.hibernate.metamodel.MetadataSources
Add a cached mapping file.
addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!

Much like Configuration.addCacheableFile(File) except that here we will fail immediately if the cache version cannot be found or used for whatever reason

addCacheRegion(String, Region) - Method in interface org.hibernate.engine.spi.CacheImplementor
Add Region to this Cache scope.
addCacheRegion(String, Region) - Method in class org.hibernate.internal.CacheImpl
 
addCDATA(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
addCheckConstraint(String) - Method in class org.hibernate.metamodel.relational.InLineView
 
addCheckConstraint(String) - Method in class org.hibernate.metamodel.relational.Table
 
addCheckConstraint(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
addChildParent(Object, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a child/parent relation to cache for cascading op
addClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addClass(Class) - Method in class org.hibernate.cfg.Configuration
Read a mapping as an application resource using the convention that a class named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml which can be resolved as a classpath resource.
addClass(PersistentClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addClass(PersistentClass) - Method in interface org.hibernate.cfg.Mappings
Add entity mapping metadata.
addClass(Class) - Method in class org.hibernate.metamodel.MetadataSources
Read a mapping as an application resource using the convention that a class named foo.bar.Foo is mapped by a file named foo/bar/Foo.hbm.xml which can be resolved as a classpath resource.
addClassAuditingData(PersistentClass, ClassAuditingData) - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
Stores information about auditing meta-data for the given class.
addClasses(String...) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClasses(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClassLoader(ClassLoader) - Method in class org.hibernate.osgi.OsgiClassLoader
Adds a ClassLoader to the wrapped set of ClassLoaders
addClassType(XClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addClassType(XClass) - Method in interface org.hibernate.cfg.Mappings
FIXME should be private but will this break things? Add a class type.
addCollection(Collection) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addCollection(Collection) - Method in interface org.hibernate.cfg.Mappings
Add collection mapping metadata to this repository.
addCollection(PluralAttributeBinding) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addCollection(PluralAttributeBinding) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addCollectionHolder(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addCollectionHolder(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a PersistentCollection object for an array.
addColumn(Element, String, Integer, Integer, Integer, String, String, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds new column element.
addColumn(Element, String, Integer, Integer, Integer, String, String, String, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addColumn(Element, Column) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds column element with the following attributes (unless empty): name, length, scale, precision, sql-type, read and write.
addColumn(Column) - Method in class org.hibernate.mapping.Component
 
addColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
addColumn(Column) - Method in class org.hibernate.mapping.Index
 
addColumn(Column, String) - Method in class org.hibernate.mapping.Index
 
addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(Column, String) - Method in class org.hibernate.mapping.UniqueKey
 
addColumn(Column) - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
addColumn(Column) - Method in class org.hibernate.metamodel.relational.ForeignKey
 
addColumn(String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Insert
 
addColumn(String) - Method in class org.hibernate.sql.InsertSelect
 
addColumn(String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectValues
 
addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String) - Method in class org.hibernate.sql.Update
 
addColumn(String, String) - Method in class org.hibernate.sql.Update
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Update
 
addColumn(ResultSet) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
addColumnAlias(String) - Method in interface org.hibernate.SQLQuery.ReturnProperty
Add a column alias to this property mapping.
addColumnBinding(String, Column, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addColumnBinding(String, Column, Table) - Method in interface org.hibernate.cfg.Mappings
Binds the given 'physicalColumn' to the give 'logicalName' within the given 'table'.
addColumnMapping(Column, Column) - Method in class org.hibernate.metamodel.relational.ForeignKey
 
addColumns(Element, Iterator) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Constraint
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Index
 
addColumns(String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[]) - Method in class org.hibernate.sql.InsertSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[], String[]) - Method in class org.hibernate.sql.SelectValues
 
addColumns(String[], String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[], String[], boolean[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addColumnsOrFormulas(Element, Iterator) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds all column or formula elements.
addColumnTemplate(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumnTemplates(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addComment(String) - Method in class org.hibernate.metamodel.relational.InLineView
 
addComment(String) - Method in class org.hibernate.metamodel.relational.Table
 
addComment(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
addComment(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addComment(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addComponent(Element, PropertyAuditingData, Value, CompositeMapperBuilder, String, EntityXmlMappingData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.ComponentMetadataGenerator
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
addComponent(PropertyData, Class) - Method in interface org.hibernate.envers.internal.entities.mapper.CompositeMapperBuilder
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addComponent(PropertyData, Class) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
addComponentTypedValues(String, Object, CompositeType, List<TypedValue>, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in interface org.hibernate.envers.internal.entities.mapper.CompositeMapperBuilder
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
addCondition(String) - Method in class org.hibernate.engine.internal.JoinSequence
Add a condition to this sequence.
addCondition(String, String[], String) - Method in class org.hibernate.engine.internal.JoinSequence
Add a condition to this sequence.
addCondition(String, String[], String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a condition to the join fragment.
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(ConditionFragment) - Method in class org.hibernate.sql.DisjunctionFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.JoinFragment
Adds a condition to the join fragment.
addCondition(String) - Method in class org.hibernate.sql.JoinFragment
Adds a free-form condition fragment
addCondition(StringBuilder, String) - Method in class org.hibernate.sql.JoinFragment
Appends the 'on' condition to the buffer, returning true if the condition was added.
addCondition(String, String[], String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.QueryJoinFragment
Add the condition string to the join fragment.
addCondition(String, String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String, String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCorrelationRoot(FromImplementor) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.JoinFragment
Adds a cross join to the specified table.
addCrossJoin(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCustomAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
addDeclaredProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
addDefaultGenerator(IdGenerator) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addDefaultGenerator(IdGenerator) - Method in interface org.hibernate.cfg.Mappings
Adds a default id generator.
addDefaultJoinColumnName(PersistentClass, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addDefaultQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addDefaultQuery(String, NamedQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.cfg.Mappings
 
addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addDefaultSQLQuery(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
 
addDelegate(SQLExceptionConversionDelegate) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
addDenormalizedTable(String, String, String, boolean, String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addDenormalizedTable(String, String, String, boolean, String, Table) - Method in interface org.hibernate.cfg.Mappings
Adds a 'denormalized table' to this repository.
addDescriptor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
Adds the given descriptor to this registry
addDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
 
addDialectScope(String) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Add the given dialect name to the scope of dialects to which this database object applies.
addDialectScope(String) - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
addDirectory(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all mapping documents from a directory tree.
addDirectory(File) - Method in class org.hibernate.metamodel.MetadataSources
Read all mapping documents from a directory tree.
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
addDiscriminatorWhereFragment(RestrictableStatement, Queryable, Map, String) - Method in class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
 
addDocument(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addDocument(Document) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
addDocument(Document) - Method in class org.hibernate.cfg.Configuration
Read mappings from a DOM Document
addDocument(Document) - Method in class org.hibernate.metamodel.MetadataSources
Read mappings from a DOM Document
addDuplicationStrategy(DuplicationStrategy) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
addDuplicationStrategy(DuplicationStrategy) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Mechanism to more finely control the notion of duplicates.
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
addElement(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addElement(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addElement(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
addElement(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
addEmbeddedParameter(ParameterSpecification) - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated.
Adds a parameter specification for a parameter encountered within this node.
addEmbeddedParameter(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
addEntity(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(EntityUniqueKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a canonical mapping from entity key to entity instance
addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add an entity to the cache by unique key
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds an entity to the internal caches.
addEntity(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(String, Class, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
addEntity(EntityBinding) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addEntity(EntityBinding) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addEntity(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addEntity(String) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, without specifying an alias.
addEntity(String, String) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity.
addEntity(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, specifying a lock mode.
addEntity(Class) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, without specifying an alias.
addEntity(String, Class) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity.
addEntity(String, Class, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a "root" entity, specifying a lock mode.
addEntity(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
addEntityCallbacks(Class, Class, Callback[]) - Method in class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
Great care should be taken calling this.
addEntityEntry(Object, EntityEntry) - Method in class org.hibernate.engine.internal.EntityEntryContext
Adds the entity and entry to this context, associating them together
addEntityManagerFactory(String, EntityManagerFactory) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryRegistry
register the specified entity manager factory
addEntityReferencingAttributeBinding(SingularAssociationAttributeBinding) - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
addEntityReferencingAttributeBinding(SingularAssociationAttributeBinding) - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
addExplicitStrategyRegistration(Class<T>, Class<? extends T>, String) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
Adds an explicit (as opposed to discovered) strategy registration.
addExplicitStrategyRegistration(StrategyRegistration<T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
Adds an explicit (as opposed to discovered) strategy registration.
addFetch(Association, String) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(Association, Fetch.Style) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(Fetch) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(String, String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addFetch(Fetch<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.BasicJoinScope
 
addFetch(Fetch<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
addFetch(Fetch<X, ?>) - Method in interface org.hibernate.jpa.criteria.path.AbstractFromImpl.JoinScope
 
addFetch(Fetch) - Method in class org.hibernate.loader.plan.spi.AbstractFetchOwner
 
addFetch(Fetch) - Method in interface org.hibernate.loader.plan.spi.FetchOwner
Contract to add fetches to this owner.
addFetch(String, String, String) - Method in class org.hibernate.mapping.FetchProfile
Adds a fetch to this profile.
addFetch(String, String, String) - Method in class org.hibernate.metamodel.binding.FetchProfile
Adds a fetch to this profile.
addFetch(String, String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addFetchProfile(FetchProfile) - Method in class org.hibernate.cfg.Configuration
 
addFetchProfile(FetchProfile) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addFetchProfile(FetchProfile) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addFile(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFile(File) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFile(String) - Method in class org.hibernate.metamodel.MetadataSources
Read mappings from a particular XML file
addFile(File) - Method in class org.hibernate.metamodel.MetadataSources
Read mappings from a particular XML file
addFileset(FileSet) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
addFilter(Filter) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.PersistentClass
 
addFilter(String, String) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Configuration
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds a filter definition to this repository.
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addFormula(Element, Formula) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Adds formula element.
addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 
addFormula(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addFormulas(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addFragment(JoinFragment) - Method in class org.hibernate.sql.JoinFragment
Adds another join fragment to this one.
addFrom(String, String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
Add an entity from which to select.
addFromAssociation(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
addFromCollection(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
addFromElement(String, AST) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Adds a new from element to the from node.
addFromFragmentString(String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds an externally built join fragment.
addFromFragmentString(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
addGenerator(IdGenerator) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addGenerator(IdGenerator) - Method in interface org.hibernate.cfg.Mappings
Add a generator.
addGeneratorTable(String, Properties) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addGeneratorTable(String, Properties) - Method in interface org.hibernate.cfg.Mappings
Add a generator table properties.
addHibernateTypeResolver(AttributeTypeResolver) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.CompositeAttributeTypeResolver
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in interface org.hibernate.envers.internal.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.
addIdGenerator(IdGenerator) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addIdGenerator(IdGenerator) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addIdsEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.internal.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.internal.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).
addImpliedFromElement(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
addImport(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addImport(String, String) - Method in interface org.hibernate.cfg.Mappings
Adds an import (HQL entity rename) to the repository.
addImport(String, String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addImport(String, String) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addIndex(Index, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addIndexes(Table, Index[], Mappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addIndexes(Table, Index[], Mappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addingOverrideFor(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
addingOverrideFor(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
addingOverrideFor(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
addingOverrideFor(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
addingOverrideFor(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
addingOverrideFor(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
addingOverrideFor(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
addInitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addInitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInitiator(StandardServiceInitiator) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a service initiator.
addInitiator(StandardServiceInitiator) - Method in class org.hibernate.service.ServiceRegistryBuilder
Deprecated.
 
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInputStream(InputStream) - Method in class org.hibernate.metamodel.MetadataSources
Read metadata from an InputStream.
addInstancesFromVersionsEntities(String, Collection, List<Map>, Number) - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
additionalNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
additionalNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
 
additiveExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
additiveExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
addJar(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addJar(File) - Method in class org.hibernate.cfg.Configuration
Read all mappings from a jar file

Assumes that any file named *.hbm.xml is a mapping document.

addJar(File) - Method in class org.hibernate.metamodel.MetadataSources
Read all mappings from a jar file.
addJarFileUrl(URL) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
addJoin(AssociationType, String, JoinType, String[]) - Method in class org.hibernate.engine.internal.JoinSequence
Add a join to this sequence
addJoin(String, String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(String, String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(Join<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.BasicJoinScope
 
addJoin(Join<X, ?>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
addJoin(Join<X, ?>) - Method in interface org.hibernate.jpa.criteria.path.AbstractFromImpl.JoinScope
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a join, represented by the given information, to the fragment.
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a join, represented by the given information, to the fragment.
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.CacheJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.JoinFragment
Adds a join.
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.JoinFragment
Adds a join, with an additional ON clause fragment
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addJoin(String, String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addJoin(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result, specifying a lock mode.
addJoins(PersistentClass, Map<String, Join>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addJoins(PersistentClass, Map<String, Join>) - Method in interface org.hibernate.cfg.Mappings
Add join metadata for a persistent entity.
addJoins(JoinFragment) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addJoins(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.JoinFragment
Free-form form of adding theta-style joins taking the necessary FROM and WHERE clause fragments
addJoins(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in interface org.hibernate.cfg.Mappings
 
addKeySubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addKeySubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addKeySubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addKeySubgraph(String) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addKeySubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addListener(String, NamespaceChangeListener) - Method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
 
addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Adds the specified listener to the given JNDI namespace.
addManyToManyFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addManyToManyJoin(JoinFragment, QueryableCollection) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addMappedBy(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addMappedBy(String, String, String) - Method in interface org.hibernate.cfg.Mappings
 
addMappedSuperclass(Class, MappedSuperclass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addMappedSuperclass(Class, MappedSuperclass) - Method in interface org.hibernate.cfg.Mappings
add a new MappedSuperclass This should not be called if the MappedSuperclass already exists (it would be erased)
addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.Join
 
addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addMappingFiles(String...) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addMappingFiles(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addMappings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
addMappings(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
addMapResource(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in interface org.hibernate.envers.internal.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, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(CompositeMapperBuilder, Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
addModifiedFlagProperty(Element, String, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
addNamedEntityGraphDefintion(NamedEntityGraphDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addNamedEntityGraphDefintion(NamedEntityGraphDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds metadata for a named entity graph to this repository
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in interface org.hibernate.envers.internal.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.
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds metadata for a named stored procedure call to this repository.
addNamedQuery(String, Query) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
addNamedQuery(NamedQueryDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addNamedQuery(NamedQueryDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addNamespace(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addNamespace(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addNativelyGeneratedId(Element, String, String, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addNegatedParameters() - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds negated parameters, by default with the "and" connective.
addNeighbour(Vertex<R>) - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
addNewCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addNewCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a new collection (ie.
addNonLazyCollection(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addNonLazyCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
addNotNullRestriction(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NOT NULL restriction.
addNullProperty(EntityKey, String) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addNullRestriction(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NULL restriction.
addObserver(BatchObserver) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Adds an observer to this batch.
addObserver(ConnectionObserver) - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
addObserver(ConnectionObserver) - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Add an observer interested in notification of connection events.
addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
addObserver(TransactionObserver) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
addObserver(TransactionObserver) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Adds an observer to the coordinator.
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
addOrder(Order) - Method in interface org.hibernate.Criteria
Add an ordering to the result set.
addOrder(Order) - Method in class org.hibernate.criterion.DetachedCriteria
Adds an ordering
addOrder(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addOrder(Order) - Method in class org.hibernate.internal.CriteriaImpl
 
addOrder(Order) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
 
addOrderFragment(String) - Method in class org.hibernate.hql.internal.ast.tree.OrderByClause
 
addOrModifyColumn(Element, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
Column name shall be wrapped with '`' signs if quotation required.
addPackage(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.cfg.Configuration
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.metamodel.MetadataSources
Read package-level metadata.
addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
 
addParameter(int, int) - Method in class org.hibernate.sql.SelectValues
 
addParameter(int, int, int) - Method in class org.hibernate.sql.SelectValues
 
addPermission(GrantedPermission) - Method in class org.hibernate.secure.internal.DisabledJaccServiceImpl
 
addPermission(GrantedPermission) - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
addPermission(GrantedPermission) - Method in interface org.hibernate.secure.spi.JaccService
 
addPermissionDeclaration(GrantedPermission) - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Update
 
addProcessingInstruction(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.tuple.ElementWrapper
 
addProjection(String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(String, String, boolean, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Add the given properties to ours.
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Element, String, String, boolean, boolean, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addProperty(Element, String, String, boolean, boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
addProperty(Property) - Method in class org.hibernate.mapping.Component
 
addProperty(Property) - Method in class org.hibernate.mapping.Join
 
addProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addProperty(String, String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Add a simple property-to-one-column mapping.
addProperty(String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Add a property, presumably with more than one column.
addProperty(String, String) - Method in interface org.hibernate.SQLQuery.RootReturn
Add a simple property-to-one-column mapping.
addProperty(String) - Method in interface org.hibernate.SQLQuery.RootReturn
Add a property, presumably with more than one column.
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in interface org.hibernate.cfg.Mappings
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in interface org.hibernate.cfg.Mappings
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
Add an audited property.
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
addPropertyPath(String, Type, String[], String[], String[], String[]) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
addPropertyReference(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyReference(String, String) - Method in interface org.hibernate.cfg.Mappings
Adds a property reference binding to this repository.
addPropertyReferencedAssociation(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyReferencedAssociation(String, String, String) - Method in interface org.hibernate.cfg.Mappings
 
addPropertyTypedValue(Object, Type, List<TypedValue>) - Method in class org.hibernate.criterion.Example
 
addProxy(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addProxy(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a proxy to the session cache
addQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addQuery(String, NamedQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds metadata for a named query to this repository.
addQueryReturn(NativeSQLQueryReturn) - Method in class org.hibernate.engine.ResultSetMappingDefinition
Adds a return.
addQueryReturns(NativeSQLQueryReturn...) - Method in interface org.hibernate.procedure.internal.Util.ResultClassesResolutionContext
Callback to add query returns indicated by the result set mapping(s)
addQueryReturns(NativeSQLQueryReturn...) - Method in interface org.hibernate.procedure.internal.Util.ResultSetMappingResolutionContext
Callback to add query returns indicated by the result set mapping(s)
addQuerySpaces(Serializable[]) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
addQuerySpaces(String...) - Method in interface org.hibernate.procedure.internal.Util.ResultClassesResolutionContext
Callback to add query spaces indicated by the result set mapping(s)
addQuerySpaces(String...) - Method in interface org.hibernate.procedure.internal.Util.ResultSetMappingResolutionContext
Callback to add query spaces indicated by the result set mapping(s)
addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
 
addRegion(String, BaseRegion) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
Add region so that commands can be cleared on shutdown.
addResolver(DatabaseInfoDialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DatabaseInfoDialectResolverSet
Add a resolver at the end of the underlying resolver list.
addResolver(DialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
Deprecated.
Add a resolver at the end of the underlying resolver list.
addResolverAtFirst(DatabaseInfoDialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DatabaseInfoDialectResolverSet
Add a resolver at the beginning of the underlying resolver list.
addResolverAtFirst(DialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
Deprecated.
Add a resolver at the beginning of the underlying resolver list.
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addResource(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resource (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resourceName (i.e.
addResource(String) - Method in class org.hibernate.metamodel.MetadataSources
Read mappings as a application resourceName (i.e.
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds the metadata for a named SQL result set mapping to this repository.
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addrExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
addrExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
addrExprLhs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
addRoot(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addRoot(String, Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addRoot(String, String) - Method in interface org.hibernate.SQLQuery
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition.
addRoot(String, Class) - Method in interface org.hibernate.SQLQuery
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition.
addRootReturn(Return) - Method in class org.hibernate.loader.plan.internal.SingleRootReturnLoadPlanBuilderStrategy
 
addRootReturn(Return) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
addScalar(String, Type) - Method in class org.hibernate.internal.SQLQueryImpl
 
addScalar(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addScalar(String) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result.
addScalar(String, Type) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result.
addSecondaryTable(String, TableSpecification) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
addSecondPass(SecondPass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addSecondPass(SecondPass, boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addSecondPass(SecondPass) - Method in interface org.hibernate.cfg.Mappings
Adds a second-pass to the end of the current queue.
addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.cfg.Mappings
Adds a second pass.
addSelectColumn(String, String) - Method in class org.hibernate.sql.QuerySelect
 
addSelectFragmentString(String) - Method in class org.hibernate.sql.QuerySelect
 
addService(Class, Service) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a user-provided service.
addService(Class, Service) - Method in class org.hibernate.service.ServiceRegistryBuilder
Deprecated.
 
addSessionFactory(String, String, boolean, SessionFactory, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
Adds a SessionFactory to the registry
addSqlFunction(String, SQLFunction) - Method in class org.hibernate.cfg.Configuration
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds metadata for a named SQL query to this repository.
addSubclass(Subclass) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.RootClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addSubclassSubgraph(Class<? extends T1>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(String) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
addSubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
addSubgraph(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubgraph(String) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubgraph(String, Class<X>) - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
addSubParameters(String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds sub-parameters with a new connective.
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Adds a subselect fetch decriptor for the given entity key.
addSynchronizedEntityClass(Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedEntityClass(Class) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SQLQuery
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SynchronizeableQuery
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedEntityName(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedEntityName(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SynchronizeableQuery
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedQuerySpace(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedQuerySpace(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SynchronizeableQuery
Adds a query space.
addSynchronizedQuerySpaces(EntityPersister) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
addSynchronizedTableNames(Collection<String>) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
addTable(String, String, String, String, boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addTable(String, String, String, String, boolean) - Method in interface org.hibernate.cfg.Mappings
Adds table metadata to this repository returning the created metadata instance.
addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addTableBinding(String, String, String, String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addTableBinding(String, String, String, String, Table) - Method in interface org.hibernate.cfg.Mappings
Adds a table binding to this repository.
addText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addToBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
addToBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
addToBatch() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Indicates completion of the current part of the batch.
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
addToCollection(Object[], Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
addToCollection(List, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
addToCollectionIfNotNull(Collection, Object) - Static method in class org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper
 
addToExtendsQueue(ExtendsQueueEntry) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addToExtendsQueue(ExtendsQueueEntry) - Method in interface org.hibernate.cfg.Mappings
Adds an entry to the extends queue queue.
addToManyMiddleNotOwningRelation(String, String, String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToManyMiddleRelation(String, String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToManyNotOwningRelation(String, String, String, IdMapper, PropertyMapper, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToOneAndIdProperty(XClass, PropertyData) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addToOneAndIdProperty(XClass, PropertyData) - Method in interface org.hibernate.cfg.Mappings
 
addToOneNotOwningRelation(String, String, String, IdMapper) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToOneRelation(String, String, IdMapper, boolean) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addTopExpression(StringBuilder) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Adds TOP expression.
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.BetweenAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.IdentifierEqAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.InAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.LogicalAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NotAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NotNullAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NullAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.PropertyAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.RelatedAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.RevisionTypeAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.SimpleAuditExpression
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.Component
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.PersistentClass
 
addTypeDef(String, String, Properties) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addTypeDef(String, String, Properties) - Method in interface org.hibernate.cfg.Mappings
Adds a type definition to this metadata repository.
addTypeDefinition(TypeDef) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addTypeDefinition(TypeDef) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
addUnderscores(String) - Static method in class org.hibernate.cfg.ImprovedNamingStrategy
 
addUninitializedCachedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a detached uninitialized collection
addUninitializedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
Add an uninitialized instance of an entity class, as a placeholder to ensure object identity.
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in interface org.hibernate.cfg.Mappings
 
addUniqueConstraints(Table, List) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addUniqueConstraints(Table, List) - Method in interface org.hibernate.cfg.Mappings
addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
 
addUniquePropertyReference(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addUniquePropertyReference(String, String) - Method in interface org.hibernate.cfg.Mappings
Adds a property reference binding to this repository where said proeprty reference is marked as unique.
addUnownedCollection(CollectionKey, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addUnownedCollection(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a collection which has no owner loaded
addUnresolvedEntityInsertAction(AbstractEntityInsertAction, NonNullableTransientDependencies) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Add an unresolved insert action.
addURL(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL
addURL(URL) - Method in class org.hibernate.metamodel.MetadataSources
Read mappings from a URL
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValue(String) - Method in class org.hibernate.metamodel.binding.MetaAttribute
 
addValue(SimpleValue) - Method in class org.hibernate.metamodel.relational.Tuple
 
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addWhenColumnNotNull(String, String, String) - Method in class org.hibernate.sql.CaseFragment
 
addWhere(String, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, String, QueryBuilder) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, boolean, String, QueryBuilder) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereColumn(String) - Method in class org.hibernate.sql.Update
 
addWhereColumn(String, String) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[]) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addWhereFragment(JoinFragment, String, QueryNode, FromElement, HqlSqlWalker) - Method in class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
 
addWhereFragment(String) - Method in class org.hibernate.sql.Delete
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
 
addWhereWithNamedParam(String, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithNamedParam(String, boolean, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParam(String, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParam(String, boolean, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParams(String, String, Object[], String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWorkUnit(AuditWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
AddWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, Map<String, Object>) - Constructor for class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
addXML(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addXML(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a String
adjustJoinFetchIfNeeded(AssociationAttributeDefinition, FetchStrategy) - Method in class org.hibernate.loader.plan.internal.SingleRootReturnLoadPlanBuilderStrategy
 
AdviceHelper - Class in org.hibernate.jpa.graph.internal.advisor
 
AdviceNodeDescriptorCollectionReference - Class in org.hibernate.jpa.graph.internal.advisor
 
AdviceNodeDescriptorCollectionReference(CollectionFetch, JpaGraphReference) - Constructor for class org.hibernate.jpa.graph.internal.advisor.AdviceNodeDescriptorCollectionReference
 
AdviceNodeDescriptorCompositeReference - Class in org.hibernate.jpa.graph.internal.advisor
 
AdviceStyle - Enum in org.hibernate.jpa.graph.internal.advisor
The style of advice.
advise(LoadPlan) - Method in class org.hibernate.jpa.graph.internal.advisor.EntityGraphBasedLoadPlanAdvisor
 
advise(LoadPlan) - Method in interface org.hibernate.loader.spi.LoadPlanAdvisor
Advise on the given LoadPlan, returning a new LoadPlan if any additions are needed.
advise(LoadPlan) - Method in class org.hibernate.loader.spi.NoOpLoadPlanAdvisor
 
affectsTable(String) - Method in class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
after() - Method in class org.hibernate.internal.AbstractQueryImpl
 
after() - Method in class org.hibernate.internal.CriteriaImpl
 
afterAction(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after execution of an action
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
afterBegin(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the beginning of a transaction.
AfterClassCallbackHandler - Class in org.hibernate.testing.junit4
 
AfterClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
AfterClassOnce - Annotation Type in org.hibernate.testing
Annotation used to mark a method which should be run once after the last test execution for the given class.
afterCompletion(int) - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
afterCompletion(int) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
afterCompletion(boolean, TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the last phase of transaction completion.
afterCompletion(int) - Method in class org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization
afterCompletion(int) - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
AfterCompletionAction - Interface in org.hibernate.engine.transaction.synchronization.spi
A pluggable strategy for defining any actions to be performed during Synchronization.afterCompletion(int) processing from the the Synchronization registered by Hibernate with the underlying JTA platform.
afterConfigurationBuilt(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterConfigurationBuilt(Mappings, Dialect) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterConstructAndConfigureMetadata(MetadataImplementor) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterDeserialize(SessionImplementor) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
 
afterDeserialize(SessionImplementor) - Method in class org.hibernate.action.internal.CollectionAction
Reconnect to session after deserialization...
afterDeserialize(SessionImplementor) - Method in class org.hibernate.action.internal.EntityAction
Reconnect to session after deserialization...
afterDeserialize(TransactionCoordinatorImpl) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
Callback after deserialization from Session is done
afterInitialize() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
afterInitialize() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after initializing from cache
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entities properties have been initialized
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
afterInitialize(Object, boolean, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Called just after the entities properties have been initialized.
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Called just after the entities properties have been initialized.
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
afterInsert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
afterInsert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
afterInsert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
afterInsert(Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterLast() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
afterLast() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result.
afterLoad() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Call this after finishing a two-phase load
afterLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this after finishing a two-phase load
afterLoad(SessionImplementor, Object, Loadable) - Method in interface org.hibernate.loader.spi.AfterLoadAction
 
AfterLoadAction - Interface in org.hibernate.loader.spi
 
afterNonTransactionalQuery(boolean) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
afterNonTransactionalQuery(boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Performs actions needed after execution of a non-transactional query.
afterOperation(boolean) - Method in class org.hibernate.internal.SessionImpl
Check if there is a Hibernate or JTA transaction in progress and, if there is not, flush if necessary, make sure the connection has been committed (if it is not in autocommit mode) and run the after completion processing
afterOperation(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterReassociate(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterReassociate(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entity has been reassociated with the session
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after inserting a row, to fetch the natively generated id
afterScrollOperation() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterScrollOperation() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
afterScrollOperation() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
afterScrollOperation() - Method in class org.hibernate.internal.AbstractScrollableResults
 
afterScrollOperation() - Method in class org.hibernate.internal.SessionImpl
 
afterScrollOperation() - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterSessionFactoryBuilt() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterStatementExecution() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterStatementExecution() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Used to signify that a statement has completed execution which may indicate that this logical connection need to perform an aggressive release of its physical connection.
afterTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterTransaction() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Signals the end of transaction.
afterTransaction(TransactionImplementor, int) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
afterTransaction(TransactionImplementor, int) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
afterTransactionBegin(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
afterTransactionBegin(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
 
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionBegin(TransactionImplementor) - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionBegin(TransactionImplementor) - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionCompletion() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache softlocks.
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
afterTransactionCompletion(TransactionImplementor, boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
 
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
afterTransactionCompletion(TransactionImplementor, boolean) - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionCompletion(TransactionImplementor, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
AfterTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during after transaction completion.
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
aggregate() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
aggregate(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
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
 
AggregatedSelectExpression - Interface in org.hibernate.hql.internal.ast.tree
Contract for a select expression which aggregates other select expressions together into a single return
aggregateExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
aggregateFuncNoArgsHasParenthesis(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
aggregateHasArgs(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
AggregateNode - Class in org.hibernate.hql.internal.ast.tree
Represents an aggregate function i.e.
AggregateNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AggregateNode
 
AggregateProjection - Class in org.hibernate.criterion
Base class for standard aggregation functions.
AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
 
aggregateType(List, Type, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
AggregationFunction<T> - Class in org.hibernate.jpa.criteria.expression.function
Models SQL aggregation functions (MIN, MAX, COUNT, etc).
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Object) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Expression<?>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction.AVG - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a AVG function providing convenience in construction.
AggregationFunction.AVG(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.AVG
 
AggregationFunction.COUNT - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a COUNT function providing convenience in construction.
AggregationFunction.COUNT(CriteriaBuilderImpl, Expression<?>, boolean) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.COUNT
 
AggregationFunction.GREATEST<X extends Comparable<X>> - Class in org.hibernate.jpa.criteria.expression.function
Models the MAX function in terms of non-numeric expressions.
AggregationFunction.GREATEST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.GREATEST
 
AggregationFunction.LEAST<X extends Comparable<X>> - Class in org.hibernate.jpa.criteria.expression.function
Models the MIN function in terms of non-numeric expressions.
AggregationFunction.LEAST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.LEAST
 
AggregationFunction.MAX<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a MAX function providing convenience in construction.
AggregationFunction.MAX(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MAX
 
AggregationFunction.MIN<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a MIN function providing convenience in construction.
AggregationFunction.MIN(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.MIN
 
AggregationFunction.SUM<N extends Number> - Class in org.hibernate.jpa.criteria.expression.function
Implementation of a SUM function providing convenience in construction.
AggregationFunction.SUM(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.SUM
 
AggregationFunction.SUM(CriteriaBuilderImpl, Expression<? extends Number>, Class<N>) - Constructor for class org.hibernate.jpa.criteria.expression.function.AggregationFunction.SUM
 
aggressiveRelease() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
Force aggressive release of the underlying connection.
aggressiveRelease() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Perform an aggressive release
alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
Assign an alias to a projection, by wrapping it
alias() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
 
alias(String) - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
alias(String) - Method in class org.hibernate.jpa.criteria.expression.SelectionImpl
 
Alias - Class in org.hibernate.sql
An alias generator for SQL identifiers
Alias(int, String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
Alias(String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
ALIAS_REF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALIAS_REF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ALIAS_SPECIFIC_LOCK_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
ALIAS_TO_ENTITY_MAP - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a Map from alias to entity instance
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Each row of results is a Map from alias to values/entities
aliasedExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
AliasedProjection - Class in org.hibernate.criterion
Represents a projection that specifies an alias
AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
 
aliasedSelectExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
AliasedTupleSubsetResultTransformer - Class in org.hibernate.transform
An implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.
AliasedTupleSubsetResultTransformer() - Constructor for class org.hibernate.transform.AliasedTupleSubsetResultTransformer
 
aliases - Variable in class org.hibernate.loader.JoinWalker
 
aliases - Variable in class org.hibernate.loader.OuterJoinLoader
 
AliasGenerator - Class in org.hibernate.hql.internal.ast.util
Generates class/table/column aliases during semantic analysis and SQL rendering.
AliasGenerator() - Constructor for class org.hibernate.hql.internal.ast.util.AliasGenerator
 
AliasGenerator - Interface in org.hibernate.sql
TODO : javadoc
aliasRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in interface org.hibernate.internal.CoreMessageLogger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
aliasToBean(Class) - Static method in class org.hibernate.transform.Transformers
Creates a resulttransformer that will inject aliased values into instances of Class via property methods or fields.
AliasToBeanConstructorResultTransformer - Class in org.hibernate.transform
Wraps the tuples in a constructor call.
AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Instantiates a AliasToBeanConstructorResultTransformer.
AliasToBeanResultTransformer - Class in org.hibernate.transform
Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names.
AliasToBeanResultTransformer(Class) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
 
AliasToEntityMapResultTransformer - Class in org.hibernate.transform
ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
alignColumns() - Method in class org.hibernate.mapping.ForeignKey
Validates that columnspan of the foreignkey and the primarykey is the same.
ALL - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
all(Subquery<Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
ALL_FILTERS - Static variable in interface org.hibernate.metamodel.source.annotations.xml.filter.IndexedAnnotationFilter
 
allEq(Map<String, ?>) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equals" constraint to each property in the key set of a Map
allocationSize - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
allocationSize - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
allowFailedCommitToPhysicallyRollback() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
alreadySessionBound() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
alreadySessionBound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
alreadySessionBound() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
altWhenClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Values for this property are generated by the database on both insert and update.
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of two expressions
and(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of multiple expressions
AND - Static variable in class org.hibernate.envers.internal.tools.query.Parameters
 
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
AND - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
and(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
and(Predicate...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
AnnotatedClassType - Enum in org.hibernate.cfg
Type of annotation of a class will give its type
ANNOTATION_STRING_DEFAULT - Static variable in class org.hibernate.cfg.BinderHelper
 
AnnotationBinder - Class in org.hibernate.cfg
JSR 175 annotation binder which reads the annotations from classes, applies the principles of the EJB3 spec and produces the Hibernate configuration-time metamodel (the classes in the org.hibernate.mapping package)
AnnotationBindingContext - Interface in org.hibernate.metamodel.source.annotations
Defines an interface for providing additional annotation related context information.
AnnotationBindingContextImpl - Class in org.hibernate.metamodel.source.annotations
 
AnnotationBindingContextImpl(MetadataImplementor, Index) - Constructor for class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
AnnotationConfiguration - Class in org.hibernate.cfg
Deprecated.
All functionality has been moved to Configuration
AnnotationConfiguration() - Constructor for class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
AnnotationConfiguration.ExtendedMappingsImpl - Class in org.hibernate.cfg
Deprecated.
AnnotationConfiguration.ExtendedMappingsImpl() - Constructor for class org.hibernate.cfg.AnnotationConfiguration.ExtendedMappingsImpl
Deprecated.
 
AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message.
annotationFetchModeToHibernateFetchMode(FetchMode) - Static method in class org.hibernate.metamodel.source.annotations.EnumConversionHelper
 
AnnotationMetadataSourceProcessorImpl - Class in org.hibernate.metamodel.source.annotations
Main class responsible to creating and binding the Hibernate meta-model from annotations.
AnnotationMetadataSourceProcessorImpl(MetadataImpl) - Constructor for class org.hibernate.metamodel.source.annotations.AnnotationMetadataSourceProcessorImpl
 
annotations() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
AnnotationsMetadataReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
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.internal.metadata.reader.AnnotationsMetadataReader
 
annotationType() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
annotationType() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
ANSICaseFragment - Class in org.hibernate.sql
An ANSI SQL CASE expression : {@code case when ...
ANSICaseFragment() - Constructor for class org.hibernate.sql.ANSICaseFragment
 
ANSIJoinFragment - Class in org.hibernate.sql
An ANSI-style join.
ANSIJoinFragment() - Constructor for class org.hibernate.sql.ANSIJoinFragment
 
AnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.
AnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a new AnsiTrimEmulationFunction using AnsiTrimEmulationFunction.LTRIM, AnsiTrimEmulationFunction.RTRIM, and AnsiTrimEmulationFunction.REPLACE respectively.
AnsiTrimEmulationFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a trim() emulation function definition using the specified function calls.
AnsiTrimFunction - Class in org.hibernate.dialect.function
Defines support for rendering according to ANSI SQL TRIM function specification.
AnsiTrimFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimFunction
 
Any - Annotation Type in org.hibernate.annotations
Defines a ToOne-style association pointing to one of several entity types depending on a local discriminator, as opposed to discriminated inheritance where the discriminator is kept as part of the entity hierarchy.
ANY - Static variable in class org.hibernate.engine.spi.IdentifierValue
Always assume the transient instance is newly instantiated
ANY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
any(Type, Type) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve the type representing an ANY mapping.
any(Subquery<Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
Any - Class in org.hibernate.mapping
A Hibernate "any" type (ie.
Any(Mappings, Table) - Constructor for class org.hibernate.mapping.Any
 
ANY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
any(Type, Type) - Method in class org.hibernate.type.TypeFactory
 
any(Type, Type) - Method in interface org.hibernate.TypeHelper
Retrieve the type representing an ANY mapping.
ANY_META_DEF - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ANY_META_DEFS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
AnyMetaDef - Annotation Type in org.hibernate.annotations
Used to provide metadata about an Any or ManyToAny mapping.
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Used to group together AnyMetaDef annotations.
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(Type, Type) - Constructor for class org.hibernate.type.AnyType
 
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
 
APP_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
append(StringBuilder, Iterator<String>, String) - Static method in class org.hibernate.envers.internal.tools.StringTools
To the given string builder, appends all strings in the given iterator, separating them with the given separator.
append(int, String, boolean) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
Append a new child to parent using the given node type and text, but only if the text is non-empty
append(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
Append the given AST node as a child of parent.
append(String) - Method in class org.hibernate.loader.PropertyPath
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendAttributes(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendAttributes(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
appendComponentCondition(String, Object, CompositeType, Criteria, CriteriaQuery, StringBuilder) - Method in class org.hibernate.criterion.Example
 
appendContent(Branch) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendContent(Branch) - Method in class org.hibernate.tuple.ElementWrapper
 
appendDisplayText(StringBuilder) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
appendElementColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendEscapedMultibyteChars(String, StringBuilder) - Static method in class org.hibernate.hql.internal.ast.util.ASTPrinter
 
appendIdentifierColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.Dialect
Provided we Dialect.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.SQLServerDialect
Use insert table(...) values(...) select SCOPE_IDENTITY()

Provided we Dialect.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.

appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendListener(T) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
appendListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(T...) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
use appendLockHint(LockOptions,String) instead
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.Dialect
Some dialects support an alternative means to SELECT FOR UPDATE, whereby a "lock hint" is appends to the table name in the from clause.
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
appendPropertyCondition(String, Object, Criteria, CriteriaQuery, StringBuilder) - Method in class org.hibernate.criterion.Example
 
appendSibling(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
appliesTo(String) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
appliesTo(EntityType<? super T>) - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
appliesToDialect(Dialect) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
appliesToDialect(Dialect) - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.metamodel.relational.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
apply(Statement, FrameworkMethod, Object) - Method in class org.hibernate.testing.junit4.ClassLoadingIsolater
 
APPLY_CONSTRAINTS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
applyAliasSpecificLockModeHint(String, LockMode) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyAliasSpecificLockModeHint(String, LockMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyAliasSpecificLockModeHint(String, LockMode) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the alias specific lock modes.
applyCacheableHint(boolean) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCacheableHint(boolean) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCacheableHint(boolean) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the cacheable (true/false) hint.
applyCacheModeHint(CacheMode) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCacheModeHint(CacheMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCacheModeHint(CacheMode) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the CacheMode hint.
applyCacheRegionHint(String) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCacheRegionHint(String) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCacheRegionHint(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the cache region hint
applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
applyCommentHint(String) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyCommentHint(String) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyCommentHint(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the comment hint.
applyFetchSizeHint(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyFetchSizeHint(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyFetchSizeHint(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the fetch size hint
applyFirstResult(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyFirstResult(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyFirstResult(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the given first-result value.
applyFlushModeHint(FlushMode) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyFlushModeHint(FlushMode) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyFlushModeHint(FlushMode) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the FlushMode hint.
applyIdAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType.Builder
 
applyIdClassAttributes(Set<SingularAttribute<? super X, ?>>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType.Builder
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
applyIncrementSizeToSourceValues() - Method in interface org.hibernate.id.enhanced.Optimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.custom.CustomLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL by applying the appropriate updates for the specified lock modes and key columns.
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
applyLockTimeoutHint(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyLockTimeoutHint(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyLockTimeoutHint(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the lock timeout (in seconds!) hint
applyMaxResults(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyMaxResults(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyMaxResults(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the given max results value.
applyMissingFetches() - Method in class org.hibernate.jpa.graph.internal.advisor.AdviceNodeDescriptorCollectionReference
 
applyMissingFetches() - Method in class org.hibernate.jpa.graph.internal.advisor.AdviceNodeDescriptorCompositeReference
 
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
applyNonFlushedChanges(NonFlushedChanges) - Method in interface org.hibernate.engine.spi.SessionImplementor
Apply non-flushed changes from a different session to this session.
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.internal.SessionImpl
Apply non-flushed changes from a different session to this session.
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.internal.StatelessSessionImpl
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.Loader
 
applyReadOnlyHint(boolean) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyReadOnlyHint(boolean) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyReadOnlyHint(boolean) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the read-only (true/false) hint.
applyResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
applySelection(Selection<? extends T>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
applySetting(String, Object) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a setting value.
applySetting(String, Object) - Method in class org.hibernate.service.ServiceRegistryBuilder
Deprecated.
 
applySettings(Map) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a groups of setting values.
applySettings(Map) - Method in class org.hibernate.service.ServiceRegistryBuilder
Deprecated.
 
applyTimeoutHint(int) - Method in class org.hibernate.jpa.internal.QueryImpl
 
applyTimeoutHint(int) - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
applyTimeoutHint(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Apply the query timeout hint.
applyTo(ConfigurationBuilder) - Method in class org.hibernate.cache.infinispan.TypeOverrides
Apply the configuration overrides in this TypeOverrides instance to the cache configuration builder passed as parameter.
applyToBeanInfo(Object, BeanInfoHelper.BeanInfoDelegate) - Method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
applyVersionAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType.Builder
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
ArchiveContext - Interface in org.hibernate.jpa.boot.archive.spi
Describes the context for visiting the entries within an archive
ArchiveDescriptor - Interface in org.hibernate.jpa.boot.archive.spi
Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.
archiveDescriptor - Variable in class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveDescriptorFactory - Interface in org.hibernate.jpa.boot.archive.spi
Contract for building ArchiveDescriptor instances.
ArchiveEntry - Interface in org.hibernate.jpa.boot.archive.spi
Represent an entry in the archive.
ArchiveEntryHandler - Interface in org.hibernate.jpa.boot.archive.spi
Handler for archive entries, based on the classified type of the entry
ArchiveException - Exception in org.hibernate.jpa.boot.archive.spi
Indicates a problem accessing or visiting the archive
ArchiveException(String) - Constructor for exception org.hibernate.jpa.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - Constructor for exception org.hibernate.jpa.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveHelper - Class in org.hibernate.jpa.boot.archive.internal
Helper for dealing with archives
areAssociationsLazy() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
areAssociationsLazy() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies whether associations are lazy by default if not specified in the mapping.
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
areEqual(BigInteger, BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
areEqual(Blob, Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Determine if two instances are equal
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
areInsertionsOrDeletionsQueued() - Method in class org.hibernate.engine.spi.ActionQueue
Check whether any insertion or deletion actions are currently queued.
areLazyPropertiesUnfetched() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Does the represented data contain any un-fetched attribute values?
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
areMatch(Object, Object) - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
areMatch(Object, Object) - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
Are the two listener instances considered a duplication?
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.Loader
Are rows transformed immediately after being read from the ResultSet?
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Cache71Dialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Dialect
Are string comparisons implicitly case insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.MySQLDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SQLServerDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SybaseASE15Dialect
By default, Sybase string comparisons are case-insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.TeradataDialect
 
areTablesToBeUpdated(Set) - Method in class org.hibernate.engine.spi.ActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
areValuesIncludedInInsertByDefault() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSourceContainer
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSourceContainer
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
areValuesNullableByDefault() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSourceContainer
 
areValuesNullableByDefault() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
arguments(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
ArgumentsTools - Class in org.hibernate.envers.internal.tools
 
ArgumentsTools() - Constructor for class org.hibernate.envers.internal.tools.ArgumentsTools
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
array - Variable in class org.hibernate.collection.internal.PersistentArrayHolder
 
array(Selection<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
array(List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.array(Selection[]) taking a list of selections.
array(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.array(Selection[]) taking a list of selections, as well as the type of array.
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Array
 
array(String, String, boolean, Class) - Method in class org.hibernate.type.TypeFactory
Deprecated.
array(String, String, Class) - Method in class org.hibernate.type.TypeFactory
 
ArrayBinder - Class in org.hibernate.cfg.annotations
Bind an Array
ArrayBinder() - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
 
ArrayCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a map.
ArrayCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
ArrayHelper - Class in org.hibernate.internal.util.collections
 
arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
 
arrayList(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
A mutability plan for arrays.
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
arraysEqual(Object[], Object[]) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
 
ArraysTools - Class in org.hibernate.envers.internal.tools
 
ArraysTools() - Constructor for class org.hibernate.envers.internal.tools.ArraysTools
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(TypeFactory.TypeScope, String, String, Class, boolean) - Constructor for class org.hibernate.type.ArrayType
ArrayType(TypeFactory.TypeScope, String, String, Class) - Constructor for class org.hibernate.type.ArrayType
 
ARTEFACT_PROCESSING_ORDER - Static variable in class org.hibernate.cfg.Configuration
 
as(String) - Method in class org.hibernate.criterion.SimpleProjection
Create an aliased form of this projection
AS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
as(Class<X>) - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
AS4_TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
AS7_TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
asAlias() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
asBigDecimal() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
asBigDecimal() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asBigInteger() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
asBigInteger() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc() - Method in class org.hibernate.criterion.Property
Creates an ascending ordering for this property
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
asc(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ASCENDING - Static variable in class org.hibernate.sql.ordering.antlr.OrderingSpecification.Ordering
 
ascendingOrDescending() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
asDouble() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
asDouble() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asFloat() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
asFloat() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asInteger() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
asInteger() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asLong(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret the binary representation of a long.
asLong() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
asLong() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
asNamedInputStream() - Method in class org.hibernate.jpa.boot.internal.ByteArrayInputStreamAccess
 
asNamedInputStream() - Method in class org.hibernate.jpa.boot.internal.FileInputStreamAccess
 
asNamedInputStream() - Method in class org.hibernate.jpa.boot.internal.UrlInputStreamAccess
 
asNamedInputStream() - Method in interface org.hibernate.jpa.boot.spi.InputStreamAccess
Deprecated.
Needed until we can remove NamedInputStream
asReader() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a Reader.
asReader() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Assembles the collection from the cached state.
assemble(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
Assemble the previously disassembled state represented by this entry into the given entity instance.
assemble(Serializable, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
assemble(Serializable) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Assemble a previously disassembled value.
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
assemble(Serializable, Object) - Method in class org.hibernate.type.StringClobType
Deprecated.
 
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Reconstruct the object from its disassembled state.
assemble(Serializable[], Type[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
Reconstruct an object from the cacheable representation.
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
assertClassAssignability(Class, Class) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
AssertionFailure - Exception in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message.
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message and underlying cause.
assertJdbcTypeCode(int, int) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertTyping(Class<T>, Object) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
Assigned - Class in org.hibernate.id
assigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class org.hibernate.id.Assigned
 
assignment() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
assignment(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
AssignmentSpecification - Class in org.hibernate.hql.internal.ast.tree
Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement.
AssignmentSpecification(AST, Queryable) - Constructor for class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
Association - Class in org.hibernate.engine.profile
Models the association of a given fetch.
Association(EntityPersister, String) - Constructor for class org.hibernate.engine.profile.Association
 
association - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
 
ASSOCIATION_OVERRIDE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ASSOCIATION_OVERRIDES - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
AssociationAttribute - Class in org.hibernate.metamodel.source.annotations.attribute
Represents an association attribute.
AssociationAttributeBinding - Interface in org.hibernate.metamodel.binding
Contract describing a binding for attributes which model associations.
AssociationAttributeDefinition - Interface in org.hibernate.persister.walking.spi
 
AssociationAttributeSource - Interface in org.hibernate.metamodel.source.binder
Contract describing sources for attributes which model associations.
AssociationKey - Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey(EntityKey, String) - Constructor for class org.hibernate.engine.spi.AssociationKey
Constructs an AssociationKey
AssociationKey - Class in org.hibernate.persister.walking.spi
Used to uniquely identify a foreign key, so that we don't join it more than once creating circularities.
AssociationKey(String, String[]) - Constructor for class org.hibernate.persister.walking.spi.AssociationKey
 
associationOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
associationOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
 
associationOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
associationProcessed(OuterJoinableAssociation, int) - Method in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
 
associations - Variable in class org.hibernate.loader.JoinWalker
 
associationSelectString(LoadQueryAliasResolutionContext) - Method in class org.hibernate.loader.internal.AbstractLoadQueryImpl
Generate a select list of columns containing all properties of the entity classes
AssociationType - Interface in org.hibernate.type
A type that represents some kind of association between entities.
AssociationVisitationStrategy - Interface in org.hibernate.persister.walking.spi
 
asString() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a String.
asString() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
asString() - Method in class org.hibernate.jpa.criteria.expression.ExpressionImpl
asString() - Method in interface org.hibernate.jpa.criteria.ExpressionImplementor
ASSUMED_ORM_XSD_VERSION - Static variable in class org.hibernate.metamodel.source.internal.JaxbHelper
 
ASTAppender - Class in org.hibernate.hql.internal.ast.util
Appends child nodes to a parent efficiently.
ASTAppender(ASTFactory, AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTAppender
Builds an appender using the given factory and parent
ASTIterator - Class in org.hibernate.hql.internal.ast.util
Depth first iteration of an ANTLR AST.
ASTIterator(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTIterator
Constructs an Iterator for depth-first iteration of an AST
ASTParentsFirstIterator - Class in org.hibernate.hql.internal.ast.util
Depth first iteration of an ANTLR AST.
ASTParentsFirstIterator(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
ASTPrinter - Class in org.hibernate.hql.internal.ast.util
Utility for generating pretty "ASCII art" representations of syntax trees.
ASTPrinter(Class) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
Constructs a printer.
ASTPrinter(boolean) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
 
ASTPrinter(Class, boolean) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
Constructs a printer.
ASTQueryTranslatorFactory - Class in org.hibernate.hql.internal.ast
Generates translators which uses the Antlr-based parser to perform the translation.
ASTQueryTranslatorFactory() - Constructor for class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
ASTUtil - Class in org.hibernate.hql.internal.ast.util
Provides utility methods for AST traversal and manipulation.
ASTUtil.FilterPredicate - Interface in org.hibernate.hql.internal.ast.util
Filters nodes out of a tree.
ASTUtil.IncludePredicate - Class in org.hibernate.hql.internal.ast.util
A predicate that uses inclusion, rather than exclusion semantics.
ASTUtil.IncludePredicate() - Constructor for class org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
 
asXML() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXML() - Method in class org.hibernate.tuple.ElementWrapper
 
asXPathResult(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXPathResult(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
asyncWriteCache(AdvancedCache, Flag) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that writes cache entries without waiting for them to complete, adding an extra flag.
atom() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
attemptedDereference() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
attemptToRestartAlreadyStartedEhCacheProvider() - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
Log a message (WARN) about attempt to start an already started Ehcache region factory
attemptToRestartAlreadyStartedEhCacheProvider() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
attemptToRestartAlreadyStartedEhCacheProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
attribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
 
Attribute - Interface in org.hibernate.metamodel.domain
Describes an attribute.
attribute(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
Attribute - Interface in org.hibernate.tuple
Contract for attributes
attribute(int) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
ATTRIBUTE_OVERRIDE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ATTRIBUTE_OVERRIDES - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
AttributeAccessor - Annotation Type in org.hibernate.annotations
Names a PropertyAccessor strategy to use.
AttributeBinding - Interface in org.hibernate.metamodel.binding
The basic contract for binding a attribute from the domain model to the relational model.
AttributeBindingContainer - Interface in org.hibernate.metamodel.binding
Common contract for EntityBinding and ComponentAttributeBinding in so far as they are both containers for AttributeBinding descriptors
attributeBindings() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Obtain all attribute bindings
attributeBindings() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
attributeBindings() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
AttributeContainer - Interface in org.hibernate.metamodel.domain
Basic contract for any container holding attributes.
AttributeConverterDefinition - Class in org.hibernate.cfg
 
AttributeConverterDefinition(AttributeConverter, boolean) - Constructor for class org.hibernate.cfg.AttributeConverterDefinition
 
attributeCount() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeCount() - Method in class org.hibernate.tuple.ElementWrapper
 
AttributeDefinition - Interface in org.hibernate.persister.walking.spi
 
AttributeFactory - Class in org.hibernate.jpa.internal.metamodel
A factory for building Attribute instances.
AttributeFactory(MetadataContext) - Constructor for class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
AttributeImplementor<X,Y> - Interface in org.hibernate.jpa.internal.metamodel
TODO : javadoc
attributeImplementorNodes() - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
attributeImplementorNodes() - Method in interface org.hibernate.jpa.graph.spi.GraphNodeImplementor
 
attributeIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
AttributeNature - Enum in org.hibernate.metamodel.source.annotations.attribute
An enum defining the type of a mapped attribute.
AttributeNodeImpl<T> - Class in org.hibernate.jpa.graph.internal
Hibernate implementation of the JPA AttributeNode contract
AttributeNodeImpl(HibernateEntityManagerFactory, Attribute<X, T>) - Constructor for class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
AttributeNodeImplementor<T> - Interface in org.hibernate.jpa.graph.spi
 
attributeNodes() - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
attributeNodes() - Method in interface org.hibernate.jpa.graph.spi.GraphNodeImplementor
 
attributeNumber() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
 
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
 
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
AttributeOverride - Class in org.hibernate.metamodel.source.annotations.attribute
Contains the information about a single AttributeOverride.
AttributeOverride(AnnotationInstance) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
AttributeOverride(String, AnnotationInstance) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
attributeProcessed(String) - Method in class org.hibernate.jpa.graph.internal.advisor.AdviceNodeDescriptorCollectionReference
 
attributeProcessed(String) - Method in class org.hibernate.jpa.graph.internal.advisor.AdviceNodeDescriptorCompositeReference
 
attributes - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
 
attributes - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
attributes - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
attributes() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
attributes() - Method in interface org.hibernate.metamodel.domain.AttributeContainer
Retrieve the attributes contained in this container.
attributes() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributes() - Method in class org.hibernate.tuple.ElementWrapper
 
AttributeSource - Interface in org.hibernate.metamodel.source.binder
Contract for sources of persistent attribute descriptions.
AttributeSource - Interface in org.hibernate.persister.walking.spi
 
AttributeSourceContainer - Interface in org.hibernate.metamodel.source.binder
Contract for a container of AttributeSource references.
attributeSources() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
attributeSources() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
attributeSources() - Method in interface org.hibernate.metamodel.source.binder.AttributeSourceContainer
Obtain this container's attribute sources.
attributeSources() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
attributeSources() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
attributeSources() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
AttributeTypeResolver - Interface in org.hibernate.metamodel.source.annotations.attribute.type
Determines explicit Hibernate type information for JPA mapped attributes when additional type information is provided via annotations like Lob, Enumerated and Temporal.
AttributeTypeResolverImpl - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
AttributeTypeResolverImpl(MappedAttribute) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolverImpl
 
attributeValue(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
AUDIT_STRATEGY - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit strategy.
AUDIT_STRATEGY_VALIDITY_END_REV_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name that will hold the end revision number in audit entities.
AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name of the timestamp of the end revision until which the data was valid.
AUDIT_STRATEGY_VALIDITY_STORE_REVEND_TIMESTAMP - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Store the timestamp of the end revision, until which the data was valid, in addition to the end revision itself.
AUDIT_TABLE_PREFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table prefix.
AUDIT_TABLE_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table suffix.
AuditConfiguration - Class in org.hibernate.envers.configuration.spi
 
AuditConfiguration(Configuration) - Constructor for class org.hibernate.envers.configuration.spi.AuditConfiguration
 
AuditConfiguration(Configuration, ClassLoaderService) - Constructor for class org.hibernate.envers.configuration.spi.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.
AuditedPropertiesHolder - Interface in org.hibernate.envers.configuration.internal.metadata.reader
Implementations hold other audited properties.
AuditedPropertiesReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
Reads persistent properties form a PersistentPropertiesSource and adds the ones that are audited to a AuditedPropertiesHolder, filling all the auditing data.
AuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
AuditedPropertiesReader.ComponentPropertiesSource - Class in org.hibernate.envers.configuration.internal.metadata.reader
 
AuditedPropertiesReader.ComponentPropertiesSource(ReflectionManager, Component) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
AuditEntitiesConfiguration - Class in org.hibernate.envers.configuration.internal
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.internal.AuditEntitiesConfiguration
 
AuditEntity - Class in org.hibernate.envers.query
TODO: ilike
AuditEntityNameRegister - Class in org.hibernate.envers.configuration.internal.metadata
A register of all audit entity names used so far.
AuditEntityNameRegister() - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
 
AuditException - Exception in org.hibernate.envers.exception
 
AuditException(String) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(String, Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditId<T> - Class in org.hibernate.envers.query.criteria
Create restrictions and projections for the id of an audited entity.
AuditId() - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
AuditJoinTable - Annotation Type in org.hibernate.envers
 
AuditMappedBy - Annotation Type in org.hibernate.envers
Annotation to specify a "fake" bi-directional relation.
AuditMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
 
AuditMetadataGenerator(Configuration, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, ClassLoaderService, Element, AuditEntityNameRegister) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditOverride - Annotation Type in org.hibernate.envers
The AuditingOverride annotation is used to override the auditing behavior of a superclass or single property inherited from MappedSuperclass type, or attribute inside an embedded component.
AuditOverrides - Annotation Type in org.hibernate.envers
The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
AuditProcess - Class in org.hibernate.envers.internal.synchronization
 
AuditProcess(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.internal.synchronization.AuditProcess
 
AuditProcessManager - Class in org.hibernate.envers.internal.synchronization
 
AuditProcessManager(RevisionInfoGenerator) - Constructor for class org.hibernate.envers.internal.synchronization.AuditProcessManager
 
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.internal.reader
 
AuditReaderImpl(AuditConfiguration, Session, SessionImplementor) - Constructor for class org.hibernate.envers.internal.reader.AuditReaderImpl
 
AuditReaderImplementor - Interface in org.hibernate.envers.internal.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
 
auditStrategy - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
AuditStrategy - Interface in org.hibernate.envers.strategy
Behaviours of different audit strategy for populating audit data.
AuditTable - Annotation Type in org.hibernate.envers
 
AuditTableData - Class in org.hibernate.envers.configuration.internal.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.internal.metadata.AuditTableData
 
AuditWorkUnit - Interface in org.hibernate.envers.internal.synchronization.work
TODO: refactor constructors into factory methods
AUTO_CLOSE_SESSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic session close at end of transaction
AUTO_FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
AUTO_REGISTER - Static variable in class org.hibernate.envers.event.spi.EnversIntegrator
The name of a configuration setting that can be used to control whether auto registration of envers listeners should happen or not.
autoAliasInjection - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
Deprecated.
Only integrations can specify autoClosing behavior of individual sessions. See SessionOwner
autoClose() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
For same reasons as SessionBuilder.autoClose(boolean) was deprecated. However, shared session builders can use SharedSessionBuilder.autoClose(boolean) since they do not "inherit" the owner.
autoClose(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AUTOCOMMIT - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC autocommit mode
autoCommitMode(boolean) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoCommitMode(boolean) - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoCommitMode(boolean) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
autoCommmitMode(boolean) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs the autocommit mode to be used for pooled connections
autoCommmitMode(boolean) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
autoCommmitMode$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
AUTODETECTION - Static variable in interface org.hibernate.jpa.AvailableSettings
JAR autodetection artifacts class, hbm
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.Loader
 
AutoFlushEvent - Class in org.hibernate.event.spi
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set) - Method in class org.hibernate.internal.SessionImpl
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoFlushWillNotWork() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoFlushWillNotWork() - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoFlushWillNotWork() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
autoImport - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
autoJoinTransactions(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session built automatically join in any ongoing JTA transactions.
autoJoinTransactions() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session.
autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject - Interface in org.hibernate.metamodel.relational
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
auxiliaryDatabaseObjects - Variable in class org.hibernate.cfg.Configuration
 
AvailableSettings - Interface in org.hibernate.cfg
 
AvailableSettings - Interface in org.hibernate.ejb
Deprecated.
Use AvailableSettings instead
AvailableSettings - Interface in org.hibernate.jpa
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific

NOTE : Does *not* include Environment values.

avg(String) - Static method in class org.hibernate.criterion.Projections
A property average value projection
avg() - Method in class org.hibernate.criterion.Property
Creates a property avg projection
AVG - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AVG - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
avg(Expression<N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
AvgProjection - Class in org.hibernate.criterion
An avg() projection
AvgProjection(String) - Constructor for class org.hibernate.criterion.AvgProjection
Constructs the AvgProjection
AvgWithArgumentCastFunction - Class in org.hibernate.dialect.function
Some databases strictly return the type of the of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped.
AvgWithArgumentCastFunction(String) - Constructor for class org.hibernate.dialect.function.AvgWithArgumentCastFunction
Constructs a AvgWithArgumentCastFunction

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
BackrefPropertyAccessor - Class in org.hibernate.property
Represents a "back-reference" to the id of a collection owner.
BackrefPropertyAccessor(String, String) - Constructor for class org.hibernate.property.BackrefPropertyAccessor
Constructs a new instance of BackrefPropertyAccessor.
BackrefPropertyAccessor.BackrefGetter - Class in org.hibernate.property
Internal implementation of a property getter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefGetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
 
BackrefPropertyAccessor.BackrefSetter - Class in org.hibernate.property
Internal implementation of a property setter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefSetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
 
bag - Variable in class org.hibernate.collection.internal.PersistentBag
 
Bag - Class in org.hibernate.mapping
A bag permits duplicates, so it has no primary key
Bag(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
 
bag(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated.
Use TypeFactory.bag(String, String) instead. See Jira issue: HHH-7771
bag(String, String) - Method in class org.hibernate.type.TypeFactory
 
BagAttributeSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
BagAttributeSourceImpl(JaxbBagElement, AttributeSourceContainer) - Constructor for class org.hibernate.metamodel.source.hbm.BagAttributeSourceImpl
 
BagBinder - Class in org.hibernate.cfg.annotations
Bind a bag.
BagBinder() - Constructor for class org.hibernate.cfg.annotations.BagBinder
 
BagBinding - Class in org.hibernate.metamodel.binding
TODO : javadoc
BagBinding(AttributeBindingContainer, PluralAttribute, CollectionElementNature) - Constructor for class org.hibernate.metamodel.binding.BagBinding
 
BagType - Class in org.hibernate.type
 
BagType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.BagType
BagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.BagType
 
base - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
 
BaseCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
Applies functional testing logic for core Hibernate testing on top of BaseUnitTestCase
BaseCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
BaseCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
 
BaseCoreFunctionalTestCase.RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
BaseEnversCollectionEventListener - Class in org.hibernate.envers.event.spi
Base class for Envers' collection event related listeners
BaseEnversCollectionEventListener(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
BaseEnversEventListener - Class in org.hibernate.envers.event.spi
Base class for all Envers event listeners
BaseEnversEventListener(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.BaseEnversEventListener
 
BaseGeneralDataRegion - Class in org.hibernate.cache.infinispan.impl
Support for Infinispan GeneralDataRegion implementors.
BaseGeneralDataRegion(AdvancedCache, String, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
General data region constructor.
BaselineAttributeInformation - Class in org.hibernate.tuple
 
BaselineAttributeInformation(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.BaselineAttributeInformation
 
BaselineAttributeInformation.Builder - Class in org.hibernate.tuple
 
BaselineAttributeInformation.Builder() - Constructor for class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
baseListenerInterface() - Method in class org.hibernate.event.spi.EventType
 
BaseQueryImpl - Class in org.hibernate.ejb
Deprecated.
Use BaseQueryImpl instead
BaseQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.BaseQueryImpl
Deprecated.
 
BaseQueryImpl - Class in org.hibernate.jpa.spi
Intended as the base class for all Query implementations, including TypedQuery and StoredProcedureQuery.
BaseQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.spi.BaseQueryImpl
 
BaseQueryImpl.ParameterBind<T> - Interface in org.hibernate.jpa.spi
 
BaseQueryImpl.ParameterBindImpl<T> - Class in org.hibernate.jpa.spi
 
BaseQueryImpl.ParameterBindImpl(T, TemporalType) - Constructor for class org.hibernate.jpa.spi.BaseQueryImpl.ParameterBindImpl
 
BaseQueryImpl.ParameterRegistration<T> - Interface in org.hibernate.jpa.spi
Hibernate specific extension to the JPA Parameter contract.
BaseRegion - Class in org.hibernate.cache.infinispan.impl
Support for Infinispan Regions.
BaseRegion(AdvancedCache, String, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.impl.BaseRegion
Base region constructor.
baseSessionBuilder() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
BaseTransactionalDataRegion - Class in org.hibernate.cache.infinispan.impl
Support for Inifinispan TransactionalDataRegion implementors.
BaseTransactionalDataRegion(AdvancedCache, String, CacheDataDescription, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
Base transactional region constructor
BaseUnitTestCase - Class in org.hibernate.testing.junit4
The base unit test adapter.
BaseUnitTestCase() - Constructor for class org.hibernate.testing.junit4.BaseUnitTestCase
 
BaseXMLEventReader - Class in org.hibernate.internal.util.xml
Base for XMLEventReader that implements the BaseXMLEventReader.getElementText() and BaseXMLEventReader.nextTag() APIs in a way that is agnostic from the rest of the XMLEventReader implementation.
BaseXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.internal.util.xml.BaseXMLEventReader
 
basic - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
basic - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
basic(String) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve the basic type registered against the given name.
basic(Class) - Method in class org.hibernate.internal.TypeLocatorImpl
Convenience form of TypeHelper.basic(String).
BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
BASIC - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
basic(String) - Method in class org.hibernate.type.TypeResolver
Locate a Hibernate basic type given (one of) its registration names.
basic(String) - Method in interface org.hibernate.TypeHelper
Retrieve the basic type registered against the given name.
basic(Class) - Method in interface org.hibernate.TypeHelper
Convenience form of TypeHelper.basic(String).
BasicAttribute - Class in org.hibernate.metamodel.source.annotations.attribute
Represent a basic attribute (explicitly or implicitly mapped).
BasicAttributeBinding - Class in org.hibernate.metamodel.binding
TODO : javadoc
BasicAuxiliaryDatabaseObjectImpl - Class in org.hibernate.metamodel.relational
 
BasicAuxiliaryDatabaseObjectImpl(Schema, String, String, Set<String>) - Constructor for class org.hibernate.metamodel.relational.BasicAuxiliaryDatabaseObjectImpl
 
BasicBatchKey - Class in org.hibernate.engine.jdbc.batch.internal
Normal implementation of BatchKey
BasicBatchKey(String, Expectation) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
Constructs a BasicBatchKey
BasicBinder<J> - Class in org.hibernate.type.descriptor.sql
Convenience base implementation of ValueBinder
BasicBinder(JavaTypeDescriptor<J>, SqlTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.sql.BasicBinder
 
BasicClassFilter - Class in org.hibernate.bytecode.buildtime.spi
BasicClassFilter provides class filtering based on a series of packages to be included and/or a series of explicit class names to be included.
BasicClassFilter() - Constructor for class org.hibernate.bytecode.buildtime.spi.BasicClassFilter
Constructs a BasicClassFilter with given configuration.
BasicClassFilter(String[], String[]) - Constructor for class org.hibernate.bytecode.buildtime.spi.BasicClassFilter
Constructs a BasicClassFilter with standard set of configuration.
BasicCollectionElement - Class in org.hibernate.metamodel.binding
 
BasicCollectionElement(AbstractPluralAttributeBinding) - Constructor for class org.hibernate.metamodel.binding.BasicCollectionElement
 
BasicCollectionInitializor<T extends Collection> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a non-indexed java collection (set or list, eventually sorted).
BasicCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends T>, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
BasicCollectionJoinWalker - Class in org.hibernate.loader.collection
Walker for collections of values and many-to-many associations
BasicCollectionJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
BasicCollectionLoader - Class in org.hibernate.loader.collection
Loads a collection of values or a many-to-many association.
BasicCollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionMapper<T extends Collection> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
BasicCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicDialectResolver - Class in org.hibernate.engine.jdbc.dialect.internal
Deprecated.
Purpose has shifted to new DatabaseInfoDialectResolver contract. See HHH-7965 for details.
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.BasicDialectResolver
Deprecated.
Constructs a BasicDialectResolver
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.BasicDialectResolver
Deprecated.
Constructs a BasicDialectResolver
BasicEntityPropertyMapping - Class in org.hibernate.persister.entity
 
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
BasicExecutor - Class in org.hibernate.hql.internal.ast.exec
Implementation of BasicExecutor.
BasicExecutor(HqlSqlWalker, Queryable) - Constructor for class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
BasicExtractor<J> - Class in org.hibernate.type.descriptor.sql
Convenience base implementation of ValueExtractor
BasicExtractor(JavaTypeDescriptor<J>, SqlTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.sql.BasicExtractor
 
BasicFormatterImpl - Class in org.hibernate.engine.jdbc.internal
Performs formatting of basic SQL statements (DML + query).
BasicFormatterImpl() - Constructor for class org.hibernate.engine.jdbc.internal.BasicFormatterImpl
 
BasicFunctionExpression<X> - Class in org.hibernate.jpa.criteria.expression.function
Models the basic concept of a SQL function.
BasicFunctionExpression(CriteriaBuilderImpl, Class<X>, String) - Constructor for class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
BasicInstrumentationTask - Class in org.hibernate.tool.instrument
Super class for all Hibernate instrumentation tasks.
BasicInstrumentationTask() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask
 
BasicInstrumentationTask.LoggerBridge - Class in org.hibernate.tool.instrument
 
BasicInstrumentationTask.LoggerBridge() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Serializable, Method, Method, CompositeType, SessionImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
 
BasicLoader - Class in org.hibernate.loader
Uses the default mapping from property to result set column alias defined by the entities' persisters.
BasicLoader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.BasicLoader
 
BasicMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for basic properties: immutable types (including enums).
BasicMetadataGenerator() - Constructor for class org.hibernate.envers.configuration.internal.metadata.BasicMetadataGenerator
 
BasicPathUsageException - Exception in org.hibernate.jpa.criteria
Represents an incorrect usage of a basic path.
BasicPathUsageException(String, Attribute<?, ?>) - Constructor for exception org.hibernate.jpa.criteria.BasicPathUsageException
Construct the usage exception.
BasicPathUsageException(String, Throwable, Attribute<?, ?>) - Constructor for exception org.hibernate.jpa.criteria.BasicPathUsageException
Construct the usage exception.
BasicPluralAttributeElementSource - Interface in org.hibernate.metamodel.source.binder
 
BasicPluralAttributeElementSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
BasicPluralAttributeElementSourceImpl(JaxbElementElement, LocalBindingContext) - Constructor for class org.hibernate.metamodel.source.hbm.BasicPluralAttributeElementSourceImpl
 
BasicPropertyAccessor - Class in org.hibernate.property
Accesses property values via a get/set pair, which may be nonpublic.
BasicPropertyAccessor() - Constructor for class org.hibernate.property.BasicPropertyAccessor
 
BasicPropertyAccessor.BasicGetter - Class in org.hibernate.property
 
BasicPropertyAccessor.BasicSetter - Class in org.hibernate.property
 
BasicProxyFactory - Interface in org.hibernate.bytecode.spi
A proxy factory for "basic proxy" generation.
BasicQueryContract - Interface in org.hibernate
Defines the aspects of query definition that apply to all forms of querying.
BasicSQLExceptionConverter - Class in org.hibernate.engine.jdbc.dialect.spi
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
 
BasicTransformerAdapter - Class in org.hibernate.transform
Provides the basic "noop" impls of the ResultTransformer contract.
BasicTransformerAdapter() - Constructor for class org.hibernate.transform.BasicTransformerAdapter
 
BasicType - Class in org.hibernate.metamodel.domain
Models a basic type.
BasicType(String, ValueHolder<Class<?>>) - Constructor for class org.hibernate.metamodel.domain.BasicType
 
BasicType - Interface in org.hibernate.type
Marker interface for basic types.
BasicTypeImpl<X> - Class in org.hibernate.jpa.internal.metamodel
 
BasicTypeImpl(Class<X>, Type.PersistenceType) - Constructor for class org.hibernate.jpa.internal.metamodel.BasicTypeImpl
 
BasicTypeRegistry - Class in org.hibernate.type
A registry of BasicType instances
BasicTypeRegistry() - Constructor for class org.hibernate.type.BasicTypeRegistry
 
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Conceptually models a batch.
BATCH_FETCH_STYLE - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the BatchFetchStyle to use.
BATCH_ID_PLACEHOLDER - Static variable in class org.hibernate.internal.util.StringHelper
 
BATCH_SIZE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
BATCH_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Select a custom batcher.
BATCH_VERSIONED_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
Should versioned data be included in batching?
BatchBuilder - Interface in org.hibernate.engine.jdbc.batch.spi
A builder for Batch instances
batchBuilder() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
BatchBuilderImpl - Class in org.hibernate.engine.jdbc.batch.internal
A builder for Batch instances.
BatchBuilderImpl() - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
Constructs a BatchBuilderImpl
BatchBuilderImpl(int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
Constructs a BatchBuilderImpl
BatchBuilderInitiator - Class in org.hibernate.engine.jdbc.batch.internal
Initiator for the BatchBuilder service
BatchBuilderInitiator() - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in interface org.hibernate.internal.CoreMessageLogger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
BatchedTooManyRowsAffectedException - Exception in org.hibernate.jdbc
Much like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected.
BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
batchExplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates explicit execution of the batch via a call to Batch.execute().
BatchFailedException - Exception in org.hibernate.jdbc
Indicates a failed batch entry (-3 return).
BatchFailedException(String) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFailedException(String, Throwable) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFetchQueue - Class in org.hibernate.engine.spi
Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections.
BatchFetchQueue(PersistenceContext) - Constructor for class org.hibernate.engine.spi.BatchFetchQueue
Constructs a queue for the given context.
BatchFetchStyle - Enum in org.hibernate.loader
Defines the style that should be used to perform batch loading.
batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates an implicit execution of the batch.
BatchingBatch - Class in org.hibernate.engine.jdbc.batch.internal
A Batch implementation which does bathing based on a given size.
BatchingBatch(BatchKey, JdbcCoordinator, int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
Constructs a BatchingBatch
BatchingCollectionInitializer - Class in org.hibernate.loader.collection
The base contract for loaders capable of performing batch-fetch loading of collections using multiple foreign key values in the SQL WHERE clause.
BatchingCollectionInitializer(QueryableCollection) - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializer
 
BatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
Contract for building CollectionInitializer instances capable of performing batch-fetch loading.
BatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
BatchingEntityLoader - Class in org.hibernate.loader.entity
The base contract for loaders capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.
BatchingEntityLoader(EntityPersister) - Constructor for class org.hibernate.loader.entity.BatchingEntityLoader
 
BatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
The contract for building UniqueEntityLoader capable of performing batch-fetch loading.
BatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
BatchKey - Interface in org.hibernate.engine.jdbc.batch.spi
Unique key for batch identification.
BatchObserver - Interface in org.hibernate.engine.jdbc.batch.spi
An observer contract for batch events.
BatchSize - Annotation Type in org.hibernate.annotations
Defines size for batch loading of collections or lazy entities.
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
BeanInfoHelper - Class in org.hibernate.internal.util.beans
Utility for helping deal with BeanInfo
BeanInfoHelper(Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper(Class, Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper.BeanInfoDelegate - Interface in org.hibernate.internal.util.beans
 
BeanIntrospectionException - Exception in org.hibernate.internal.util.beans
Indicates a problem dealing with BeanInfo via the BeanInfoHelper delegate.
BeanIntrospectionException(String, Throwable) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanIntrospectionException(String) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanManagerListenerFactory - Class in org.hibernate.jpa.event.internal.jpa
CID-based implementation of the ListenerFactory contract.
BeanManagerListenerFactory(BeanManager) - Constructor for class org.hibernate.jpa.event.internal.jpa.BeanManagerListenerFactory
 
BeanUtils - Class in org.hibernate.cache.ehcache.management.impl
Reflective utilities for dealing with backward-incompatible change to statistics types in Hibernate 3.5.
BeanValidationEventListener - Class in org.hibernate.cfg.beanvalidation
Event listener used to enable Bean Validation for insert/update/delete events.
BeanValidationEventListener() - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
No-arg constructor used when listener is configured via configuration file
BeanValidationEventListener(ValidatorFactory, Properties) - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
Constructor used in an environment where validator factory is injected (JPA2).
BeanValidationIntegrator - Class in org.hibernate.cfg.beanvalidation
 
BeanValidationIntegrator() - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
before() - Method in class org.hibernate.internal.AbstractQueryImpl
 
before() - Method in class org.hibernate.internal.CriteriaImpl
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
beforeAssemble(Serializable, SessionImplementor) - Method in interface org.hibernate.type.Type
Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.
beforeAssemble(Serializable[], Type[], SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
BeforeClassCallbackHandler - Class in org.hibernate.testing.junit4
 
BeforeClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
BeforeClassOnce - Annotation Type in org.hibernate.testing
Annotation used to mark a method which should be run once before the first test execution for the given class.
beforeCompletion() - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
beforeCompletion() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
beforeCompletion(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the initial phase of transaction completion.
beforeCompletion() - Method in class org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization
beforeCompletion() - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
beforeExecutions() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.CollectionAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.EntityAction
 
beforeExecutions() - Method in interface org.hibernate.action.spi.Executable
Called before executing any actions.
beforeFirst() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
beforeFirst() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
beforeFirst() - Method in interface org.hibernate.ScrollableResults
Go to a location just before first result, This is the location of the cursor on a newly returned scrollable result.
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentList
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentMap
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.internal.PersistentSet
 
beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before any elements are read into the collection, allowing appropriate initializations to occur.
beforeLoad() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Call this before beginning a two-phase load
beforeLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this before begining a two-phase load
beforePush(IndexBuilder, DotName, AnnotationInstance) - Method in interface org.hibernate.metamodel.source.annotations.xml.filter.IndexedAnnotationFilter
 
beforeSelectClause() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
beforeSelectClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
beforeTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
beforeTransactionCommit() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
beforeTransactionCommit() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
beforeTransactionCommit() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
beforeTransactionCommit() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.ActionQueue
Execute any registered BeforeTransactionCompletionProcess
beforeTransactionCompletion(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
beforeTransactionCompletion(TransactionImplementor) - Method in class org.hibernate.internal.SessionImpl
 
beforeTransactionCompletion(TransactionImplementor) - Method in class org.hibernate.internal.StatelessSessionImpl
 
BeforeTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during before transaction completion.
beforeTransactionRollBack() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
beforeTransactionRollBack() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
beforeTransactionRollBack() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
beforeTransactionRollBack() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
begin() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
begin() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
begin() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
begin() - Method in interface org.hibernate.Transaction
Begin this transaction.
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
beginFunctionTemplate(AST, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
beginRead() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
beginRead() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
beginRead() - Method in class org.hibernate.collection.internal.PersistentSet
 
beginRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called just before reading any rows from the JDBC result set
beginTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beginTransaction() - Method in class org.hibernate.internal.SessionImpl
 
beginTransaction() - Method in class org.hibernate.internal.StatelessSessionImpl
 
beginTransaction() - Method in interface org.hibernate.SharedSessionContract
Begin a unit of work and return the associated Transaction object.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
between(Object, Object) - Method in class org.hibernate.criterion.Property
Creates a BETWEEN restriction for this property between the given min and max
between(String, Object, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "between" constraint to the named property
between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "between" constraint
BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
between(Expression<? extends Y>, Y, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
BetweenAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
BetweenAuditExpression(PropertyNameGetter, Object, Object) - Constructor for class org.hibernate.envers.query.criteria.internal.BetweenAuditExpression
 
BetweenExpression - Class in org.hibernate.criterion
Constrains a property to between two values
BetweenExpression(String, Object, Object) - Constructor for class org.hibernate.criterion.BetweenExpression
 
betweenList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
BetweenOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Contract for nodes representing logical BETWEEN (ternary) operators.
BetweenOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
BetweenPredicate<Y> - Class in org.hibernate.jpa.criteria.predicate
Models a BETWEEN Predicate.
BetweenPredicate(CriteriaBuilderImpl, Expression<? extends Y>, Y, Y) - Constructor for class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
BetweenPredicate(CriteriaBuilderImpl, Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Constructor for class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
BIG_DECIMAL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigDecimal to JDBC NUMERIC.
BIG_INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigInteger to JDBC NUMERIC.
BigDecimalType - Class in org.hibernate.type
A type that maps between a NUMERIC and BigDecimal.
BigDecimalType() - Constructor for class org.hibernate.type.BigDecimalType
 
BigDecimalTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for BigDecimal handling.
BigDecimalTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
BigIntegerType - Class in org.hibernate.type
A type that maps between a NUMERIC and BigInteger.
BigIntegerType() - Constructor for class org.hibernate.type.BigIntegerType
 
BigIntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for BigInteger handling.
BigIntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
BigIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BIGINT handling.
BigIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY.
BinaryArithmeticOperation<N extends Number> - Class in org.hibernate.jpa.criteria.expression
Models standard arithmetc operations with two operands.
BinaryArithmeticOperation(CriteriaBuilderImpl, Class<N>, BinaryArithmeticOperation.Operation, Expression<? extends N>, Expression<? extends N>) - Constructor for class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Creates an arithmethic operation based on 2 expressions.
BinaryArithmeticOperation(CriteriaBuilderImpl, Class<N>, BinaryArithmeticOperation.Operation, Expression<? extends N>, N) - Constructor for class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Creates an arithmethic operation based on an expression and a literal.
BinaryArithmeticOperation(CriteriaBuilderImpl, Class<N>, BinaryArithmeticOperation.Operation, N, Expression<? extends N>) - Constructor for class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Creates an arithmetic operation based on an expression and a literal.
BinaryArithmeticOperation.Operation - Enum in org.hibernate.jpa.criteria.expression
 
BinaryArithmeticOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Nodes which represent binary arithmetic operators.
BinaryArithmeticOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
binaryComparisonExpression(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
BinaryLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Contract for nodes representing binary operators.
BinaryLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
BinaryOperatorExpression<T> - Interface in org.hibernate.jpa.criteria.expression
Contract for operators with two operands.
BinaryOperatorNode - Interface in org.hibernate.hql.internal.ast.tree
Contract for nodes representing binary operators.
BinaryStream - Interface in org.hibernate.engine.jdbc
Wraps a binary stream to also provide the length which is needed when binding.
BinaryStreamImpl - Class in org.hibernate.engine.jdbc.internal
Implementation of BinaryStream
BinaryStreamImpl(byte[]) - Constructor for class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
Constructs a BinaryStreamImpl
BinaryType - Class in org.hibernate.type
A type that maps between a VARBINARY and byte[]
BinaryType() - Constructor for class org.hibernate.type.BinaryType
 
BinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BINARY handling.
BinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
 
bind() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bind() - Method in class org.hibernate.cfg.annotations.TableBinder
 
bind() - Method in class org.hibernate.cfg.Ejb3Column
 
bind(Session) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Binds the given session to the current context for its session factory.
bind(Session) - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
Associates the given session with the current thread of execution.
bind(String, Object) - Method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
 
bind(String, Object) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Binds a value into JNDI by name.
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
bind(PreparedStatement, int) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Bind this holders internal value to the given result set.
bind(Context, String, Object) - Static method in class org.hibernate.internal.util.jndi.JndiHelper
Deprecated.
Bind val to name in ctx, and make sure that all intermediate contexts exist.
bind(TypedQuery) - Method in interface org.hibernate.jpa.criteria.compile.ImplicitParameterBinding
Bind the implicit parameter's value to the JPA query.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.FetchProfileBinder
Binds all FetchProfiles and FetchProfile annotations to the supplied metadata.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.FilterDefBinder
Binds all FilterDefs and FilterDef annotations to the supplied metadata.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.IdGeneratorBinder
Binds all SequenceGenerator, TableGenerator, GenericGenerator, and GenericGenerators annotations to the supplied metadata.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.QueryBinder
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.TableBinder
Binds Tables and Table annotations to the supplied metadata.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.TypeDefBinder
Binds all TypeDef and TypeDefs annotations to the supplied metadata.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.NamedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in interface org.hibernate.param.ParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.PositionalParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
Bind a value to a prepared statement.
bind(PreparedStatement, X, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a prepared statement.
bindAny(Element, Any, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindAnyMetaDefs(XAnnotatedElement, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
 
bindArray(Element, Array, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for arrays and primitive arrays
bindClass(XClass, Map<XClass, InheritanceState>, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
Bind a class having JSR175 annotations.
bindClass(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCollection(Element, Collection, String, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindCollectionSecondPass(Element, Collection, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for all collections
bindColumn(Element, Column, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindColumns(Element, SimpleValue, boolean, boolean, String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComponent(Element, Component, String, String, String, boolean, boolean, Mappings, Map, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
bindComposite(Element, Component, String, boolean, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindCompositeId(Element, Component, PersistentClass, String, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindDefaults(Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindDiscriminatorValue() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
Binder - Interface in org.hibernate.id.insert
 
Binder - Class in org.hibernate.metamodel.source.binder
The common binder shared between annotations and hbm.xml processing.
Binder(MetadataImplementor, List<String>) - Constructor for class org.hibernate.metamodel.source.binder.Binder
 
BinderHelper - Class in org.hibernate.cfg
 
bindFk(PersistentClass, PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, Mappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
bindIdentifierCollectionSecondPass(Element, IdentifierCollection, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
BindingContext - Interface in org.hibernate.metamodel.source
 
bindingContext() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
bindJoinedSubclass(Element, JoinedSubclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindLimitParameters(PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Default implementation of binding parameter values needed by the LIMIT clause.
bindLimitParametersAtEndOfQuery(PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtEndOfQuery(PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Bind parameter values needed by the LIMIT clause after original SELECT statement.
bindLimitParametersAtEndOfQuery(PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtEndOfQuery(PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersAtStartOfQuery(PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtStartOfQuery(PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Bind parameter values needed by the LIMIT clause before original SELECT statement.
bindLimitParametersAtStartOfQuery(PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Cache71Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Dialect
Deprecated.
bindLimitParametersFirst() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.HSQLDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the LIMIT clause come at the start of the SELECT statement, rather than at the end?
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
Deprecated.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle8iDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
ANSI SQL defines the LIMIT clause to be in the form LIMIT offset, limit.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
bindListSecondPass(Element, List, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Lists, arrays, primitive arrays
bindManytoManyInverseFk(PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, Mappings) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
bind the inverse FK of a ManyToMany If we are in a mappedBy case, read the columns from the associated collection element Otherwise delegates to the usual algorithm
bindManyToManySecondPass(Collection, Map, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XClass, boolean, boolean, boolean, TableBinder, XProperty, PropertyHolder, Mappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindManyToOne(Element, ManyToOne, String, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindMapSecondPass(Element, Map, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Maps
bindNamedParameters(PreparedStatement, Map, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind named parameters to the JDBC prepared statement.
bindNamedStoredProcedureQuery(NamedStoredProcedureQuery, Mappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, Mappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, Mappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, Mappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, Mappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindOneToMany(Element, OneToMany, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindOneToManySecondPass(Collection, Map, Ejb3JoinColumn[], XClass, boolean, boolean, Mappings, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindOneToOne(Element, OneToOne, String, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindPackage(String, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Bind any required parameter values into the SQL command AbstractSelectingDelegate.getSelectSQL().
bindParameters(SessionImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
We specifically override this method here, because in general we know much more about the parameters and their appropriate bind positions here then we do in our super because we track them explciitly here through the ParameterSpecification interface.
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind all parameter values into the prepared statement in preparation for execution.
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind positional parameter values to the JDBC prepared statement.
bindProperty(Element, Property, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindQueries(NamedQueries, Mappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueries(NamedQueries, Mappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, Mappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, Mappings) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueryParameters(PreparedStatement, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.internal.ParameterBinder
Perform parameter binding
bindRoot(XmlDocument, Mappings, Map, Set<String>) - Static method in class org.hibernate.cfg.HbmBinder
The main contract into the hbm.xml-based binder.
bindRootClass(Element, RootClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Responsible for performing the bind operation related to an <class/> mapping element.
bindSimpleValue(Element, SimpleValue, boolean, String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindSqlResultsetMapping(SqlResultSetMapping, Mappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSqlResultsetMappings(SqlResultSetMappings, Mappings, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, Mappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
return true if it's a Fk, false if it's an association table
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, Mappings) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
bindSubclass(Element, Subclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindTable(String, String, String, List<UniqueConstraintHolder>, String, Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindUnionSubclass(Element, UnionSubclass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
bindValue(T) - Method in interface org.hibernate.jpa.spi.BaseQueryImpl.ParameterRegistration
 
bindValue(T, TemporalType) - Method in interface org.hibernate.jpa.spi.BaseQueryImpl.ParameterRegistration
 
bindValue(T) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
bindValue(T, TemporalType) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
bindValue(T) - Method in interface org.hibernate.procedure.ParameterRegistration
Bind a value to the parameter.
bindValue(T, TemporalType) - Method in interface org.hibernate.procedure.ParameterRegistration
Bind a value to the parameter, using just a specified portion of the DATE/TIME value.
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
BitronixJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
BitronixJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
BitTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BIT handling.
BitTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Blob to JDBC BLOB.
BLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
BlobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Blob instances..
BlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Blob references for non-contextual creation, including proxy creation and handling proxy invocations.
BlobType - Class in org.hibernate.type
A type that maps between BLOB and Blob
BlobType() - Constructor for class org.hibernate.type.BlobType
 
BlobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Blob handling.
BlobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
BlobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BLOB handling.
BlobTypeDescriptor.BlobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
BlobTypeDescriptor.BlobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
BOGUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
BOGUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC BIT.
BooleanAssertionPredicate - Class in org.hibernate.jpa.criteria.predicate
Predicate to assert the explicit value of a boolean expression: x = true x = false x <> true x <> false
BooleanAssertionPredicate(CriteriaBuilderImpl, Expression<Boolean>, Boolean) - Constructor for class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
booleanExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
BooleanExpressionPredicate - Class in org.hibernate.jpa.criteria.predicate
Defines a Predicate used to wrap an Expression<Boolean>.
BooleanExpressionPredicate(CriteriaBuilderImpl, Expression<Boolean>) - Constructor for class org.hibernate.jpa.criteria.predicate.BooleanExpressionPredicate
 
BooleanLiteralNode - Class in org.hibernate.hql.internal.ast.tree
Represents a boolean literal within a query.
BooleanLiteralNode() - Constructor for class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
booleanOp(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
BooleanStaticAssertionPredicate - Class in org.hibernate.jpa.criteria.predicate
Predicate used to assert a static boolean condition.
BooleanStaticAssertionPredicate(CriteriaBuilderImpl, Boolean) - Constructor for class org.hibernate.jpa.criteria.predicate.BooleanStaticAssertionPredicate
 
BooleanType - Class in org.hibernate.type
A type that maps between BOOLEAN and Boolean
BooleanType() - Constructor for class org.hibernate.type.BooleanType
 
BooleanType(SqlTypeDescriptor, BooleanTypeDescriptor) - Constructor for class org.hibernate.type.BooleanType
 
BooleanTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Boolean handling.
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
BooleanTypeDescriptor(char, char) - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
BooleanTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for BOOLEAN handling.
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
booleanValue(String) - Static method in class org.hibernate.internal.util.StringHelper
 
Bootstrap - Class in org.hibernate.jpa.boot.spi
Entry into the bootstrap process.
Bootstrap() - Constructor for class org.hibernate.jpa.boot.spi.Bootstrap
 
BootstrapServiceRegistry - Interface in org.hibernate.boot.registry
Provides the most basic services needed.
BootstrapServiceRegistry - Interface in org.hibernate.service
Deprecated.
BootstrapServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for BootstrapServiceRegistry instances.
BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
 
BootstrapServiceRegistryBuilder - Class in org.hibernate.service
Deprecated.
BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.service.BootstrapServiceRegistryBuilder
Deprecated.
 
BootstrapServiceRegistryImpl - Class in org.hibernate.boot.registry.internal
ServiceRegistry implementation containing specialized "bootstrap" services, specifically: ClassLoaderService IntegratorService StrategySelector IMPL NOTE : Currently implements the deprecated BootstrapServiceRegistry contract so that the registry returned from the builder works on the deprecated sense.
BootstrapServiceRegistryImpl() - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(ClassLoaderService, LinkedHashSet<Integrator>) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(ClassLoaderService, StrategySelector, IntegratorService) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BorlandEnterpriseServerJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
BorlandEnterpriseServerJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
BOTH - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
BOTH - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
BOTH - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
BOTH_SPACE_TRIM_FROM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming both leading and trailing spaces, with the optional FROM keyword.
BOTH_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming both leading and trailing spaces
BOTH_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from both the beginning and the end of text.
bothHibernateAndC3p0StylesSet(String, String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (WARN) about conflicting hibernate.c3p0.XYZ and c3p0.XYZ settings
bothHibernateAndC3p0StylesSet(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
bothHibernateAndC3p0StylesSet$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
BoundedConcurrentHashMap<K,V> - Class in org.hibernate.internal.util.collections
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
BoundedConcurrentHashMap(int, int, BoundedConcurrentHashMap.Eviction, BoundedConcurrentHashMap.EvictionListener<K, V>) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
BoundedConcurrentHashMap(int, int) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and LRU eviction policy.
BoundedConcurrentHashMap(int, int, BoundedConcurrentHashMap.Eviction) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and eviction strategy.
BoundedConcurrentHashMap(int) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, default concurrency level and LRU eviction policy.
BoundedConcurrentHashMap() - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the default maximum capacity
BoundedConcurrentHashMap.Eviction - Enum in org.hibernate.internal.util.collections
 
BoundedConcurrentHashMap.EvictionListener<K,V> - Interface in org.hibernate.internal.util.collections
 
BoundedConcurrentHashMap.EvictionPolicy<K,V> - Interface in org.hibernate.internal.util.collections
 
boundEjb3ConfigurationToJndiName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
boundEjb3ConfigurationToJndiName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
boundEjb3ConfigurationToJndiName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
broadcastEvictAll(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Broadcast an evict-all command with the given cache instance.
BUFFER - Static variable in class org.hibernate.internal.util.io.StreamCopier
 
BUFFER_SIZE - Static variable in class org.hibernate.internal.util.io.StreamCopier
 
BufferedXMLEventReader - Class in org.hibernate.internal.util.xml
Buffers XML events for later re-reading Note, copied from the uPortal project by permission of author.
BufferedXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.internal.util.xml.BufferedXMLEventReader
Create new buffering reader, no buffering is done until BufferedXMLEventReader.mark(int) is called.
BufferedXMLEventReader(XMLEventReader, int) - Constructor for class org.hibernate.internal.util.xml.BufferedXMLEventReader
Create new buffering reader.
bufferSize() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
build() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Build the bootstrap registry.
build() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Build the StandardServiceRegistry.
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.internal.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.
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
build() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
build() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Build EntityManagerFactory instance
build() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl.Builder
 
build() - Method in interface org.hibernate.metamodel.MetadataBuilder
 
build() - Method in interface org.hibernate.metamodel.SessionFactoryBuilder
After all options have been set, build the SessionFactory.
build() - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
build() - Method in class org.hibernate.metamodel.source.internal.SessionFactoryBuilderImpl
 
build() - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Deprecated.
 
build() - Method in class org.hibernate.service.ServiceRegistryBuilder
Deprecated.
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheCollectionRegion
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheEntityRegion
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheNaturalIdRegion
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.infinispan.collection.CollectionRegionImpl
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.infinispan.entity.EntityRegionImpl
 
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl
 
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.spi.CollectionRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.spi.EntityRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in interface org.hibernate.cache.spi.NaturalIdRegion
Build an access strategy for the requested access type.
buildAndExecuteQuery() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
buildAndFillTable(String, String, ObjectNameSource, ObjectNameNormalizer.NamingStrategyHelper, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, Table, Mappings, String) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAndFillTable(String, String, ObjectNameSource, ObjectNameNormalizer.NamingStrategyHelper, boolean, List<UniqueConstraintHolder>, String, Table, Mappings, String) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAnyValue(String, Ejb3JoinColumn[], Column, PropertyData, boolean, Nullability, PropertyHolder, EntityBinder, boolean, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
 
buildArchiveDescriptor(URL) - Method in class org.hibernate.jpa.boot.archive.internal.StandardArchiveDescriptorFactory
 
buildArchiveDescriptor(URL, String) - Method in class org.hibernate.jpa.boot.archive.internal.StandardArchiveDescriptorFactory
 
buildArchiveDescriptor(URL) - Method in interface org.hibernate.jpa.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the given url
buildArchiveDescriptor(URL, String) - Method in interface org.hibernate.jpa.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the path relative to the given url
buildArchiveDescriptor(URL) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
buildArchiveDescriptor(URL, String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
buildAttribute(AbstractManagedType<X>, Property) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
Build a normal attribute.
buildAttributeNode(Attribute<T, X>) - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
buildBaseConfiguration() - Static method in class org.hibernate.testing.env.TestingDatabaseInfo
 
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
Constructs a BasicProxyFactoryImpl
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBatch(BatchKey, JdbcCoordinator) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
buildBatch(BatchKey, JdbcCoordinator) - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchBuilder
Build a batch.
buildBatchFetchRestrictionFragment(String, String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBootstrapServiceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildByteBasedInputStreamAccess(String, InputStream) - Method in class org.hibernate.jpa.boot.archive.spi.AbstractArchiveDescriptor
 
buildBytecodeProvider(Properties) - Static method in class org.hibernate.cfg.Environment
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
buildCacheEntryHelper() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCallback(SessionImplementor) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
 
buildCleanupSynch() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
buildCollectionFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in class org.hibernate.loader.plan.spi.AbstractFetchOwner
 
buildCollectionFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
buildCollectionFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in class org.hibernate.loader.plan.spi.CompositeElementGraph
 
buildCollectionFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in class org.hibernate.loader.plan.spi.CompositeIndexGraph
 
buildCollectionFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in interface org.hibernate.loader.plan.spi.FetchOwner
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing collection data.
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, Mappings) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, Mappings) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(OrderColumn, PropertyHolder, PropertyData, Map<String, Join>, Mappings) - Static method in class org.hibernate.cfg.IndexColumn
JPA 2 @OrderColumn processing.
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, Mappings) - Static method in class org.hibernate.cfg.IndexColumn
Legacy @IndexColumn processing.
buildCompiledQuery(HibernateEntityManagerImplementor, InterpretedParameterMetadata) - Method in interface org.hibernate.jpa.criteria.compile.CriteriaInterpretation
Generate a Query instance given the interpreted criteria compiled against the passed EntityManager.
buildCompositeFetch(CompositionDefinition, LoadPlanBuildingContext) - Method in class org.hibernate.loader.plan.spi.AbstractFetchOwner
 
buildCompositeFetch(CompositionDefinition, LoadPlanBuildingContext) - Method in interface org.hibernate.loader.plan.spi.FetchOwner
 
buildConfiguration() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildConnectionProvider() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(boolean) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildCurrentReturnDescriptor(boolean, int) - Method in class org.hibernate.procedure.internal.ProcedureResultImpl
 
buildCurrentReturnDescriptor(boolean, int) - Method in class org.hibernate.result.internal.ResultImpl
 
buildCustomSql(CustomSqlElement) - Static method in class org.hibernate.metamodel.source.hbm.Helper
Given a user-specified description of how to perform custom SQL, build the CustomSQL representation.
buildDatabaseStructure(Type, Properties, Dialect, boolean, String, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy
Build a handler capable of handling the bulk delete indicated by the given walker.
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
buildDialect(Map, Connection) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
buildDialect(Map, Connection) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
Builds an appropriate Dialect instance.
buildDiscriminatorColumn(DiscriminatorType, DiscriminatorColumn, DiscriminatorFormula, Mappings) - Static method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
buildEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister) - Static method in class org.hibernate.persister.walking.internal.EntityIdentifierDefinitionHelper
 
buildEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity
buildEntityFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in class org.hibernate.loader.plan.spi.AbstractFetchOwner
 
buildEntityFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
buildEntityFetch(AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Method in interface org.hibernate.loader.plan.spi.FetchOwner
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing entity data.
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
BUILDER - Static variable in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
Names the BatchBuilder implementation to use.
buildEvictAllCommand(String) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
Build an instance of EvictAllCommand for a given region.
buildExtendedReturn(ResultImpl.CurrentReturnDescriptor) - Method in class org.hibernate.procedure.internal.ProcedureResultImpl
 
buildExtendedReturn(ResultImpl.CurrentReturnDescriptor) - Method in class org.hibernate.result.internal.ResultImpl
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(String) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.CountProjection
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildHibernateConfiguration(ServiceRegistry) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
buildHolder() - Method in class org.hibernate.id.SequenceGenerator
 
buildHolder() - Method in class org.hibernate.id.TableGenerator
Deprecated.
 
buildIdAttribute(AbstractIdentifiableType<X>, Property) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
Build the identifier attribute descriptor
buildIdentifierAttribute(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates the attribute representation of the identifier for a given entity mapping.
buildIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
buildIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector
 
buildIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector
 
buildIdentifierProperty(EntityBinding, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates an IdentifierProperty representation of the for a given entity mapping.
buildIllegalCollectionDereferenceException(String, FromReferenceNode) - Method in interface org.hibernate.hql.internal.ast.tree.DotNode.IllegalCollectionDereferenceExceptionBuilder
 
buildInheritanceStates(List<XClass>, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
For the mapped entities build some temporary data-structure containing information about the inheritance status of a class.
buildInsertQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(EntityBinding) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(EntityBinding) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(EntityBinding) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.javassist.InstrumentTask
 
buildIsolatedClassLoader() - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
buildJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, Map<String, Join>, PropertyHolder, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
Build JoinColumn for a JOINED hierarchy
buildJoinColumns(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsOrFormulas(JoinColumnsOrFormulas, String, Map<String, Join>, PropertyHolder, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsWithDefaultColumnSuffix(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinFormula(JoinFormula, String, Map<String, Join>, PropertyHolder, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
build join formula
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJpaIndexHolder(Index[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildLimitHandler(String, RowSelection) - Method in class org.hibernate.dialect.CUBRIDDialect
 
buildLimitHandler(String, RowSelection) - Method in class org.hibernate.dialect.Dialect
Build delegate managing LIMIT clause.
buildLimitHandler(String, RowSelection) - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
buildListener(Class<T>) - Method in class org.hibernate.jpa.event.internal.jpa.BeanManagerListenerFactory
 
buildListener(Class<T>) - Method in class org.hibernate.jpa.event.internal.jpa.StandardListenerFactory
 
buildListener(Class<T>) - Method in interface org.hibernate.jpa.event.spi.jpa.ListenerFactory
 
buildLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.
buildLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-options, etc.
buildLoadPlan() - Method in class org.hibernate.loader.plan.internal.SingleRootReturnLoadPlanBuilderStrategy
 
buildLoadPlan() - Method in interface org.hibernate.loader.plan.spi.build.LoadPlanBuilderStrategy
After visitation is done, build the load plan.
buildLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.LobCreatorBuilder
Build a LobCreator using the given context
buildLockRequest(LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
buildLockRequest(LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
buildLockRequest(LockOptions) - Method in interface org.hibernate.Session
Build a LockRequest that specifies the LockMode, pessimistic lock timeout and lock scope.
buildMapping() - Method in class org.hibernate.cfg.Configuration
 
buildMappings() - Method in class org.hibernate.cfg.Configuration
Call this to ensure the mappings are fully compiled/built.
buildMetaAttributeSources(List<JaxbMetaElement>) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
buildMetadata() - Method in class org.hibernate.metamodel.MetadataSources
Short-hand form of calling MetadataSources.getMetadataBuilder() and using its MetadataBuilder.build() method in cases where the application wants to accept the defaults.
buildMetadata(StandardServiceRegistry) - Method in class org.hibernate.metamodel.MetadataSources
 
buildMetamodel(Iterator<PersistentClass>, SessionFactoryImplementor) - Static method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
buildMetamodel(Iterator<PersistentClass>, SessionFactoryImplementor, boolean) - Static method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
Build the metamodel using the information from the collection of Hibernate PersistentClass models as well as the Hibernate SessionFactory.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Builds a minimal converter.
buildNamedEntityGraph(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNamedParameterLocMap(QueryParameters, NamedParameterContext) - Static method in class org.hibernate.loader.internal.ResultSetProcessorHelper
 
buildNamedQueries(Element, boolean, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNamedStoreProcedureQueries(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing NaturalId to Primary Key mappings.
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildNonEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister) - Static method in class org.hibernate.persister.walking.internal.EntityIdentifierDefinitionHelper
 
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
buildOptimizer(String, Class, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Builds an optimizer
buildOrObtainSession() - Method in class org.hibernate.context.internal.JTASessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildOrObtainSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Strictly provided for sub-classing purposes; specifically to allow long-session support.
buildPositionsArray() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer.NamedParameterDescription
 
buildProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyHolder(XClass, PersistentClass, EntityBinder, Mappings, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
 
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, Mappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, Mappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
buid a property holder on top of a collection
buildPropertyHolder(PersistentClass, Map<String, Join>, Mappings, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
must only be used on second level phases ( has to be settled already)
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Setter for the given property.
buildProxyFactory() - Method in class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
Builds a Javassist-based proxy factory.
buildProxyFactory() - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory specifically for handling runtime lazy loading.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxyFactoryInternal(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildQuery() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
buildQueryParametersObject() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
buildQueryParametersObject() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing query results.
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildResultRow(Object[], ResultSet, boolean, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
Build a logical result row.
buildResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
buildResultSetMappingDefinition(Element, String, Mappings) - Static method in class org.hibernate.cfg.ResultSetMappingBinder
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
buildRootCollectionLoadPlan(LoadPlanBuilderStrategy, CollectionPersister) - Static method in class org.hibernate.loader.plan.spi.build.LoadPlanBuilder
Coordinates building a LoadPlan that defines just a single root collection return (may have fetches).
buildRootCollectionReturn(CollectionDefinition) - Method in class org.hibernate.loader.plan.internal.SingleRootReturnLoadPlanBuilderStrategy
 
buildRootCollectionReturn(CollectionDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
buildRootEntityLoadPlan(LoadPlanBuilderStrategy, EntityPersister) - Static method in class org.hibernate.loader.plan.spi.build.LoadPlanBuilder
Coordinates building a LoadPlan that defines just a single root entity return (may have fetches).
buildRootEntityReturn(EntityDefinition) - Method in class org.hibernate.loader.plan.internal.SingleRootReturnLoadPlanBuilderStrategy
 
buildRootEntityReturn(EntityDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
buildSafeClassName(String, String) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSafeClassName(String, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSelector(ClassLoaderService) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
Builds the selector.
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSequenceGeneratorAnnotation(Element) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildServiceRegistry() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
buildServiceRegistry(SessionFactoryImplementor, Configuration) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry(SessionFactoryImplementor, MetadataImplementor) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry(SessionFactoryImplementor, Configuration) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
Create the registry.
buildServiceRegistry(SessionFactoryImplementor, MetadataImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
Create the registry.
buildServiceRegistry(BootstrapServiceRegistry, Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildServiceRegistry() - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(Map) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildSessionFactory(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
buildSessionFactory() - Method in interface org.hibernate.metamodel.Metadata
 
buildSessionFactory() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
buildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSessionFactoryUniqueIdentifierGenerator() - Static method in class org.hibernate.id.UUIDGenerator
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildSettings(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create an object-oriented view of the configuration properties
buildSettings(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
 
buildSettings(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.SettingsFactory
 
buildSimpleEncapsulatedIdentifierDefinition(AbstractEntityPersister) - Static method in class org.hibernate.persister.walking.internal.EntityIdentifierDefinitionHelper
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, Map<Column, String>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, TableSpecification, Iterable<Column>, boolean) - Static method in class org.hibernate.metamodel.relational.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, TableSpecification, String) - Static method in class org.hibernate.metamodel.relational.Index
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Cache71Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Dialect
Build an instance of a SQLExceptionConversionDelegate for interpreting dialect-specific error or SQLState codes.
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MySQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Oracle8iDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.buildSQLExceptionConversionDelegate() should be overridden instead.
buildSQLExceptionConverter(Dialect, Properties) - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Build a SQLExceptionConverter instance.
buildSqlResultsetMappings(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildStandardCollectionFetch(FetchOwner, AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Static method in class org.hibernate.loader.plan.internal.LoadPlanBuildingHelper
 
buildStandardCompositeFetch(FetchOwner, CompositionDefinition, LoadPlanBuildingContext) - Static method in class org.hibernate.loader.plan.internal.LoadPlanBuildingHelper
 
buildStandardEntityFetch(FetchOwner, AssociationAttributeDefinition, FetchStrategy, LoadPlanBuildingContext) - Static method in class org.hibernate.loader.plan.internal.LoadPlanBuildingHelper
 
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Deprecated.
buildStandardProperty(AttributeBinding, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property.
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildTableGeneratorAnnotation(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing update-timestamps data.
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildTokenTypeASTClassMap() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
buildTokenTypeASTClassMap() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
buildUniqueConstraintHolders(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
Build a list of UniqueConstraintHolder instances given a list of UniqueConstraint annotations.
buildUniqueConstraints(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy
Build a handler capable of handling the bulk update indicated by the given walker.
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildValueSources(Helper.ValueSourcesAdapter, LocalBindingContext) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
buildVersionAttribute(AbstractIdentifiableType<X>, Property) - Method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
Build the version attribute descriptor
buildVersionProperty(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
buildVersionProperty(EntityPersister, BasicAttributeBinding, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
BulkAccessor - Class in org.hibernate.bytecode.internal.javassist
A JavaBean bulk accessor, which provides methods capable of getting/setting multiple properties of a JavaBean at once.
BulkAccessor() - Constructor for class org.hibernate.bytecode.internal.javassist.BulkAccessor
Protected access constructor so the generated class has access to it.
BulkAccessorException - Exception in org.hibernate.bytecode.internal.javassist
An exception thrown while generating a bulk accessor.
BulkAccessorException(String) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, Exception) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int, Exception) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkInsertionCapableIdentifierGenerator - Interface in org.hibernate.id
Specialized contract for IdentifierGenerator implementations capable of being used in conjunction with HQL insert statements.
BulkOperationCleanupAction - Class in org.hibernate.action.internal
An ActionQueue Executable for ensuring shared cache cleanup in relation to performed bulk HQL queries.
BulkOperationCleanupAction(SessionImplementor, Queryable...) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on the affected entity persisters.
BulkOperationCleanupAction(SessionImplementor, Set) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on a set of affected table spaces.
BV_CHECK_CLASS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
byClass(Class, Properties) - Method in class org.hibernate.type.TypeFactory
 
byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(String) - Method in class org.hibernate.internal.SessionImpl
 
byId(Class) - Method in class org.hibernate.internal.SessionImpl
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity type by primary key.
byId(Class) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity by primary key.
byName(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
 
byName(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(Class) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byNaturalId(Class) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(Class) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(Class) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its simple (single attribute) natural id.
BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte to JDBC TINYINT.
ByteArrayBlobType - Class in org.hibernate.type
Deprecated.
ByteArrayBlobType() - Constructor for class org.hibernate.type.ByteArrayBlobType
Deprecated.
 
ByteArrayInputStreamAccess - Class in org.hibernate.jpa.boot.internal
An InputStreamAccess implementation based on a byte array
ByteArrayInputStreamAccess(String, byte[]) - Constructor for class org.hibernate.jpa.boot.internal.ByteArrayInputStreamAccess
 
ByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Byte[] handling.
ByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
BYTECODE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ByteCodeHelper - Class in org.hibernate.bytecode.spi
A helper for reading byte code from various input sources.
BytecodeProvider - Interface in org.hibernate.bytecode.spi
Contract for providers of bytecode services to Hibernate.
bytecodeProvider(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
bytecodeProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
bytecodeProvider(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
BytecodeProviderImpl - Class in org.hibernate.bytecode.internal.javassist
Bytecode provider implementation for Javassist.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
BytemanHelper - Class in org.hibernate.testing.byteman
 
BytemanHelper(Rule) - Constructor for class org.hibernate.testing.byteman.BytemanHelper
 
BytesHelper - Class in org.hibernate.internal.util
 
ByteType - Class in org.hibernate.type
A type that maps between TINYINT and Byte
ByteType() - Constructor for class org.hibernate.type.ByteType
 
ByteTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Byte handling.
ByteTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 

C

C3P0_ACQUIRE_INCREMENT - Static variable in interface org.hibernate.cfg.AvailableSettings
Number of connections acquired when pool is exhausted
C3P0_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
 
C3P0_IDLE_TEST_PERIOD - Static variable in interface org.hibernate.cfg.AvailableSettings
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Minimum size of C3P0 connection pool
C3P0_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for c3p0 connection pooling
C3P0_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum idle time for C3P0 connection pool
C3P0ConnectionProvider - Class in org.hibernate.c3p0.internal
A connection provider that uses a C3P0 connection pool.
C3P0ConnectionProvider() - Constructor for class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
C3P0MessageLogger - Interface in org.hibernate.c3p0.internal
The jboss-logging MessageLogger for the hibernate-c3p0 module.
C3P0MessageLogger_$logger - Class in org.hibernate.c3p0.internal
Warning this class consists of generated code.
C3P0MessageLogger_$logger(Logger) - Constructor for class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
c3p0ProviderClassNotFound(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
c3p0ProviderClassNotFound(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
c3p0ProviderClassNotFound(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
c3p0ProviderClassNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
c3p0ProviderClassNotFound(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
c3p0ProviderClassNotFound(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
c3p0ProviderClassNotFound(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
c3p0ProviderClassNotFound$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
c3p0ProviderClassNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
c3p0ProviderClassNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
c3p0ProviderClassNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
c3p0ProviderClassNotFound$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
c3p0ProviderClassNotFound$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
c3p0UsingDriver(String, String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (INFO) about which Driver class is being used.
c3p0UsingDriver(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
c3p0UsingDriver$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
Cache - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection.
Cache - Interface in org.hibernate
Provides an API for querying/managing the second level cache regions.
cache - Variable in class org.hibernate.cache.infinispan.impl.BaseRegion
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
cache - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
CACHE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
Cache71Dialect - Class in org.hibernate.dialect
Caché 2007.1 dialect.
Cache71Dialect() - Constructor for class org.hibernate.dialect.Cache71Dialect
Creates new Cache71Dialect instance.
CACHE_MANAGER_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
Specifies the JNDI name under which the EmbeddedCacheManager to use is bound.
CACHE_MODE - Static variable in class org.hibernate.annotations.QueryHints
The cache mode to use.
CACHE_NAMESPACE - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider JNDI namespace, if pre-bound to JNDI.
CACHE_PROVIDER_CONFIG - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider implementation class
CACHE_REGION - Static variable in class org.hibernate.annotations.QueryHints
The cache region to use.
CACHE_REGION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The RegionFactory implementation class
CACHE_REGION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider region name prefix
CACHEABLE - Static variable in class org.hibernate.annotations.QueryHints
Are the query results cacheable?
cacheable - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
cacheable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
cacheable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
cacheable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
CACHEABLE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
CacheableResultTransformer - Class in org.hibernate.transform
A ResultTransformer that is used to transform tuples to a value(s) that can be cached.
CacheCommandExtensions - Class in org.hibernate.cache.infinispan.util
Command extensions for second-level cache use case
CacheCommandExtensions() - Constructor for class org.hibernate.cache.infinispan.util.CacheCommandExtensions
 
CacheCommandFactory - Class in org.hibernate.cache.infinispan.util
Command factory
CacheCommandFactory() - Constructor for class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
CacheCommandIds - Interface in org.hibernate.cache.infinispan.util
Command id range assigned to Hibernate second level cache: 120 - 139
CacheCommandInitializer - Class in org.hibernate.cache.infinispan.util
Command initializer
CacheCommandInitializer() - Constructor for class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
CacheConcurrencyStrategy - Enum in org.hibernate.annotations
Cache concurrency strategy.
CacheDataDescription - Interface in org.hibernate.cache.spi
Describes attributes regarding the type of data to be cached.
CacheDataDescriptionImpl - Class in org.hibernate.cache.internal
Standard CacheDataDescription implementation.
CacheDataDescriptionImpl(boolean, boolean, Comparator) - Constructor for class org.hibernate.cache.internal.CacheDataDescriptionImpl
Constructs a CacheDataDescriptionImpl instance.
cachedFileNotFound(String, FileNotFoundException) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cachedFileNotFound(String, FileNotFoundException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cachedFileNotFound(String, FileNotFoundException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cachedFileNotFound(String, FileNotFoundException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cachedFileNotFound(String, FileNotFoundException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cachedFileNotFound(String, FileNotFoundException) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cachedFileNotFound(String, FileNotFoundException) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
cachedFileNotFound$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cachedFileNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cachedFileNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cachedFileNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cachedFileNotFound$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cachedFileNotFound$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
CachedNaturalIdValueSource - Enum in org.hibernate.engine.spi
The type of action from which the cache call is originating.
CacheEntry - Interface in org.hibernate.cache.spi.entry
A cached instance of a persistent class
CacheEntryStructure - Interface in org.hibernate.cache.spi.entry
Strategy for how cache entries are "structured" for storing into the cache.
CacheException - Exception in org.hibernate.cache
Something went wrong in the cache
CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
cacheHitCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
cacheHitCount
CacheImpl - Class in org.hibernate.internal
 
CacheImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.CacheImpl
 
CacheImplementor - Interface in org.hibernate.engine.spi
Define internal contact of Cache API
CacheInitiator - Class in org.hibernate.engine.spi
 
CacheInitiator() - Constructor for class org.hibernate.engine.spi.CacheInitiator
 
CacheJoinFragment - Class in org.hibernate.sql
A Caché dialect join.
CacheJoinFragment() - Constructor for class org.hibernate.sql.CacheJoinFragment
 
CacheKey - Class in org.hibernate.cache.spi
Allows multiple entity classes / collection roles to be stored in the same cache region.
CacheKey(Serializable, Type, String, String, SessionFactoryImplementor) - Constructor for class org.hibernate.cache.spi.CacheKey
Construct a new key for a collection or entity instance.
cacheLazy - Variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.CacheRegionDefinition
 
cacheMissCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
cacheMissCount
CacheMode - Enum in org.hibernate
Controls how the session interacts with the second-level cache and query cache.
cacheMode - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
cacheMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
cacheMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
CacheModeHelper - Class in org.hibernate.jpa.internal.util
Helper to deal with CacheMode <-> CacheRetrieveMode/CacheStoreMode conversions.
CacheModeHelper() - Constructor for class org.hibernate.jpa.internal.util.CacheModeHelper
 
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
cacheNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Creates needed cross-reference entries between the given primary (pk) and natural (naturalIdValues) key values for the given persister.
cacheNaturalIdCrossReferenceFromLoad(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Performs processing related to creating natural-id cross-reference entries on load.
cacheProvider(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cacheProvider(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cacheProvider(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cacheProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cacheProvider(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cacheProvider(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cacheProvider(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
cacheProvider$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cacheProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cacheProvider$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cacheProvider$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cacheProvider$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cacheProvider$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
cachePutCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
cachePutCount
cacheRegion - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
cacheRegion - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
cacheRegion - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
CacheRegionStats - Class in org.hibernate.cache.ehcache.management.impl
Bean for exposing region stats
CacheRegionStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Construct a CacheRegionStats
CacheRegionStats(String, SecondLevelCacheStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Construct a CacheRegionStats
CacheRegionStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Construct a CacheRegionStats
CacheRegionUtils - Class in org.hibernate.cache.ehcache.management.impl
CacheRegionUtils
CacheRegionUtils() - Constructor for class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
 
Caches - Class in org.hibernate.cache.infinispan.util
Helper for dealing with Infinispan cache instances.
CacheSQLExceptionConversionDelegate - Class in org.hibernate.exception.internal
A SQLExceptionConversionDelegate implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.
CacheSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.CacheSQLExceptionConversionDelegate
 
cacheType - Variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.CacheRegionDefinition
 
Caching - Class in org.hibernate.metamodel.binding
Defines the caching settings for an entity.
Caching() - Constructor for class org.hibernate.metamodel.binding.Caching
 
Caching(String, AccessType, boolean) - Constructor for class org.hibernate.metamodel.binding.Caching
 
CachingRegionFactory - Class in org.hibernate.testing.cache
 
CachingRegionFactory() - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(Properties) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CALENDAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC TIMESTAMP.
CALENDAR_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC DATE.
CalendarComparator - Class in org.hibernate.internal.util.compare
 
CalendarComparator() - Constructor for class org.hibernate.internal.util.compare.CalendarComparator
 
CalendarDateType - Class in org.hibernate.type
A type mapping DATE and Calendar
CalendarDateType() - Constructor for class org.hibernate.type.CalendarDateType
 
CalendarDateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the date (month, day, year) portion.
CalendarDateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
CalendarType - Class in org.hibernate.type
A type that maps between TIMESTAMP and Calendar
CalendarType() - Constructor for class org.hibernate.type.CalendarType
 
CalendarTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling.
CalendarTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
CalendarTypeDescriptor.CalendarMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
CalendarTypeDescriptor.CalendarMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
CALLABLE - Static variable in class org.hibernate.annotations.QueryHints
Is the query callable? Note: only valid for named native sql queries.
callable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
 
callable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
 
callable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
 
callable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
callable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
 
Callback - Interface in org.hibernate.jpa.event.spi.jpa
Represents a JPA event callback.
CALLBACK_ANNOTATION_CLASSES - Static variable in interface org.hibernate.jpa.event.internal.jpa.CallbackProcessor
 
CallbackException - Exception in org.hibernate
Intended to be thrown from Lifecycle and Interceptor callbacks.
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given underlying cause.
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message.
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message and underlying cause.
CallbackException - Exception in org.hibernate.testing.junit4
Indicates an exception while performing a callback on the test
CallbackException(Method) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(Method, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackProcessor - Interface in org.hibernate.jpa.event.internal.jpa
Delegate for interpreting, parsing and processing callbacks
CallbackProcessorImpl - Class in org.hibernate.jpa.event.internal.jpa
 
CallbackProcessorImpl(ListenerFactory, MetadataImplementor, SessionFactoryServiceRegistry) - Constructor for class org.hibernate.jpa.event.internal.jpa.CallbackProcessorImpl
 
CallbackRegistry - Interface in org.hibernate.jpa.event.spi.jpa
 
CallbackRegistryConsumer - Interface in org.hibernate.jpa.event.internal.jpa
Contract for injecting the registry of Callbacks into event listeners.
CallbackRegistryImpl - Class in org.hibernate.jpa.event.internal.jpa
Keep track of all lifecycle callbacks and listeners for a given persistence unit
CallbackRegistryImpl() - Constructor for class org.hibernate.jpa.event.internal.jpa.CallbackRegistryImpl
 
callingJoinTransactionOnNonJtaEntityManager() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager() - Method in interface org.hibernate.internal.CoreMessageLogger
 
callingJoinTransactionOnNonJtaEntityManager() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
callingJoinTransactionOnNonJtaEntityManager$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
canApplyAliasSpecificLockModeHints() - Method in class org.hibernate.jpa.internal.QueryImpl
 
canApplyAliasSpecificLockModeHints() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
canApplyAliasSpecificLockModeHints() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
Can alias-specific lock modes be applied?
canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
Is it acceptable to combiner this expectation with statement batching?
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
canBeDereferenced() - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath
 
canBeDriver() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
canBeDriver() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
canBeDriver() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
canBeDriver() - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Can the transactions created from this strategy act as the driver? In other words can the user actually manage transactions with this strategy?
canBeFetchSource() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
canBeJoinSource() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
canBeRemapped() - Method in class org.hibernate.mapping.SimpleValue.AttributeConverterSqlTypeDescriptorAdapter
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
canBeRemapped() - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Is this descriptor available for remapping?
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
canCacheTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
canCacheTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
canCacheTransactionManagerByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheTransactionManagerByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
canCacheUserTransactionByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransactionByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
cancel() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
cancel() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Cancel the building processing.
cancelLastQuery() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
cancelLastQuery() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Attempt to cancel the last query sent to the JDBC driver.
cancelQuery() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
cancelQuery() - Method in class org.hibernate.internal.SessionImpl
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
canDetectHibernateMappingFiles() - Method in class org.hibernate.jpa.boot.scan.internal.StandardScanOptions
 
canDetectHibernateMappingFiles() - Method in interface org.hibernate.jpa.boot.scan.spi.ScanOptions
 
canDetectUnlistedClassesInNonRoot() - Method in class org.hibernate.jpa.boot.scan.internal.StandardScanOptions
 
canDetectUnlistedClassesInNonRoot() - Method in interface org.hibernate.jpa.boot.scan.spi.ScanOptions
 
canDetectUnlistedClassesInRoot() - Method in class org.hibernate.jpa.boot.scan.internal.StandardScanOptions
 
canDetectUnlistedClassesInRoot() - Method in interface org.hibernate.jpa.boot.scan.spi.ScanOptions
 
canDirtyCheck(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Is this strategy capable of telling whether the given entity is dirty? A return of true means that CustomEntityDirtinessStrategy.isDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session) will be called next as the definitive means to determine whether the entity is dirty.
canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoExtraction() - Method in class org.hibernate.type.ComponentType
 
canDoExtraction() - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Can the given instance of this type actually perform the parameter value extractions?
canExtractIdOutOfEntity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether detached instances of this entity carry their own identifier value.
cannotResolveNonNullableTransientDependencies(String, Set, Set) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies(String, Set, Set) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies(String, Set, Set) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies(String, Set<String>, Set<String>) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cannotResolveNonNullableTransientDependencies(String, Set, Set) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies(String, Set, Set) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies(String, Set, Set) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cannotResolveNonNullableTransientDependencies$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canRegisterSynchronization() - Method in interface org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy
Can a synchronization be registered?
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy
 
canRegisterSynchronization() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Can we currently register a Synchronization?
canRegisterSynchronization() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
canUseJavaAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
canUseReferenceCacheEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
captureExpressionFinish() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
captureExpressionStart() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association.
Cascade - Class in org.hibernate.engine.internal
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
Cascade(CascadingAction, CascadePoint, EventSource) - Constructor for class org.hibernate.engine.internal.Cascade
Constructs a Cascade
cascade(EntityPersister, Object) - Method in class org.hibernate.engine.internal.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EntityPersister, Object, Object) - Method in class org.hibernate.engine.internal.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EventSource, Object, String, Object, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
Cascade the action to the child object.
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
cascade - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
CASCADE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
CASCADE_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
cascadeAfterDelete(EventSource, EntityPersister, Object, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Handles to calls needed to perform post-save cascades.
cascadeAfterSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeAll - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
 
cascadeBeforeDelete(EventSource, EntityPersister, Object, EntityEntry, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Handles the calls needed to perform pre-save cascades for the given entity.
cascadeBeforeSave(EventSource, EntityPersister, Object, Object) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
cascadeDetach - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
 
CascadeEntityJoinWalker - Class in org.hibernate.loader.entity
 
CascadeEntityJoinWalker(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
CascadeEntityLoader - Class in org.hibernate.loader.entity
 
CascadeEntityLoader(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityLoader
 
CascadeLoadPlanBuilderStrategy - Class in org.hibernate.loader.plan.internal
A LoadPlan building strategy for cascade processing; meaning, it builds the LoadPlan for loading related to cascading a particular action across associations
CascadeLoadPlanBuilderStrategy(CascadingAction, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.plan.internal.CascadeLoadPlanBuilderStrategy
 
cascadeMerge - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
 
cascadeNow(CascadePoint) - Method in class org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadeOnMerge(EventSource, EntityPersister, Object, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Perform any cascades needed as part of this copy event.
cascadePersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
 
cascadePersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
CascadePoint - Enum in org.hibernate.engine.internal
Describes the point at which a cascade is occurring
cascadeRefresh - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
 
cascadeRemove - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
 
CascadeStyle - Interface in org.hibernate.engine.spi
A contract for defining the aspects of cascading various persistence actions.
CascadeStyles - Class in org.hibernate.engine.spi
 
CascadeStyles.BaseCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyles.BaseCascadeStyle() - Constructor for class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
CascadeStyles.MultipleCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyles.MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
CascadeType - Enum in org.hibernate.annotations
Cascade types (can override default JPA cascades).
CascadeType - Enum in org.hibernate.metamodel.binding
 
cascadeTypeToCascadeStyle(CascadeType) - Static method in class org.hibernate.metamodel.source.annotations.EnumConversionHelper
 
cascadeTypeToCascadeStyleSet(Set<CascadeType>) - Static method in class org.hibernate.metamodel.source.annotations.EnumConversionHelper
 
CascadingAction - Interface in org.hibernate.engine.spi
A session action that may be cascaded from parent entity to its children
CascadingActions - Class in org.hibernate.engine.spi
 
CascadingActions.BaseCascadingAction - Class in org.hibernate.engine.spi
 
CascadingActions.BaseCascadingAction() - Constructor for class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
CASE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CASE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CASE2 - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Case2Node - Class in org.hibernate.hql.internal.ast.tree
Represents a case ...
Case2Node() - Constructor for class org.hibernate.hql.internal.ast.tree.Case2Node
 
caseExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
caseExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
caseExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
CaseFragment - Class in org.hibernate.sql
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
 
CaseNode - Class in org.hibernate.hql.internal.ast.tree
Represents a case ...
CaseNode() - Constructor for class org.hibernate.hql.internal.ast.tree.CaseNode
 
cases - Variable in class org.hibernate.sql.CaseFragment
 
cast(String, int, int, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type
cast(String, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type.
cast(String, int, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type.
cast(Class<T>, Object) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
cast(Class<T>, Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Deprecated.
No idea why this is exposed here...
CAST_NAME - Static variable in class org.hibernate.jpa.criteria.expression.function.CastFunction
 
castedIdentPrimaryBase() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
castedJoinPath() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Represents the JPA 2.1 TREAT construct when applied to a join.
CastFunction - Class in org.hibernate.dialect.function
ANSI-SQL style cast(foo as type) where the type is a Hibernate type
CastFunction() - Constructor for class org.hibernate.dialect.function.CastFunction
 
CastFunction<T,Y> - Class in org.hibernate.jpa.criteria.expression.function
Models a CAST function.
CastFunction(CriteriaBuilderImpl, Class<T>, ExpressionImpl<Y>) - Constructor for class org.hibernate.jpa.criteria.expression.function.CastFunction
 
CATALOG - Static variable in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
 
catalog - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
CategorizedStatistics - Class in org.hibernate.stat.internal
Statistics for a particular "category" (a named entity, collection role, second level cache region or query).
CDI_BEAN_MANAGER - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to pass along the CDI BeanManager, if any, to be used.
CFG_FILE - Static variable in interface org.hibernate.jpa.AvailableSettings
cfg.xml configuration file used
ChainedPropertyAccessor - Class in org.hibernate.property
 
ChainedPropertyAccessor(PropertyAccessor[]) - Constructor for class org.hibernate.property.ChainedPropertyAccessor
 
CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC VARCHAR.
CHARACTER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character to JDBC CHAR(1).
CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC VARCHAR.
CharacterArrayClobType - Class in org.hibernate.type
A type that maps between CLOB and Character[]

Essentially a MaterializedClobType but represented as a Character[] in Java rather than String.

CharacterArrayClobType() - Constructor for class org.hibernate.type.CharacterArrayClobType
 
CharacterArrayNClobType - Class in org.hibernate.type
A type that maps between NCLOB and Character[]

Essentially a MaterializedNClobType but represented as a Character[] in Java rather than String.

CharacterArrayNClobType() - Constructor for class org.hibernate.type.CharacterArrayNClobType
 
CharacterArrayType - Class in org.hibernate.type
A type that maps between VARCHAR and Character[]
CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
 
CharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Character[] handling.
CharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
CharacterNCharType - Class in org.hibernate.type
A type that maps between NCHAR(1) and Character
CharacterNCharType() - Constructor for class org.hibernate.type.CharacterNCharType
 
CharacterStream - Interface in org.hibernate.engine.jdbc
Wraps a character stream (reader) to also provide the length (number of characters) which is needed when binding.
CharacterStreamImpl - Class in org.hibernate.engine.jdbc.internal
Implementation of CharacterStream
CharacterStreamImpl(String) - Constructor for class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
Constructs a CharacterStreamImpl
CharacterStreamImpl(Reader, long) - Constructor for class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
Constructs a CharacterStreamImpl
CharacterType - Class in org.hibernate.type
A type that maps between CHAR(1) and Character
CharacterType() - Constructor for class org.hibernate.type.CharacterType
 
CharacterTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Character handling.
CharacterTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
CharArrayType - Class in org.hibernate.type
A type that maps between VARCHAR and char[]
CharArrayType() - Constructor for class org.hibernate.type.CharArrayType
 
CharBooleanType - Class in org.hibernate.type
Deprecated.
Use the AbstractStandardBasicType approach instead
CharBooleanType(char, char) - Constructor for class org.hibernate.type.CharBooleanType
Deprecated.
 
CharIndexFunction - Class in org.hibernate.dialect.function
Emulation of locate() on Sybase
CharIndexFunction() - Constructor for class org.hibernate.dialect.function.CharIndexFunction
 
CharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for CHAR handling.
CharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.CharTypeDescriptor
 
Check - Annotation Type in org.hibernate.annotations
Arbitrary SQL CHECK constraints which can be defined at the class, property or collection level.
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
 
check - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
CHECK - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
check(int, Serializable, int, Expectation, PreparedStatement) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nullability checking.
checkAudited(XProperty, PropertyAuditingData, Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
checkAudited(XProperty, PropertyAuditingData, Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
checkColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
CheckConstraint - Class in org.hibernate.metamodel.relational
TODO : javadoc
CheckConstraint(Table) - Constructor for class org.hibernate.metamodel.relational.CheckConstraint
 
CheckConstraint(Table, String, String) - Constructor for class org.hibernate.metamodel.relational.CheckConstraint
 
checkDeclaredId() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
Centralized check to ensure the id is actually declared on the class mapped here, as opposed to a super class.
checkDeclaredVersion() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
Centralized check to ensure the version (if one) is actually declared on the class mapped here, as opposed to a super class.
checkId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
make sure user didn't mangle the id
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkIfTransactionInProgress(SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
checkInit() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
checkMagic(File, long) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
 
checkModified(SessionImplementor, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
checkNamedQueries(QueryPlanCache) - Method in class org.hibernate.internal.NamedQueryRepository
 
checkNotNull(Object, String) - Static method in class org.hibernate.envers.internal.tools.ArgumentsTools
 
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Throws PropertyValueException if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.engine.spi.ActionQueue
Throws PropertyValueException if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
checkNullability(Object[], EntityPersister, boolean) - Method in class org.hibernate.engine.internal.Nullability
Check nullability of the class persister properties
checkOpen() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
checkOpen(boolean) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
checkOpen() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
checkOpen(boolean) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
checkOpen(boolean) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Used to ensure the EntityManager is open, throwing IllegalStateException if it is closed.
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in class org.hibernate.secure.internal.DisabledJaccServiceImpl
 
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in interface org.hibernate.secure.spi.JaccService
 
checkPluralAttributeNature(PluralAttribute, PluralAttributeNature) - Static method in class org.hibernate.metamodel.binding.Helper
 
checkPositive(Number, String) - Static method in class org.hibernate.envers.internal.tools.ArgumentsTools
 
checkPropertyColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkPropertyConsistency(Ejb3Column[], String) - Static method in class org.hibernate.cfg.Ejb3Column
 
checkPropertyNotARelation(AuditConfiguration, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
checkReferencedColumnsType(Ejb3JoinColumn[], PersistentClass, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkScrollability() - Method in class org.hibernate.loader.Loader
Check whether the current loader can support returning ScrollableResults.
checkSimpleId() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
Centralized check to ensure the id for this hierarchy is a simple one (i.e., does not use an id-class).
checkUniqueness(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
checkUniqueness(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Attempts to check whether the given key represents an entity already loaded within the current session.
checkUsingModifiedFlag(Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
checkValid() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Checks if the region is valid for operations such as storing new data in the region, or retrieving data from the region.
checkValueBinding() - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
checkValueBinding() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
checkVersion(ResultSet, EntityPersister, EntityAliases, EntityKey, Object) - Method in class org.hibernate.loader.internal.ResultSetProcessingContextImpl
 
checkVersion(ResultSet, EntityPersister, EntityAliases, EntityKey, Object) - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext
 
CLASS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CLASS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
CLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
CLASS - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Class to JDBC VARCHAR.
CLASS_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.classcache. usage[, region] where usage is the cache strategy used and region the cache region name
CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
 
CLASS_NAMES - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Was never intended for external use
ClassAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
 
ClassAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
classBlock(RunNotifier) - Method in class org.hibernate.testing.junit4.CustomRunner
classCacheOrCollectionCache - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
 
ClassDescriptor - Interface in org.hibernate.bytecode.buildtime.spi
Contract describing the information Hibernate needs in terms of instrumenting a class, either via ant task or dynamic classloader.
ClassDescriptor - Interface in org.hibernate.jpa.boot.spi
Defines the result of scanning a persistence unit for classes.
ClassDescriptorImpl - Class in org.hibernate.jpa.boot.internal
 
ClassDescriptorImpl(String, InputStreamAccess) - Constructor for class org.hibernate.jpa.boot.internal.ClassDescriptorImpl
 
classes - Variable in class org.hibernate.cfg.Configuration
 
ClassesAuditingData - Class in org.hibernate.envers.configuration.internal
A helper class holding auditing meta-data for all persistent classes.
ClassesAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
ClassFileArchiveEntryHandler - Class in org.hibernate.jpa.boot.scan.spi
Defines handling and filtering for class file entries within an archive
ClassFileArchiveEntryHandler(ScanOptions, ClassFileArchiveEntryHandler.Callback) - Constructor for class org.hibernate.jpa.boot.scan.spi.ClassFileArchiveEntryHandler
 
ClassFileArchiveEntryHandler.Callback - Interface in org.hibernate.jpa.boot.scan.spi
Contract for the thing interested in being notified about accepted class descriptors.
ClassFilter - Interface in org.hibernate.bytecode.buildtime.spi
Used to determine whether a class should be instrumented.
classFilter - Variable in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
classForName(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
classForName(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a class by name.
classForName(String, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Perform resolution of a class name.
classForName(String) - Static method in class org.hibernate.internal.util.ReflectHelper
Perform resolution of a class name.
classForName(String, ServiceRegistry) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
ClassicAvgFunction - Class in org.hibernate.dialect.function
Classic AVG sqlfunction that return types as it was done in Hibernate 3.1
ClassicAvgFunction() - Constructor for class org.hibernate.dialect.function.ClassicAvgFunction
Constructs a ClassicAvgFunction
ClassicCountFunction - Class in org.hibernate.dialect.function
Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
ClassicCountFunction() - Constructor for class org.hibernate.dialect.function.ClassicCountFunction
Constructs a ClassicCountFunction
ClassicQueryTranslatorFactory - Class in org.hibernate.hql.internal.classic
Generates translators which uses the older hand-written parser to perform the translation.
ClassicQueryTranslatorFactory() - Constructor for class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
ClassicSumFunction - Class in org.hibernate.dialect.function
Classic SUM sqlfunction that return types as it was done in Hibernate 3.1
ClassicSumFunction() - Constructor for class org.hibernate.dialect.function.ClassicSumFunction
Constructs a ClassicSumFunction
ClassLoaderHelper - Class in org.hibernate.internal.util
This exists purely to allow custom ClassLoaders to be injected and used prior to ServiceRegistry and ClassLoadingService existence.
ClassLoaderHelper() - Constructor for class org.hibernate.internal.util.ClassLoaderHelper
 
CLASSLOADERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to define a Collection of the ClassLoader instances Hibernate should use for class-loading and resource-lookups.
ClassLoaderService - Interface in org.hibernate.boot.registry.classloading.spi
A service for interacting with class loaders.
ClassLoaderServiceImpl - Class in org.hibernate.boot.registry.classloading.internal
Standard implementation of the service for interacting with class loaders
ClassLoaderServiceImpl() - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with standard set-up
ClassLoaderServiceImpl(ClassLoader) - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader
ClassLoaderServiceImpl(Collection<ClassLoader>) - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
ClassLoaderServiceImpl.Work<T> - Interface in org.hibernate.boot.registry.classloading.internal
Hack around continued (temporary) need to sometimes set the TCCL for code we call that expects it.
ClassLoadingException - Exception in org.hibernate.boot.registry.classloading.spi
Indicates a problem performing class loading.
ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassLoadingException(String) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
ClassLoadingIsolater - Class in org.hibernate.testing.junit4
 
ClassLoadingIsolater(ClassLoadingIsolater.IsolatedClassLoaderProvider) - Constructor for class org.hibernate.testing.junit4.ClassLoadingIsolater
 
ClassLoadingIsolater.IsolatedClassLoaderProvider - Interface in org.hibernate.testing.junit4
 
ClassMetadata - Interface in org.hibernate.metadata
Exposes entity class metadata to the application
CLASSPATH_EXTENSION_URL_BASE - Static variable in class org.hibernate.internal.util.xml.LocalXmlResourceResolver
 
ClassPropertyHolder - Class in org.hibernate.cfg
 
ClassPropertyHolder(PersistentClass, XClass, Map<String, Join>, Mappings, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
ClassPropertyHolder(PersistentClass, XClass, EntityBinder, Mappings, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
classToTableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified class name
classToTableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
classToTableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the unqualified class name, mixed case converted to underscores
classToTableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Return a table name for an entity class
ClassTransformer - Interface in org.hibernate.bytecode.spi
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
ClassType - Class in org.hibernate.type
A type that maps between VARCHAR and Class
ClassType() - Constructor for class org.hibernate.type.ClassType
 
ClassTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Class handling.
ClassTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
ClauseParser - Class in org.hibernate.hql.internal.classic
Parses the Hibernate query into its constituent clauses.
ClauseParser() - Constructor for class org.hibernate.hql.internal.classic.ClauseParser
 
clazz - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
 
clazz - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
 
clazz - Variable in class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbIdClass
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyClass
 
clazz - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
clazz - Variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.JaccDefinition
 
clazzOrSubclassOrJoinedSubclass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
CLEAN_UP_ID_TABLES - Static variable in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
cleaningUpConnectionPool(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cleaningUpConnectionPool(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cleaningUpConnectionPool(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cleaningUpConnectionPool(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cleaningUpConnectionPool(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cleaningUpConnectionPool(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cleaningUpConnectionPool(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
cleaningUpConnectionPool$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
cleaningUpConnectionPool$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
cleaningUpConnectionPool$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
cleaningUpConnectionPool$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
cleaningUpConnectionPool$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
cleaningUpConnectionPool$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
cleanup(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Release internal state associated with the given result set.
cleanup() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Release internal state associated with *all* result sets.
cleanup() - Method in class org.hibernate.engine.query.spi.QueryPlanCache
 
cleanupCache() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupFromSynchronizations() - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
cleanupTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
clear() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
clear() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Remove all mapping from this cache region.
clear() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
clear() - Method in interface org.hibernate.cache.spi.QueryCache
Clear items from the query cache.
clear() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Clear the update-timestamps data.
clear() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
clear() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
clear() - Method in class org.hibernate.collection.internal.PersistentBag
 
clear() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
clear() - Method in class org.hibernate.collection.internal.PersistentList
 
clear() - Method in class org.hibernate.collection.internal.PersistentMap
 
clear() - Method in class org.hibernate.collection.internal.PersistentSet
 
clear() - Method in class org.hibernate.engine.internal.EntityEntryContext
Clear this context of all managed entities
clear() - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Clear the resolution cache
clear() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
clear() - Method in class org.hibernate.engine.spi.ActionQueue
 
clear() - Method in class org.hibernate.engine.spi.BatchFetchQueue
Clears all entries from this fetch queue.
clear() - Method in interface org.hibernate.engine.spi.NonFlushedChanges
Remove the non-flushed changes from this NonFlushedChanges object.
clear() - Method in interface org.hibernate.engine.spi.PersistenceContext
Clear the state of the persistence context
clear() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
clear() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
clear() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
clear() - Method in class org.hibernate.internal.NonFlushedChangesImpl
 
clear() - Method in class org.hibernate.internal.SessionImpl
 
clear() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that all Segment entries have been cleared.
clear() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
clear() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
clear() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
clear() - Method in class org.hibernate.osgi.OsgiClassLoader
Clear all resources.
clear() - Method in class org.hibernate.proxy.map.MapProxy
 
clear() - Method in interface org.hibernate.Session
Completely clear the session.
clear() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
reset all statistics
clear() - Method in interface org.hibernate.stat.Statistics
reset all statistics
clearContent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
clearContent() - Method in class org.hibernate.tuple.ElementWrapper
 
clearDirty() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
clearDirty() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Clear the internal dirty flag.
clearDirty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
clearDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Clear the dirty flag, after flushing changes to the database.
clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.spi.ActionQueue
 
clearRegions(List<String>) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
Clear all regions from this command factory.
clearRegistrations() - Method in class org.hibernate.internal.SessionFactoryRegistry
 
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
clearStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
clearWherePart() - Method in class org.hibernate.sql.QueryJoinFragment
 
CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Clob to JDBC CLOB.
CLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
ClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Clob instances..
ClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from string data.
ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from a reader.
ClobType - Class in org.hibernate.type
A type that maps between CLOB and Clob
ClobType() - Constructor for class org.hibernate.type.ClobType
 
ClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Clob handling.
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
ClobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for CLOB handling.
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
ClobTypeDescriptor.ClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
ClobTypeDescriptor.ClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
clone(Map<?, ?>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Make a clone of the configuration values.
clone(Serializable) - Static method in class org.hibernate.internal.util.SerializationHelper
Deep clone an Object using serialization.
clone() - Method in class org.hibernate.mapping.Column
Shallow copy, the value is not copied
clone() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
clone() - Method in class org.hibernate.tuple.ElementWrapper
 
Cloneable - Class in org.hibernate.internal.util
An object that is shallow-coneable
Cloneable() - Constructor for class org.hibernate.internal.util.Cloneable
 
cloneDeletions() - Method in class org.hibernate.engine.spi.ActionQueue
 
close() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
Deprecated.
close() - Method in interface org.hibernate.engine.HibernateIterator
Close the Hibernate query result iterator
close() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close(ResultSet) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
close() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Close this coordinator and release and resources.
close() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Release the underlying connection and clean up any other resources associated with this logical connection.
close() - Method in interface org.hibernate.engine.spi.CacheImplementor
Close all cache regions.
close() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
close() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
close() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Close the transaction context, returning any user supplied connection from the underlying JDBC coordinator.
close(Iterator) - Static method in class org.hibernate.Hibernate
Close an Iterator instances obtained from Query.iterate() immediately instead of waiting until the session is closed or disconnected.
CLOSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CLOSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
close() - Method in class org.hibernate.internal.AbstractScrollableResults
 
close() - Method in class org.hibernate.internal.CacheImpl
 
close() - Method in class org.hibernate.internal.IteratorImpl
 
close() - Method in class org.hibernate.internal.SessionFactoryImpl
Closes the session factory, releasing all held resources.
close() - Method in class org.hibernate.internal.SessionImpl
 
close() - Method in class org.hibernate.internal.StatelessSessionImpl
 
close() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
close() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
close() - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
close() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
Deprecated.
close() - Method in interface org.hibernate.ScrollableResults
Release resources immediately.
close() - Method in interface org.hibernate.Session
End the session by releasing the JDBC connection and cleaning up.
close() - Method in interface org.hibernate.SessionFactory
Destroy this SessionFactory and release all resources (caches, connection pools, etc).
close() - Method in interface org.hibernate.StatelessSession
Close the stateless session and release the JDBC connection.
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CLOSE_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
closeAll(Set<ResultSet>) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
closeConnection(Connection) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
closeConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Release a connection from Hibernate use.
closeConnection(Connection) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as closing for quoting SQL identifiers
closeQuote() - Method in class org.hibernate.dialect.CUBRIDDialect
 
closeQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to close a quoted identifier.
closeQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
closeQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
closeSession() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
closeSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being closed.
closeStatement() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
closeStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being closed.
closing() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
closing() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
closing() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
closing() - Method in interface org.hibernate.internal.CoreMessageLogger
 
closing() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
closing() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
closing() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
closing$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
closing$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
closing$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
closing$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
closing$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
closing$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
closingUnreleasedBatch() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
closingUnreleasedBatch() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
closingUnreleasedBatch() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
closingUnreleasedBatch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
closingUnreleasedBatch() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
closingUnreleasedBatch() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
closingUnreleasedBatch() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
closingUnreleasedBatch$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
closingUnreleasedBatch$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
closingUnreleasedBatch$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
closingUnreleasedBatch$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
closingUnreleasedBatch$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
closingUnreleasedBatch$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ClusteredTimestampsRegionImpl - Class in org.hibernate.cache.infinispan.timestamp
Timestamp cache region for clustered environments.
ClusteredTimestampsRegionImpl(AdvancedCache, String, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
Clustered timestamps region constructor.
CMTTransaction - Class in org.hibernate.engine.transaction.internal.jta
Implements a transaction strategy for Container Managed Transaction (CMT) scenarios.
CMTTransaction(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
CMTTransactionFactory - Class in org.hibernate.engine.transaction.internal.jta
Factory for Container Managed Transaction (CMT) based transaction facades.
CMTTransactionFactory() - Constructor for class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Class<Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Class<Y>, Expression<? extends Y>, Y) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
coalesce(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CoalesceExpression<T> - Class in org.hibernate.jpa.criteria.expression
Models an ANSI SQL COALESCE expression.
CoalesceExpression(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
CoalesceExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
collapse(String) - Static method in class org.hibernate.internal.util.StringHelper
Collapses a name.
collapseQualifier(String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
Given a qualifier, collapse it.
collapseQualifierBase(String, String) - Static method in class org.hibernate.internal.util.StringHelper
COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
collationName() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
CollationSpecification - Class in org.hibernate.sql.ordering.antlr
Models a collation specification (COLLATE using a specific character-set) within a SortSpecification.
CollationSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.CollationSpecification
 
collationSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the collation specification used to allow specifying that sorting for the given GeneratedOrderByFragmentParser.sortSpecification() be treated within a specific character-set.
collationSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
collectAnnotations(Class<S>, Class<P>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
collectChildren(AST, ASTUtil.FilterPredicate) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
collectCorrelatedJoins() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
collectInitializationErrors(List<Throwable>) - Method in class org.hibernate.testing.junit4.CustomRunner
 
collection - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
collection - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
 
Collection - Class in org.hibernate.mapping
Mapping for a collection.
Collection(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
 
COLLECTION_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.collectioncache.. usage[, region] where usage is the cache strategy used and region the cache region name
COLLECTION_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for collection caches.
COLLECTION_ELEMENTS - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_ID - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
COLLECTION_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDICES - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MAX_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MAX_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MIN_ELEMENT - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_MIN_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_SIZE - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_TABLE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
CollectionAction - Class in org.hibernate.action.internal
Any action relating to insert/update/delete of a collection
CollectionAction(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionAction
 
CollectionAliases - Interface in org.hibernate.loader
Type definition of CollectionAliases.
CollectionAttributeJoin<O,E> - Class in org.hibernate.jpa.criteria.path
Models a join based on a plural association attribute.
CollectionAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, CollectionAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
CollectionAttributeJoin.TreatedCollectionAttributeJoin<O,T> - Class in org.hibernate.jpa.criteria.path
 
CollectionAttributeJoin.TreatedCollectionAttributeJoin(CollectionAttributeJoin<O, ? super T>, Class<T>) - Constructor for class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
CollectionBinder - Class in org.hibernate.cfg.annotations
Base class for binding different types of collections to Hibernate configuration objects.
CollectionBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Cacheable representation of persistent collections
CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.spi.entry.CollectionCacheEntry
Constructs a CollectionCacheEntry
CollectionChangeWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
CollectionChangeWorkUnit(SessionImplementor, String, String, AuditConfiguration, Serializable, Object) - Constructor for class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
CollectionDefinition - Interface in org.hibernate.persister.walking.spi
 
CollectionElementDefinition - Interface in org.hibernate.persister.walking.spi
Represents a collection element.
CollectionElementLoader - Class in org.hibernate.loader.entity
 
CollectionElementLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.CollectionElementLoader
 
CollectionElementNature - Enum in org.hibernate.metamodel.binding
Describes the nature of persistent collection elements.
CollectionEntry - Class in org.hibernate.engine.spi
We need an entry to tell us all about the current state of a collection with respect to its persistent state
CollectionEntry(CollectionPersister, PersistentCollection) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
CollectionEntry(PersistentCollection, CollectionPersister, Serializable, boolean) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For collections just loaded from the database
CollectionEntry(CollectionPersister, Serializable) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For uninitialized detached collections
CollectionEntry(PersistentCollection, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For initialized detached collections
collectionExpr() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
CollectionFetch - Class in org.hibernate.loader.plan.spi
 
CollectionFetch(SessionFactoryImplementor, LockMode, FetchOwner, FetchStrategy, String) - Constructor for class org.hibernate.loader.plan.spi.CollectionFetch
 
CollectionFetch(CollectionFetch, CopyContext, FetchOwner) - Constructor for class org.hibernate.loader.plan.spi.CollectionFetch
 
CollectionFetchReturn - Class in org.hibernate.loader.custom
Spefically a fetch return that refers to a collection association.
CollectionFetchReturn(String, NonScalarReturn, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionFetchReturn
 
CollectionFilterImpl - Class in org.hibernate.internal
implementation of the Query interface for collection filters
CollectionFilterImpl(String, Object, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.CollectionFilterImpl
 
CollectionFilterKeyParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a collection-key as part of a collection filter compilation.
CollectionFilterKeyParameterSpecification(String, Type, int) - Constructor for class org.hibernate.param.CollectionFilterKeyParameterSpecification
Creates a specialized collection-filter collection-key parameter spec.
collectionFunction(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CollectionFunction - Class in org.hibernate.hql.internal.ast.tree
Represents 'elements()' or 'indices()'.
CollectionFunction() - Constructor for class org.hibernate.hql.internal.ast.tree.CollectionFunction
 
collectionFunctionOrSubselect(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CollectionHelper - Class in org.hibernate.internal.util.collections
Various help for handling collections.
CollectionId - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag (ie an idbag).
collectionId - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
CollectionIndexDefinition - Interface in org.hibernate.persister.walking.spi
 
collectionInfoString(CollectionPersister, PersistentCollection, Serializable, SessionImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(CollectionPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of managed collections.
collectionInfoString(CollectionPersister, Serializable, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
CollectionInitializer - Interface in org.hibernate.loader.collection
An interface for collection loaders
CollectionJoinableAssociationImpl - Class in org.hibernate.loader.internal
This class represents a joinable collection association.
CollectionJoinableAssociationImpl(CollectionFetch, EntityReference, String, boolean, Map<String, Filter>) - Constructor for class org.hibernate.loader.internal.CollectionJoinableAssociationImpl
 
CollectionJoinImplementor<Z,X> - Interface in org.hibernate.jpa.criteria
Specialization of JoinImplementor for Collection typed attribute joins
CollectionJoinWalker - Class in org.hibernate.loader.collection
Superclass of walkers for collection initializers
CollectionJoinWalker(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.CollectionJoinWalker
 
CollectionKey - Class in org.hibernate.engine.spi
Uniquely identifies a collection instance in a particular session.
CollectionKey(CollectionPersister, Serializable) - Constructor for class org.hibernate.engine.spi.CollectionKey
 
CollectionKey(CollectionPersister, Serializable, EntityMode) - Constructor for class org.hibernate.engine.spi.CollectionKey
 
CollectionKey - Class in org.hibernate.metamodel.binding
TODO : javadoc
CollectionKey(AbstractPluralAttributeBinding) - Constructor for class org.hibernate.metamodel.binding.CollectionKey
 
CollectionLaziness - Enum in org.hibernate.metamodel.binding
 
CollectionLoadContext - Class in org.hibernate.engine.loading.internal
Represents state associated with the processing of a given ResultSet in regards to loading collections.
CollectionLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.internal.CollectionLoadContext
Creates a collection load context for the given result set.
CollectionLoader - Class in org.hibernate.loader.collection
Superclass for loaders that initialize collections
CollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.CollectionLoader
 
CollectionMetadata - Interface in org.hibernate.metadata
Exposes collection metadata to the application
CollectionMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for a collection-valued property.
CollectionMetadataGenerator(AuditMetadataGenerator, Collection, CompositeMapperBuilder, String, EntityXmlMappingData, PropertyAuditingData) - Constructor for class org.hibernate.envers.configuration.internal.metadata.CollectionMetadataGenerator
 
collectionOwners - Variable in class org.hibernate.loader.JoinWalker
 
collectionOwners - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
collectionPersister() - Method in class org.hibernate.loader.collection.CollectionLoader
 
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a collection role.
collectionPersisters - Variable in class org.hibernate.loader.JoinWalker
 
collectionPersisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
CollectionProperties - Class in org.hibernate.hql.internal
Provides a map of collection function names to the corresponding property names.
CollectionPropertyHolder - Class in org.hibernate.cfg
 
CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, Mappings) - Constructor for class org.hibernate.cfg.CollectionPropertyHolder
 
CollectionPropertyMapping - Class in org.hibernate.persister.collection
 
CollectionPropertyMapping(QueryableCollection) - Constructor for class org.hibernate.persister.collection.CollectionPropertyMapping
 
CollectionPropertyNames - Class in org.hibernate.persister.collection
The names of all the collection properties.
CollectionPropertyNames() - Constructor for class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionProxy<U,T extends Collection<U>> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
CollectionProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
CollectionProxy(Initializor<T>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
CollectionRecreateAction - Class in org.hibernate.action.internal
The action for recreating a collection
CollectionRecreateAction(PersistentCollection, CollectionPersister, Serializable, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionRecreateAction
Constructs a CollectionRecreateAction
CollectionReference - Interface in org.hibernate.loader.plan.spi
Represents a reference to an owned collection either as a return or as a fetch
CollectionReferenceImplementor - Interface in org.hibernate.loader.plan.spi
 
CollectionRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store collection data.
CollectionRegionAccessStrategy - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached collection data.
CollectionRegionImpl - Class in org.hibernate.cache.infinispan.collection
Collection region implementation
CollectionRegionImpl(AdvancedCache, String, CacheDataDescription, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.collection.CollectionRegionImpl
Construct a collection region
CollectionRemoveAction - Class in org.hibernate.action.internal
The action for removing a collection
CollectionRemoveAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionRemoveAction
Removes a persistent collection from its loaded owner.
CollectionRemoveAction(Object, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionRemoveAction
Removes a persistent collection from a specified owner.
CollectionReturn - Class in org.hibernate.loader.custom
Represents a return which names a collection role; it is used in defining a custom query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
CollectionReturn(String, String, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionReturn
 
CollectionReturn - Class in org.hibernate.loader.plan.spi
 
CollectionReturn(SessionFactoryImplementor, LockMode, String, String) - Constructor for class org.hibernate.loader.plan.spi.CollectionReturn
 
CollectionReturn(CollectionReturn, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.CollectionReturn
 
collections - Variable in class org.hibernate.cfg.Configuration
 
Collections - Class in org.hibernate.engine.internal
Implements book-keeping for the collection persistence by reachability algorithm
CollectionSecondPass - Class in org.hibernate.cfg
Collection second pass
CollectionSecondPass(Mappings, Collection, Map) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionSecondPass(Mappings, Collection) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
collectionsFetched(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsFetched(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsFetched(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsFetched(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsFetched(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsFetched(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsFetched(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsFetched$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsFetched$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsFetched$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsFetched$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsFetched$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsFetched$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsLoaded(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsLoaded(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsLoaded(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsLoaded(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsLoaded(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsLoaded(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsLoaded(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsLoaded$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsLoaded$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsLoaded$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsLoaded$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsLoaded$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsLoaded$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsRecreated(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsRecreated(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsRecreated(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsRecreated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsRecreated(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsRecreated(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsRecreated(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsRecreated$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsRecreated$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsRecreated$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsRecreated$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsRecreated$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsRecreated$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsRemoved(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsRemoved(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsRemoved(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsRemoved(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsRemoved(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsRemoved(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsRemoved(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsRemoved$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsRemoved$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsRemoved$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsRemoved$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsRemoved$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsRemoved$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
CollectionStatistics - Interface in org.hibernate.stat
Collection related statistics
CollectionStats - Class in org.hibernate.cache.ehcache.management.impl
CollectionStats
CollectionStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.CollectionStats
Constructs a CollectionsStats
CollectionStats(String, CollectionStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.CollectionStats
Constructs a CollectionsStats
CollectionStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.CollectionStats
Constructs a CollectionsStats from a JMX CompositeData
CollectionSubqueryFactory - Class in org.hibernate.hql.internal
Provides the SQL for collection subqueries.
collectionSuffixes - Variable in class org.hibernate.loader.JoinWalker
 
collectionSuffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionsUpdated(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsUpdated(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsUpdated(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsUpdated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsUpdated(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsUpdated(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsUpdated(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionsUpdated$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
collectionsUpdated$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
collectionsUpdated$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
collectionsUpdated$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
collectionsUpdated$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
collectionsUpdated$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
collectionTable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name, not the best strategy but a backward compatible one
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return a collection table name ie an association having a join table
CollectionType - Annotation Type in org.hibernate.annotations
Names a custom collection type for a persistent collection.
collectionType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
collectionType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
collectionType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
collectionType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
collectionType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
collectionType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
collectionType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.CollectionType
CollectionType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.CollectionType
 
CollectionUpdateAction - Class in org.hibernate.action.internal
The action for updating a collection
CollectionUpdateAction(PersistentCollection, CollectionPersister, Serializable, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.CollectionUpdateAction
Constructs a CollectionUpdateAction
collectMappingClassNames() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MetadataSources
 
collectQuerySpaces() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
collectQuerySpaces(Collection<String>) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
collectRefCursorParameters() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
Collects any parameter registrations which indicate a REF_CURSOR parameter type/mode.
collectSelectExpressions() - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionList
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
collectSqlStrings() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
collectSqlStrings() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
collectSqlStrings() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
COLON - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
COLON - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
COLUMN - Static variable in class org.hibernate.id.TableGenerator
Deprecated.
The column parameter
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement.JaxbReturnDiscriminator
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
 
column - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
 
column - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
column - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
column - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
 
column - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
column - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
 
Column - Class in org.hibernate.mapping
A column of a relational database table
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.mapping.Column
 
Column - Class in org.hibernate.metamodel.relational
Models a physical column
Column(TableSpecification, int, String) - Constructor for class org.hibernate.metamodel.relational.Column
 
Column(TableSpecification, int, Identifier) - Constructor for class org.hibernate.metamodel.relational.Column
 
COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
COLUMN_LABEL_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
An extractor which uses ResultSetMetaData.getColumnName(int)
COLUMN_REF - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COLUMN_REF - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
COLUMN_RESULT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
COLUMN_TRANSFORMER - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
COLUMN_TRANSFORMERS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ColumnAliasExtractor - Interface in org.hibernate.dialect
Strategy for extracting the unique column alias out of a ResultSetMetaData.
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
 
columnAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
 
ColumnCollectionAliases - Class in org.hibernate.loader.custom
CollectionAliases that uses columnnames instead of generated aliases.
ColumnCollectionAliases(Map, SQLLoadableCollection) - Constructor for class org.hibernate.loader.custom.ColumnCollectionAliases
 
columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
columnDefinition - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
columnDefinition - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
columnDefinition - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
columnDefinition - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
 
columnDefinition - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
 
ColumnEntityAliases - Class in org.hibernate.loader
EntityAliases that chooses the column names over the alias names.
ColumnEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.ColumnEntityAliases
 
ColumnHelper - Class in org.hibernate.hql.internal.ast.util
Provides utility methods for dealing with arrays of SQL column names.
columnIterator() - Method in class org.hibernate.mapping.Constraint
 
ColumnMapper - Interface in org.hibernate.sql.ordering.antlr
Contract for mapping a (an assumed) property reference to its columns.
ColumnMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC column metadata
columnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
columnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
columnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
columnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Alter the column name given in the mapping document
columnName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
 
columnNameBindingPerTable - Variable in class org.hibernate.cfg.Configuration
 
ColumnNameCache - Class in org.hibernate.engine.jdbc
Cache of column-name -> column-index resolutions
ColumnNameCache(int) - Constructor for class org.hibernate.engine.jdbc.ColumnNameCache
Constructs a ColumnNameCache
columnNames() - Method in interface org.hibernate.metamodel.source.binder.ConstraintSource
 
columnOrFormula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
columnOrFormula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
columnOrFormula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
columnOrFormula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
columnOrFormula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
 
columnOrFormula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
ColumnReference - Interface in org.hibernate.sql.ordering.antlr
Reference to a column name.
ColumnRelationalState - Interface in org.hibernate.metamodel.relational.state
 
columnResult - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
columns(Set) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
columns(Set) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
columns() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
columns - Variable in class org.hibernate.cfg.FkSecondPass
 
columns(Set) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
columns(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
columns(Set) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
columns(Set) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
COLUMNS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
columns(Set) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
columns$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
columns$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
columns$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
columns$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
columns$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
columns$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ColumnSource - Interface in org.hibernate.metamodel.source.binder
Contract for source information pertaining to a column definition.
ColumnSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
ColumnTransformer - Annotation Type in org.hibernate.annotations
Custom SQL expression used to read the value from and write a value to a column.
ColumnTransformers - Annotation Type in org.hibernate.annotations
Plural annotation for @ColumnTransformer.
ColumnValues - Class in org.hibernate.metamodel.source.annotations.attribute
Container for the properties defined by Column.
ColumnValues(AnnotationInstance) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
ColumnValuesSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
ColumnValuesSourceImpl(ColumnValues) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
COMMA - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
commaBetweenParameters(String) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
commaBetweenParameters(String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
COMMENT - Static variable in class org.hibernate.annotations.QueryHints
Defines a comment to be applied to the SQL sent to the database.
comment - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
comment - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
commit() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
commit() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
commit() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
commit() - Method in class org.hibernate.jpa.internal.TransactionImpl
 
commit(Xid, boolean) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
commit() - Method in interface org.hibernate.Transaction
Commit this transaction.
commonCollectionMapperData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
CommonCollectionMapperData - Class in org.hibernate.envers.internal.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.internal.entities.mapper.relation.CommonCollectionMapperData
 
commonRegistration() - Method in class org.hibernate.dialect.Cache71Dialect
 
ComparableComparator - Class in org.hibernate.internal.util.compare
Delegates to Comparable
ComparableComparator() - Constructor for class org.hibernate.internal.util.compare.ComparableComparator
 
comparator - Variable in class org.hibernate.collection.internal.PersistentSortedMap
 
comparator() - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
comparator - Variable in class org.hibernate.collection.internal.PersistentSortedSet
 
comparator() - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
comparator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
comparator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
compare(Calendar, Calendar) - Method in class org.hibernate.internal.util.compare.CalendarComparator
 
compare(Comparable, Comparable) - Method in class org.hibernate.internal.util.compare.ComparableComparator
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object) - Method in class org.hibernate.type.descriptor.java.IncomparableComparator
 
compare(Locale, Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
compare(TimeZone, TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
compare(Object, Object) - Method in class org.hibernate.type.EntityType
Perform a Comparator style comparison between values
compare(Object, Object) - Method in interface org.hibernate.type.Type
Perform a Comparator style comparison between values
compareTo(Object) - Method in class org.hibernate.action.internal.CollectionAction
 
compareTo(Object) - Method in class org.hibernate.action.internal.EntityAction
 
compareTo(MappedAttribute) - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
comparisonExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
comparisonExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
ComparisonPredicate - Class in org.hibernate.jpa.criteria.predicate
Models a basic relational comparison predicate.
ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<?>, Expression<?>) - Constructor for class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<?>, Object) - Constructor for class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
ComparisonPredicate(CriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<N>, Number) - Constructor for class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
ComparisonPredicate.ComparisonOperator - Enum in org.hibernate.jpa.criteria.predicate
Defines the comparison operators.
compatibleWithJtaSynchronization() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
compatibleWithJtaSynchronization() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
compatibleWithJtaSynchronization() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
compatibleWithJtaSynchronization() - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Should we attempt to register JTA transaction synchronizations.
CompilableCriteria - Interface in org.hibernate.jpa.criteria.compile
 
compile(Map, boolean) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Compile a filter.
compile(Map, boolean) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Compile a "normal" query.
compile(String, Map, boolean) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Compile a filter.
compile(String, Map, boolean) - Method in interface org.hibernate.hql.spi.FilterTranslator
Compile a filter.
compile(Map, boolean) - Method in interface org.hibernate.hql.spi.QueryTranslator
Compile a "normal" query.
compile(CompilableCriteria) - Method in class org.hibernate.jpa.criteria.compile.CriteriaCompiler
 
Component - Class in org.hibernate.mapping
The mapping for a component, composite element, composite identifier, etc.
Component(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component(Mappings, Component) - Constructor for class org.hibernate.mapping.Component
 
Component(Mappings, Join) - Constructor for class org.hibernate.mapping.Component
 
Component(Mappings, Collection) - Constructor for class org.hibernate.mapping.Component
 
Component - Class in org.hibernate.metamodel.domain
Models the notion of a component (what JPA calls an Embeddable).
Component(String, String, ValueHolder<Class<?>>, Hierarchical) - Constructor for class org.hibernate.metamodel.domain.Component
 
component(ComponentMetamodel) - Method in class org.hibernate.type.TypeFactory
 
Component.StandardGenerationContextLocator - Class in org.hibernate.mapping
 
Component.StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
Component.ValueGenerationPlan - Class in org.hibernate.mapping
 
Component.ValueGenerationPlan(String, IdentifierGenerator, Setter) - Constructor for class org.hibernate.mapping.Component.ValueGenerationPlan
 
ComponentAttributeBinding - Class in org.hibernate.metamodel.binding
 
ComponentAttributeBinding(AttributeBindingContainer, SingularAttribute) - Constructor for class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
ComponentAttributeSource - Interface in org.hibernate.metamodel.source.binder
 
ComponentAttributeSourceImpl - Class in org.hibernate.metamodel.source.annotations.entity
Annotation backed implementation of ComponentAttributeSource.
ComponentAttributeSourceImpl(EmbeddableClass, String, Map<String, AttributeOverride>) - Constructor for class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
ComponentAttributeSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
ComponentAttributeSourceImpl(JaxbComponentElement, AttributeSourceContainer, LocalBindingContext) - Constructor for class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
ComponentAuditedPropertiesReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
Reads the audited properties for components.
ComponentAuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
ComponentAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
Audit mapping meta-data for component.
ComponentAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
ComponentIdentifierSource - Interface in org.hibernate.metamodel.source.binder
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentJoin - Class in org.hibernate.hql.internal.ast.tree
Models an explicit join terminating at a component value (e.g.
ComponentJoin(FromClause, FromElement, String, String, ComponentType) - Constructor for class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
ComponentJoin.ComponentFromElementType - Class in org.hibernate.hql.internal.ast.tree
 
ComponentJoin.ComponentFromElementType(FromElement) - Constructor for class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
ComponentMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for components.
ComponentMetamodel - Class in org.hibernate.tuple.component
Centralizes metamodel information about a component.
ComponentMetamodel(Component) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
 
ComponentPropertyHolder - Class in org.hibernate.cfg
Component implementation of property holder
ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, Mappings) - Constructor for class org.hibernate.cfg.ComponentPropertyHolder
 
ComponentPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
 
ComponentPropertyMapper(PropertyData, Class) - Constructor for class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
ComponentTuplizer - Interface in org.hibernate.tuple.component
Defines further responsibilities regarding tuplization based on a mapped components.
componentTuplizer - Variable in class org.hibernate.type.ComponentType
 
ComponentTuplizerFactory - Class in org.hibernate.tuple.component
A registry allowing users to define the default ComponentTuplizer class to use per EntityMode.
ComponentTuplizerFactory() - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
 
ComponentType - Class in org.hibernate.type
Handles "component" mappings
ComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
 
CompositeAttributeTypeResolver - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
CompositeAttributeTypeResolver(AttributeTypeResolverImpl) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.CompositeAttributeTypeResolver
 
CompositeBasedAssociationAttribute - Class in org.hibernate.tuple.component
 
CompositeBasedAssociationAttribute(AbstractCompositionAttribute, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation, int, AssociationKey) - Constructor for class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
CompositeBasedBasicAttribute - Class in org.hibernate.tuple.component
 
CompositeBasedBasicAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.CompositeBasedBasicAttribute
 
CompositeCollectionElement - Class in org.hibernate.metamodel.binding
 
CompositeCollectionElement(AbstractPluralAttributeBinding) - Constructor for class org.hibernate.metamodel.binding.CompositeCollectionElement
 
CompositeCollectionElementDefinition - Interface in org.hibernate.persister.walking.spi
The definition for a composite collection element.
CompositeCustomType - Class in org.hibernate.type
Adapts CompositeUserType to the Type interface
CompositeCustomType(CompositeUserType) - Constructor for class org.hibernate.type.CompositeCustomType
 
CompositeCustomType(CompositeUserType, String[]) - Constructor for class org.hibernate.type.CompositeCustomType
 
compositeElement - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
compositeElement - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
compositeElement - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
compositeElement - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
compositeElement - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
compositeElement - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
CompositeElementGraph - Class in org.hibernate.loader.plan.spi
Represents the FetchOwner for a composite collection element.
CompositeElementGraph(SessionFactoryImplementor, CollectionReference, PropertyPath) - Constructor for class org.hibernate.loader.plan.spi.CompositeElementGraph
Constructs a CompositeElementGraph.
CompositeElementGraph(CompositeElementGraph, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.CompositeElementGraph
 
CompositeElementPropertyMapping - Class in org.hibernate.persister.collection
 
CompositeElementPropertyMapping(String[], String[], String[], String[], CompositeType, Mapping) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
CompositeFetch - Class in org.hibernate.loader.plan.spi
Represents a Fetch for a composite attribute as well as a FetchOwner for any sub-attributes fetches.
CompositeFetch(SessionFactoryImplementor, FetchOwner, String) - Constructor for class org.hibernate.loader.plan.spi.CompositeFetch
Constructs a CompositeFetch object.
CompositeFetch(CompositeFetch, CopyContext, FetchOwner) - Constructor for class org.hibernate.loader.plan.spi.CompositeFetch
 
CompositeFetchOwnerDelegate - Class in org.hibernate.loader.plan.spi
A delegate for a composite fetch owner to obtain details about an owned sub-attribute fetch.
CompositeFetchOwnerDelegate(SessionFactoryImplementor, CompositeType, String[]) - Constructor for class org.hibernate.loader.plan.spi.CompositeFetchOwnerDelegate
compositeId - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
compositeIdClass - Variable in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
compositeIdClassDoesNotOverrideEquals(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
compositeIdClassDoesNotOverrideEquals(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
compositeIdClassDoesNotOverrideEquals$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
compositeIdClassDoesNotOverrideHashCode$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
compositeIndex - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
CompositeIndexGraph - Class in org.hibernate.loader.plan.spi
Represents the FetchOwner for a composite collection index.
CompositeIndexGraph(SessionFactoryImplementor, CollectionReference, PropertyPath) - Constructor for class org.hibernate.loader.plan.spi.CompositeIndexGraph
Constructs a CompositeElementGraph.
CompositeIndexGraph(CompositeIndexGraph, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.CompositeIndexGraph
 
compositeMapKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
CompositeMapperBuilder - Interface in org.hibernate.envers.internal.entities.mapper
 
CompositeNestedGeneratedValueGenerator - Class in org.hibernate.id
For composite identifiers, defines a number of "nested" generations that need to happen to "fill" the identifier property(s).
CompositeNestedGeneratedValueGenerator(CompositeNestedGeneratedValueGenerator.GenerationContextLocator) - Constructor for class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
CompositeNestedGeneratedValueGenerator.GenerationContextLocator - Interface in org.hibernate.id
Contract for declaring how to locate the context for sub-value injection.
CompositeNestedGeneratedValueGenerator.GenerationPlan - Interface in org.hibernate.id
Contract for performing the actual sub-value generation, usually injecting it into the determined context
CompositePluralAttributeElementSource - Interface in org.hibernate.metamodel.source.binder
 
CompositePluralAttributeElementSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
CompositePluralAttributeElementSourceImpl(JaxbCompositeElementElement, LocalBindingContext) - Constructor for class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
CompositeType - Interface in org.hibernate.type
Contract for value types to hold collections and have cascades, etc.
CompositeUserType - Interface in org.hibernate.usertype
A UserType that may be dereferenced in a query.
CompositionBasedCompositionAttribute - Class in org.hibernate.tuple.component
 
CompositionBasedCompositionAttribute(CompositionDefinition, SessionFactoryImplementor, int, String, CompositeType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.CompositionBasedCompositionAttribute
 
CompositionDefinition - Interface in org.hibernate.persister.walking.spi
 
CompositionSingularSubAttributesHelper - Class in org.hibernate.persister.walking.internal
A helper for getting attributes from a composition that is known to have only singular attributes; for example, sub-attributes of a composite ID or a composite collection element.
CompositionSingularSubAttributesHelper() - Constructor for class org.hibernate.persister.walking.internal.CompositionSingularSubAttributesHelper
 
compoundExpr() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
CompoundPredicate - Class in org.hibernate.jpa.criteria.predicate
A compound predicate is a grouping of other predicates in order to convert either a conjunction (logical AND) or a disjunction (logical OR).
CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator) - Constructor for class org.hibernate.jpa.criteria.predicate.CompoundPredicate
Constructs an empty conjunction or disjunction.
CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator, Expression<Boolean>...) - Constructor for class org.hibernate.jpa.criteria.predicate.CompoundPredicate
Constructs a conjunction or disjunction over the given expressions.
CompoundPredicate(CriteriaBuilderImpl, Predicate.BooleanOperator, List<Expression<Boolean>>) - Constructor for class org.hibernate.jpa.criteria.predicate.CompoundPredicate
Constructs a conjunction or disjunction over the given expressions.
CompoundSelectionImpl<X> - Class in org.hibernate.jpa.criteria.expression
The Hibernate implementation of the JPA CompoundSelection contract.
CompoundSelectionImpl(CriteriaBuilderImpl, Class<X>, List<Selection<?>>) - Constructor for class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
computeAggregationInInstanceContext() - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
Compute aggregated expression in the context of each entity instance separately.
computeTestMethods() - Method in class org.hibernate.testing.junit4.CustomRunner
 
CONCAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CONCAT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
concat(Expression<String>, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
concat(Expression<String>, String) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
concat(String, Expression<String>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
concatenation() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ConcatExpression - Class in org.hibernate.jpa.criteria.expression
A string concatenation.
ConcatExpression(CriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.ConcatExpression
 
ConcatExpression(CriteriaBuilderImpl, Expression<String>, String) - Constructor for class org.hibernate.jpa.criteria.expression.ConcatExpression
 
ConcatExpression(CriteriaBuilderImpl, String, Expression<String>) - Constructor for class org.hibernate.jpa.criteria.expression.ConcatExpression
 
concretePropertySelectFragment(String, ValueInclusion[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, AbstractEntityPersister.InclusionChecker) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragmentSansLeadingComma(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concreteQueries(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.internal.QuerySplitter
Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.
ConcurrentCollectionStatisticsImpl - Class in org.hibernate.stat.internal
Collection related statistics
ConcurrentEntityStatisticsImpl - Class in org.hibernate.stat.internal
Entity related statistics
concurrentEntries(Map<K, V>) - Static method in class org.hibernate.internal.util.collections.IdentityMap
Return the map entries (as instances of Map.Entry in a collection that is safe from concurrent modification).
concurrentMap(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements.
concurrentMap(int, float) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements and an explicit load factor
ConcurrentNaturalIdCacheStatisticsImpl - Class in org.hibernate.stat.internal
NaturalId cache statistics of a specific region
ConcurrentQueryStatisticsImpl - Class in org.hibernate.stat.internal
Query statistics (HQL and SQL)

Note that for a cached query, the cache miss is equals to the db count

ConcurrentReferenceHashMap<K,V> - Class in org.hibernate.internal.util.collections
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.internal.util.collections.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.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.internal.util.collections.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.internal.util.collections.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.internal.util.collections.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.internal.util.collections.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.internal.util.collections.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.hibernate.internal.util.collections
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.internal.util.collections
An option specifying which Java reference type should be used to refer to a key and/or value.
ConcurrentSecondLevelCacheStatisticsImpl - Class in org.hibernate.stat.internal
Second level cache statistics of a specific region
ConcurrentStatisticsImpl - Class in org.hibernate.stat.internal
Implementation of Statistics based on the java.util.concurrent package.
ConcurrentStatisticsImpl() - Constructor for class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
ConcurrentStatisticsImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
condition - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
condition - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
 
ConditionalParenthesisFunction - Class in org.hibernate.dialect.function
Essentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.
ConditionalParenthesisFunction(String) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
Constructs a ConditionalParenthesisFunction with the given name
ConditionalParenthesisFunction(String, Type) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
Constructs a ConditionalParenthesisFunction with the given name
ConditionFragment - Class in org.hibernate.sql
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
conditionList(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
conditions() - Method in class org.hibernate.criterion.Junction
Access the conditions making up the junction
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
By default (in the absence of a TableGenerator.SEGMENT_VALUE_PARAM setting) we use a single row for all generators.
CONFIG_PREFER_SEQUENCE_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Used to create dedicated sequence for each entity based on the entity name.
CONFIG_SEQUENCE_PER_ENTITY_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the suffix to use in naming the identifier sequence/table name, by appending the suffix to the name of the entity.
ConfigHelper - Class in org.hibernate.internal.util
A simple class to centralize logic needed to locate config files on the system.
ConfigLoader - Class in org.hibernate.service
Loads cfg.xml files.
ConfigLoader(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.ConfigLoader
 
Configurable - Interface in org.hibernate.exception.spi
The Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties.
Configurable - Interface in org.hibernate.id
An IdentifierGenerator that supports "configuration".
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
Configuration - Class in org.hibernate.cfg
An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Configuration(SettingsFactory) - Constructor for class org.hibernate.cfg.Configuration
 
Configuration() - Constructor for class org.hibernate.cfg.Configuration
 
configuration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
Configuration.MappingsImpl - Class in org.hibernate.cfg
Internal implementation of the Mappings interface giving access to the Configuration's internal metadata repository state (Configuration.classes, Configuration.tables, etc).
Configuration.MappingsImpl() - Constructor for class org.hibernate.cfg.Configuration.MappingsImpl
 
Configuration.MetadataSourceQueue - Class in org.hibernate.cfg
 
Configuration.MetadataSourceQueue() - Constructor for class org.hibernate.cfg.Configuration.MetadataSourceQueue
 
CONFIGURATION_JNDI_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Configuration going away.
ConfigurationException - Exception in org.hibernate.internal.util.config
TODO : javadoc
ConfigurationException(String, Throwable) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationHelper - Class in org.hibernate.internal.util.config
Collection of helper methods for dealing with configuration settings.
ConfigurationHelper - Class in org.hibernate.jpa.internal.util
 
ConfigurationHelper() - Constructor for class org.hibernate.jpa.internal.util.ConfigurationHelper
 
configurationResource(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configurationResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configurationResource(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ConfigurationService - Interface in org.hibernate.engine.config.spi
Provides access to the initial user-provided configuration values
ConfigurationService.Converter<T> - Interface in org.hibernate.engine.config.spi
Simple conversion contract for converting an untyped object to a specified type.
ConfigurationServiceImpl - Class in org.hibernate.engine.config.internal
The standard ConfigurationService implementation
ConfigurationServiceImpl(Map) - Constructor for class org.hibernate.engine.config.internal.ConfigurationServiceImpl
Constructs a ConfigurationServiceImpl
ConfigurationServiceInitiator - Class in org.hibernate.engine.config.internal
The ServiceInitiator for the ConfigurationService
ConfigurationServiceInitiator() - Constructor for class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
 
configure() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the standard resource location.
configure(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
configure(Map) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
configure() - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(Document) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given XML document.
configure(Map) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
configure(Map) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
configure(Map) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
configure(Map) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
configure(Map) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
configure(Configuration, ReflectionManager, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, ClassLoaderService, Document, Element) - Method in class org.hibernate.envers.configuration.internal.EntitiesConfigurator
 
configure(Configuration, ReflectionManager) - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
configure(Properties) - Method in interface org.hibernate.exception.spi.Configurable
Configure the component, using the given settings and properties.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, Dialect) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.ForeignGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableGenerator
Deprecated.
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableHiLoGenerator
Deprecated.
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDHexGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Map) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
configure(Map) - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
configure() - Method in class org.hibernate.service.ServiceRegistryBuilder
Deprecated.
 
configure(String) - Method in class org.hibernate.service.ServiceRegistryBuilder
Deprecated.
 
configure(Map) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(Map) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
configure(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
ConfiguredClass - Class in org.hibernate.metamodel.source.annotations.entity
Base class for a configured entity, mapped super class or embeddable
ConfiguredClass(ClassInfo, AccessType, ConfiguredClass, AnnotationBindingContext) - Constructor for class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
ConfiguredClassType - Enum in org.hibernate.metamodel.source.annotations.entity
 
configuredSessionFactory(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuredSessionFactory(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuredSessionFactory(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
configuringFromFile(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromFile(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromResource(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromUrl(URL) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromUrl(URL) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromXmlDocument() - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromXmlDocument() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderToUsePoolAlias(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs the name of a named pool to be used for configuration information
configuringProxoolProviderToUsePoolAlias(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderToUsePoolAlias$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingExistingPool(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs the name of a named existing pool in memory to be used
configuringProxoolProviderUsingExistingPool(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingExistingPool$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingJaxpConfigurator(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs a message that the proxool pool will be built using its JAXP (XML) configuration mechanism
configuringProxoolProviderUsingJaxpConfigurator(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingJaxpConfigurator$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingPropertiesFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs a message that the proxool pool will be built using a properties file
configuringProxoolProviderUsingPropertiesFile(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingPropertiesFile$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
Conjunction - Class in org.hibernate.criterion
Defines a conjunction (AND series).
Conjunction() - Constructor for class org.hibernate.criterion.Conjunction
Constructs a Conjunction
Conjunction(Criterion...) - Constructor for class org.hibernate.criterion.Conjunction
 
conjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
conjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
conjunction() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
connect() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
connect() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a connection being obtained from ConnectionProvider
connection() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
connection() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
connection() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
connection(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
connection() - Method in class org.hibernate.internal.SessionImpl
 
connection() - Method in class org.hibernate.internal.StatelessSessionImpl
 
connection(Connection) - Method in interface org.hibernate.SessionBuilder
Adds a specific connection to the session options.
connection() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection from the original session should be used to create the new session.
connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
 
connection() - Method in interface org.hibernate.StatelessSession
Deprecated.
just missed when deprecating same method from Session
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
Adds a specific connection to the session options.
CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a prefix used to define arbitrary JDBC connection properties.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the ConnectionProvider to use for obtaining JDBC connections.
ConnectionHelper - Interface in org.hibernate.tool.hbm2ddl
Contract for delegates responsible for managing connection used by the hbm2ddl tools.
ConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
An observer of logical connection events.
ConnectionObserverAdapter - Class in org.hibernate.engine.jdbc.spi
A no-op adapter for ConnectionObserver.
ConnectionObserverAdapter() - Constructor for class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
ConnectionObserverStatsBridge - Class in org.hibernate.internal
 
ConnectionObserverStatsBridge(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.ConnectionObserverStatsBridge
 
connectionProperties(Properties) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionProperties(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
connectionProperties(Properties) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A contract for obtaining JDBC connections.
ConnectionProviderBuilder - Class in org.hibernate.testing.env
Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) tests
ConnectionProviderBuilder() - Constructor for class org.hibernate.testing.env.ConnectionProviderBuilder
 
ConnectionProviderInitiator - Class in org.hibernate.engine.jdbc.connections.internal
Instantiates and configures an appropriate ConnectionProvider.
ConnectionProviderInitiator() - Constructor for class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
ConnectionReleaseMode - Enum in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
Use a specific connection release mode for these session options.
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
 
connectionsObtained(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionsObtained(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
connectionsObtained(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
constant() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
constant(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
constant(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
constrained - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
Constraint - Class in org.hibernate.mapping
A relational constraint.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
Constraint - Interface in org.hibernate.metamodel.relational
Basic contract for the types of constraints we fully support as metadata constructs: primary key foreign key unique constraint
ConstraintSource - Interface in org.hibernate.metamodel.source.binder
Contract describing source of table constraints
ConstraintViolationException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
construct(Class<Y>, Selection<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
construct(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.construct(Class,Selection[]) taking the to-be-constructed type as well as a list of selections.
constructConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
constructDefaultTuplizer(EntityMode, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDefaultTuplizer(EntityMode, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDefaultTuplizer(EntityMode, EntityMetamodel, EntityBinding) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructor(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ConstructorNode - Class in org.hibernate.hql.internal.ast.tree
Represents a constructor (new) in a SELECT.
ConstructorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends ComponentTuplizer>, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, EntityBinding) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends EntityTuplizer>, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends EntityTuplizer>, EntityMetamodel, EntityBinding) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
consumeIdentifier(ResultSet) - Method in interface org.hibernate.id.ResultSetIdentifierConsumer
Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
container() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in interface org.hibernate.internal.CoreMessageLogger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
contains(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
contains(Object) - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
contains(Object) - Method in interface org.hibernate.cache.spi.Region
Determine whether this region contains data for the given key.
contains(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
contains(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
contains(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(String) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
contains(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
contains(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
contains(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
contains(String, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
contains(Object) - Method in class org.hibernate.internal.SessionImpl
 
contains(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
contains(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
contains(Object) - Method in interface org.hibernate.Session
Check if this instance is associated with this Session.
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
containsAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
containsAll(Collection<?>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
containsAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
containsClassAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns true if the from node contains the class alias name.
containsCollection(String, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given collection.
containsCollection(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the given collection associated with this persistence context?
containsCollection(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
containsCollectionFetches() - Method in interface org.hibernate.hql.spi.QueryTranslator
Does the translated query contain collection fetches?
containsColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
containsColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
containsColumn(Column) - Method in class org.hibernate.mapping.Index
 
containsColumn(Column) - Method in class org.hibernate.mapping.Table
 
containsEntity(Class, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given entity "instance".
containsEntity(String, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given entity "instance".
containsEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an entity with the given key in the persistence context
containsEntity(Class, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsEntity(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsEntityName(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
containsFetchProfileDefinition(String) - Method in interface org.hibernate.SessionFactory
Determine if this session factory contains a fetch profile definition registered under the given name.
containsJoinFetchedCollection(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
containsKey(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
containsKey(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsKey(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsProperty(Property) - Method in class org.hibernate.mapping.Join
 
containsProxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the given proxy associated with this persistence context?
containsQuery(String) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given query.
containsQuery(String) - Method in class org.hibernate.internal.CacheImpl
 
containsSingleAnnotations(Map<DotName, List<AnnotationInstance>>, DotName) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
 
containsTableAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns true if the from node contains the table alias name.
containsValue(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
containsValue(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
containsValue(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsValue(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
containsWork() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
content() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
content() - Method in class org.hibernate.tuple.ElementWrapper
 
context - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
 
contextId - Variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.JaccDefinition
 
ContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using contextual creation against the JDBC Connection class's LOB creation methods.
ContextualLobCreator(LobCreationContext) - Constructor for class org.hibernate.engine.jdbc.ContextualLobCreator
Constructs a ContextualLobCreator
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.envers.internal.entities.TypeContributorImpl
 
contribute(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.metamodel.spi.TypeContributor
Contribute types
contribute(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
Contribute services to the indicated registry builder.
contributeType(BasicType) - Method in interface org.hibernate.metamodel.spi.TypeContributions
 
contributeType(UserType, String[]) - Method in interface org.hibernate.metamodel.spi.TypeContributions
 
contributeType(CompositeUserType, String[]) - Method in interface org.hibernate.metamodel.spi.TypeContributions
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
Allows the Dialect to contribute additional types
ConversionContext - Interface in org.hibernate.exception.spi
 
convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
Convert an untyped Object reference to the Converter's type.
convert(SQLException) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Perform a conversion.
convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.CacheSQLExceptionConversionDelegate
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.SQLExceptionTypeDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.SQLStateConversionDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
Convert the given SQLException into the Hibernate JDBCException hierarchy.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConverter
Convert the given SQLException into the Hibernate JDBCException hierarchy.
convert(RecognitionException) - Static method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
Converts the given ANTLR RecognitionException into a QuerySyntaxException.
convert(RecognitionException, String) - Static method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
Converts the given ANTLR RecognitionException into a QuerySyntaxException.
convert(SQLException, String, String) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
convert(SessionFactoryImplementor, SQLException, String, String) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.ByteValueHandler
 
convert(Object, Class<T>) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
Convert the given value into the specified target type.
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.DoubleValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.FloatValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.IntegerValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.LongValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.NoOpValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.ShortValueHandler
 
convert(Object) - Method in class org.hibernate.jpa.criteria.ValueHandlerFactory.StringValueHandler
 
convert(Object) - Method in interface org.hibernate.jpa.criteria.ValueHandlerFactory.ValueHandler
 
convert(HibernateException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
convert(RuntimeException) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
convert(HibernateException, LockOptions) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
convert(HibernateException, LockOptions) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(HibernateException) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
CONVERT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
convert(SQLException, String) - Method in class org.hibernate.procedure.internal.ProcedureResultImpl
 
convert(SQLException, String) - Method in class org.hibernate.result.internal.ResultImpl
 
CONVERTER - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ConvertFunction - Class in org.hibernate.dialect.function
A Caché defintion of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
convertSkipToIgnore(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
Hibernate APIs explicitly state that setFirstResult() should be a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Hibernate APIs explicitly state that setFirstResult() should be a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
convertToLockMode(LockModeType) - Static method in class org.hibernate.internal.util.LockModeConverter
Convert from JPA defined LockModeType to Hibernate specific LockMode.
convertToLockModeType(LockMode) - Static method in class org.hibernate.internal.util.LockModeConverter
Convert from the Hibernate specific LockMode to the JPA defined LockModeType.
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
coordinateWork(WorkExecutorVisitable<T>) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
coordinateWork(WorkExecutorVisitable<T>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Perform the requested work handling exceptions, coordinating and handling return processing.
copy() - Method in class org.hibernate.engine.internal.JoinSequence
Create a full, although shallow, copy.
copy(InputStream, OutputStream) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the inputStream to the outputStream.
copy(InputStream, OutputStream, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the inputStream to the outputStream using a buffer of the specified size
copy(Reader, Writer) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the reader to the writer.
copy(Reader, Writer, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the reader to the writer using a buffer of the specified size
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Make a copy of this holder.
copy(InputStream, OutputStream) - Static method in class org.hibernate.internal.util.io.StreamCopier
 
copy(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
Perform a shallow copy.
copy(NativeSQLQueryReturn[]) - Static method in class org.hibernate.procedure.internal.Util
Makes a copy of the given query return array.
copy(Set<String>) - Static method in class org.hibernate.procedure.internal.Util
Make a (shallow) copy of query spaces to be synchronized
copy(Map<String, Object>) - Static method in class org.hibernate.procedure.internal.Util
Make a (shallow) copy of the JPA query hints map
copy() - Method in class org.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class org.hibernate.sql.JoinFragment
Make a copy.
copy() - Method in class org.hibernate.sql.OracleJoinFragment
 
copy() - Method in class org.hibernate.sql.QueryJoinFragment
 
copy() - Method in class org.hibernate.sql.QuerySelect
 
copy() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
CopyableFetch - Interface in org.hibernate.loader.plan.spi
 
CopyableReturn - Interface in org.hibernate.loader.plan.spi
 
CopyContext - Interface in org.hibernate.loader.plan.spi
 
CopyIdentifierComponentSecondPass - Class in org.hibernate.cfg
 
CopyIdentifierComponentSecondPass(Component, String, Ejb3JoinColumn[], Mappings) - Constructor for class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, Iterator, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map, ForeignKeyDirection) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
CoreLogging - Class in org.hibernate.internal
Quite sad, really, when you need helpers for generating loggers...
CoreMessageLogger - Interface in org.hibernate.internal
The jboss-logging MessageLogger for the hibernate-core module.
CoreMessageLogger_$logger - Class in org.hibernate.internal
Warning this class consists of generated code.
CoreMessageLogger_$logger(Logger) - Constructor for class org.hibernate.internal.CoreMessageLogger_$logger
 
correlate(Root<Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(Join<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(CollectionJoin<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(SetJoin<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(ListJoin<X, Y>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlate(MapJoin<X, K, V>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.CollectionJoinImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.FromImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.JoinImplementor
Refined return type
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.ListJoinImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.MapJoinImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.jpa.criteria.SetJoinImplementor
 
couldNotBindJndiListener() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
couldNotBindJndiListener() - Method in interface org.hibernate.internal.CoreMessageLogger
 
couldNotBindJndiListener() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count projection
count() - Method in class org.hibernate.criterion.Property
Creates a property count projection
count(String) - Method in class org.hibernate.envers.query.criteria.AuditId
Deprecated.
count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting the values
count() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
count(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
count(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
count(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
countCollectionPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of PersistentCollection which are being fetched by outer join
countDistinct(String) - Static method in class org.hibernate.criterion.Projections
A distinct property value count projection
countDistinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting distinct values
countDistinct(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
countEntityPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of Loadable, or are one-to-many associations
counter - Static variable in class org.hibernate.testing.byteman.BytemanHelper
 
countExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
countInvocation() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
CountNode - Class in org.hibernate.hql.internal.ast.tree
Represents a COUNT expression in a select.
CountNode() - Constructor for class org.hibernate.hql.internal.ast.tree.CountNode
 
countNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
CountProjection - Class in org.hibernate.criterion
A count projection
CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
Constructs the count projection.
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
How many properties are there, for this class and all subclasses?
countTrue(boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
countUnquoted(String, char) - Static method in class org.hibernate.internal.util.StringHelper
 
create(Class, String[], String[], Class[]) - Static method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Creates a new instance of BulkAccessor.
create(Class) - Static method in class org.hibernate.bytecode.internal.javassist.FastClass
Constructs a FastClass
create(Object) - Static method in class org.hibernate.criterion.Example
Create a new Example criterion instance, which includes all non-null properties by default
create() - Method in class org.hibernate.criterion.ProjectionList
Deprecated.
an instance factory method does not make sense
create(Class) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
Actually instantiate the AST node.
create(ASTFactory, int, String) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Deprecated.
silly
create - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
 
create(AbstractManagedType<X>, Type<E>, Class<C>, Type<K>) - Static method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
 
create(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script; drop script is automatically executed before running the creation script.
create(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script; drop script is automatically executed before running the creation script.
create(ResultTransformer, String[], boolean[]) - Static method in class org.hibernate.transform.CacheableResultTransformer
Returns a CacheableResultTransformer that is used to transform tuples to a value(s) that can be cached.
CREATE_BLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual BLOB creation
CREATE_CLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual CLOB creation
CREATE_NCLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual NCLOB creation
createAlias(String, String) - Method in interface org.hibernate.Criteria
Join an association, assigning an alias to the joined association.
createAlias(String, String, JoinType) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String, int) - Method in interface org.hibernate.Criteria
createAlias(String, String, JoinType, Criterion) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createAlias(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria.
createAlias(String, String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria specifying the type of join.
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria specifying the type of join.
createAlias(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createAlias(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
createAlias(String, String) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createAssociationAttribute(String, Class<?>, AttributeNature, String, Map<DotName, List<AnnotationInstance>>, EntityBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
createBag(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createBag(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for basic and many-to-many collections (collections with a dedicated collection table).
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for one-to-many collections (collections without a dedicated collection table).
createBinarySubtree(ASTFactory, int, String, AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a 'binary operator' subtree, given the information about the parent and the two child nodex.
createBlob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual BLOB reference.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCacheManager(Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCacheManager(ConfigurationBuilderHolder) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCacheManager(Properties) - Method in class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
 
createCacheWrapper(AdvancedCache) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
createCaseFragment() - Method in class org.hibernate.dialect.Dialect
Create a CaseFragment strategy responsible for handling this dialect's variations in how CASE statements are handled.
createCaseFragment() - Method in class org.hibernate.dialect.MckoiDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Map case support to the Oracle DECODE function.
createCaseFragment() - Method in class org.hibernate.dialect.Oracle9iDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createCaseFragment() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
createCaseFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createClassicHolderInstantiator(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
createClassProperties(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
createClassProperties(Element, PersistentClass, Mappings, Map, UniqueKey, boolean, boolean, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
createClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual CLOB reference.
createClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
 
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Create the CollectionLoader
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.OneToManyPersister
Create the OneToManyLoader
createCollectionJoinSequence(QueryableCollection, String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Create a join sequence rooted at the given collection.
createCollectionPersister(Configuration, Collection, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createCollectionPersister(MetadataImplementor, PluralAttributeBinding, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createCollectionPersister(Configuration, Collection, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionPersister(MetadataImplementor, PluralAttributeBinding, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
 
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
createCollectionSubquery(JoinSequence, Map, String[]) - Static method in class org.hibernate.hql.internal.CollectionSubqueryFactory
 
createComponent(PropertyHolder, PropertyData, boolean, boolean, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
createComponentAttribute(String, Component) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createComponentAttribute(String, Component) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createComponentJoin(ComponentType) - Method in class org.hibernate.hql.internal.ast.tree.FromElementFactory
 
createComponentPrefix(String) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider

Note: per-spec, the values passed as properties override values found in PersistenceUnitInfo

createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createCopy() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy() - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(String) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
createCriteria(String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity.
createCriteria(String, JoinType) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, using the specified join type.
createCriteria(String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias.
createCriteria(String, String, JoinType) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(String, String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, String, JoinType, Criterion) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createCriteria(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path.
createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path.
createCriteria(String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path, specifying the type of join to use.
createCriteria(String, String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path, specifying the type of join to use.
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an nested DetachedCriteria representing the association path, specifying the type of join to use and an additional join restriction.
createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(Class, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors).
createCriteria(Class, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors), using a specific alias.
createCriteria(String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name, using a specific alias.
createCriteriaDelete(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createCriteriaUpdate(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createDOMReader() - Method in class org.hibernate.internal.util.xml.XMLHelper
 
createEmbeddableHierarchy(Class<?>, String, AccessType, AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableHierarchy
Builds the configured class hierarchy for a an embeddable class.
createEntity(Document, AuditTableData, String, Boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
createEntityGraph(Class<T>) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
createEntityGraph(String) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
createEntityHierarchies(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder
Pre-processes the annotated entities from the index and create a set of entity hierarchies which can be bound to the metamodel.
createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityManager() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManager(SynchronizationType) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManager(Map) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManager(SynchronizationType, Map) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider

Note: per-spec, the values passed as properties override values found in persistence.xml

createEntityManagerFactory(String, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(EntityBinding, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityPersister(EntityBinding, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
 
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
createExtendedMappings() - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
createFilter(Object, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createFilter(Object, String) - Method in class org.hibernate.internal.SessionImpl
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Create a Query instance for the given collection and filter string.
createFilterKeys(Map<String, Filter>) - Static method in class org.hibernate.cache.spi.FilterKey
Constructs a number of FilterKey instances, given the currently enabled filters
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey(String, List, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(TableSpecification, String) - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
createForeignKey(TableSpecification, String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - Method in class org.hibernate.mapping.Table
 
createFormulatedValue(Value, Collection, String, PersistentClass, Mappings) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createGetter(Class, String) - Static method in class org.hibernate.property.BasicPropertyAccessor
 
createH2Schema(String, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
 
createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
Create additional H2 schema.
createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Given a strategy, retrieve the appropriate identifier generator instance.
createIdentifierGenerator(String, Type, Properties) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.Component
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Properties) - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
createIdMap(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
Creates map for storing identifier data.
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
createInLineView(String, String) - Method in class org.hibernate.metamodel.relational.Schema
 
createInstanceFromVersionsEntity(String, Map, Number) - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
Creates an entity instance based on an entry from the versions table.
createIntoClause(String, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createIsolationDelegate() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
createIsolationDelegate() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
createIsolationDelegate() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
createIsolationDelegate() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Retrieve an isolation delegate appropriate for this transaction strategy.
createJaxbAliasTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbAliasTable
createJaxbAnyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbAnyElement
createJaxbArrayElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbArrayElement
createJaxbAssociationOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbAssociationOverride
createJaxbAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbAttributeOverride
createJaxbAttributes() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbAttributes
createJaxbBagElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbBagElement
createJaxbBasic() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbBasic
createJaxbCacheElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbCacheElement
createJaxbCascadeType() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbCascadeType
createJaxbCollectionTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbCollectionTable
createJaxbColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbColumn
createJaxbColumnElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbColumnElement
createJaxbColumnResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbColumnResult
createJaxbComponentElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbComponentElement
createJaxbCompositeElementElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbCompositeElementElement
createJaxbDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbDiscriminatorColumn
createJaxbDynamicComponentElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbDynamicComponentElement
createJaxbElementCollection() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbElementCollection
createJaxbElementElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbElementElement
createJaxbEmbeddable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbeddable
createJaxbEmbeddableAttributes() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbeddableAttributes
createJaxbEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbedded
createJaxbEmbeddedId() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbeddedId
createJaxbEmptyType() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmptyType
createJaxbEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntity
createJaxbEntityListener() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityListener
createJaxbEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityListeners
createJaxbEntityMappings() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityMappings
createJaxbEntityResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityResult
createJaxbFetchProfileElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbFetchProfileElement
createJaxbFetchProfileElementJaxbFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbFetchProfileElement.JaxbFetch
createJaxbFieldResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbFieldResult
createJaxbFilterElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbFilterElement
createJaxbFilterElementAliases(JaxbAliasTable) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbAliasTable>}
createJaxbGeneratedValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbGeneratedValue
createJaxbGeneratorElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbGeneratorElement
createJaxbHibernateConfiguration() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration
createJaxbHibernateConfigurationJaxbSecurity() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSecurityJaxbGrant() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactory() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbClassCache() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbCollectionCache() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbEvent() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbMapping() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbProperty() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateMapping() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping
createJaxbHibernateMappingJaxbClass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbClass
createJaxbHibernateMappingJaxbClassJaxbCompositeId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbNaturalId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbTimestamp() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbVersion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbDatabaseObject() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbDatabaseObjectJaxbDefinition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbDatabaseObjectJaxbDialectScope() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbFilterDef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbFilterDefFilterParam(JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbFilterDefJaxbFilterParam() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbIdentifierGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbImport() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbImport
createJaxbHibernateMappingJaxbTypedef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbTypedef
createJaxbId() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbId
createJaxbIdbagElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbIdbagElement
createJaxbIdbagElementJaxbCollectionId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbIdbagElement.JaxbCollectionId
createJaxbIdClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbIdClass
createJaxbIndexElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbIndexElement
createJaxbInheritance() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbInheritance
createJaxbJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbJoinColumn
createJaxbJoinedSubclassElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbJoinedSubclassElement
createJaxbJoinElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbJoinElement
createJaxbJoinTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbJoinTable
createJaxbKeyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbKeyElement
createJaxbKeyManyToOneElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbKeyManyToOneElement
createJaxbKeyPropertyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbKeyPropertyElement
createJaxbListElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbListElement
createJaxbListenerElement() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbListenerElement
createJaxbListIndexElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbListIndexElement
createJaxbLoadCollectionElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbLoadCollectionElement
createJaxbLoaderElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbLoaderElement
createJaxbLob() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbLob
createJaxbManyToAnyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbManyToAnyElement
createJaxbManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbManyToMany
createJaxbManyToManyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbManyToManyElement
createJaxbManyToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbManyToOne
createJaxbManyToOneElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbManyToOneElement
createJaxbMapElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement
createJaxbMapElementJaxbCompositeIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement.JaxbCompositeIndex
createJaxbMapElementJaxbCompositeMapKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbMapElementJaxbIndexManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement.JaxbIndexManyToAny
createJaxbMapElementJaxbIndexManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbMapElementJaxbMapKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement.JaxbMapKey
createJaxbMapElementJaxbMapKeyManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbMapKey() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKey
createJaxbMapKeyClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKeyClass
createJaxbMapKeyColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKeyColumn
createJaxbMapKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKeyJoinColumn
createJaxbMappedSuperclass() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMappedSuperclass
createJaxbMetaElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMetaElement
createJaxbMetaValueElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMetaValueElement
createJaxbNamedNativeQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbNamedNativeQuery
createJaxbNamedQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbNamedQuery
createJaxbNestedCompositeElementElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbNestedCompositeElementElement
createJaxbOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbOneToMany
createJaxbOneToManyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbOneToManyElement
createJaxbOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbOneToOne
createJaxbOneToOneElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbOneToOneElement
createJaxbOrderColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbOrderColumn
createJaxbParamElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbParamElement
createJaxbParentElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbParentElement
createJaxbPersistenceUnitDefaults() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPersistenceUnitDefaults
createJaxbPersistenceUnitMetadata() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPersistenceUnitMetadata
createJaxbPostLoad() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostLoad
createJaxbPostPersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostPersist
createJaxbPostRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostRemove
createJaxbPostUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostUpdate
createJaxbPrePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPrePersist
createJaxbPreRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPreRemove
createJaxbPreUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPreUpdate
createJaxbPrimaryKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPrimaryKeyJoinColumn
createJaxbPrimitiveArrayElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbPrimitiveArrayElement
createJaxbPropertiesElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbPropertiesElement
createJaxbPropertyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbPropertyElement
createJaxbQueryElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbQueryElement
createJaxbQueryElementQueryParam(JaxbQueryParamElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbQueryParamElement>}
createJaxbQueryHint() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbQueryHint
createJaxbQueryParamElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbQueryParamElement
createJaxbResultsetElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbResultsetElement
createJaxbReturnElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnElement
createJaxbReturnElementJaxbReturnDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbReturnJoinElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnJoinElement
createJaxbReturnPropertyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnPropertyElement
createJaxbReturnPropertyElementJaxbReturnColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbReturnScalarElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnScalarElement
createJaxbSecondaryTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbSecondaryTable
createJaxbSequenceGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbSequenceGenerator
createJaxbSetElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSetElement
createJaxbSqlDeleteAllElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlDeleteAllElement
createJaxbSqlDeleteElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlDeleteElement
createJaxbSqlInsertElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlInsertElement
createJaxbSqlQueryElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlQueryElement
createJaxbSqlQueryElementLoadCollection(JaxbLoadCollectionElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbLoadCollectionElement>}
createJaxbSqlQueryElementQueryParam(JaxbQueryParamElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbQueryParamElement>}
createJaxbSqlQueryElementReturn(JaxbReturnElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbReturnElement>}
createJaxbSqlQueryElementReturnJoin(JaxbReturnJoinElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbReturnJoinElement>}
createJaxbSqlQueryElementReturnScalar(JaxbReturnScalarElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbReturnScalarElement>}
createJaxbSqlQueryElementSynchronize(JaxbSynchronizeElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbSynchronizeElement>}
createJaxbSqlResultSetMapping() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbSqlResultSetMapping
createJaxbSqlUpdateElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlUpdateElement
createJaxbSubclassElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSubclassElement
createJaxbSynchronizeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSynchronizeElement
createJaxbTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbTable
createJaxbTableGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbTableGenerator
createJaxbTransient() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbTransient
createJaxbTuplizerElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbTuplizerElement
createJaxbTypeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbTypeElement
createJaxbUnionSubclassElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbUnionSubclassElement
createJaxbUniqueConstraint() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbUniqueConstraint
createJaxbVersion() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbVersion
createJoin(Element, String, String, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
createJoin(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoin(int[], String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoinSequence() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Generate an empty join sequence instance.
createJoinSequence(boolean, AssociationType, String, JoinType, String[]) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Generate a join sequence representing the given association type.
CreateKeySecondPass - Class in org.hibernate.cfg
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createList(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createList(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createMap(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createMap(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createMappings() - Method in class org.hibernate.cfg.Configuration
Create a new Mappings to add class and collection mappings to.
createName(String) - Method in class org.hibernate.hql.internal.ast.util.AliasGenerator
 
createNamedQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNamedQueryDefinition() - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
createNamedQueryDefinition() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNativeQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
 
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
createNClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual NCLOB reference.
createNClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given String data.
createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given character data.
createNClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.LobHelper
Create a new NClob from content.
createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new NClob from character reader.
createNewEntry(K, int, BoundedConcurrentHashMap.HashEntry<K, V>, V) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
 
createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Deprecated.
Use the holders instead.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Cache71Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Dialect
Create a JoinFragment strategy responsible for handling this dialect's variations in how joins are handled.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle10gDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Sybase11Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.TimesTenDialect
 
createParent(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a single parent of the specified child (i.e.
createPluralAttribute(String, PluralAttributeNature) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, AuditConfiguration) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Creates proxy of referenced *-to-one entity.
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Generates an appropriate proxy representation of this entity for this entity-mode.
createProxyOrLoadImmediate(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, AuditConfiguration) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Creates Hibernate proxy or retrieves the complete object of an entity if proxy is not allowed (e.g.
createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery() - Method in interface org.hibernate.envers.AuditReader
Creates an audit query
createQuery() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
createQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createQuery() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createQuery(Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(String, Class<T>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.Options) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(CriteriaDelete) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.Options) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Used during "compiling" a JPA criteria query.
createQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a Query instance for the given HQL query string.
createQueryCacheFactory(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.SettingsFactory
 
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a QueryTranslator instance capable of translating an HQL query string.
createQueryTranslatorFactory(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.SettingsFactory
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
createRegionFactory(Properties, boolean) - Static method in class org.hibernate.cfg.SettingsFactory
 
createRoot(AssociationType, String, SessionFactoryImplementor) - Static method in class org.hibernate.loader.OuterJoinableAssociation
 
createSAXReader(ErrorHandler, EntityResolver) - Method in class org.hibernate.internal.util.xml.XMLHelper
 
createSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
Feature supported only by H2 dialect.
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSelectNewTransformer(Constructor, boolean, boolean) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
createService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ProvidedService<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createSet(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createSet(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createSibling(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a single node AST as a sibling of the passed prevSibling, taking care to reorganize the tree correctly to account for this newly created node.
createSimpleAttribute(String, Class<?>, Map<DotName, List<AnnotationInstance>>, String, EntityBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
createSingularAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createSingularAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSQLQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createSQLQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a SQLQuery instance for the given SQL query string.
createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Create a statement.
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createStoredProcedureCall(String, Class...) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String, Class...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure.
createStoredProcedureCall(String, Class...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
createStoredProcedureCall(String, String...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
createStoredProcedureQuery(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
createSubclassEntity(Document, String, AuditTableData, String, String, Boolean) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
 
createTable(Identifier) - Method in class org.hibernate.metamodel.relational.Schema
 
createTempTable(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
createTest() - Method in class org.hibernate.testing.junit4.CustomRunner
 
createTimestampsRegion(AdvancedCache, String) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createToOneRelationPrefix(String) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
createTransaction(TransactionCoordinator) - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
createTransaction(TransactionCoordinator) - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
createTransaction(TransactionCoordinator) - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
createTransaction(TransactionCoordinator) - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Construct a transaction instance compatible with this strategy.
createTransactionManagerLookup(Settings, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createTree(ASTFactory, AST[]) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
createTuple(String) - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
createTuple(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
Factory method for creating a Column associated with this container.
createTupleQuery() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
createUnique(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
Creates a unique (not yet registered) audit entity name by appending consecutive numbers to the base name.
createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
createUniqueKey(List) - Method in class org.hibernate.mapping.Table
 
createUniqueKeyLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUsingCtor(Token, String) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
 
createVirtualSingularAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createVirtualSingularAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createXPath(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createXPath(String) - Method in class org.hibernate.tuple.ElementWrapper
 
creatingSubcontextInfo(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
Criteria - Interface in org.hibernate
Criteria is a simplified API for retrieving entities by composing Criterion objects.
criteriaBuilder() - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
criteriaBuilder() - Method in class org.hibernate.jpa.criteria.AbstractNode
Provides access to the underlying CriteriaBuilderImpl.
CriteriaBuilderImpl - Class in org.hibernate.jpa.criteria
Hibernate implementation of the JPA CriteriaBuilder contract.
CriteriaBuilderImpl(EntityManagerFactoryImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CriteriaCompiler - Class in org.hibernate.jpa.criteria.compile
Compiles a JPA criteria query into an executable TypedQuery.
CriteriaCompiler(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.jpa.criteria.compile.CriteriaCompiler
 
criteriaCompiler() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
CriteriaDeleteImpl<T> - Class in org.hibernate.jpa.criteria
Hibernate implementation of the JPA 2.1 CriteriaDelete contract.
CriteriaDeleteImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaDeleteImpl
 
CriteriaImpl - Class in org.hibernate.internal
Implementation of the Criteria interface
CriteriaImpl(String, SessionImplementor) - Constructor for class org.hibernate.internal.CriteriaImpl
 
CriteriaImpl(String, String, SessionImplementor) - Constructor for class org.hibernate.internal.CriteriaImpl
 
CriteriaImpl.CriterionEntry - Class in org.hibernate.internal
 
CriteriaImpl.OrderEntry - Class in org.hibernate.internal
 
CriteriaImpl.Subcriteria - Class in org.hibernate.internal
 
CriteriaInterpretation - Interface in org.hibernate.jpa.criteria.compile
The interpretation of a JPA criteria object.
CriteriaJoinWalker - Class in org.hibernate.loader.criteria
A JoinWalker for Criteria queries.
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaLoader - Class in org.hibernate.loader.criteria
A Loader for Criteria queries.
CriteriaLoader(OuterJoinLoadable, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaLoader
 
CriteriaQuery - Interface in org.hibernate.criterion
An instance of CriteriaQuery is passed to criterion, order and projection instances when actually compiling and executing the query.
CriteriaQueryImpl<T> - Class in org.hibernate.jpa.criteria
The Hibernate implementation of the JPA CriteriaQuery contract.
CriteriaQueryImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.CriteriaQueryImpl
 
CriteriaQueryTranslator - Class in org.hibernate.loader.criteria
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String, CriteriaQuery) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTypeQueryAdapter<X> - Class in org.hibernate.jpa.criteria.compile
 
CriteriaQueryTypeQueryAdapter(HibernateEntityManagerImplementor, QueryImpl<X>, Map<ParameterExpression<?>, String>, Map<String, ParameterExpression<?>>) - Constructor for class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
CriteriaSpecification - Interface in org.hibernate.criterion
Commonality between different types of Criteria.
CriteriaSubqueryImpl<T> - Class in org.hibernate.jpa.criteria
The Hibernate implementation of the JPA Subquery contract.
CriteriaSubqueryImpl(CriteriaBuilderImpl, Class<T>, CommonAbstractCriteria) - Constructor for class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
CriteriaSubqueryImpl.SubquerySelection<S> - Class in org.hibernate.jpa.criteria
 
CriteriaSubqueryImpl.SubquerySelection(ExpressionImpl<S>, CriteriaSubqueryImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaSubqueryImpl.SubquerySelection
 
CriteriaTools - Class in org.hibernate.envers.query.criteria.internal
 
CriteriaTools() - Constructor for class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
CriteriaUpdateImpl<T> - Class in org.hibernate.jpa.criteria
Hibernate implementation of the JPA 2.1 CriteriaUpdate contract.
CriteriaUpdateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.CriteriaUpdateImpl
 
Criterion - Interface in org.hibernate.criterion
An object-oriented representation of a query criterion that may be used as a restriction in a Criteria query.
criterions - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
CrossTypeRevisionChangesReaderImpl - Class in org.hibernate.envers.internal.reader
 
CrossTypeRevisionChangesReaderImpl(AuditReaderImplementor, AuditConfiguration) - Constructor for class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
CUBRIDDialect - Class in org.hibernate.dialect
An SQL dialect for CUBRID (8.3.x and later).
CUBRIDDialect() - Constructor for class org.hibernate.dialect.CUBRIDDialect
Constructs a CUBRIDDialect
CUBRIDLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler for CUBRID
CUBRIDLimitHandler(Dialect, String, RowSelection) - Constructor for class org.hibernate.dialect.pagination.CUBRIDLimitHandler
Constructs a CUBRIDLimitHandler
CURRENCY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Currency to JDBC VARCHAR.
CurrencyType - Class in org.hibernate.type
A type that maps between VARCHAR and Currency
CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
 
CurrencyTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Currency handling.
CurrencyTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Context scoping impl for SessionFactory.getCurrentSession() processing.
currentColumns() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
currentDate() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CurrentDateFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL CURRENT_DATE function.
CurrentDateFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.function.CurrentDateFunction
 
currentDepth() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
currentFetchOwner() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
currentSession() - Method in class org.hibernate.context.internal.JTASessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ManagedSessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
currentSession() - Method in interface org.hibernate.context.spi.CurrentSessionContext
Retrieve the current session according to the scoping defined by this implementation.
CurrentSessionContext - Interface in org.hibernate.context.spi
Defines the contract for implementations which know how to scope the notion of a current session.
CurrentTenantIdentifierResolver - Interface in org.hibernate.context.spi
A callback registered with the SessionFactory that is responsible for resolving the current tenant identifier for use with CurrentSessionContext and SessionFactory.getCurrentSession()
currentTime() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CurrentTimeFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL CURRENT_TIME function.
CurrentTimeFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.function.CurrentTimeFunction
 
currentTimestamp() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
CurrentTimestampFunction - Class in org.hibernate.jpa.criteria.expression.function
Models the ANSI SQL CURRENT_TIMESTAMP function.
CurrentTimestampFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.jpa.criteria.expression.function.CurrentTimestampFunction
 
custom(Class) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class, Properties) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class<UserType>, Properties) - Method in class org.hibernate.type.TypeFactory
 
custom(Class<UserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
custom(Class) - Method in interface org.hibernate.TypeHelper
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class, Properties) - Method in interface org.hibernate.TypeHelper
Retrieve the type for the given user-type class (UserType or CompositeUserType).
CUSTOM_ENTITY_DIRTINESS_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to identify a CustomEntityDirtinessStrategy to use.
customCollection(String, Properties, String, String, boolean) - Method in class org.hibernate.type.TypeFactory
customCollection(String, Properties, String, String) - Method in class org.hibernate.type.TypeFactory
 
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(TypeFactory.TypeScope, Class, String, String, boolean) - Constructor for class org.hibernate.type.CustomCollectionType
CustomCollectionType(TypeFactory.TypeScope, Class, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
 
customComponent(Class<CompositeUserType>, Properties) - Method in class org.hibernate.type.TypeFactory
 
customComponent(Class<CompositeUserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
CustomEntityDirtinessStrategy - Interface in org.hibernate
During a flush cycle, Hibernate needs to determine which of the entities associated with a Session.
CustomEntityDirtinessStrategy.AttributeChecker - Interface in org.hibernate
Responsible for identifying when attributes are dirty.
CustomEntityDirtinessStrategy.AttributeInformation - Interface in org.hibernate
Provides CustomEntityDirtinessStrategy.AttributeChecker with meta information about the attributes being checked.
CustomEntityDirtinessStrategy.DirtyCheckContext - Interface in org.hibernate
A callback to drive dirty checking.
CustomizableColumns - Class in org.hibernate.cfg.annotations
 
CustomizableColumns(Column[]) - Constructor for class org.hibernate.cfg.annotations.CustomizableColumns
 
CustomLoader - Class in org.hibernate.loader.custom
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
CustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.CustomLoader
 
CustomLoader.NonScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.NonScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
CustomLoader.ResultRowProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ResultRowProcessor(boolean, CustomLoader.ResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
CustomLoader.ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
CustomLoader.ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
CustomQuery - Interface in org.hibernate.loader.custom
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
CustomRunner - Class in org.hibernate.testing.junit4
The Hibernate-specific Runner implementation which layers ExtendedFrameworkMethod support on top of the standard JUnit FrameworkMethod for extra information after checking to make sure the test should be run.
CustomRunner(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomRunner
 
CustomRunner.IgnoreImpl - Class in org.hibernate.testing.junit4
 
CustomRunner.IgnoreImpl(String) - Constructor for class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
CustomSQL - Class in org.hibernate.metamodel.binding
Wraps the information for custom SQL execution
CustomSQL(String, boolean, ExecuteUpdateResultCheckStyle) - Constructor for class org.hibernate.metamodel.binding.CustomSQL
 
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
CustomSqlElement - Interface in org.hibernate.internal.jaxb.mapping.hbm
 
customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
CustomType - Class in org.hibernate.type
Adapts UserType to the generic Type interface, in order to isolate user code from changes in the internal Type contracts.
CustomType(UserType) - Constructor for class org.hibernate.type.CustomType
 
CustomType(UserType, String[]) - Constructor for class org.hibernate.type.CustomType
 
CustomVersionOneStrategy - Class in org.hibernate.id.uuid
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.
CustomVersionOneStrategy() - Constructor for class org.hibernate.id.uuid.CustomVersionOneStrategy
 

D

Database - Class in org.hibernate.metamodel.relational
Represents a database and manages the named schema/catalog pairs defined within.
Database(Metadata.Options) - Constructor for class org.hibernate.metamodel.relational.Database
 
DatabaseInfoDialectResolver - Interface in org.hibernate.engine.jdbc.dialect.spi
A contract for resolving database name, major version and minor version to Dialect
DatabaseInfoDialectResolver.DatabaseInfo - Interface in org.hibernate.engine.jdbc.dialect.spi
DatabaseInfoDialectResolverInitiator - Class in org.hibernate.engine.jdbc.dialect.internal
Initiator for the DatabaseInfoDialectResolver service
DatabaseInfoDialectResolverInitiator() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DatabaseInfoDialectResolverInitiator
 
DatabaseInfoDialectResolverSet - Class in org.hibernate.engine.jdbc.dialect.internal
Implements the DatabaseInfoDialectResolver as a chain, allowing multiple delegate DatabaseInfoDialectResolver implementations to coordinate resolution
DatabaseInfoDialectResolverSet() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DatabaseInfoDialectResolverSet
Constructs a DatabaseInfoDialectResolverSet
DatabaseInfoDialectResolverSet(List<DatabaseInfoDialectResolver>) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DatabaseInfoDialectResolverSet
Constructs a DatabaseInfoDialectResolverSet
DatabaseInfoDialectResolverSet(DatabaseInfoDialectResolver...) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DatabaseInfoDialectResolverSet
Constructs a DatabaseInfoDialectResolverSet
DatabaseMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC database metadata
DatabaseMetadata(Connection, Dialect) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
DatabaseMetadata(Connection, Dialect, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
DatabaseMetadata(Connection, Dialect, Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseMetadata(Connection, Dialect, Configuration, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseMetaDataDialectResolver - Interface in org.hibernate.engine.jdbc.dialect.spi
Contract for determining the Dialect to use based on a JDBC Connection.
databaseObject - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
DatabaseStructure - Interface in org.hibernate.id.enhanced
Encapsulates definition of the underlying data structure backing a sequence-style generator.
DataDirectOracle9Dialect - Class in org.hibernate.dialect
A Dialect for accessing Oracle through DataDirect driver
DataDirectOracle9Dialect() - Constructor for class org.hibernate.dialect.DataDirectOracle9Dialect
 
DataException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.
DataException(String, SQLException) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataException(String, SQLException, String) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataHelper - Class in org.hibernate.type.descriptor.java
A help for dealing with BLOB and CLOB data
DataHelper() - Constructor for class org.hibernate.type.descriptor.java.DataHelper
 
DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a DataSource.
DataSourceBasedMultiTenantConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.spi
A concrete implementation of the MultiTenantConnectionProvider contract bases on a number of reasonable assumptions.
DataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
DatasourceConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
A ConnectionProvider that manages connections from an underlying DataSource.
DatasourceConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
Datatype - Class in org.hibernate.metamodel.relational
Models a JDBC DATATYPE
Datatype(int, String, Class) - Constructor for class org.hibernate.metamodel.relational.Datatype
 
DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Date) to JDBC DATE.
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
DateType - Class in org.hibernate.type
A type that maps between DATE and Date
DateType() - Constructor for class org.hibernate.type.DateType
 
DateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
DateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
DateTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DATE handling.
DateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
DateTypeDescriptor.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
DateTypeDescriptor.DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
DB2390Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/390.
DB2390Dialect() - Constructor for class org.hibernate.dialect.DB2390Dialect
 
DB2400Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/400.
DB2400Dialect() - Constructor for class org.hibernate.dialect.DB2400Dialect
 
DB2Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2.
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
Constructs a DB2Dialect
DB2UniqueDelegate - Class in org.hibernate.dialect.unique
DB2 does not allow unique constraints on nullable columns.
DB2UniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DB2UniqueDelegate
Constructs a DB2UniqueDelegate
DbTimestampType - Class in org.hibernate.type
dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.
DbTimestampType() - Constructor for class org.hibernate.type.DbTimestampType
 
DDLFormatterImpl - Class in org.hibernate.engine.jdbc.internal
Performs formatting of DDL SQL statements.
DDLFormatterImpl() - Constructor for class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
 
debug(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
Log a message with DEBUG semantics.
debug(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
DECIMAL_LITERAL_FORMAT - Static variable in class org.hibernate.hql.internal.ast.util.LiteralProcessor
In what format should Float and Double literal values be sent to the database?
DecimalTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DECIMAL handling.
DecimalTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
declaredNamespaces() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
declaredNamespaces() - Method in class org.hibernate.tuple.ElementWrapper
 
decode(PersistentClass) - Static method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
Builds a CacheDataDescriptionImpl from the mapping model of an entity class.
decode(EntityBinding) - Static method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
Builds a CacheDataDescriptionImpl from the mapping model of an entity class (using the new metamodel code).
decode(Collection) - Static method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
Builds a CacheDataDescriptionImpl from the mapping model of a collection
decode(PluralAttributeBinding) - Static method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
Builds a CacheDataDescriptionImpl from the mapping model of a collection (using the new metamodel code).
DecodeCaseFragment - Class in org.hibernate.sql
An Oracle-style DECODE function.
DecodeCaseFragment() - Constructor for class org.hibernate.sql.DecodeCaseFragment
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
decrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a -- operation
decrementCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
decrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after cascading
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deepCopy(Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a deep copy of the value.
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopy(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in class org.hibernate.type.EnumType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ImmutableType
Deprecated.
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MutableType
Deprecated.
 
deepCopy(Object) - Method in class org.hibernate.type.StringClobType
Deprecated.
 
deepCopy(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object[], Type[], boolean[], Object[], SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
Deep copy a series of values from one array to another...
deepCopy(Object) - Method in interface org.hibernate.usertype.CompositeUserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in interface org.hibernate.usertype.UserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopyNotNull(Object) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
deepCopyNotNull(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopyNotNull(S) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
deepCopyNotNull(Object) - Method in class org.hibernate.type.MutableType
Deprecated.
 
DEF_CACHE_REG_FACTORY - Static variable in class org.hibernate.cfg.SettingsFactory
 
DEF_ENTITY_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
DEF_INFINISPAN_CONFIG_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_QUERY_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEQUENCE_NAME - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_SEQUENCE_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default TableGenerator.TABLE_PARAM value
DEF_TIMESTAMPS_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_USE_SYNCHRONIZATION - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEFAULT - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
DEFAULT_ACCESS - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_ACCESSTYPE - Static variable in class org.hibernate.testing.cache.CachingRegionFactory
 
DEFAULT_ARTEFACT_PROCESSING_ORDER - Static variable in class org.hibernate.cfg.Configuration
 
DEFAULT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The default batch size for batch fetching
DEFAULT_BATCH_SIZE - Static variable in class org.hibernate.dialect.Dialect
Defines a default batch size constant
DEFAULT_CACHE_CONCURRENCY_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting used to give the name of the default CacheConcurrencyStrategy to use when either @Cacheable or @Cache is used.
DEFAULT_CACHE_CONCURRENCY_STRATEGY - Static variable in class org.hibernate.cfg.Configuration
 
DEFAULT_CATALOG - Static variable in interface org.hibernate.cfg.AvailableSettings
A default database catalog name to use for unqualified tablenames
DEFAULT_CATALOG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the catalog containing audit tables.
DEFAULT_CFG_RESOURCE_NAME - Static variable in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
The default resource name for a hibernate configuration xml file.
DEFAULT_CHUNK_SIZE - Static variable in class org.hibernate.engine.jdbc.StreamUtils
Default size to use for reading buffers.
DEFAULT_COLUMN_LENGTH - Static variable in class org.hibernate.cfg.Ejb3Column
 
DEFAULT_COLUMN_NAME - Static variable in class org.hibernate.id.TableGenerator
Deprecated.
Default column name
DEFAULT_DELIMITED_IDENTIFIERS - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_DTD_RESOLVER - Static variable in class org.hibernate.internal.util.xml.XMLHelper
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ENTITY_LISTENERS - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_ENTITY_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
The EntityMode in which set the Session opened from the SessionFactory.
DEFAULT_EXTRACTOR - Static variable in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
DEFAULT_ID_GEN_STRATEGY - Static variable in class org.hibernate.mapping.SimpleValue
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.IdentifierCollection
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEFAULT_INCREMENT_SIZE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEFAULT_INDEX_COLUMN_NAME - Static variable in class org.hibernate.mapping.IndexedCollection
 
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEFAULT_INITIAL_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEFAULT_JOIN_TYPE - Static variable in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
DEFAULT_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LEGACY_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_LENGTH - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_LENGTH - Static variable in class org.hibernate.metamodel.relational.Size
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.internal.DefaultLoadEventListener
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.spi.LoadEvent
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
DEFAULT_NULL_ORDERING - Static variable in interface org.hibernate.cfg.AvailableSettings
Default precedence of null values in ORDER BY clause.
DEFAULT_PARAMETER_METADATA_MAX_COUNT - Static variable in class org.hibernate.engine.query.spi.QueryPlanCache
The default strong reference count.
DEFAULT_POST_LOAD - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_POST_PERSIST - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_POST_REMOVE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_POST_UPDATE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRE_PERSIST - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRE_REMOVE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRE_UPDATE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRECISION - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_PRECISION - Static variable in class org.hibernate.metamodel.relational.Size
 
DEFAULT_QUERY_PLAN_MAX_COUNT - Static variable in class org.hibernate.engine.query.spi.QueryPlanCache
The default soft reference count.
DEFAULT_RETRIEVE_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_SCALE - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCALE - Static variable in class org.hibernate.metamodel.relational.Size
 
DEFAULT_SCHEMA - Static variable in interface org.hibernate.cfg.AvailableSettings
A default database schema (owner) name to use for unqualified tablenames
DEFAULT_SCHEMA - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the schema containing audit tables.
DEFAULT_STORE_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
DEFAULT_TABLE_NAME - Static variable in class org.hibernate.id.TableGenerator
Deprecated.
Default table name
DEFAULT_TRIM_CHAR - Static variable in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
DEFAULT_TRIM_CHARACTER - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
DEFAULT_TRIMSPEC - Static variable in class org.hibernate.jpa.criteria.expression.function.TrimFunction
 
defaultAccess - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
DefaultAuditStrategy - Class in org.hibernate.envers.strategy
Default strategy is to simply persist the audit data.
DefaultAuditStrategy() - Constructor for class org.hibernate.envers.strategy.DefaultAuditStrategy
 
DefaultAutoFlushEventListener - Class in org.hibernate.event.internal
Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events.
DefaultAutoFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultAutoFlushEventListener
 
defaultCascade - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
defaultClassLoader() - Static method in class org.hibernate.internal.util.SerializationHelper
Returns the Thread Context ClassLoader (TCCL).
DefaultComponentSafeNamingStrategy - Class in org.hibernate.cfg
 
DefaultComponentSafeNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
DefaultDeleteEventListener - Class in org.hibernate.event.internal
Defines the default delete event listener used by hibernate for deleting entities from the datastore in response to generated delete events.
DefaultDeleteEventListener() - Constructor for class org.hibernate.event.internal.DefaultDeleteEventListener
 
DefaultDirtyCheckEventListener - Class in org.hibernate.event.internal
Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events.
DefaultDirtyCheckEventListener() - Constructor for class org.hibernate.event.internal.DefaultDirtyCheckEventListener
 
DefaultEntityAliases - Class in org.hibernate.loader
EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
DefaultEntityAliases(Map, Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
Calculate and cache select-clause aliases
DefaultEntityAliases(Loadable, String) - Constructor for class org.hibernate.loader.DefaultEntityAliases
 
DefaultEvictEventListener - Class in org.hibernate.event.internal
Defines the default evict event listener used by hibernate for evicting entities in response to generated flush events.
DefaultEvictEventListener() - Constructor for class org.hibernate.event.internal.DefaultEvictEventListener
 
DefaultFlushEntityEventListener - Class in org.hibernate.event.internal
An event that occurs for each entity instance at flush time
DefaultFlushEntityEventListener() - Constructor for class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
DefaultFlushEventListener - Class in org.hibernate.event.internal
Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
DefaultFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultFlushEventListener
 
DefaultIdentifierGeneratorFactory - Class in org.hibernate.id.factory.internal
Basic templated support for IdentifierGeneratorFactory implementations.
DefaultIdentifierGeneratorFactory() - Constructor for class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
Constructs a new DefaultIdentifierGeneratorFactory.
DefaultInitializeCollectionEventListener - Class in org.hibernate.event.internal
 
DefaultInitializeCollectionEventListener() - Constructor for class org.hibernate.event.internal.DefaultInitializeCollectionEventListener
 
defaultLazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
DefaultLoadEventListener - Class in org.hibernate.event.internal
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultLoadEventListener
 
DefaultLockEventListener - Class in org.hibernate.event.internal
Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events.
DefaultLockEventListener() - Constructor for class org.hibernate.event.internal.DefaultLockEventListener
 
DefaultMergeEventListener - Class in org.hibernate.event.internal
Defines the default copy event listener used by hibernate for copying entities in response to generated copy events.
DefaultMergeEventListener() - Constructor for class org.hibernate.event.internal.DefaultMergeEventListener
 
DefaultNamingStrategy - Class in org.hibernate.cfg
The default NamingStrategy
DefaultNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultNamingStrategy
 
DefaultPersistEventListener - Class in org.hibernate.event.internal
Defines the default create event listener used by hibernate for creating transient entities in response to generated create events.
DefaultPersistEventListener() - Constructor for class org.hibernate.event.internal.DefaultPersistEventListener
 
DefaultPersistOnFlushEventListener - Class in org.hibernate.event.internal
When persist is used as the cascade action, persistOnFlush should be used
DefaultPersistOnFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultPersistOnFlushEventListener
 
DefaultPostLoadEventListener - Class in org.hibernate.event.internal
We do 2 things here: Call Lifecycle interface if necessary Perform needed EntityEntry.getLockMode() related processing
DefaultPostLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultPostLoadEventListener
 
DefaultPreLoadEventListener - Class in org.hibernate.event.internal
Called before injecting property values into a newly loaded entity instance.
DefaultPreLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultPreLoadEventListener
 
DefaultRefreshEventListener - Class in org.hibernate.event.internal
Defines the default refresh event listener used by hibernate for refreshing entities in response to generated refresh events.
DefaultRefreshEventListener() - Constructor for class org.hibernate.event.internal.DefaultRefreshEventListener
 
DefaultReplicateEventListener - Class in org.hibernate.event.internal
Defines the default replicate event listener used by Hibernate to replicate entities in response to generated replicate events.
DefaultReplicateEventListener() - Constructor for class org.hibernate.event.internal.DefaultReplicateEventListener
 
DefaultResolveNaturalIdEventListener - Class in org.hibernate.event.internal
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultResolveNaturalIdEventListener() - Constructor for class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
DefaultRevisionEntity - Class in org.hibernate.envers
 
DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
 
DefaultRevisionEntity_ - Class in org.hibernate.envers
 
DefaultRevisionEntity_() - Constructor for class org.hibernate.envers.DefaultRevisionEntity_
 
DefaultRevisionInfoGenerator - Class in org.hibernate.envers.internal.revisioninfo
 
DefaultRevisionInfoGenerator(String, Class<?>, Class<? extends RevisionListener>, PropertyData, boolean) - Constructor for class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
DefaultSaveEventListener - Class in org.hibernate.event.internal
An event handler for save() events
DefaultSaveEventListener() - Constructor for class org.hibernate.event.internal.DefaultSaveEventListener
 
DefaultSaveOrUpdateEventListener - Class in org.hibernate.event.internal
Defines the default listener used by Hibernate for handling save-update events.
DefaultSaveOrUpdateEventListener() - Constructor for class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
defaultSize() - Method in class org.hibernate.type.NullableType
Deprecated.
A convenience form of NullableType.defaultSizes(org.hibernate.engine.spi.Mapping), returning just a single size since we are explicitly dealing with single column mappings here.
defaultSizes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.AbstractLobType
Deprecated.
 
defaultSizes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.AnyType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.CollectionType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.ComponentType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.CustomType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.MetaType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.
 
defaultSizes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
defaultSizes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
defaultSizes(Mapping) - Method in interface org.hibernate.type.Type
Defines the column sizes to use according to this type if the user did not explicitly say (and if no Type.dictatedSizes(org.hibernate.engine.spi.Mapping) were given).
defaultSizes() - Method in interface org.hibernate.usertype.Sized
Defines the column sizes to use according to this type if the user did not explicitly say (and if no Sized.dictatedSizes() were given).
defaultStore - Variable in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
DefaultTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers
Extension of standard DefaultRevisionEntity that allows tracking entity names changed in each revision.
DefaultTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
DefaultTrackingModifiedEntitiesRevisionEntity_ - Class in org.hibernate.envers
 
DefaultTrackingModifiedEntitiesRevisionEntity_() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity_
 
DefaultTrackingModifiedEntitiesRevisionInfoGenerator - Class in org.hibernate.envers.internal.revisioninfo
Automatically adds entity names, that have been changed during current revision, to revision entity.
DefaultTrackingModifiedEntitiesRevisionInfoGenerator(String, Class<?>, Class<? extends RevisionListener>, PropertyData, boolean, PropertyData) - Constructor for class org.hibernate.envers.internal.revisioninfo.DefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
DefaultUniqueDelegate - Class in org.hibernate.dialect.unique
The default UniqueDelegate implementation for most dialects.
DefaultUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DefaultUniqueDelegate
Constructs DefaultUniqueDelegate
DefaultUpdateEventListener - Class in org.hibernate.event.internal
An event handler for update() events
DefaultUpdateEventListener() - Constructor for class org.hibernate.event.internal.DefaultUpdateEventListener
 
defineFetchingStrategy(ToOne, XProperty) - Static method in class org.hibernate.cfg.AnnotationBinder
 
definesLimits() - Method in class org.hibernate.engine.spi.RowSelection
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
definingFlushBeforeCompletionIgnoredInHem$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
definition - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
 
dehydrate(Serializable, Object[], boolean[], boolean[][], int, PreparedStatement, SessionImplementor, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
dehydrate(Serializable, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SessionImplementor, int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Marshall the fields of a persistent instance to a prepared statement
DEL_REVISION_TYPE_PARAMETER - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
delayedAfterCompletion() - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
delayedAfterCompletion() - Method in interface org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator
 
DelayedPostInsertIdentifier - Class in org.hibernate.action.internal
Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert).
DelayedPostInsertIdentifier() - Constructor for class org.hibernate.action.internal.DelayedPostInsertIdentifier
Constructs a DelayedPostInsertIdentifier
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
DelegatedExpressionImpl<T> - Class in org.hibernate.jpa.criteria.expression
Implementation of Expression wraps another Expression and delegates most of its functionality to that wrapped Expression
DelegatedExpressionImpl(ExpressionImpl<T>) - Constructor for class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
DelegatedLoadPlanVisitationStrategy - Class in org.hibernate.loader.plan.spi.visit
 
DelegatedLoadPlanVisitationStrategy(ReturnGraphVisitationStrategy) - Constructor for class org.hibernate.loader.plan.spi.visit.DelegatedLoadPlanVisitationStrategy
 
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcIsolationDelegate
 
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in class org.hibernate.engine.transaction.internal.jta.JtaIsolationDelegate
 
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in interface org.hibernate.engine.transaction.spi.IsolationDelegate
Perform the given work in isolation from current transaction.
DELETE - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete
DELETE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
delete(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object, boolean, Set) - Method in interface org.hibernate.event.spi.EventSource
Cascade delete an entity instance
DELETE - Static variable in class org.hibernate.event.spi.EventType
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
delete(Object) - Method in class org.hibernate.internal.SessionImpl
Delete a persistent object
delete(String, Object) - Method in class org.hibernate.internal.SessionImpl
Delete a persistent object (by explicit entity name)
delete(String, Object, boolean, Set) - Method in class org.hibernate.internal.SessionImpl
Delete a persistent object
delete(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(Serializable, Object, int, Object, String, SessionImplementor, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL DELETE
delete(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Serializable, Object, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
delete(Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(String, Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
Delete - Class in org.hibernate.sql
An SQL DELETE statement
Delete() - Constructor for class org.hibernate.sql.Delete
 
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete + delete orphans
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
deleteCount
deleteEntity(EventSource, Object, EntityEntry, boolean, EntityPersister, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Perform the entity deletion.
deleteEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
deleteEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being deleted.
DeleteEvent - Class in org.hibernate.event.spi
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of deletion events generated from a session.
deleteOrphans() - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action potentially extrapolate to orphan deletes?
deleteResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deleteRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
deleteStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
deleteStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
deleteStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
DeleteStatement - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL delete statement.
DeleteStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
deleteTransientEntity(EventSource, Object, boolean, EntityPersister, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
We encountered a delete request on a transient instance.
delimitedIdentifiers - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
delistResource(XAResource, int) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
DelWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
DelWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DependantValue - Class in org.hibernate.mapping
A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).
DependantValue(Mappings, Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
 
deprecatedDerbyDialect() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedDerbyDialect() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedDerbyDialect() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedDerbyDialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedDerbyDialect() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedDerbyDialect() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedDerbyDialect() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedDerbyDialect$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedDerbyDialect$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedDerbyDialect$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedDerbyDialect$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedDerbyDialect$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedDerbyDialect$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedForceDescriminatorAnnotation() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedForceDescriminatorAnnotation$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedOracle9Dialect() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedOracle9Dialect() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedOracle9Dialect() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedOracle9Dialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedOracle9Dialect() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedOracle9Dialect() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedOracle9Dialect() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedOracle9Dialect$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedOracle9Dialect$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedOracle9Dialect$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedOracle9Dialect$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedOracle9Dialect$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedOracle9Dialect$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedOracleDialect() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedOracleDialect() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedOracleDialect() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedOracleDialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedOracleDialect() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedOracleDialect() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedOracleDialect() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedOracleDialect$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedOracleDialect$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedOracleDialect$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedOracleDialect$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedOracleDialect$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedOracleDialect$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedUuidGenerator(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedUuidGenerator(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedUuidGenerator(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedUuidGenerator(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
deprecatedUuidGenerator(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedUuidGenerator(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedUuidGenerator(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
deprecatedUuidGenerator$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
deprecatedUuidGenerator$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
deprecatedUuidGenerator$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
deprecatedUuidGenerator$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
deprecatedUuidGenerator$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
deprecatedUuidGenerator$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
DerbyCaseFragment - Class in org.hibernate.sql
 
DerbyCaseFragment() - Constructor for class org.hibernate.sql.DerbyCaseFragment
 
DerbyConcatFunction - Class in org.hibernate.dialect.function
A specialized concat() function definition in which: we translate to use the concat operator ('||') wrap dynamic parameters in CASTs to VARCHAR

This last spec is to deal with a limitation on DB2 and variants (e.g.

DerbyConcatFunction() - Constructor for class org.hibernate.dialect.function.DerbyConcatFunction
 
DerbyDialect - Class in org.hibernate.dialect
Deprecated.
HHH-6073
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
Deprecated.
Constructs a DerbyDialect
DerbyTenFiveDialect - Class in org.hibernate.dialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyTenFiveDialect() - Constructor for class org.hibernate.dialect.DerbyTenFiveDialect
Constructs a DerbyTenFiveDialect
DerbyTenSevenDialect - Class in org.hibernate.dialect
Dialect for Derby 10.7
DerbyTenSevenDialect() - Constructor for class org.hibernate.dialect.DerbyTenSevenDialect
Constructs a DerbyTenSevenDialect
DerbyTenSixDialect - Class in org.hibernate.dialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyTenSixDialect() - Constructor for class org.hibernate.dialect.DerbyTenSixDialect
Constructs a DerbyTenSixDialect
DerivedValue - Class in org.hibernate.metamodel.relational
Models a value expression.
DerivedValue(TableSpecification, int, String) - Constructor for class org.hibernate.metamodel.relational.DerivedValue
 
DerivedValueRelationalState - Interface in org.hibernate.metamodel.relational.state
 
DerivedValueSource - Interface in org.hibernate.metamodel.source.binder
Contract describing source of a derived value (formula).
DerivedValueSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
desc(String) - Static method in class org.hibernate.criterion.Order
Descending order.
desc() - Method in class org.hibernate.criterion.Property
Creates a descending ordering for this property
desc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in descending order
desc(Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
DESCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
DESCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
DESCENDING - Static variable in class org.hibernate.sql.ordering.antlr.OrderingSpecification.Ordering
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
 
description - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Deerialize a UnresolvedEntityInsertActions object.
deserialize(ObjectInputStream, StatefulPersistenceContext) - Static method in class org.hibernate.engine.internal.EntityEntryContext
JDK serialization hook for deserializing
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.internal.StatefulPersistenceContext
Used by the owning session to explicitly control deserialization of the persistence context.
deserialize(ObjectInputStream, TransactionContext) - Static method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
JDK deserialization hook
deserialize(ObjectInputStream, TransactionContext) - Static method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
Deserialization hook
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, PersistenceContext) - Static method in class org.hibernate.engine.spi.EntityEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.EntityKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, TransactionContext) - Static method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
deserialize(InputStream) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(InputStream, ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(byte[]) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from an array of bytes using the Thread Context ClassLoader (TCCL).
deserialize(byte[], ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from an array of bytes.
destroy() - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Destroy a service registry.
destroy() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
destroy() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
destroy() - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
destroy() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
destroy() - Method in interface org.hibernate.cache.spi.QueryCache
Destroy the cache.
destroy() - Method in interface org.hibernate.cache.spi.Region
The "end state" contract of the region's lifecycle.
destroy() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
Destroys the cache.
destroy() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
destroy() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Release resources
destroy(ServiceRegistry) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the previous structured form of the item back into its item form.
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
detach(Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
detach() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
detach() - Method in class org.hibernate.tuple.ElementWrapper
 
DetachedCriteria - Class in org.hibernate.criterion
Models a detached form of a Criteria (not associated with a Session).
DetachedCriteria(String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(String, String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(CriteriaImpl, Criteria) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetailedSemanticException - Exception in org.hibernate.hql.internal.ast
Thrown when a call to the underlying Hibernate engine fails, indicating some form of semantic exception (e.g.
DetailedSemanticException(String) - Constructor for exception org.hibernate.hql.internal.ast.DetailedSemanticException
 
DetailedSemanticException(String, Throwable) - Constructor for exception org.hibernate.hql.internal.ast.DetailedSemanticException
 
determineAdjustedIncrementSize(String, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
In certain cases we need to adjust the increment size based on the selected optimizer.
determineAppropriateHandler(Class<T>) - Static method in class org.hibernate.jpa.criteria.ValueHandlerFactory
Determine the appropriate ValueHandlerFactory.ValueHandler strategy for converting a value to the given target type
determineAppropriateLocalCacheMode(Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Return the select expression fragment, if any, that generates the identifier values.
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
determineCascadeStyle() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
determineCascadeStyle() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineCascadeStyle() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
determineCollectionType(Class) - Static method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
determineDatabaseSchemaName(String, String, LocalBindingContext) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
determineDecimalRepresentation(String, int) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
determineDefault(String, boolean) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
determineDefaultSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Used in the cases where TableGenerator.determineSegmentValue(java.util.Properties) is unable to determine the value to use.
determineEntityMode() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
determineEntityName(EntityElement) - Method in interface org.hibernate.metamodel.source.hbm.HbmBindingContext
 
determineEntityName(EntityElement, String) - Static method in class org.hibernate.metamodel.source.hbm.Helper
Given the user-specified entity mapping, determine the appropriate entity name
determineFetchPlan(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.internal.CascadeLoadPlanBuilderStrategy
 
determineFetchPlan(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.internal.SingleRootReturnLoadPlanBuilderStrategy
 
determineFetchPlan(AssociationAttributeDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
determineFetchStyleByMetadata(FetchMode, AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.persister.walking.internal.FetchStrategyHelper
 
determineFetchStyleByMetadata(FetchMode, AssociationType) - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineFetchStyleByProfile(LoadQueryInfluencers, EntityPersister, PropertyPath, int) - Static method in class org.hibernate.persister.walking.internal.FetchStrategyHelper
Determine the fetch-style (if one) explicitly set for this association via fetch profiles.
determineFetchStyleByProfile(LoadQueryInfluencers, EntityPersister, PropertyPath, int) - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineFetchTiming(FetchStyle, AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.persister.walking.internal.FetchStrategyHelper
 
determineFollowOnLockMode(LockOptions) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
determineFollowOnLockMode(LockOptions) - Method in class org.hibernate.loader.Loader
 
determineGeneratedIdentifier(SessionImplementor, Object) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
determineGeneratorTableName(Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
determineHitRatio() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
determineIdTableName(Queryable) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
determineImplicitName(NamingStrategy) - Method in interface org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper
Called when the user supplied no explicit name/identifier for the given database object.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the increment size to be applied.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the initial sequence value to use.
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineJavaClassForJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
determineJdbcTypeCode(Type, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
determineJdbcTypeCode(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
determineJdbcTypeCodeForJavaClass(Class) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
determineJpaMetaModelPopulationSetting(Configuration) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
determineLockOptions(NamedQuery) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
determineMultiTenancyStrategy(Map) - Static method in enum org.hibernate.MultiTenancyStrategy
Extract the MultiTenancyStrategy from the setting map.
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determineProperSizing(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Given a map, determine the proper initial size for a new Map to hold the same number of values.
determineProperSizing(Set) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Given a set, determine the proper initial size for a new set to hold the same number of values.
determineProperSizing(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Determine the proper initial size for a new collection in order for it to hold the given a number of elements.
determinePropertyName(AuditConfiguration, AuditReaderImplementor, String, PropertyNameGetter) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
determinePropertyName(AuditConfiguration, AuditReaderImplementor, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
determineRemainingTransactionTimeOutPeriod() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
determineRemainingTransactionTimeOutPeriod() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Calculate the amount of time, in seconds, still remaining before transaction timeout occurs.
determineResultType(Class<? extends Number>, Class<? extends Number>) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
determineResultType(Class<? extends Number>, Class<? extends Number>, boolean) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
 
determineResultType(Class<? extends Number>...) - Static method in class org.hibernate.jpa.criteria.predicate.ImplicitNumericExpressionTypeDeterminer
Determine the appropriate runtime result type for a numeric expression according to section "6.5.7.1 Result Types of Expressions" of the JPA spec.
determineReturnType(Class<? extends Number>, Expression<? extends Number>) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Helper for determining the appropriate operation return type based on one of the operands as an expression.
determineReturnType(Class<? extends Number>, Number) - Static method in class org.hibernate.jpa.criteria.expression.BinaryArithmeticOperation
Helper for determining the appropriate operation return type based on one of the operands as a literal.
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
determineSegmentColumnName(Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column used to indicate the segment for each row.
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column

Called during configuration.

determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the sequence (or table if this resolves to a physical table) to use.
determineShortName(String) - Static method in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
Determine a short name from the full name
determineSingularAssociationAttributeType(Member) - Static method in class org.hibernate.jpa.internal.metamodel.AttributeFactory
 
determineSql(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
determineSqlStateClassCode(String) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
determineType(int, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(int, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(String, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(String, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineType(String, Class) - Method in class org.hibernate.internal.AbstractQueryImpl
 
determineValueColumnName(Properties, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the column used to store the generator value in the db.
determineValueColumnName(Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column in which we will store the generator persistent value.
DIALECT - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the Hibernate SQL Dialect class
Dialect - Class in org.hibernate.dialect
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class org.hibernate.dialect.Dialect
 
dialect - Variable in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
dialect - Variable in class org.hibernate.sql.Select
 
DIALECT - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
DIALECT - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
DIALECT_RESOLVERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names any additional DialectResolver implementations to register with the standard DialectFactory.
DialectCheck - Interface in org.hibernate.testing
Defines a means to check Dialect features for use in "test protection" checks.
DialectChecks - Class in org.hibernate.testing
Container class for different implementation of the DialectCheck interface.
DialectChecks() - Constructor for class org.hibernate.testing.DialectChecks
 
DialectChecks.CaseSensitiveCheck - Class in org.hibernate.testing
 
DialectChecks.CaseSensitiveCheck() - Constructor for class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
 
DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
DialectChecks.HasSelfReferentialForeignKeyBugCheck - Class in org.hibernate.testing
 
DialectChecks.HasSelfReferentialForeignKeyBugCheck() - Constructor for class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
 
DialectChecks.SupportLimitAndOffsetCheck - Class in org.hibernate.testing
 
DialectChecks.SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
 
DialectChecks.SupportLimitCheck - Class in org.hibernate.testing
 
DialectChecks.SupportLimitCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitCheck
 
DialectChecks.SupportsCircularCascadeDeleteCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
 
DialectChecks.SupportsColumnCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsColumnCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsColumnCheck
 
DialectChecks.SupportsEmptyInListCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsEmptyInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
 
DialectChecks.SupportsExistsInSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
 
DialectChecks.SupportsExpectedLobUsagePattern - Class in org.hibernate.testing
 
DialectChecks.SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
 
DialectChecks.SupportsIdentityColumns - Class in org.hibernate.testing
 
DialectChecks.SupportsIdentityColumns() - Constructor for class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
 
DialectChecks.SupportsLobValueChangePropogation - Class in org.hibernate.testing
 
DialectChecks.SupportsLobValueChangePropogation() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
 
DialectChecks.SupportsLockTimeouts - Class in org.hibernate.testing
 
DialectChecks.SupportsLockTimeouts() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
 
DialectChecks.SupportsParametersInInsertSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
 
DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
 
DialectChecks.SupportsSequences - Class in org.hibernate.testing
 
DialectChecks.SupportsSequences() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSequences
 
DialectChecks.SupportSubqueryAsLeftHandSideInPredicate - Class in org.hibernate.testing
 
DialectChecks.SupportSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
 
DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
DialectFactory - Interface in org.hibernate.engine.jdbc.dialect.spi
A factory for generating Dialect instances.
DialectFactoryImpl - Class in org.hibernate.engine.jdbc.dialect.internal
Standard implementation of the DialectFactory service.
DialectFactoryImpl() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
DialectFactoryInitiator - Class in org.hibernate.engine.jdbc.dialect.internal
Standard initiator for the standard DialectFactory service
DialectFactoryInitiator() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
 
DialectResolver - Interface in org.hibernate.engine.jdbc.dialect.spi
Deprecated.
Deprecated in favor of DatabaseMetaDataDialectResolver to account for resolving by name versus by DatabaseMetaData
DialectResolverInitiator - Class in org.hibernate.engine.jdbc.dialect.internal
Standard initiator for the standard DialectResolver service
DialectResolverInitiator() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
 
DialectResolverSet - Class in org.hibernate.engine.jdbc.dialect.internal
Deprecated.
See deprecation on DialectResolver
DialectResolverSet() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
Deprecated.
Deprecated
DialectResolverSet(List<DialectResolver>) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
Deprecated.
Deprecated
DialectResolverSet(DialectResolver...) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
Deprecated.
Deprecated
dialectScope - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
 
dictatedSize() - Method in class org.hibernate.type.NullableType
Deprecated.
A convenience form of NullableType.dictatedSizes(org.hibernate.engine.spi.Mapping), returning just a single size since we are explicitly dealing with single column mappings here.
dictatedSizes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.AbstractLobType
Deprecated.
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.AnyType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.CollectionType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.ComponentType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.CustomType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.MetaType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
dictatedSizes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
dictatedSizes(Mapping) - Method in interface org.hibernate.type.Type
Return the column sizes dictated by this type.
dictatedSizes() - Method in interface org.hibernate.usertype.Sized
Return the column sizes dictated by this type.
diff(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
diff(Expression<? extends N>, N) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
diff(N, Expression<? extends N>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
DirectPropertyAccessor - Class in org.hibernate.property
Accesses fields directly.
DirectPropertyAccessor() - Constructor for class org.hibernate.property.DirectPropertyAccessor
 
DirectPropertyAccessor.DirectGetter - Class in org.hibernate.property
 
DirectPropertyAccessor.DirectSetter - Class in org.hibernate.property
 
dirty() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
dirty() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Forcefully mark the entity as being dirty.
dirty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
dirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Mark the collection as dirty
DIRTY_CHECK - Static variable in class org.hibernate.event.spi.EventType
 
dirtyCheck(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Perform a dirty check, and attach the results to the event
DirtyCheckEvent - Class in org.hibernate.event.spi
Defines an event class for the dirty-checking of a session.
DirtyCheckEvent(EventSource) - Constructor for class org.hibernate.event.spi.DirtyCheckEvent
 
DirtyCheckEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session dirty-check events.
DirtyCollectionSearchVisitor - Class in org.hibernate.event.internal
Do we have a dirty collection here? 1.
DisabledJaccServiceImpl - Class in org.hibernate.secure.internal
 
DisabledJaccServiceImpl() - Constructor for class org.hibernate.secure.internal.DisabledJaccServiceImpl
 
DisabledJmxServiceImpl - Class in org.hibernate.jmx.internal
A no-op version of the JmxService
DisabledJmxServiceImpl() - Constructor for class org.hibernate.jmx.internal.DisabledJmxServiceImpl
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
disableFetchProfile(String) - Method in interface org.hibernate.Session
Disable a particular fetch profile on this session.
disableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFilter(String) - Method in class org.hibernate.internal.SessionImpl
Disable the named filter for the current session.
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disableReleases() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
disableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Disable connection releases
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
disableTransactionAutoJoin() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableTransactionAutoJoin() - Method in interface org.hibernate.engine.spi.SessionImplementor
Disable automatic transaction joining.
disableTransactionAutoJoin() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
disableTransactionAutoJoin() - Method in class org.hibernate.internal.SessionImpl
 
disableTransactionAutoJoin() - Method in class org.hibernate.internal.StatelessSessionImpl
 
disablingContextualLOBCreation(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreation(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreation(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
disablingContextualLOBCreation(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreation(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreation(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disablingContextualLOBCreation$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreation$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreation$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in interface org.hibernate.internal.CoreMessageLogger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreationSinceConnectionNull$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreationSinceCreateClobFailed$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disablingContextualLOBCreationSinceOldJdbcVersion$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disallowingInsertStatementComment() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disallowingInsertStatementComment() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disallowingInsertStatementComment() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disallowingInsertStatementComment() - Method in interface org.hibernate.internal.CoreMessageLogger
 
disallowingInsertStatementComment() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disallowingInsertStatementComment() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disallowingInsertStatementComment() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disallowingInsertStatementComment$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
disallowingInsertStatementComment$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
disallowingInsertStatementComment$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
disallowingInsertStatementComment$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
disallowingInsertStatementComment$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
disallowingInsertStatementComment$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentListElementHolder
Deprecated.
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMapElementHolder
Deprecated.
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassemble the collection to get it ready for the cache
disassemble(Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
disassemble(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
disassemble(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
disassemble(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
disassemble(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a "disassembled" representation of the value.
disassemble(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
disassemble(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
disassemble(Object) - Method in class org.hibernate.type.EnumType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object) - Method in class org.hibernate.type.StringClobType
Deprecated.
 
disassemble(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
disassemble(Object[], Type[], boolean[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
disassemble(Object, SessionImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Transform the object into its cacheable representation.
disassemble(Object) - Method in interface org.hibernate.usertype.UserType
Transform the object into its cacheable representation.
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.jpa.AvailableSettings
Whether or not discard persistent context on entityManager.close() The EJB3 compliant and default choice is false
discardOnClose - Variable in class org.hibernate.jpa.internal.EntityManagerImpl
 
disconnect() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disconnect() - Method in class org.hibernate.internal.SessionImpl
 
disconnect() - Method in interface org.hibernate.Session
Disconnect the session from its underlying JDBC connection.
discriminator - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
DISCRIMINATOR_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
DISCRIMINATOR_FORMULA - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
DISCRIMINATOR_OPTIONS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
DISCRIMINATOR_PROPERTY_NAME - Static variable in class org.hibernate.hql.internal.ast.tree.FromElement
 
DISCRIMINATOR_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
DISCRIMINATOR_VALUE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
discriminatorColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
discriminatorColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Used to apply a Hibernate formula (derived value) as the inheritance discriminator "column".
DiscriminatorMetadata - Interface in org.hibernate.persister.entity
Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
DiscriminatorOptions - Annotation Type in org.hibernate.annotations
Optional annotation to express Hibernate specific discrimintor properties.
DiscriminatorSource - Interface in org.hibernate.metamodel.source.binder
Contract for sources of information about a mapped discriminator.
DiscriminatorSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
DiscriminatorSourceImpl(EntityClass) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
discriminatorType - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
 
DiscriminatorType - Class in org.hibernate.persister.entity
TODO : javadoc
DiscriminatorType(Type, Loadable) - Constructor for class org.hibernate.persister.entity.DiscriminatorType
 
DiscriminatorType<T> - Interface in org.hibernate.type
Additional contract for a Type may be used for a discriminator.
discriminatorValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
discriminatorValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
discriminatorValue - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.envers.event.spi.EnversIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Tongue-in-cheek name for a shutdown callback.
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.jpa.event.spi.JpaIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.secure.spi.JaccIntegrator
 
Disjunction - Class in org.hibernate.criterion
Defines a disjunction (OR series).
Disjunction() - Constructor for class org.hibernate.criterion.Disjunction
Constructs a Disjunction
Disjunction(Criterion[]) - Constructor for class org.hibernate.criterion.Disjunction
 
disjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
disjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single disjunction (A or B or C...).
disjunction() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
DisjunctionFragment - Class in org.hibernate.sql
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class org.hibernate.sql.DisjunctionFragment
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeDispatcher
Should be invoked on the second work unit.
DisplayableNode - Interface in org.hibernate.hql.internal.ast.tree
Implementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).
dispose() - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Dispose of this SampledCacheManager and clean up held resources
dispose() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
Distinct - Class in org.hibernate.criterion
A wrappedProjection that is a wrapper around other projections to apply distinction.
Distinct(Projection) - Constructor for class org.hibernate.criterion.Distinct
Constructs a Distinct
distinct(Projection) - Static method in class org.hibernate.criterion.Projections
Create a distinct projection from a projection.
distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on distinct values
DISTINCT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DISTINCT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
distinct(boolean) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
distinct(boolean) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
DISTINCT_ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a distinct instance of the root entity
distinctOrAll(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
DistinctResultTransformer - Class in org.hibernate.transform
Distinctions the result tuples in the final result based on the defined equality of the tuples.
DistinctRootEntityResultTransformer - Class in org.hibernate.transform
Much like RootEntityResultTransformer, but we also distinct the entity in the final result.
DIV - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DIV - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
DO_NOT_AUDIT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Treats optimistic locking properties as unversioned.
doAction(TransactionCoordinator, int) - Method in interface org.hibernate.engine.transaction.synchronization.spi.AfterCompletionAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityInsertAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
doAfterTransactionCompletion(boolean, SessionImplementor) - Method in interface org.hibernate.action.spi.AfterTransactionCompletionProcess
Perform whatever processing is encapsulated here after completion of the transaction.
doBatchLoad(Serializable, Loader, SessionImplementor, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityIncrementVersionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityVerifyVersionProcess
 
doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
doBegin() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
doBegin() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
doBegin() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
doBegin() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
Perform the actual steps of beginning a transaction according to the strategy.
doBind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
Perform the binding.
doCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
For this style, should the given action be cascaded?
doCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
doCommit() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
doCommit() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
doCommit() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
doCommit() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
Perform the actual steps of committing a transaction according to the strategy.
doComputation() - Method in class org.hibernate.testing.junit4.CustomRunner
 
doConfigure(InputStream, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
doConfigure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
doConfigure(InputStream, String) - Method in class org.hibernate.cfg.Configuration
Configure this configuration's state from the contents of the given input stream.
doConfigure(Document) - Method in class org.hibernate.cfg.Configuration
Parse a dom4j document conforming to the Hibernate Configuration DTD (hibernate-configuration-3.0.dtd) and use its information to configure this Configuration's state
doCreate() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
doDeserialize(InputStream, ClassLoader, ClassLoader, ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
 
doDirtyChecking(CustomEntityDirtinessStrategy.AttributeChecker) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext
The callback to indicate that dirty checking (the dirty attribute determination phase) should be handled by the calling CustomEntityDirtinessStrategy using the given CustomEntityDirtinessStrategy.AttributeChecker.
doDirtyCheckingInline(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we in-line dirty checking for persistent attributes for this class?
doDirtyCheckingInline(CtClass) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.AbstractEmitterBean
Dispose callback of subclasses
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
Dispose callback of subclasses
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
doDrop() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
doesDataDefinitionCauseTransactionCommit() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Did the driver report to DDL statements performed within a transaction performing an implicit commit of the transaction.
doesLobLocatorUpdateCopy() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Did the driver report that updates to a LOB locator affect a copy of the LOB?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is READ_COMMITTED isolation implemented by forcing readers to wait for write locks to be released?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.H2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.HSQLDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.TeradataDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is REPEATABLE_READ isolation implemented by forcing writers to wait for read locks to be released?
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.HSQLDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.TeradataDialect
 
doEvict(Object, EntityKey, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.DefaultEvictEventListener
 
doExecuteBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Perform batch execution.
doExecuteBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
doExecuteBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
doExport() - Method in enum org.hibernate.tool.hbm2ddl.Target
 
doExtendedActiveCheck() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
Active has been checked against local state.
doExtract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doImmediateLoad(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
doImmediateLoad(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 
doList(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
doLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Coordinates the efforts to load a given entity.
Dom4jInstantiator - Class in org.hibernate.tuple
Performs "instantiation" based on DOM4J elements.
Dom4jInstantiator(Component) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.Dom4jInstantiator
 
Dom4jLazyInitializer - Class in org.hibernate.proxy.dom4j
Lazy initializer for "dom4j" entity representations.
Dom4jProxy - Class in org.hibernate.proxy.dom4j
Proxy for "dom4j" entity representations.
Dom4jProxy(Dom4jLazyInitializer) - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxy
 
Dom4jProxyFactory - Class in org.hibernate.proxy.dom4j
Builds proxies for "dom4j" entity representations.
Dom4jProxyFactory() - Constructor for class org.hibernate.proxy.dom4j.Dom4jProxyFactory
 
doProcess() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
doProcess() - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Should processing be done? Allows short-circuiting if not.
doQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Execute an SQL query and attempt to instantiate instances of the class mapped by the given persister from each row of the ResultSet.
doQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean, ResultTransformer) - Method in class org.hibernate.loader.Loader
 
doResolve(Map) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.internal.SessionImpl
 
doReturningWork(ReturningWork<T>) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
doRollback() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
doRollback() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
doRollback() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
doRollback() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
Perform the actual steps of rolling back a transaction according to the strategy.
doScript() - Method in enum org.hibernate.tool.hbm2ddl.Target
 
doSecondPass(Map) - Method in class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CreateKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.IndexOrUniqueKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.NamedSQLQuerySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.OneToOneSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ResultSetMappingSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SecondaryTableSecondPass
 
doSecondPass(Map) - Method in interface org.hibernate.cfg.SecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SetSimpleValueTypeSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
DOT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
DOT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
DotNode - Class in org.hibernate.hql.internal.ast.tree
Represents a reference to a property or alias expression.
DotNode() - Constructor for class org.hibernate.hql.internal.ast.tree.DotNode
 
DotNode.IllegalCollectionDereferenceExceptionBuilder - Interface in org.hibernate.hql.internal.ast.tree
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
DOUBLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Double to JDBC DOUBLE.
DoubleType - Class in org.hibernate.type
A type that maps between DOUBLE and Double
DoubleType() - Constructor for class org.hibernate.type.DoubleType
 
DoubleTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Double handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
DoubleTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DOUBLE handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
downgradeLocks() - Method in class org.hibernate.engine.internal.EntityEntryContext
Down-grade locks to NONE for all entities in this context
doWork() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.LazyInitializationWork
Do the represented work and return the result.
doWork(Work) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doWork(Work) - Method in class org.hibernate.internal.SessionImpl
 
doWork(Work) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC driver class
DRIVER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
DRIVER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
DriverManagerConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
A connection provider that uses the DriverManager directly to open connections and provides a very rudimentary connection pool.
DriverManagerConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
drop - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
 
drop(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the drop schema script.
drop(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
dropConstraints() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
dropConstraints() - Method in class org.hibernate.dialect.Dialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.FrontBaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.IngresDialect
 
dropConstraints() - Method in class org.hibernate.dialect.JDataStoreDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MimerSQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropConstraints() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
dropConstraints() - Method in class org.hibernate.dialect.PointbaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.SAPDBDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
ASA does not require to drop constraint before dropping tables, so disable it.
dropConstraints() - Method in class org.hibernate.dialect.TimesTenDialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Dialect
Do we need to drop the temporary table after use?
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.H2Dialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.HSQLDialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle8iDialect
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
dropTemporaryTableAfterUse() - Method in class org.hibernate.dialect.TeradataDialect
 
DTDEntityResolver - Class in org.hibernate.internal.util.xml
An EntityResolver implementation which attempts to resolve various systemId URLs to local classpath look ups Any systemId URL beginning with http://www.hibernate.org/dtd/ is searched for as a classpath resource in the classloader which loaded the Hibernate classes. Any systemId URL using classpath as the scheme (i.e.
DTDEntityResolver() - Constructor for class org.hibernate.internal.util.xml.DTDEntityResolver
 
dump(Element) - Static method in class org.hibernate.internal.util.xml.XMLHelper
 
duplicateGeneratorName(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateGeneratorName(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateGeneratorName(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateGeneratorName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateGeneratorName(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateGeneratorName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateGeneratorName(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateGeneratorName$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateGeneratorName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateGeneratorName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateGeneratorName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateGeneratorName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateGeneratorName$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateGeneratorTable(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateGeneratorTable(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateGeneratorTable(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateGeneratorTable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateGeneratorTable(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateGeneratorTable(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateGeneratorTable(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateGeneratorTable$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateGeneratorTable$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateGeneratorTable$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateGeneratorTable$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateGeneratorTable$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateGeneratorTable$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateImport(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateImport(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateImport(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateImport(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateImport(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateImport(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateImport(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateImport$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateImport$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateImport$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateImport$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateImport$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateImport$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateJoins(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateJoins(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateJoins(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateJoins(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateJoins(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateJoins(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateJoins(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateJoins$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateJoins$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateJoins$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateJoins$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateJoins$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateJoins$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateListener(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateListener(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateListener(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateListener(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateListener(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateListener(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateListener(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateListener$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateListener$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateListener$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateListener$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateListener$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateListener$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
DuplicateMappingException - Exception in org.hibernate
Raised whenever a duplicate for a certain type occurs.
DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given type and name.
DuplicateMappingException(String, String) - Constructor for exception org.hibernate.DuplicateMappingException
Deprecated.
Use the for taking DuplicateMappingException.Type instead.
DuplicateMappingException(String, DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given customMessage, type and name.
DuplicateMappingException(String, String, String) - Constructor for exception org.hibernate.DuplicateMappingException
Deprecated.
Use the for taking DuplicateMappingException.Type instead.
DuplicateMappingException.Type - Enum in org.hibernate
Enumeration of the types of things that can be duplicated.
duplicateMetadata() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateMetadata() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateMetadata() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateMetadata() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateMetadata() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateMetadata() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
duplicateMetadata$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
duplicateMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
duplicateMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
duplicateMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
duplicateMetadata$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
duplicateMetadata$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
DuplicationStrategy - Interface in org.hibernate.event.service.spi
Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
DuplicationStrategy.Action - Enum in org.hibernate.event.service.spi
The enumerated list of actions available on duplication match
DuplicationStrategyImpl - Class in org.hibernate.cfg.beanvalidation
 
DuplicationStrategyImpl() - Constructor for class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
DynamicBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
A BatchingCollectionInitializerBuilder that builds CollectionInitializer instances capable of dynamically building its batch-fetch SQL based on the actual number of collections keys waiting to be fetched.
DynamicBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer - Class in org.hibernate.loader.collection
 
DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
 
DynamicBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
A BatchingEntityLoaderBuilder that builds UniqueEntityLoader instances capable of dynamically building its batch-fetch SQL based on the actual number of entity ids waiting to be fetched.
DynamicBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader - Class in org.hibernate.loader.entity
 
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
DynamicFilterAliasGenerator - Class in org.hibernate.internal
 
DynamicFilterAliasGenerator(String[], String) - Constructor for class org.hibernate.internal.DynamicFilterAliasGenerator
 
DynamicFilterParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a dynamic filter parameters.
DynamicFilterParameterSpecification(String, String, Type) - Constructor for class org.hibernate.param.DynamicFilterParameterSpecification
Constructs a parameter specification for a particular filter parameter.
DynamicInsert - Annotation Type in org.hibernate.annotations
For inserting, should this entity use dynamic sql generation where only non-null columns get referenced in the prepared sql statement?
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
DynamicMapComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the dynamic-map entity mode.
DynamicMapComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
DynamicMapEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the dynamic-map entity mode.
DynamicMapEntityTuplizer.BasicEntityNameResolver - Class in org.hibernate.tuple.entity
 
DynamicMapEntityTuplizer.BasicEntityNameResolver() - Constructor for class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
DynamicMapInstantiator - Class in org.hibernate.tuple
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(EntityBinding) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicParameterizedType - Interface in org.hibernate.usertype
Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType instead of the key PARAMETER_TYPE = "org.hibernate.type.ParameterType" The interface ParameterType provides some methods to read information dynamically for build the type
DynamicParameterizedType.ParameterType - Interface in org.hibernate.usertype
 
DynamicUpdate - Annotation Type in org.hibernate.annotations
For updating, should this entity use dynamic sql generation where only changed columns get referenced in the prepared sql statement?

Note, for re-attachment of detached entities this is not possible without select-before-update being enabled.

dynamicUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
dynamicUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
dynamicUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
dynamicUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 

E

EAGER - Static variable in enum org.hibernate.FetchMode
Deprecated.
use FetchMode.JOIN
EHCACHE_HIBERNATE_TYPE - Static variable in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Type for the ehcache backed hibernate second level cache statistics mbean
EhcacheAccessStrategyFactory - Interface in org.hibernate.cache.ehcache.internal.strategy
Factory to create RegionAccessStrategy instance
EhcacheAccessStrategyFactoryImpl - Class in org.hibernate.cache.ehcache.internal.strategy
Class implementing EhcacheAccessStrategyFactory
EhcacheAccessStrategyFactoryImpl() - Constructor for class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
EhcacheCollectionRegion - Class in org.hibernate.cache.ehcache.internal.regions
A collection region specific wrapper around an Ehcache instance.
EhcacheCollectionRegion(EhcacheAccessStrategyFactory, Ehcache, Settings, CacheDataDescription, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheCollectionRegion
Constructs an EhcacheCollectionRegion around the given underlying cache.
EhcacheDataRegion - Class in org.hibernate.cache.ehcache.internal.regions
An Ehcache specific data region implementation.
EhcacheEntityRegion - Class in org.hibernate.cache.ehcache.internal.regions
An entity region specific wrapper around an Ehcache instance.
EhcacheEntityRegion(EhcacheAccessStrategyFactory, Ehcache, Settings, CacheDataDescription, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheEntityRegion
Constructs an EhcacheCollectionRegion around the given underlying cache.
EhcacheHibernate - Class in org.hibernate.cache.ehcache.management.impl
Implementation of the EhcacheHibernateMBean

EhcacheHibernate(CacheManager) - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
Constructor accepting the backing CacheManager
EhcacheHibernateMbeanNames - Class in org.hibernate.cache.ehcache.management.impl
Utility class used for getting ObjectName's for ehcache hibernate MBeans

EhcacheHibernateMbeanNames() - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
 
EhcacheHibernateMBeanRegistration - Interface in org.hibernate.cache.ehcache.management.impl
Interface for helping registering mbeans for ehcache backed hibernate second-level cache

EhcacheHibernateMBeanRegistrationImpl - Class in org.hibernate.cache.ehcache.management.impl
EhcacheHibernateMBeanRegistrationImpl() - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
EhCacheMessageLogger - Interface in org.hibernate.cache.ehcache
The jboss-logging MessageLogger for the hibernate-ehcache module.
EhCacheMessageLogger_$logger - Class in org.hibernate.cache.ehcache
Warning this class consists of generated code.
EhCacheMessageLogger_$logger(Logger) - Constructor for class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
EhcacheNaturalIdRegion - Class in org.hibernate.cache.ehcache.internal.regions
A collection region specific wrapper around an Ehcache instance.
EhcacheNaturalIdRegion(EhcacheAccessStrategyFactory, Ehcache, Settings, CacheDataDescription, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheNaturalIdRegion
Constructs an EhcacheNaturalIdRegion around the given underlying cache.
EhcacheQueryResultsRegion - Class in org.hibernate.cache.ehcache.internal.regions
A query results region specific wrapper around an Ehcache instance.
EhcacheQueryResultsRegion(EhcacheAccessStrategyFactory, Ehcache, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheQueryResultsRegion
Constructs an EhcacheQueryResultsRegion around the given underlying cache.
EhCacheRegionFactory - Class in org.hibernate.cache.ehcache
A non-singleton EhCacheRegionFactory implementation.
EhCacheRegionFactory() - Constructor for class org.hibernate.cache.ehcache.EhCacheRegionFactory
Creates a non-singleton EhCacheRegionFactory
EhCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.ehcache.EhCacheRegionFactory
Creates a non-singleton EhCacheRegionFactory
EhcacheStatsImpl - Class in org.hibernate.cache.ehcache.management.impl
Implementation of EhcacheStats

EhcacheStatsImpl(CacheManager) - Constructor for class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
Constructor accepting the backing CacheManager
EhcacheTimestampsRegion - Class in org.hibernate.cache.ehcache.internal.regions
A timestamps region specific wrapper around an Ehcache instance.
EhcacheTimestampsRegion(EhcacheAccessStrategyFactory, Ehcache, Properties) - Constructor for class org.hibernate.cache.ehcache.internal.regions.EhcacheTimestampsRegion
Constructs an EhcacheTimestampsRegion around the given underlying cache.
EhcacheTransactionalDataRegion - Class in org.hibernate.cache.ehcache.internal.regions
An Ehcache specific TransactionalDataRegion.
Ejb3Column - Class in org.hibernate.cfg
Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
Ejb3Column() - Constructor for class org.hibernate.cfg.Ejb3Column
 
ejb3ConfigurationName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
ejb3ConfigurationName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
ejb3ConfigurationName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
ejb3ConfigurationRenamedFromName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
ejb3ConfigurationRenamedFromName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
ejb3ConfigurationRenamedFromName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
ejb3ConfigurationUnboundFromName(String) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
ejb3ConfigurationUnboundFromName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
ejb3ConfigurationUnboundFromName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
Ejb3DiscriminatorColumn - Class in org.hibernate.cfg
Discriminator column
Ejb3DiscriminatorColumn() - Constructor for class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
EJB3DTDEntityResolver - Class in org.hibernate.cfg
Resolve JPA xsd files locally Hibernate OGM uses this class, consider this some kind of exposed service at the SPI level
EJB3DTDEntityResolver() - Constructor for class org.hibernate.cfg.EJB3DTDEntityResolver
 
Ejb3JoinColumn - Class in org.hibernate.cfg
Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
EJB3NamingStrategy - Class in org.hibernate.cfg
Naming strategy implementing the EJB3 standards
EJB3NamingStrategy() - Constructor for class org.hibernate.cfg.EJB3NamingStrategy
 
element - Variable in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
element - Variable in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
element - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
element - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
element - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
element - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
element - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
element - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
element - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
element(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
element(String) - Method in class org.hibernate.tuple.ElementWrapper
 
element(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
ELEMENT_COLLECTION - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
elementByID(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementByID(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementClass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
elementCollection - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
elementCollection - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
elementColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsInPrimaryKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnReaders - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnReaderTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnWriters - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
elementComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
elementCountInMemory - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
in-memory element count
elementCountOnDisk - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
on-disk element count
elementCountTotal - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
total element count
elementExists(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
elementFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIsPureFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementIterator(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
ElementPropertyMapping - Class in org.hibernate.persister.collection
 
ElementPropertyMapping(String[], Type) - Constructor for class org.hibernate.persister.collection.ElementPropertyMapping
 
elements() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
Get an iterator over the array elements
ELEMENTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ELEMENTS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
elements() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns an enumeration of the values in this table.
elements() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
elements() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elements() - Method in class org.hibernate.tuple.ElementWrapper
 
elements(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elements(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementText(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
elementTextTrim(String) - Method in class org.hibernate.tuple.ElementWrapper
 
elementTextTrim(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
ElementWrapper - Class in org.hibernate.tuple
Wraps dom4j elements, allowing them to exist in a non-hierarchical structure.
ElementWrapper(Element) - Constructor for class org.hibernate.tuple.ElementWrapper
 
ELSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ELSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
elseClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
embeddable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
embeddable(Class<X>) - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
EMBEDDABLE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
EMBEDDABLE_SET_ORDINAL_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Name of column used for storing ordinal of the change in sets of embeddable elements.
EmbeddableClass - Class in org.hibernate.metamodel.source.annotations.entity
Represents the information about an entity annotated with @Embeddable.
EmbeddableClass(ClassInfo, String, ConfiguredClass, AccessType, AnnotationBindingContext) - Constructor for class org.hibernate.metamodel.source.annotations.entity.EmbeddableClass
 
EmbeddableHierarchy - Class in org.hibernate.metamodel.source.annotations.entity
Contains information about the access and inheritance type for all classes within a class hierarchy.
EmbeddableTypeImpl<X> - Class in org.hibernate.jpa.internal.metamodel
 
EmbeddableTypeImpl(Class<X>, AbstractManagedType, ComponentType) - Constructor for class org.hibernate.jpa.internal.metamodel.EmbeddableTypeImpl
 
embedded - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
embedded - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
EMBEDDED - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
EMBEDDED_ID - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
embeddedComponent(ComponentMetamodel) - Method in class org.hibernate.type.TypeFactory
 
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
embeddedId - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
EmbeddedIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
 
EmbeddedIdMapper(PropertyData, Class) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
EmbeddedPropertyAccessor - Class in org.hibernate.property
 
EmbeddedPropertyAccessor() - Constructor for class org.hibernate.property.EmbeddedPropertyAccessor
 
EmbeddedPropertyAccessor.EmbeddedGetter - Class in org.hibernate.property
 
EmbeddedPropertyAccessor.EmbeddedSetter - Class in org.hibernate.property
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
embedXml - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
embedXmlAttributesNoLongerSupported() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
embedXmlAttributesNoLongerSupported() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported() - Method in interface org.hibernate.internal.CoreMessageLogger
 
embedXmlAttributesNoLongerSupported() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
embedXmlAttributesNoLongerSupported$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
embedXmlAttributesNoLongerSupported$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
empty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
empty() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
empty() - Method in class org.hibernate.collection.internal.PersistentBag
 
empty() - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
empty() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
empty() - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
empty() - Method in class org.hibernate.collection.internal.PersistentList
 
empty() - Method in class org.hibernate.collection.internal.PersistentMap
 
empty() - Method in class org.hibernate.collection.internal.PersistentSet
 
empty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
EMPTY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EMPTY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_BYTE_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_CLASS_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_COLLECTION - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
Deprecated.
EMPTY_INT_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_LIST - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
Deprecated.
EMPTY_MAP - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
Deprecated.
EMPTY_OBJECT_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_STRING_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_TYPE_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EmptyExpression - Class in org.hibernate.criterion
An expression asserting that a collection property is empty
EmptyExpression(String) - Constructor for class org.hibernate.criterion.EmptyExpression
Constructs an EmptyExpression
EmptyInterceptor - Class in org.hibernate
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
 
EmptyIterator - Class in org.hibernate.internal.util.collections
 
ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.AvailableSettings
If enabled, allows DatabaseMetadata to support synonyms during schema update and validations.
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
enableFetchProfile(String) - Method in interface org.hibernate.Session
Enable a particular fetch profile on this session.
enableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFilter(String) - Method in class org.hibernate.internal.SessionImpl
Enable the named filter for this current session.
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableHibernateStatistics(SessionFactory) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
Enable hibernate statistics with the input session factory
enableHibernateStatisticsSupport(SessionFactory) - Method in interface org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistration
Enable hibernate statistics in the mbean.
enableHibernateStatisticsSupport(SessionFactory) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
 
enableLike() - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties.
enableLike(MatchMode) - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
enableReleases() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
enableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Enable connection releases
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
enableStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
EncapsulatedEntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
 
encloseInQuotesIfQuoted(Dialect) - Method in class org.hibernate.metamodel.relational.Identifier
If this is a quoted identifier, then return the identifier name enclosed in dialect-specific open- and end-quotes; otherwise, simply return the identifier name.
encloseWithOuterQuery(StringBuilder) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Encloses original SQL statement with outer query that provides __hibernate_row_nr__ column.
END - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
END - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.ClauseParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.GroupByParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.OrderByParser
 
end(QueryTranslatorImpl) - Method in interface org.hibernate.hql.internal.classic.Parser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PreprocessingParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
end(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.WhereParser
 
end(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
endFunctionTemplate(AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
endLoadingCollections(CollectionPersister) - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
Finish the process of collection-loading for this bound result set.
endRead() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
endRead() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
endRead() - Method in class org.hibernate.collection.internal.PersistentMap
 
endRead() - Method in class org.hibernate.collection.internal.PersistentSet
 
endRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after reading all rows from the JDBC result set
endTransaction(boolean) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
endTransaction(boolean) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a transaction completing.
enhance(String, byte[]) - Method in class org.hibernate.bytecode.enhance.spi.Enhancer
Performs the enhancement.
EnhancedProjection - Interface in org.hibernate.criterion
An "enhanced" Projection for a Criteria query.
EnhancedUserType - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type
EnhancementContext - Interface in org.hibernate.bytecode.enhance.spi
The context for performing an enhancement.
EnhancementException - Exception in org.hibernate.bytecode.enhance
An exception indicating some kind of problem performing bytecode enhancement.
EnhancementException(String, Throwable) - Constructor for exception org.hibernate.bytecode.enhance.EnhancementException
Constructs an EnhancementException
EnhancementTask - Class in org.hibernate.tool.enhance
Ant task for performing build-time enhancement of entities and component/embeddable classes.
EnhancementTask() - Constructor for class org.hibernate.tool.enhance.EnhancementTask
 
Enhancer - Class in org.hibernate.bytecode.enhance.spi
Class responsible for performing enhancement.
Enhancer(EnhancementContext) - Constructor for class org.hibernate.bytecode.enhance.spi.Enhancer
Constructs the Enhancer, using the given context.
EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
Constants used during enhancement.
enlistResource(XAResource) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
EntitiesAtRevisionQuery - Class in org.hibernate.envers.query.internal.impl
 
EntitiesAtRevisionQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, Number, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
EntitiesAtRevisionQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String, Number, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
EntitiesConfigurations - Class in org.hibernate.envers.internal.entities
Configuration of the user entities: property mapping of the entities, relations, inheritance.
EntitiesConfigurations(Map<String, EntityConfiguration>, Map<String, EntityConfiguration>) - Constructor for class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
EntitiesConfigurator - Class in org.hibernate.envers.configuration.internal
 
EntitiesConfigurator() - Constructor for class org.hibernate.envers.configuration.internal.EntitiesConfigurator
 
entitiesDeleted(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesDeleted(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesDeleted(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesDeleted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesDeleted(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesDeleted(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesDeleted(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesDeleted$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesDeleted$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesDeleted$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesDeleted$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesDeleted$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesDeleted$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesEqual(SessionImplementor, String, Object, Object) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
entitiesFetched(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesFetched(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesFetched(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesFetched(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesFetched(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesFetched(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesFetched(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesFetched$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesFetched$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesFetched$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesFetched$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesFetched$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesFetched$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesInserted(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesInserted(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesInserted(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesInserted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesInserted(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesInserted(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesInserted(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesInserted$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesInserted$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesInserted$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesInserted$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesInserted$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesInserted$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesLoaded(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesLoaded(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesLoaded(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesLoaded(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesLoaded(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesLoaded(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesLoaded(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesLoaded$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesLoaded$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesLoaded$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesLoaded$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesLoaded$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesLoaded$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
EntitiesModifiedAtRevisionQuery - Class in org.hibernate.envers.query.internal.impl
In comparison to EntitiesAtRevisionQuery this query returns an empty collection if an entity of a certain type has not been changed in a given revision.
EntitiesModifiedAtRevisionQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, Number) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
EntitiesModifiedAtRevisionQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String, Number) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
entitiesUpdated(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesUpdated(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesUpdated(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesUpdated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesUpdated(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesUpdated(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesUpdated(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entitiesUpdated$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entitiesUpdated$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entitiesUpdated$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entitiesUpdated$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entitiesUpdated$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entitiesUpdated$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
Entity - Annotation Type in org.hibernate.annotations
Deprecated.
See individual attributes for intended replacements. To be removed in 4.1
entity - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
 
entity - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
entity(Class) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve a type representing the given entity.
entity(String) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve a type representing the given entity.
entity(Class<X>) - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
Entity - Class in org.hibernate.metamodel.domain
Models the notion of an entity
Entity(String, String, ValueHolder<Class<?>>, Hierarchical) - Constructor for class org.hibernate.metamodel.domain.Entity
Constructor for the entity
ENTITY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ENTITY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
entity(Class) - Method in interface org.hibernate.TypeHelper
Retrieve a type representing the given entity.
entity(String) - Method in interface org.hibernate.TypeHelper
Retrieve a type representing the given entity.
ENTITY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ENTITY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for entity caches.
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_ENTRY_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the EntityEntry
ENTITY_ENTRY_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the EntityEntry field.
ENTITY_ENTRY_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the EntityEntry field.
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_INSTANCE_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to get reference the the entity instance (this in the case of enhanced classes).
ENTITY_LISTENERS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ENTITY_MANAGER_FACTORY_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
EntityManagerFactory name
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_PERSISTER_CONSTRUCTOR_ARGS - Static variable in class org.hibernate.persister.internal.PersisterFactoryImpl
The constructor signature for EntityPersister implementations
ENTITY_PERSISTER_CONSTRUCTOR_ARGS_NEW - Static variable in class org.hibernate.persister.internal.PersisterFactoryImpl
The constructor signature for EntityPersister implementations using an EntityBinding.
ENTITY_RESULT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
ENTITY_TUP_CTOR_SIG_NEW - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityAction - Class in org.hibernate.action.internal
Base class for actions relating to insert/update/delete of an entity instance.
EntityAction(SessionImplementor, Serializable, Object, EntityPersister) - Constructor for class org.hibernate.action.internal.EntityAction
Instantiate an action.
EntityAliases - Interface in org.hibernate.loader
Metadata describing the SQL result set column aliases for a particular entity.
entityAnnotationOnNonRoot(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityAnnotationOnNonRoot(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityAnnotationOnNonRoot(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityAnnotationOnNonRoot(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entityAnnotationOnNonRoot(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityAnnotationOnNonRoot(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityAnnotationOnNonRoot(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entityAnnotationOnNonRoot$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityAnnotationOnNonRoot$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityAnnotationOnNonRoot$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityAnnotationOnNonRoot$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityAnnotationOnNonRoot$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityAnnotationOnNonRoot$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
EntityBasedAssociationAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedAssociationAttribute(EntityPersister, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
EntityBasedBasicAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedBasicAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedBasicAttribute
 
EntityBasedCompositionAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedCompositionAttribute(EntityPersister, SessionFactoryImplementor, int, String, CompositeType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
 
EntityBinder - Class in org.hibernate.cfg.annotations
Stateful holder and processor for binding Entity information
EntityBinder() - Constructor for class org.hibernate.cfg.annotations.EntityBinder
Use as a fake one for Collection of elements
EntityBinder(Entity, Entity, XClass, PersistentClass, Mappings) - Constructor for class org.hibernate.cfg.annotations.EntityBinder
 
EntityBinding - Class in org.hibernate.metamodel.binding
Provides the link between the domain and the relational model for an entity.
EntityBinding(InheritanceType, EntityMode) - Constructor for class org.hibernate.metamodel.binding.EntityBinding
Used to instantiate the EntityBinding for an entity that is the root of an inheritance hierarchy
EntityBinding(EntityBinding) - Constructor for class org.hibernate.metamodel.binding.EntityBinding
Used to instantiate the EntityBinding for an entity that is a subclass (sub-entity) in an inheritance hierarchy
EntityBindingContext - Class in org.hibernate.metamodel.source.annotations.entity
Annotation version of a local binding context.
EntityBindingContext(AnnotationBindingContext, ConfiguredClass) - Constructor for class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
EntityCallback - Class in org.hibernate.jpa.event.internal.jpa
Represents a JPA callback on the entity itself
EntityCallback(Method) - Constructor for class org.hibernate.jpa.event.internal.jpa.EntityCallback
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in interface org.hibernate.envers.EntityTrackingRevisionListener
Called after audited entity data has been persisted.
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
entityChanged(Session, Object, AuditWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.EntityChangeNotifier
Notifies RevisionInfoGenerator about changes made in the current revision.
EntityChangeNotifier - Class in org.hibernate.envers.internal.synchronization
Notifies RevisionInfoGenerator about changes made in the current revision.
EntityChangeNotifier(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.internal.synchronization.EntityChangeNotifier
 
entityClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
 
EntityClass - Class in org.hibernate.metamodel.source.annotations.entity
Represents an entity or mapped superclass configured via annotations/orm-xml.
EntityClass(ClassInfo, EntityClass, AccessType, InheritanceType, AnnotationBindingContext) - Constructor for class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
entityClassName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EntityConfiguration - Class in org.hibernate.envers.internal.entities
 
EntityConfiguration(String, String, IdMappingData, ExtendedPropertyMapper, String) - Constructor for class org.hibernate.envers.internal.entities.EntityConfiguration
 
EntityDefinition - Interface in org.hibernate.persister.walking.spi
Defines the contract for walking the attributes defined by an entity
EntityDeleteAction - Class in org.hibernate.action.internal
The action for performing an entity deletion.
EntityDeleteAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.EntityDeleteAction
Constructs an EntityDeleteAction.
EntityDiscriminator - Class in org.hibernate.metamodel.binding
Binding of the discriminator in a entity hierarchy
EntityDiscriminator() - Constructor for class org.hibernate.metamodel.binding.EntityDiscriminator
 
EntityElement - Interface in org.hibernate.internal.jaxb.mapping.hbm
 
entityElement() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
entityElement() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
EntityElementGraph - Class in org.hibernate.loader.plan.spi
Represents the FetchOwner for a collection element that is an entity association type.
EntityElementGraph(SessionFactoryImplementor, CollectionReference, PropertyPath) - Constructor for class org.hibernate.loader.plan.spi.EntityElementGraph
Constructs an EntityElementGraph.
EntityElementGraph(EntityElementGraph, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.EntityElementGraph
 
EntityEntry - Class in org.hibernate.engine.spi
We need an entry to tell us all about the current state of an object with respect to its persistent state
EntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, EntityMode, String, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.spi.EntityEntry
 
EntityEntryContext - Class in org.hibernate.engine.internal
Defines a context for maintaining the relation between an entity associated with the Session ultimately owning this EntityEntryContext instance and that entity's corresponding EntityEntry.
EntityEntryContext() - Constructor for class org.hibernate.engine.internal.EntityEntryContext
Constructs a EntityEntryContext
EntityEntryContext.EntityEntryCrossRef - Interface in org.hibernate.engine.internal
EntityFetch - Class in org.hibernate.loader.plan.spi
Represents a Fetch for an entity association attribute as well as a FetchOwner of the entity association sub-attribute fetches.
EntityFetch(SessionFactoryImplementor, LockMode, FetchOwner, String, FetchStrategy) - Constructor for class org.hibernate.loader.plan.spi.EntityFetch
Constructs an EntityFetch object.
EntityFetch(EntityFetch, CopyContext, FetchOwner) - Constructor for class org.hibernate.loader.plan.spi.EntityFetch
Copy constructor.
EntityFetchOwnerDelegate - Class in org.hibernate.loader.plan.spi
A delegate for an entity fetch owner to obtain details about an owned attribute fetch.
EntityFetchOwnerDelegate(EntityPersister) - Constructor for class org.hibernate.loader.plan.spi.EntityFetchOwnerDelegate
EntityFetchReturn - Class in org.hibernate.loader.custom
Spefically a fetch return that refers to an entity association.
EntityFetchReturn(String, EntityAliases, NonScalarReturn, String, LockMode) - Constructor for class org.hibernate.loader.custom.EntityFetchReturn
 
EntityGraphBasedLoadPlanAdvisor - Class in org.hibernate.jpa.graph.internal.advisor
A LoadPlanAdvisor implementation for applying JPA "entity graph" fetches
EntityGraphBasedLoadPlanAdvisor(EntityGraphImpl, AdviceStyle) - Constructor for class org.hibernate.jpa.graph.internal.advisor.EntityGraphBasedLoadPlanAdvisor
Constricts a LoadPlanAdvisor for applying any additional fetches needed as indicated by the given entity graph.
EntityGraphBasedLoadPlanAdvisor.CopyContextImpl - Class in org.hibernate.jpa.graph.internal.advisor
 
EntityGraphBasedLoadPlanAdvisor.CopyContextImpl(EntityReturn) - Constructor for class org.hibernate.jpa.graph.internal.advisor.EntityGraphBasedLoadPlanAdvisor.CopyContextImpl
 
EntityGraphImpl<T> - Class in org.hibernate.jpa.graph.internal
The Hibernate implementation of the JPA EntityGraph contract.
EntityGraphImpl(String, EntityType<T>, HibernateEntityManagerFactory) - Constructor for class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
EntityHierarchy - Interface in org.hibernate.metamodel.source.binder
Models the source-agnostic view of an entity hierarchy.
EntityHierarchyBuilder - Class in org.hibernate.metamodel.source.annotations
Given a (jandex) annotation index build processes all classes with JPA relevant annotations and pre-orders JPA entities respectively their inheritance hierarchy.
EntityHierarchyBuilder() - Constructor for class org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder
 
EntityHierarchyImpl - Class in org.hibernate.metamodel.source.annotations
 
EntityHierarchyImpl(RootEntitySource, InheritanceType) - Constructor for class org.hibernate.metamodel.source.annotations.EntityHierarchyImpl
 
EntityHierarchyImpl - Class in org.hibernate.metamodel.source.hbm
 
EntityHierarchyImpl(RootEntitySourceImpl) - Constructor for class org.hibernate.metamodel.source.hbm.EntityHierarchyImpl
 
EntityIdentifier - Class in org.hibernate.metamodel.binding
Binds the entity identifier.
EntityIdentifier(EntityBinding) - Constructor for class org.hibernate.metamodel.binding.EntityIdentifier
Create an identifier
EntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
Describes aspects of the identifier for an entity
EntityIdentifierDefinitionHelper - Class in org.hibernate.persister.walking.internal
 
EntityIdentifierDefinitionHelper() - Constructor for class org.hibernate.persister.walking.internal.EntityIdentifierDefinitionHelper
 
entityIdentifierValueBindingExists(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityIdentifierValueBindingExists(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityIdentifierValueBindingExists(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityIdentifierValueBindingExists(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entityIdentifierValueBindingExists(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityIdentifierValueBindingExists(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityIdentifierValueBindingExists(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entityIdentifierValueBindingExists$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityIdentifierValueBindingExists$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityIdentifierValueBindingExists$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityIdentifierValueBindingExists$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityIdentifierValueBindingExists$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityIdentifierValueBindingExists$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
EntityIdentityInsertAction - Class in org.hibernate.action.internal
The action for performing entity insertions when entity is using IDENTITY column identifier generation
EntityIdentityInsertAction(Object[], Object, EntityPersister, boolean, SessionImplementor, boolean) - Constructor for class org.hibernate.action.internal.EntityIdentityInsertAction
Constructs an EntityIdentityInsertAction
EntityIncrementVersionProcess - Class in org.hibernate.action.internal
A BeforeTransactionCompletionProcess impl to verify and increment an entity version as party of before-transaction-completion processing
EntityIncrementVersionProcess(Object, EntityEntry) - Constructor for class org.hibernate.action.internal.EntityIncrementVersionProcess
Constructs an EntityIncrementVersionProcess for the given entity.
EntityIndexGraph - Class in org.hibernate.loader.plan.spi
Represents the FetchOwner for a collection index that is an entity.
EntityIndexGraph(SessionFactoryImplementor, CollectionReference, PropertyPath) - Constructor for class org.hibernate.loader.plan.spi.EntityIndexGraph
Constructs an EntityIndexGraph.
EntityIndexGraph(EntityIndexGraph, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.EntityIndexGraph
 
EntityInsertAction - Class in org.hibernate.action.internal
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.
EntityInsertAction(Serializable, Object[], Object, Object, EntityPersister, boolean, SessionImplementor) - Constructor for class org.hibernate.action.internal.EntityInsertAction
Constructs an EntityInsertAction.
EntityInstantiator - Class in org.hibernate.envers.internal.entities
 
EntityInstantiator(AuditConfiguration, AuditReaderImplementor) - Constructor for class org.hibernate.envers.internal.entities.EntityInstantiator
 
entityInstantiator - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
entityInstantiator - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EntityInstrumentationMetadata - Interface in org.hibernate.bytecode.spi
Encapsulates bytecode instrumentation information about a particular entity.
entityIsDetached(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsDetached(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
The given save-update event named a detached entity.
entityIsPersistent(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsPersistent(PersistEvent, Map) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
entityIsPersistent(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
entityIsTransient(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsTransient(PersistEvent, Map) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
entityIsTransient(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
The given save-update event named a transient entity.
EntityJoinableAssociationImpl - Class in org.hibernate.loader.internal
This class represents a joinable entity association.
EntityJoinableAssociationImpl(EntityFetch, CollectionReference, String, boolean, Map<String, Filter>) - Constructor for class org.hibernate.loader.internal.EntityJoinableAssociationImpl
 
EntityJoinWalker - Class in org.hibernate.loader.entity
A walker for loaders that fetch entities
EntityJoinWalker(OuterJoinLoadable, String[], int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityJoinWalker
 
EntityJoinWalker(OuterJoinLoadable, String[], int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityJoinWalker
 
EntityKey - Class in org.hibernate.engine.spi
Uniquely identifies of an entity instance in a particular session by identifier.
EntityKey(Serializable, EntityPersister, String) - Constructor for class org.hibernate.engine.spi.EntityKey
Construct a unique identifier for an entity class instance.
entityListener - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListeners
 
entityListeners - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
entityListeners - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
entityListeners - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
EntityLoadContext - Class in org.hibernate.engine.loading.internal
Tracks information about loading of entities specific to a given result set.
EntityLoadContext(LoadContexts, ResultSet) - Constructor for class org.hibernate.engine.loading.internal.EntityLoadContext
 
EntityLoader - Class in org.hibernate.loader.entity
Loads an entity instance using outerjoin fetching to fetch associated entities.
EntityLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoadQueryBuilderImpl - Class in org.hibernate.loader.internal
 
EntityLoadQueryBuilderImpl(LoadQueryInfluencers, LoadPlan) - Constructor for class org.hibernate.loader.internal.EntityLoadQueryBuilderImpl
 
EntityLoadQueryImpl - Class in org.hibernate.loader.internal
Represents an load query for fetching an entity, used for generating SQL.
EntityLoadQueryImpl(EntityReturn, List<JoinableAssociation>) - Constructor for class org.hibernate.loader.internal.EntityLoadQueryImpl
 
entityManager() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
entityManagerClosedBySomeoneElse(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityManagerClosedBySomeoneElse(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityManagerClosedBySomeoneElse(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityManagerClosedBySomeoneElse(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entityManagerClosedBySomeoneElse(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityManagerClosedBySomeoneElse(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityManagerClosedBySomeoneElse(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entityManagerClosedBySomeoneElse$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityManagerClosedBySomeoneElse$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityManagerClosedBySomeoneElse$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityManagerClosedBySomeoneElse$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityManagerClosedBySomeoneElse$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityManagerClosedBySomeoneElse$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entityManagerFactory() - Method in class org.hibernate.jpa.graph.internal.AbstractGraphNode
 
entityManagerFactory() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
entityManagerFactory() - Method in interface org.hibernate.jpa.graph.spi.AttributeNodeImplementor
 
entityManagerFactory() - Method in interface org.hibernate.jpa.graph.spi.GraphNodeImplementor
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityManagerFactoryAlreadyRegistered$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
EntityManagerFactoryBuilder - Interface in org.hibernate.jpa.boot.spi
Represents a 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.
EntityManagerFactoryBuilderImpl - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map, ClassLoader) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
EntityManagerFactoryBuilderImpl.CacheRegionDefinition - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl.CacheRegionDefinition(EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType, String, String, String, boolean) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.CacheRegionDefinition
 
EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType - Enum in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl.JaccDefinition - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl.JaccDefinition(String, String, String, String) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.JaccDefinition
 
EntityManagerFactoryBuilderImpl.MetadataSources - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl.MetadataSources() - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MetadataSources
 
EntityManagerFactoryBuilderImpl.MetadataSources.ConverterDescriptor - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl.MetadataSources.ConverterDescriptor(String, boolean) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MetadataSources.ConverterDescriptor
 
EntityManagerFactoryBuilderImpl.ServiceRegistryCloser - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl.ServiceRegistryCloser() - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.ServiceRegistryCloser
 
EntityManagerFactoryImpl - Class in org.hibernate.jpa.internal
Actual Hibernate implementation of EntityManagerFactory.
EntityManagerFactoryImpl(PersistenceUnitTransactionType, boolean, Class, Configuration, ServiceRegistry, String) - Constructor for class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
EntityManagerFactoryImpl(String, SessionFactoryImplementor, SettingsImpl, Map<?, ?>, Configuration) - Constructor for class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
EntityManagerFactoryRegistry - Class in org.hibernate.jpa.internal
An internal registry of all EntityManagerFactoryImpl instances for the same classloader as this class.
EntityManagerFactoryRegistry() - Constructor for class org.hibernate.jpa.internal.EntityManagerFactoryRegistry
 
EntityManagerImpl - Class in org.hibernate.jpa.internal
Hibernate implementation of EntityManager.
EntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, SynchronizationType, PersistenceUnitTransactionType, boolean, Class, Map) - Constructor for class org.hibernate.jpa.internal.EntityManagerImpl
 
EntityManagerMessageLogger - Interface in org.hibernate.jpa.internal
The jboss-logging MessageLogger for the hibernate-entitymanager module.
EntityManagerMessageLogger_$logger - Class in org.hibernate.jpa.internal
Warning this class consists of generated code.
EntityManagerMessageLogger_$logger(Logger) - Constructor for class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityMappedAsNonAbstract(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityMappedAsNonAbstract(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityMappedAsNonAbstract(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityMappedAsNonAbstract(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entityMappedAsNonAbstract(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityMappedAsNonAbstract(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityMappedAsNonAbstract(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
entityMappedAsNonAbstract$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
entityMappedAsNonAbstract$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
entityMappedAsNonAbstract$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
entityMappedAsNonAbstract$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
entityMappedAsNonAbstract$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
entityMappedAsNonAbstract$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
EntityMappingsMocker - Class in org.hibernate.metamodel.source.annotations.xml.mocker
Parse all JaxbEntityMappings generated from orm.xml.
EntityMappingsMocker(List<JaxbEntityMappings>, Index, ServiceRegistry) - Constructor for class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker
 
EntityMappingsMocker.Default - Class in org.hibernate.metamodel.source.annotations.xml.mocker
 
EntityMappingsMocker.Default() - Constructor for class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
EntityMetamodel - Class in org.hibernate.tuple.entity
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMetamodel(EntityBinding, AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMode - Enum in org.hibernate
Defines the representation modes available for entities.
entityMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
 
entityMode - Variable in class org.hibernate.type.ComponentType
 
entityName - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
entityName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
entityName - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
entityName - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
entityName - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
EntityNameResolver - Interface in org.hibernate
Contract for resolving an entity-name from a given entity instance.
EntityNotFoundDelegate - Interface in org.hibernate.proxy
Delegate to handle the scenario of an entity not found by a specified id.
EntityPersister - Interface in org.hibernate.persister.entity
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
EntityPrinter - Class in org.hibernate.internal.util
Renders entities and query parameters to a nicely readable string.
EntityPrinter(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.util.EntityPrinter
 
EntityPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on a property of an audited entity.
EntityPropertyName(String) - Constructor for class org.hibernate.envers.query.internal.property.EntityPropertyName
 
entityReference - Variable in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
EntityReference - Interface in org.hibernate.loader.plan.spi
Represents a reference to an entity either as a return or as a fetch
EntityRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store entity data.
EntityRegionAccessStrategy - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached entity data.
EntityRegionImpl - Class in org.hibernate.cache.infinispan.entity
Entity region implementation
EntityRegionImpl(AdvancedCache, String, CacheDataDescription, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.entity.EntityRegionImpl
Construct a entity region
entityResult - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
 
EntityReturn - Class in org.hibernate.loader.plan.spi
Represents an entity return value in the query results.
EntityReturn(SessionFactoryImplementor, LockMode, String) - Constructor for class org.hibernate.loader.plan.spi.EntityReturn
Construct an EntityReturn.
EntityReturn(EntityReturn, CopyContext) - Constructor for class org.hibernate.loader.plan.spi.EntityReturn
 
EntitySource - Interface in org.hibernate.metamodel.source.binder
Contract describing source of an entity
EntitySourceImpl - Class in org.hibernate.metamodel.source.annotations.entity
 
EntitySourceImpl(EntityClass) - Constructor for class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
EntityStatistics - Interface in org.hibernate.stat
Entity related statistics
EntityStats - Class in org.hibernate.cache.ehcache.management.impl
When we only support Java 6, all of this OpenMBean scaffolding can be removed in favor or MXBeans.
EntityStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.EntityStats
Constructor only naming the stat
EntityStats(String, EntityStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.EntityStats
Constructor naming the stat and sourcing stats
EntityStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.EntityStats
Constructor from compositeDate
EntityTools - Class in org.hibernate.envers.internal.tools
 
EntityTools() - Constructor for class org.hibernate.envers.internal.tools.EntityTools
 
EntityTrackingRevisionListener - Interface in org.hibernate.envers
Extension of standard RevisionListener that notifies whenever an entity instance has been added, modified or removed within current revision boundaries.
EntityTuplizer - Interface in org.hibernate.tuple.entity
Defines further responsibilities reagarding tuplization based on a mapped entity.
EntityTuplizerFactory - Class in org.hibernate.tuple.entity
A registry allowing users to define the default EntityTuplizer class to use per EntityMode.
EntityTuplizerFactory() - Constructor for class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityType - Class in org.hibernate.type
Base for types which map associations to persistent entities.
EntityType(TypeFactory.TypeScope, String, String, boolean, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
EntityType(TypeFactory.TypeScope, String, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
EntityType(TypeFactory.TypeScope, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityTypeExpression<T> - Class in org.hibernate.jpa.criteria.expression
TODO : javadoc
EntityTypeExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.EntityTypeExpression
 
EntityTypeImpl<X> - Class in org.hibernate.jpa.internal.metamodel
Defines the Hibernate implementation of the JPA EntityType contract.
EntityTypeImpl(Class, AbstractIdentifiableType<? super X>, PersistentClass) - Constructor for class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
EntityUniqueKey - Class in org.hibernate.engine.spi
Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.
EntityUniqueKey(String, String, Object, Type, EntityMode, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.EntityUniqueKey
 
EntityUpdateAction - Class in org.hibernate.action.internal
The action for performing entity updates.
EntityUpdateAction(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, Object, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.internal.EntityUpdateAction
Constructs an EntityUpdateAction
EntityVerifyVersionProcess - Class in org.hibernate.action.internal
A BeforeTransactionCompletionProcess impl to verify an entity version as part of before-transaction-completion processing
EntityVerifyVersionProcess(Object, EntityEntry) - Constructor for class org.hibernate.action.internal.EntityVerifyVersionProcess
Constructs an EntityVerifyVersionProcess
EntityXmlMappingData - Class in org.hibernate.envers.configuration.internal.metadata
 
EntityXmlMappingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
entries(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterate all collection entries, during update of the database
ENTRY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ENTRY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ENTRY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
entry() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
entryArray() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentList
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.internal.PersistentSet
 
entryExists(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the given element/entry exist in the collection?
entrySet() - Method in class org.hibernate.collection.internal.PersistentMap
 
entrySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
entrySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
entrySet() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
entrySet() - Method in class org.hibernate.proxy.map.MapProxy
 
ENUM - Static variable in class org.hibernate.type.EnumType
 
ENUM_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
EnumConversionHelper - Class in org.hibernate.metamodel.source.annotations
Helper class which converts between different enum types.
enumerated - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
enumerated - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
ENUMERATED - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
EnumeratedTypeResolver - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
EnumeratedTypeResolver(MappedAttribute) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.EnumeratedTypeResolver
 
EnumType - Class in org.hibernate.type
Value type mapper for enumerations.
EnumType() - Constructor for class org.hibernate.type.EnumType
 
EnumType.EnumValueMapperSupport - Class in org.hibernate.type
 
EnumType.EnumValueMapperSupport() - Constructor for class org.hibernate.type.EnumType.EnumValueMapperSupport
 
EnversIntegrator - Class in org.hibernate.envers.event.spi
Provides integration for Envers into Hibernate, which mainly means registering the proper event listeners.
EnversIntegrator() - Constructor for class org.hibernate.envers.event.spi.EnversIntegrator
 
EnversListener - Interface in org.hibernate.envers.event.spi
Marker interface for Envers listeners for duplication handling.
EnversListenerDuplicationStrategy - Class in org.hibernate.envers.event.spi
Event listener duplication strategy for envers
EnversListenerDuplicationStrategy() - Constructor for class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
EnversLogging - Class in org.hibernate.envers.internal
Sad when you need helpers for generating loggers...
EnversMessageLogger - Interface in org.hibernate.envers.internal
The jboss-logging MessageLogger for the hibernate-envers module.
EnversMessageLogger_$logger - Class in org.hibernate.envers.internal
Warning this class consists of generated code.
EnversMessageLogger_$logger(Logger) - Constructor for class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
EnversPostCollectionRecreateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection recreation event listener
EnversPostCollectionRecreateEventListenerImpl(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
EnversPostDeleteEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) deletion event listener
EnversPostDeleteEventListenerImpl(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
EnversPostInsertEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) insertion event listener
EnversPostInsertEventListenerImpl(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
EnversPostUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) update event listener
EnversPostUpdateEventListenerImpl(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
EnversPreCollectionRemoveEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection removal event listener
EnversPreCollectionRemoveEventListenerImpl(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
EnversPreCollectionUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection update event listener
EnversPreCollectionUpdateEventListenerImpl(AuditConfiguration) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
EnversSchemaGenerator - Class in org.hibernate.envers.tools.hbm2ddl
 
EnversSchemaGenerator(ServiceRegistry, Configuration) - Constructor for class org.hibernate.envers.tools.hbm2ddl.EnversSchemaGenerator
 
EnversSchemaGenerator(Configuration) - Constructor for class org.hibernate.envers.tools.hbm2ddl.EnversSchemaGenerator
 
EnversSchemaGenerator(Configuration, Properties) - Constructor for class org.hibernate.envers.tools.hbm2ddl.EnversSchemaGenerator
 
EnversSchemaGenerator(Configuration, Connection) - Constructor for class org.hibernate.envers.tools.hbm2ddl.EnversSchemaGenerator
 
EnversSettings - Interface in org.hibernate.envers.configuration
Configuration property names.
Environment - Class in org.hibernate.cfg
Provides access to configuration info passed in Properties objects.
ENVIRONMENT_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
EOF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
EOF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EOF - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EOF - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
eq(Object) - Method in class org.hibernate.criterion.Property
Creates an equality restriction.
eq(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query equality expression for this property
eq(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property
eq(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being equal to the value in the subquery result.
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
EQ - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EQ - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eqAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a equals-all sub-query expression for this property.
eqAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal equals ALL the values in the subquery result.
eqOrIsNull(Object) - Method in class org.hibernate.criterion.Property
Creates an equality restriction capable of also rendering as IS NULL if the given value is null
eqOrIsNull(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property.
eqProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an equality restriction between 2 properties
eqProperty(String) - Method in class org.hibernate.criterion.Property
Creates an equality restriction between 2 properties
eqProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to two properties
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
equal(Expression<?>, Expression<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
equal(Expression<?>, Object) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
equalityExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
equals(Object) - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
equals(Object) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
equals(Object) - Method in class org.hibernate.cache.spi.CacheKey
 
equals(Object) - Method in class org.hibernate.cache.spi.FilterKey
 
equals(Object) - Method in class org.hibernate.cache.spi.NaturalIdCacheKey
 
equals(Object) - Method in class org.hibernate.cache.spi.QueryKey
 
equals(Object) - Method in class org.hibernate.cfg.FkSecondPass
 
equals(Object) - Method in class org.hibernate.collection.internal.PersistentBag
Bag does not respect the collection API and do an JVM instance comparison to do the equals.
equals(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
equals(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
equals(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
equals(Object) - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
equals(Object) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
equals(Object) - Method in class org.hibernate.engine.spi.AssociationKey
 
equals(Object) - Method in class org.hibernate.engine.spi.CollectionKey
 
equals(Object) - Method in class org.hibernate.engine.spi.EntityKey
 
equals(Object) - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
equals(Object) - Method in class org.hibernate.engine.spi.TypedValue
 
equals(Object) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
equals(Object) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.PropertyData
 
equals(Object, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
equals(Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
equals(Object) - Method in class org.hibernate.envers.internal.tools.Triple
 
equals(Object) - Method in class org.hibernate.envers.tools.Pair
 
equals(Object) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
equals(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
equals(Object, Object) - Static method in class org.hibernate.internal.util.compare.EqualsHelper
 
equals(Object) - Method in class org.hibernate.jpa.boot.internal.ClassDescriptorImpl
 
equals(Object) - Method in class org.hibernate.jpa.boot.internal.PackageDescriptorImpl
 
equals(Object) - Method in class org.hibernate.mapping.Column
 
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Object) - Method in class org.hibernate.mapping.FetchProfile
equals(Object) - Method in class org.hibernate.mapping.Table
 
equals(Table) - Method in class org.hibernate.mapping.Table
 
equals(Object) - Method in class org.hibernate.metamodel.relational.Datatype
 
equals(Object) - Method in class org.hibernate.metamodel.relational.Identifier
 
equals(Object) - Method in class org.hibernate.metamodel.relational.ObjectName
 
equals(Object) - Method in class org.hibernate.metamodel.relational.Schema
 
equals(Object) - Method in class org.hibernate.metamodel.relational.Schema.Name
 
equals(Object) - Method in class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
equals(Object) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
equals(Object) - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
equals(Object) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
equals(Object) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.CacheableResultTransformer
 
equals(Object) - Method in class org.hibernate.tuple.ElementWrapper
 
equals(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
equals(Object, Object) - Method in class org.hibernate.type.EnumType
 
equals(Object, Object) - Method in class org.hibernate.type.StringClobType
Deprecated.
 
equals(Object, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Object, Object) - Method in interface org.hibernate.usertype.UserType
Compare two instances of the class mapped by this type for persistence "equality".
EqualsHelper - Class in org.hibernate.internal.util.compare
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the current state exactly match the snapshot?
error(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
Log a message with ERROR semantics.
error(SAXParseException) - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
error(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
error(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
ERROR_CANNOT_DETERMINE_TYPE - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_CANNOT_FETCH_WITH_ITERATE - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_CANNOT_FORMAT_LITERAL - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_NAMED_PARAMETER_DOES_NOT_APPEAR - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ErrorCounter - Class in org.hibernate.hql.internal.ast
An error handler that counts parsing errors and warnings.
ErrorCounter() - Constructor for class org.hibernate.hql.internal.ast.ErrorCounter
Constructs an ErrorCounter without knowledge of the HQL, meaning that generated QueryException instances *will not* contain the HQL (and will need to be wrapped at a higher level in another QueryException).
ErrorCounter(String) - Constructor for class org.hibernate.hql.internal.ast.ErrorCounter
Constructs an ErrorCounter with knowledge of the HQL, meaning that generated QueryException instances *will* contain the HQL.
errorIfClosed() - Method in class org.hibernate.internal.AbstractSessionImpl
 
ErrorLogger - Class in org.hibernate.internal.util.xml
Implements an ErrorHandler that mainly just logs errors/warnings.
ErrorLogger() - Constructor for class org.hibernate.internal.util.xml.ErrorLogger
 
ErrorLogger(String) - Constructor for class org.hibernate.internal.util.xml.ErrorLogger
 
ErrorReporter - Interface in org.hibernate.hql.internal.ast
Implementations will report or handle errors invoked by an ANTLR base parser.
ESCAPE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ESCAPE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
escapeMultibyteChars(String) - Static method in class org.hibernate.hql.internal.ast.util.ASTPrinter
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
ESCqs - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ESCqs - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ESCqs - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
evaluate() - Method in class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
evaluate() - Method in class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
evaluateAssignment(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
event - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
 
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Event configuration should follow the following pattern hibernate.ejb.event.[eventType] f.q.c.n.EventListener1, f.q.c.n.EventListener12 ...
EventListenerGroup<T> - Interface in org.hibernate.event.service.spi
Contract for a groups of events listeners for a particular event type.
EventListenerGroupImpl<T> - Class in org.hibernate.event.service.internal
 
EventListenerGroupImpl(EventType<T>) - Constructor for class org.hibernate.event.service.internal.EventListenerGroupImpl
 
EventListenerRegistrationException - Exception in org.hibernate.event.service.spi
Indicates a problem registering an event listener.
EventListenerRegistrationException(String) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
 
EventListenerRegistrationException(String, Throwable) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
 
EventListenerRegistry - Interface in org.hibernate.event.service.spi
Service for accessing each EventListenerGroup by EventType, as well as convenience methods for managing the listeners registered in each EventListenerGroup.
EventListenerRegistryImpl - Class in org.hibernate.event.service.internal
 
EventListenerRegistryImpl() - Constructor for class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
EventListenerServiceInitiator - Class in org.hibernate.event.service.internal
Service initiator for EventListenerRegistry
EventListenerServiceInitiator() - Constructor for class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
eventName() - Method in class org.hibernate.event.spi.EventType
 
eventSource() - Method in class org.hibernate.action.internal.CollectionAction
 
eventSource() - Method in class org.hibernate.action.internal.EntityAction
 
EventSource - Interface in org.hibernate.event.spi
 
EventType<T> - Class in org.hibernate.event.spi
Enumeration of the recognized types of events, including meta-information about each.
eventTypeByNameMap - Static variable in class org.hibernate.event.spi.EventType
Maintain a map of EventType instances keyed by name for lookup by name as well as EventType.values() resolution.
evict() - Method in class org.hibernate.action.internal.CollectionAction
 
evict(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
evict(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
evict(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
evict(Object) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
evict(Object) - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
evict(Object) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
evict(Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Evict an item from the cache immediately (without regard for transaction isolation).
EVICT - Static variable in class org.hibernate.engine.spi.CascadeStyles
evict
EVICT - Static variable in class org.hibernate.engine.spi.CascadingActions
 
evict(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
EVICT - Static variable in class org.hibernate.event.spi.EventType
 
evict(Class, Serializable) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evict(Class) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evict(Object) - Method in class org.hibernate.internal.SessionImpl
remove any hard references to the entity that are held by the infrastructure (references held by application or other persistent instances are okay)
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
evict(Class) - Method in interface org.hibernate.SessionFactory
Deprecated.
evict(Class, Serializable) - Method in interface org.hibernate.SessionFactory
Deprecated.
EVICT_ALL - Static variable in interface org.hibernate.cache.infinispan.util.CacheCommandIds
The "evict all" command id
evictAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
evictAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
evictAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
evictAll() - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
evictAll() - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
evictAll() - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
evictAll() - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Evict all contents of this particular cache region (without regard for transaction isolation).
EvictAllCommand - Class in org.hibernate.cache.infinispan.util
Evict all command
EvictAllCommand(String, BaseRegion) - Constructor for class org.hibernate.cache.infinispan.util.EvictAllCommand
Evict all command constructor.
EvictAllCommand(String) - Constructor for class org.hibernate.cache.infinispan.util.EvictAllCommand
Evict all command constructor.
evictCollection(String, Serializable) - Method in interface org.hibernate.Cache
Evicts the cache data for the given identified collection instance.
evictCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.EvictVisitor
 
evictCollection(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
evictCollection(String, Serializable) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictCollection(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictCollection(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
evictCollection(String, Serializable) - Method in interface org.hibernate.SessionFactory
evictCollectionRegion(String) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictCollectionRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictCollectionRegions() - Method in interface org.hibernate.Cache
Evict data from all collection regions.
evictCollectionRegions() - Method in class org.hibernate.internal.CacheImpl
 
evictDefaultQueryRegion() - Method in interface org.hibernate.Cache
Evicts all cached query results from the default region.
evictDefaultQueryRegion() - Method in class org.hibernate.internal.CacheImpl
 
evictEntity(Class, Serializable) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntity(String, Serializable) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntity(Class, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
evictEntity(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
evictEntity(String, Serializable) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictEntity(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictEntity(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
evictEntity(String, Serializable) - Method in interface org.hibernate.SessionFactory
Deprecated.
evictEntityRegion(Class) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityRegion(String) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityRegion(Class) - Method in class org.hibernate.internal.CacheImpl
 
evictEntityRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictEntityRegions() - Method in interface org.hibernate.Cache
Evict data from all entity regions.
evictEntityRegions() - Method in class org.hibernate.internal.CacheImpl
 
EvictEvent - Class in org.hibernate.event.spi
Defines an event class for the evicting of an entity.
EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.EvictEvent
 
EvictEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of evict events generated from a session.
evictNaturalIdRegion(Class) - Method in interface org.hibernate.Cache
Evicts all naturalId data from the given region (i.e.
evictNaturalIdRegion(String) - Method in interface org.hibernate.Cache
Evicts all naturalId data from the given region (i.e.
evictNaturalIdRegion(Class) - Method in class org.hibernate.internal.CacheImpl
 
evictNaturalIdRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictNaturalIdRegions() - Method in interface org.hibernate.Cache
Evict data from all naturalId regions.
evictNaturalIdRegions() - Method in class org.hibernate.internal.CacheImpl
 
evictQueries() - Method in interface org.hibernate.engine.spi.CacheImplementor
Clean up the default QueryCache.
evictQueries() - Method in class org.hibernate.internal.CacheImpl
 
evictQueries() - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictQueries(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evictQueries(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
evictQueries() - Method in interface org.hibernate.SessionFactory
Deprecated.
evictQueryRegion(String) - Method in interface org.hibernate.Cache
Evicts all cached query results under the given name.
evictQueryRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
evictQueryRegions() - Method in interface org.hibernate.Cache
Evict data from all query regions.
evictQueryRegions() - Method in class org.hibernate.internal.CacheImpl
 
EvictVisitor - Class in org.hibernate.event.internal
Evict any collections referenced by the object from the session cache.
Example - Class in org.hibernate.criterion
Support for query by example.
Example(Object, Example.PropertySelector) - Constructor for class org.hibernate.criterion.Example
Allow subclasses to instantiate as needed.
Example.AllPropertySelector - Class in org.hibernate.criterion
Property selector that includes all properties
Example.AllPropertySelector() - Constructor for class org.hibernate.criterion.Example.AllPropertySelector
 
Example.NotNullOrZeroPropertySelector - Class in org.hibernate.criterion
Property selector that includes only properties that are not null and non-zero (if numeric)
Example.NotNullOrZeroPropertySelector() - Constructor for class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
 
Example.NotNullPropertySelector - Class in org.hibernate.criterion
Property selector that includes only properties that are not null
Example.NotNullPropertySelector() - Constructor for class org.hibernate.criterion.Example.NotNullPropertySelector
 
Example.PropertySelector - Interface in org.hibernate.criterion
A strategy for choosing property values for inclusion in the query criteria.
exceptionClosingProxoolPool() - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about not being able to close the underlying proxool pool.
exceptionClosingProxoolPool() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionClosingProxoolPool$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionHeaderFound(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionHeaderFound(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionHeaderFound(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionHeaderFound(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionHeaderFound(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionHeaderFound(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionHeaderFound(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionHeaderFound$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionHeaderFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionHeaderFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionHeaderFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionHeaderFound$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionHeaderFound$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionHeaderNotFound(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionHeaderNotFound(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionHeaderNotFound(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionHeaderNotFound(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionHeaderNotFound(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionHeaderNotFound(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionHeaderNotFound(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionHeaderNotFound$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionHeaderNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionHeaderNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionHeaderNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionHeaderNotFound$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionHeaderNotFound$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionInAfterTransactionCompletionInterceptor$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionInBeforeTransactionCompletionInterceptor$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionInSubResolver(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionInSubResolver(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionInSubResolver(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionInSubResolver(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInSubResolver(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionInSubResolver(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionInSubResolver(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
exceptionInSubResolver$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
exceptionInSubResolver$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
exceptionInSubResolver$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
exceptionInSubResolver$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
exceptionInSubResolver$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
exceptionInSubResolver$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ExceptionMapper - Interface in org.hibernate.engine.transaction.synchronization.spi
A pluggable strategy for defining how the Synchronization registered by Hibernate handles exceptions.
exclude(AST) - Method in interface org.hibernate.hql.internal.ast.util.ASTUtil.FilterPredicate
Returns true if the node should be filtered out.
exclude(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
 
EXCLUDE_DEFAULT_LISTENERS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
EXCLUDE_SUPERCLASS_LISTENERS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
excludeDefaultListeners - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
excludeDefaultListeners - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
excludeEmpty() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
Should empty rows be excluded?
excludeEmpty() - Method in class org.hibernate.criterion.EmptyExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.NotEmptyExpression
 
excludeNone() - Method in class org.hibernate.criterion.Example
Include all properties.
excludeProperty(String) - Method in class org.hibernate.criterion.Example
Exclude a particular property by name.
excludeSuperclassListeners - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
excludeSuperclassListeners - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
excludeZeroes() - Method in class org.hibernate.criterion.Example
Exclude zero-valued properties.
Executable - Interface in org.hibernate.action.spi
An operation which may be scheduled for later execution.
Executable - Interface in org.hibernate.testing.async
Something we want to perform with protection to time it out.
ExecutableAdapter - Class in org.hibernate.testing.async
 
ExecutableAdapter(Executable) - Constructor for class org.hibernate.testing.async.ExecutableAdapter
 
ExecutableAdapter.ExceptionWrapper - Exception in org.hibernate.testing.async
 
ExecutableAdapter.ExceptionWrapper(Throwable) - Constructor for exception org.hibernate.testing.async.ExecutableAdapter.ExceptionWrapper
 
execute() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
execute() - Method in class org.hibernate.action.internal.CollectionRecreateAction
 
execute() - Method in class org.hibernate.action.internal.CollectionRemoveAction
 
execute() - Method in class org.hibernate.action.internal.CollectionUpdateAction
 
execute() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
execute() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
execute() - Method in class org.hibernate.action.internal.EntityInsertAction
 
execute() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
execute() - Method in interface org.hibernate.action.spi.Executable
Execute this action.
execute(Set<File>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
The main instrumentation entry point.
execute(Set<File>) - Method in interface org.hibernate.bytecode.buildtime.spi.Instrumenter
Perform the instrumentation.
execute() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
execute() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Execute this batch.
execute(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
Execute the given callback, making sure it has access to a viable JDBC Connection.
execute(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement return its first ResultSet, if any.
execute(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, returning its first ResultSet, if any.
execute(Executable) - Method in class org.hibernate.engine.spi.ActionQueue
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.exec.MultiTableDeleteExecutor
 
execute(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.exec.MultiTableUpdateExecutor
 
execute(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.internal.ast.exec.StatementExecutor
Execute the sql managed by this executor using the given parameters.
execute(SessionImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy.DeleteHandler
 
execute(SessionImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy.UpdateHandler
 
execute(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.TableBasedDeleteHandlerImpl
 
execute(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.TableBasedUpdateHandlerImpl
 
execute(SessionImplementor, Object, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Execute the value generation.
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.internal.AbstractSessionImpl
 
execute() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invokes eviction policy algorithm and returns set of evicted entries.
execute(Connection) - Method in interface org.hibernate.jdbc.ReturningWork
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute(Connection) - Method in interface org.hibernate.jdbc.Work
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
execute(SessionImplementor, Object, Object) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
Execute the value generation.
execute() - Method in interface org.hibernate.testing.async.Executable
Perform the action
execute(Executable) - Method in class org.hibernate.testing.async.TimedExecutor
 
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
execute() - Method in class org.hibernate.tool.enhance.EnhancementTask
 
execute(boolean, boolean, boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute(Target, SchemaExport.Type) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
execute(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Execute the schema updates
execute(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Execute the task
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Execute the task
execute() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
executeActions() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued actions.
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
executeBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
executeBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Execute the currently managed batch (if any)
executeInserts() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued entity-insertion actions.
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a native SQL update or delete query
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
executeOnConnection(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
Perform whatever actions are necessary using the provided JDBC Connection.
executeQueryStatement(QueryParameters, boolean, List<AfterLoadAction>, SessionImplementor) - Method in class org.hibernate.loader.Loader
Process query string by applying filters, LIMIT clause, locks and comments if necessary.
executeQueryStatement(String, QueryParameters, boolean, List<AfterLoadAction>, SessionImplementor) - Method in class org.hibernate.loader.Loader
 
executeReturningWork(ReturningWork<T>, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
Execute the discrete work encapsulated by a ReturningWork instance using the supplied connection, returning the result of ReturningWork.execute(java.sql.Connection)
executeUpdate(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement, returning its "affected row count".
executeUpdate(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the given SQL statement returning its "affected row count".
executeUpdate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
executeUpdate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a HQL update or delete query
executeUpdate(String, QueryParameters) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
executeUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
executeUpdate(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a bulk update/delete operation given the underlying query definition.
executeUpdate() - Method in class org.hibernate.internal.QueryImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
executeUpdate() - Method in class org.hibernate.internal.SQLQueryImpl
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
executeUpdate() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
executeUpdate() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
executeUpdate() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
executeUpdate() - Method in interface org.hibernate.Query
Execute the update or delete statement.
ExecuteUpdateResultCheckStyle - Enum in org.hibernate.engine.spi
For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.
executeWork(Work, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
Execute the discrete work encapsulated by a Work instance using the supplied connection.
executionAvgTime - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionAvgTime
executionCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionCount
ExecutionException - Exception in org.hibernate.bytecode.buildtime.spi
Indicates problem performing the instrumentation execution.
ExecutionException(String) - Constructor for exception org.hibernate.bytecode.buildtime.spi.ExecutionException
Constructs an ExecutionException.
ExecutionException(Throwable) - Constructor for exception org.hibernate.bytecode.buildtime.spi.ExecutionException
Constructs an ExecutionException.
ExecutionException(String, Throwable) - Constructor for exception org.hibernate.bytecode.buildtime.spi.ExecutionException
Constructs an ExecutionException.
executionMaxTime - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionMaxTime
executionMinTime - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionMinTime
executionRowCount - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
executionRowCount
exists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks for the existence of rows in the subquery result
EXISTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EXISTS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
exists(Subquery<?>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ExistsPredicate - Class in org.hibernate.jpa.criteria.predicate
Models an EXISTS() predicate
ExistsPredicate(CriteriaBuilderImpl, Subquery<?>) - Constructor for class org.hibernate.jpa.criteria.predicate.ExistsPredicate
 
ExistsSubqueryExpression - Class in org.hibernate.criterion
Expression that checks the existence of rows in a sub-query
ExistsSubqueryExpression(String, DetachedCriteria) - Constructor for class org.hibernate.criterion.ExistsSubqueryExpression
Constructs the ExistsSubqueryExpression
exoticComparisonExpression(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
expandBatchIdPlaceholder(String, Serializable[], String, String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
 
expandParameterLists(Map) - Method in class org.hibernate.internal.AbstractQueryImpl
Warning: adds new parameters to the argument by side-effect, as well as mutating the query string!
Expectation - Interface in org.hibernate.jdbc
Defines an expected DML operation outcome.
Expectations - Class in org.hibernate.jdbc
Holds various often used Expectation definitions.
Expectations.BasicExpectation - Class in org.hibernate.jdbc
 
Expectations.BasicExpectation(int) - Constructor for class org.hibernate.jdbc.Expectations.BasicExpectation
 
Expectations.BasicParamExpectation - Class in org.hibernate.jdbc
 
Expectations.BasicParamExpectation(int, int) - Constructor for class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
expectedType(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
expectedType(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
expectedType(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
expectedType(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
expectedType(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
expectedType(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
expectedType(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
expectedType$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
expectedType$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
expectedType$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
expectedType$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
expectedType$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
expectedType$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ExpectedTypeAwareNode - Interface in org.hibernate.hql.internal.ast.tree
Interface for nodes which wish to be made aware of any determined "expected type" based on the context within they appear in the query.
expired(Object) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
expired(Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
expired(Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
expired(Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
expired(Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
expired(Object) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
expired(Object) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
expired$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
expired$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
expired$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
expired$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
expired$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
expired$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ExplicitHibernateTypeSource - Interface in org.hibernate.metamodel.source.binder
Source-agnostic descriptor for explicit user-supplied Hibernate type information
ExplicitHibernateTypeSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
ExplicitHibernateTypeSourceImpl(AttributeTypeResolver) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.ExplicitHibernateTypeSourceImpl
 
explicitParameterMapping() - Method in interface org.hibernate.jpa.criteria.compile.InterpretedParameterMetadata
 
explicitParameterNameMapping() - Method in interface org.hibernate.jpa.criteria.compile.InterpretedParameterMetadata
 
ExplicitParameterSpecification - Interface in org.hibernate.param
An additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL).
explicitSkipLockedLockCombo() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
explicitSkipLockedLockCombo() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
explicitSkipLockedLockCombo() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
explicitSkipLockedLockCombo() - Method in interface org.hibernate.internal.CoreMessageLogger
 
explicitSkipLockedLockCombo() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
explicitSkipLockedLockCombo() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
explicitSkipLockedLockCombo() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
explicitSkipLockedLockCombo$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
explicitSkipLockedLockCombo$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
explicitSkipLockedLockCombo$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
explicitSkipLockedLockCombo$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
explicitSkipLockedLockCombo$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
explicitSkipLockedLockCombo$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ExplicitTruthValueCheck - Class in org.hibernate.jpa.criteria.predicate
ANSI-SQL defines TRUE, FALSE and UNKNOWN as truth values.
ExplicitTruthValueCheck(CriteriaBuilderImpl, Expression<Boolean>, TruthValue) - Constructor for class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck
 
ExplodedArchiveDescriptor - Class in org.hibernate.jpa.boot.archive.internal
Descriptor for exploded (directory) archives
ExplodedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.jpa.boot.archive.internal.ExplodedArchiveDescriptor
Constructs an ExplodedArchiveDescriptor
explodedJarDoesNotExist(URL) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
explodedJarDoesNotExist(URL) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
explodedJarDoesNotExist$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
explodedJarNotDirectory(URL) - Method in interface org.hibernate.jpa.internal.EntityManagerMessageLogger
 
explodedJarNotDirectory(URL) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
explodedJarNotDirectory$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
EXPONENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
export() - Method in class org.hibernate.envers.tools.hbm2ddl.EnversSchemaGenerator
 
Exportable - Interface in org.hibernate.metamodel.relational
Contract for entities (in the ERD sense) which can be exported via CREATE, ALTER, etc
exportTableDefinitions(List<Table>, JdbcServices, JdbcConnectionAccess, Mappings, Mapping) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
expr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
expr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
EXPR_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EXPR_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Expression - Class in org.hibernate.criterion
Deprecated.
Use Restrictions instead
expression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
expression() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule what this grammar recognizes as valid sort key.
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
expressionDescription() - Method in class org.hibernate.hql.internal.ast.tree.MapValueNode
 
ExpressionImpl<T> - Class in org.hibernate.jpa.criteria.expression
Models an expression in the criteria query language.
ExpressionImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.jpa.criteria.expression.ExpressionImpl
 
ExpressionImplementor<T> - Interface in org.hibernate.jpa.criteria
Internal contract for implementations of the JPA Expression contract.
expressionOrVector() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
exprList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
exprOrSubquery(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
ExtendableCriterion - Interface in org.hibernate.envers.query.criteria
 
ExtendedFrameworkMethod - Class in org.hibernate.testing.junit4
Defines an extension to the standard JUnit FrameworkMethod information about a test method.
ExtendedFrameworkMethod(FrameworkMethod, Ignore, FailureExpected) - Constructor for class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
ExtendedMappings - Interface in org.hibernate.cfg
Deprecated.
All functionality has been moved up to Mappings
ExtendedPropertyMapper - Interface in org.hibernate.envers.internal.entities.mapper
 
extendsQueue - Variable in class org.hibernate.cfg.Configuration
 
ExtendsQueueEntry - Class in org.hibernate.cfg
Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends.
ExtendsQueueEntry(String, String, XmlDocument, Set<String>) - Constructor for class org.hibernate.cfg.ExtendsQueueEntry
 
ExternalSessionFactoryConfig - Class in org.hibernate.cfg
Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter.
ExternalSessionFactoryConfig() - Constructor for class org.hibernate.cfg.ExternalSessionFactoryConfig
 
ExtraAssertions - Class in org.hibernate.testing.junit4
 
ExtraAssertions() - Constructor for class org.hibernate.testing.junit4.ExtraAssertions
 
extract(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(CallableStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the PreparedStatement.
extract(CallableStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the CallableStatement.
extract(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, expecting a ResultSet in return
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
extract(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
extract(Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
extract(CallableStatement) - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
extract(CallableStatement) - Method in interface org.hibernate.procedure.internal.ParameterRegistrationImplementor
Extract value from the statement after execution (used for OUT/INOUT parameters).
extract(CallableStatement, int, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, String[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, int, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, String[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(CallableStatement, String[], WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(ResultSet, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from result set
extract(CallableStatement, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
 
extract(CallableStatement, String[], WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
 
extract(CallableStatement, int, SessionImplementor) - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Perform the extraction
extract(CallableStatement, String[], SessionImplementor) - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Perform the extraction
extractBigDecimal(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractBigInteger(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractBytes(InputStream) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract by bytes from the given stream.
extractBytes(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream.
extractColumnAlias(ResultSetMetaData, int) - Method in interface org.hibernate.dialect.ColumnAliasExtractor
Extract the unique column alias.
extractCommands(Reader) - Method in interface org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractor
 
extractCommands(Reader) - Method in class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
 
extractCommands(Reader) - Method in class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
 
extractConstraintName(SQLException) - Method in interface org.hibernate.exception.spi.ViolatedConstraintNameExtracter
Extract the name of the violated constraint from the given SQLException.
extractDataType(Node) - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
ExtractedDatabaseMetaData - Interface in org.hibernate.engine.jdbc.spi
Information extracted from DatabaseMetaData regarding what the JDBC driver reports as being supported or not.
ExtractedDatabaseMetaData.SQLStateType - Enum in org.hibernate.engine.jdbc.spi
Which specification do the reported SQLState codes follow?
extractEmbeddedEntityName(Map) - Static method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
extractEqualsMethod(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Encapsulation of getting hold of a class's equals method.
EXTRACTER - Static variable in class org.hibernate.dialect.Cache71Dialect
The Cache ViolatedConstraintNameExtracter.
extractErrorCode(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the vendor-specific error code.
extractFieldInterceptor(Object) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
Assuming the given object is an enhanced entity, extract and return its interceptor.
extractFieldInterceptor(Object) - Static method in class org.hibernate.bytecode.instrumentation.internal.javassist.JavassistHelper
Perform the Javassist-specific field interceptor extraction
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
extractHashCode(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
extractHashCode(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
extractHashCode(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
extractHashCode(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
extractHashCode(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
extractHashCode(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a proper hash code for this value.
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
extractHashCode(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
extractHashCodeMethod(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Encapsulation of getting hold of a class's hashCode method.
extractIgnoreMessage(FailureExpected, FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
 
extractInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
Extract the field interceptor instance from the instrumented entity.
extractInterceptor(Object) - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
extractJdbcValue(Enum) - Method in class org.hibernate.type.EnumType.EnumValueMapperSupport
 
extractJndiProperties(Map) - Static method in class org.hibernate.engine.jndi.internal.JndiServiceImpl
Given a hodgepodge of properties, extract out the ones relevant for JNDI interaction.
extractJndiProperties(Map) - Static method in class org.hibernate.internal.util.jndi.JndiHelper
Deprecated.
Given a hodgepodge of properties, extract out the ones relevant for JNDI interaction.
extractKeysFromResultSet(Loadable[], QueryParameters, ResultSet, SessionImplementor, EntityKey[], LockMode[], List) - Method in class org.hibernate.loader.Loader
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
extractLoggableRepresentation(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a loggable representation of the value.
extractLogicalRowForward(ResultSet, SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.internal.ScrollableResultSetProcessorImpl
 
extractLogicalRowForward(ResultSet, SessionImplementor, QueryParameters) - Method in interface org.hibernate.loader.spi.ScrollableResultSetProcessor
Given a scrollable ResultSet, extract a logical row.
extractLogicalRowReverse(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.internal.ScrollableResultSetProcessorImpl
 
extractLogicalRowReverse(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in interface org.hibernate.loader.spi.ScrollableResultSetProcessor
extractLong(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractMemento(Map<String, Object>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
extractMemento(Map<String, Object>) - Method in interface org.hibernate.procedure.ProcedureCall
Extract the disconnected representation of this call.
extractMessage(FailureExpected) - Static method in class org.hibernate.testing.junit4.Helper
 
extractMetaAttributeContext(List<JaxbMetaElement>, boolean, MetaAttributeContext) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
extractMethodName(Method) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice method name representation for display
extractMutationTexts(Node, int) - Static method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
extractName(ZipEntry) - Method in class org.hibernate.jpa.boot.archive.spi.AbstractArchiveDescriptor
 
extractNaturalIdValues(Object[], EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given an array of "full entity state", extract the portions that represent the natural id
extractNaturalIdValues(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given an entity instance, extract the values that represent the natural id
extractNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
extractParameters(List<JaxbParamElement>) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
extractPropertyValue(String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Extract a property value by name from the given properties object.
extractRelativeName(ZipEntry) - Method in class org.hibernate.jpa.boot.archive.spi.AbstractArchiveDescriptor
 
extractRequestedProviderName(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Extract the requested persistence provider name using the algorithm Hibernate uses.
extractResults(LoadPlanAdvisor, ResultSet, SessionImplementor, QueryParameters, NamedParameterContext, LoadQueryAliasResolutionContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in class org.hibernate.loader.internal.ResultSetProcessorImpl
 
extractResults(ResultSet, SessionImplementor, QueryParameters, boolean, ResultTransformer) - Method in interface org.hibernate.loader.spi.Loader
 
extractResults(LoadPlanAdvisor, ResultSet, SessionImplementor, QueryParameters, NamedParameterContext, LoadQueryAliasResolutionContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in interface org.hibernate.loader.spi.ResultSetProcessor
Process an entire ResultSet, performing all extractions.
extractSingleRow(ResultSet, SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.internal.ScrollableResultSetProcessorImpl
 
extractSingleRow(ResultSet, SessionImplementor, QueryParameters) - Method in interface org.hibernate.loader.spi.ScrollableResultSetProcessor
Give a ResultSet, extract just a single result row.
extractSqlState(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState.
extractSqlStateClassCode(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState's class code.
extractString(Reader) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Reader, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Clob) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given Clob as a string.
extractTestName(FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice test name representation for display
extractText(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Extract a node's text.
extractTypeInfo(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.spi.TypeInfo
Extract the type information from the JDBC driver's DatabaseMetaData
extractUsingTemplate(String, String, String) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
Extracts the constraint name based on a template (i.e., templateStartconstraintNametemplateEnd).

F

factory - Variable in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
factory() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
Access to the SessionFactory
factory() - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
factory - Variable in class org.hibernate.internal.AbstractSessionImpl
 
Factory - Class in org.hibernate.sql.ordering.antlr
Acts as a ASTFactory for injecting our specific AST node classes into the Antlr generated trees.
Factory() - Constructor for class org.hibernate.sql.ordering.antlr.Factory
 
factoryBoundToJndiName(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryBoundToJndiName(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryBoundToJndiName(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryBoundToJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryBoundToJndiName(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryBoundToJndiName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryBoundToJndiName(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
factoryBoundToJndiName$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryBoundToJndiName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryBoundToJndiName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryBoundToJndiName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryBoundToJndiName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryBoundToJndiName$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
factoryJndiRename(String, String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryJndiRename(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryJndiRename(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryJndiRename(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryJndiRename(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryJndiRename(String, String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryJndiRename(String, String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
factoryJndiRename$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryJndiRename$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryJndiRename$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryJndiRename$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryJndiRename$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryJndiRename$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
factoryUnboundFromJndiName(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryUnboundFromJndiName(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryUnboundFromJndiName(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryUnboundFromJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryUnboundFromJndiName(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryUnboundFromJndiName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryUnboundFromJndiName(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
factoryUnboundFromJndiName$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryUnboundFromJndiName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryUnboundFromJndiName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryUnboundFromJndiName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryUnboundFromJndiName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryUnboundFromJndiName$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
factoryUnboundFromName(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryUnboundFromName(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryUnboundFromName(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryUnboundFromName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryUnboundFromName(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryUnboundFromName(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryUnboundFromName(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
factoryUnboundFromName$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
factoryUnboundFromName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
factoryUnboundFromName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
factoryUnboundFromName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
factoryUnboundFromName$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
factoryUnboundFromName$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
failed(Throwable) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
failed(Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
failed(Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
failed(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
failed(Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
failed(Throwable) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
failed(Throwable) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
failed$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
failed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
failed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
failed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
failed$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
failed$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in interface org.hibernate.internal.CoreMessageLogger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
failSafeCollectionsCleanup(CollectionLoadContext) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
failSafeCollectionsCleanup$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
failSafeCollectionsCleanup$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
failSafeCollectionsCleanup$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
failSafeCollectionsCleanup$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
failSafeCollectionsCleanup$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
failSafeCollectionsCleanup$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in interface org.hibernate.internal.CoreMessageLogger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
failSafeEntitiesCleanup(EntityLoadContext) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
failSafeEntitiesCleanup$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
failSafeEntitiesCleanup$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
failSafeEntitiesCleanup$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
failSafeEntitiesCleanup$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
failSafeEntitiesCleanup$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
failSafeEntitiesCleanup$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
failSilentReadCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that fails silently if cache reads fail.
failSilentWriteCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that fails silently if cache writes fail.
failSilentWriteCache(AdvancedCache, Flag) - Static method in class org.hibernate.cache.infinispan.util.Caches
Transform a given cache into a cache that fails silently if cache writes fail, adding an extra flag.
FailureExpected - Annotation Type in org.hibernate.testing
Annotation used to mark a test as an expected failure.
FakeBidirectionalRelationWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
A work unit that handles "fake" bidirectional one-to-many relations (mapped with @OneToMany+@JoinColumn and @ManyToOne+@Column(insertable=false, updatable=false).
FakeBidirectionalRelationWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, String, Object, RelationDescription, RevisionType, Object, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FakeBidirectionalRelationWorkUnit(FakeBidirectionalRelationWorkUnit, Map<String, FakeBidirectionalRelationWorkUnit.FakeRelationChange>, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FakeBidirectionalRelationWorkUnit(FakeBidirectionalRelationWorkUnit, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FALSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FALSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FALSE - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
FastClass - Class in org.hibernate.bytecode.internal.javassist
Fast access to class information
fatalError(SAXParseException) - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
fatalError(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
Fetch - Annotation Type in org.hibernate.annotations
Define the fetching strategy used for the given association.
Fetch - Class in org.hibernate.engine.profile
Models an individual fetch within a profile.
Fetch(Association, Fetch.Style) - Constructor for class org.hibernate.engine.profile.Fetch
 
FETCH - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FETCH - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
fetch(QueryTranslatorImpl, String) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
fetch - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
fetch(SingularAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(PluralAttribute<? super X, ?, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(String) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
fetch(String, JoinType) - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
Fetch - Interface in org.hibernate.loader.plan.spi
Contract for associations that are being fetched.
FETCH - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
Fetch.Style - Enum in org.hibernate.engine.profile
The type or style of fetch.
FETCH_PLAN - Static variable in class org.hibernate.loader.plan.spi.CompositeFetch
 
FETCH_PROFILE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FETCH_PROFILES - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FETCH_SIZE - Static variable in class org.hibernate.annotations.QueryHints
Defines the JDBC fetch size to use.
FETCH_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
Fetchable - Interface in org.hibernate.mapping
Any mapping with an outer-join attribute
FetchableCollectionElement - Interface in org.hibernate.loader.plan.spi
 
FetchableCollectionIndex - Interface in org.hibernate.loader.plan.spi
A collection index which can be a fetch owner.
fetchCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
fetchCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback to indicate a collection being fetched.
fetchCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
fetchCount
fetchCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
fetchCount
fetchEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
fetchEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being fetched.
fetchImmediately() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
fetchImmediately() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
fetchingDatabaseMetadata() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
fetchingDatabaseMetadata() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
fetchingDatabaseMetadata() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
fetchingDatabaseMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
fetchingDatabaseMetadata() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
fetchingDatabaseMetadata() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
fetchingDatabaseMetadata() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
fetchingDatabaseMetadata$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
fetchingDatabaseMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
fetchingDatabaseMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
fetchingDatabaseMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
fetchingDatabaseMetadata$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
fetchingDatabaseMetadata$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
FetchingScrollableResultsImpl - Class in org.hibernate.internal
Implementation of ScrollableResults which can handle collection fetches.
FetchingScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.FetchingScrollableResultsImpl
Constructs a FetchingScrollableResultsImpl.
FetchMode - Enum in org.hibernate.annotations
Fetch options on associations.
FetchMode - Enum in org.hibernate
Represents an association fetching strategy.
FetchOwner - Interface in org.hibernate.loader.plan.spi
Contract for owners of fetches.
FetchOwnerDelegate - Interface in org.hibernate.loader.plan.spi
This interface provides a delegate for a fetch owner to obtain details about an owned fetch.
FetchProfile - Annotation Type in org.hibernate.annotations
Define the fetching strategy profile.
FetchProfile - Class in org.hibernate.engine.profile
A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile(String) - Constructor for class org.hibernate.engine.profile.FetchProfile
A 'fetch profile' is uniquely named within a SessionFactory, thus it is also uniquely and easily identifiable within that SessionFactory.
fetchProfile - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
fetchProfile - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
fetchProfile - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
fetchProfile - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
fetchProfile - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
FetchProfile - Class in org.hibernate.mapping
A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile(String, MetadataSource) - Constructor for class org.hibernate.mapping.FetchProfile
Create a fetch profile representation.
FetchProfile - Class in org.hibernate.metamodel.binding
A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile(String, Set<FetchProfile.Fetch>) - Constructor for class org.hibernate.metamodel.binding.FetchProfile
Create a fetch profile representation.
FetchProfile.Fetch - Class in org.hibernate.mapping
Defines an individual association fetch within the given profile.
FetchProfile.Fetch(String, String, String) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
 
FetchProfile.Fetch - Class in org.hibernate.metamodel.binding
Defines an individual association fetch within the given profile.
FetchProfile.Fetch(String, String, String) - Constructor for class org.hibernate.metamodel.binding.FetchProfile.Fetch
 
FetchProfile.FetchOverride - Annotation Type in org.hibernate.annotations
Descriptor for a particular association override.
FetchProfileBinder - Class in org.hibernate.metamodel.source.annotations.global
Binds fetch profiles found in annotations.
FetchProfiles - Annotation Type in org.hibernate.annotations
Collects together multiple fetch profiles.
fetchProfiles - Variable in class org.hibernate.cfg.Configuration
 
FetchReturn - Class in org.hibernate.loader.custom
Represents a return which names a fetched association.
FetchReturn(NonScalarReturn, String, String, LockMode) - Constructor for class org.hibernate.loader.custom.FetchReturn
Creates a return descriptor for an association fetch.
fetchSize - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
fetchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
fetchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
FetchStrategy - Class in org.hibernate.engine
Describes the strategy for fetching an association, which includes both when and how.
FetchStrategy(FetchTiming, FetchStyle) - Constructor for class org.hibernate.engine.FetchStrategy
Constructs a FetchStrategy.
FetchStrategyHelper - Class in org.hibernate.persister.walking.internal
 
FetchStrategyHelper() - Constructor for class org.hibernate.persister.walking.internal.FetchStrategyHelper
 
FetchStyle - Enum in org.hibernate.engine
Enumeration of values describing HOW fetching should occur.
FetchTiming - Enum in org.hibernate.engine
Enumeration of values describing WHEN fetching should occur.
fetchToHydratedStateExtractorMap - Variable in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
FIELD_RESULT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
FieldFilter - Interface in org.hibernate.bytecode.buildtime.spi
Used to determine whether a field reference should be instrumented.
FieldFilter - Interface in org.hibernate.bytecode.internal.javassist
Contract for deciding whether fields should be read and/or write intercepted.
fieldFilter - Variable in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
FieldHandled - Interface in org.hibernate.bytecode.internal.javassist
Interface introduced to the enhanced class in order to be able to inject a FieldHandler to define the interception behavior.
FieldHandler - Interface in org.hibernate.bytecode.internal.javassist
The interface defining how interception of a field should be handled.
FieldInterceptionHelper - Class in org.hibernate.bytecode.instrumentation.internal
Helper class for dealing with enhanced entity classes.
FieldInterceptor - Interface in org.hibernate.bytecode.instrumentation.spi
Contract for field interception handlers.
fieldResult - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
 
FieldTransformer - Class in org.hibernate.bytecode.internal.javassist
The thing that handles actual class enhancement in regards to intercepting field accesses.
file - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
 
FileInputStreamAccess - Class in org.hibernate.jpa.boot.internal
An InputStreamAccess implementation based on a File reference
FileInputStreamAccess(String, File) - Constructor for class org.hibernate.jpa.boot.internal.FileInputStreamAccess
 
filesets() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
fillAliasInSelectClause(StringBuilder) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Adds missing aliases in provided SELECT clause and returns coma-separated list of them.
fillArray(String, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(LockMode, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(LockOptions, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillComponent(PropertyHolder, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, Mappings, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillComponent(PropertyHolder, PropertyData, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, Mappings, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillDataWithId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
fillSimpleValue() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
fillTable(String, String, String, String, boolean, List, String, Table, Mappings) - Static method in class org.hibernate.cfg.annotations.TableBinder
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection.
Filter - Interface in org.hibernate
Type definition of Filter.
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
filter - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
FILTER - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FILTER_DEF - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FILTER_DEFS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FILTER_ENTITY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FILTER_JOIN_TABLE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FILTER_JOIN_TABLES - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
Filterable - Interface in org.hibernate.mapping
Defines mapping elements to which filters may be applied.
FilterAliasGenerator - Interface in org.hibernate.internal
 
FilterConfiguration - Class in org.hibernate.internal
 
FilterConfiguration(String, String, boolean, Map<String, String>, Map<String, String>, PersistentClass) - Constructor for class org.hibernate.internal.FilterConfiguration
 
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition.
filterDef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
FilterDefBinder - Class in org.hibernate.metamodel.source.annotations.global
Binds FilterDefs and FilterDef annotations.
FilterDefinition - Class in org.hibernate.engine.spi
A FilterDefinition defines the global attributes of a dynamic filter.
FilterDefinition(String, String, Map<String, Type>) - Constructor for class org.hibernate.engine.spi.FilterDefinition
Construct a new FilterDefinition instance.
filterDefinitions - Variable in class org.hibernate.cfg.Configuration
 
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions.
filterEvent(XMLEvent, boolean) - Method in class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
filterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause filter, given a query alias and considering enabled session filters
filterFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
FilterHelper - Class in org.hibernate.internal
Implementation of FilterHelper.
FilterHelper(List, SessionFactoryImplementor) - Constructor for class org.hibernate.internal.FilterHelper
The map of defined filters.
FilterImpl - Class in org.hibernate.internal
Implementation of FilterImpl.
FilterImpl(FilterDefinition) - Constructor for class org.hibernate.internal.FilterImpl
Constructs a new FilterImpl.
FilteringXMLEventReader - Class in org.hibernate.internal.util.xml
Base class for XMLEventReaders that want to modify or remove events from the reader stream.
FilteringXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.internal.util.xml.FilteringXMLEventReader
 
FilterJoinTable - Annotation Type in org.hibernate.annotations
Add filters to a join table collection.
FilterJoinTables - Annotation Type in org.hibernate.annotations
Add multiple @FilterJoinTable to a collection.
FilterKey - Class in org.hibernate.cache.spi
Allows cached queries to be keyed by enabled filters.
FilterQueryPlan - Class in org.hibernate.engine.query.spi
Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.
FilterQueryPlan(String, String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.FilterQueryPlan
 
Filters - Annotation Type in org.hibernate.annotations
Add multiple @Filters.
FILTERS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
filters(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
FILTERS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FILTERS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FilterTranslator - Interface in org.hibernate.hql.spi
Specialized interface for filters.
finalize() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
finalSecondaryTableBinding(PropertyHolder) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
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>, String, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName.
find(Class<T>, String, Object, Number, boolean) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName, possibly including deleted entities in the search.
find(Class<T>, Object, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, String, Object, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, String, Object, Number, boolean) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<A>, Object) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
find(Class<A>, Object, LockModeType) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
find(Class<A>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
findAsResource(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Try to locate a local URL representing the incoming path.
findCachedNaturalId(EntityPersister, Serializable) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Given a persister and primary key, find the locally cross-referenced natural id.
findCachedNaturalId(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given a persister and primary key, find the corresponding cross-referenced natural id values.
findCachedNaturalIdResolution(EntityPersister, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Given a persister and natural-id value(s), find the locally cross-referenced primary key.
findCachedNaturalIdResolution(EntityPersister, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given a persister and natural-id values, find the corresponding cross-referenced primary key.
findClass(String) - Method in class org.hibernate.bytecode.internal.javassist.TransformingClassLoader
 
findClass(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findColumnOwner(PersistentClass, String, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path; if the property path is not found in criteria, try the "outer" query.
findColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the names of the columns mapped by a property path; if the property path is not found in subcriteria, try the "outer" query.
findCurrentTransaction() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called from flush().
findDirty(Object[], Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findDirty(Object[], Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent dirty state.
findDirty(NonIdentifierAttribute[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
Determine if any of the given field values are dirty, returning an array containing indices of the dirty fields.
findEntities(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision.
findEntities(Number, RevisionType) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated or removed) in a given revision.
findEntities(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntities(Number, RevisionType) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntitiesGroupByRevisionType(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision grouped by modification type.
findEntitiesGroupByRevisionType(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntityGraphByName(String) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
findEntityGraphsByType(Class<T>) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
findEntityNameByEntityClass(Class) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Return the entity-name mapped to the given class within our inheritance hierarchy, if any.
findEntityTypes(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Returns set of entity names and corresponding Java classes modified in a given revision.
findEntityTypes(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findFromElementBySqlAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
findFromElementByUserOrSqlAlias(String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
findFunctionReturnType(String, AST) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Find the function return type given the function name and the first argument expression node.
findFunctionReturnType(String, SQLFunction, AST) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
 
findGreatestLockMode() - Method in class org.hibernate.LockOptions
Currently needed for follow-on locking.
findModified(Object[], Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findModified(Object[], Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent modified state.
findModified(NonIdentifierAttribute[], Object[], Object[], boolean[][], boolean, SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
Determine if any of the given field values are modified, returning an array containing indices of the modified fields.
findNonNullableTransientEntities() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Find the transient unsaved entity dependencies that are non-nullable.
findNonNullableTransientEntities(String, Object, Object[], boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Find all non-nullable references to entities that have not yet been inserted in the database, where the foreign key is a reference to an unsaved transient entity.
findOrCreateFetchProfile(String, MetadataSource) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
findOrCreateFetchProfile(String, MetadataSource) - Method in interface org.hibernate.cfg.Mappings
Retrieves a fetch profile by either finding one currently in this repository matching the given name or by creating one (and adding it).
findParameterRegistration(Parameter<X>) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
findParameterRegistration(String) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
findParameterRegistration(int) - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
findPossibleExtends() - Method in class org.hibernate.cfg.Configuration
 
findPreviousSibling(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Find the previous sibling in the parent for the given child.
findPropertyByName(PersistentClass, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way, including IndetifierProperty in the loop If propertyName is null or empty, the IdentifierProperty is returned
findPropertyByName(Component, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way
findQueryableUsingImports(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findQueryableUsingImports(SessionFactoryImplementor, String) - Static method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its persister.
findResource(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findResources(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findResultSetMapping(String) - Method in interface org.hibernate.procedure.internal.Util.ResultSetMappingResolutionContext
Locate a ResultSetMappingDefinition by name
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.internal.reader.AuditReaderImpl
 
findRevisions(Class<T>, Set<Number>) - Method in interface org.hibernate.envers.AuditReader
Find a map of revisions using the revision numbers specified.
findRevisions(Class<T>, Set<Number>) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
findSQLFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
Find a SQLFunction by name
findSQLFunction(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate a registered sql function by name.
findType(String) - Method in interface org.hibernate.jpa.internal.metamodel.Helper.AttributeSource
 
findType(String) - Method in class org.hibernate.jpa.internal.metamodel.Helper.ComponentAttributeSource
 
findType(String) - Method in class org.hibernate.jpa.internal.metamodel.Helper.EntityPersisterAttributeSource
 
findTypeInChildren(AST, int) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Finds the first node of the specified type in the chain of children.
finish() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finish(LoadPlan) - Method in class org.hibernate.loader.plan.spi.visit.DelegatedLoadPlanVisitationStrategy
 
finish(LoadPlan) - Method in interface org.hibernate.loader.plan.spi.visit.LoadPlanVisitationStrategy
Notification we are finished visitation.
finish(LoadPlan) - Method in class org.hibernate.loader.plan.spi.visit.LoadPlanVisitationStrategyAdapter
 
finish() - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are finished visitation.
finishingAttribute(AttributeDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingAttribute(AttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingCollection(CollectionDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingCollection(CollectionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingCollectionElements(CollectionElementDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingCollectionElements(CollectionElementDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingCollectionFetch(CollectionFetch) - Method in class org.hibernate.jpa.graph.internal.advisor.ReturnGraphVisitationStrategyImpl
 
finishingCollectionFetch(CollectionFetch) - Method in class org.hibernate.loader.plan.spi.visit.DelegatedLoadPlanVisitationStrategy
 
finishingCollectionFetch(CollectionFetch) - Method in class org.hibernate.loader.plan.spi.visit.LoadPlanVisitationStrategyAdapter
 
finishingCollectionFetch(CollectionFetch) - Method in interface org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategy
Notification that we are finishing up the processing of a collection fetch
finishingCollectionFetch(CollectionFetch) - Method in class org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategyAdapter
 
finishingCollectionIndex(CollectionIndexDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingCollectionIndex(CollectionIndexDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingComposite(CompositionDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingComposite(CompositionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingCompositeCollectionElement(CompositeCollectionElementDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingCompositeCollectionElement(CompositeCollectionElementDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingCompositeFetch(CompositeFetch) - Method in class org.hibernate.jpa.graph.internal.advisor.ReturnGraphVisitationStrategyImpl
 
finishingCompositeFetch(CompositeFetch) - Method in class org.hibernate.loader.plan.spi.visit.DelegatedLoadPlanVisitationStrategy
 
finishingCompositeFetch(CompositeFetch) - Method in class org.hibernate.loader.plan.spi.visit.LoadPlanVisitationStrategyAdapter
 
finishingCompositeFetch(CompositeFetch) - Method in interface org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategy
Notification that we are finishing up the processing of a composite fetch
finishingCompositeFetch(CompositeFetch) - Method in class org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategyAdapter
 
finishingEntity(EntityDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingEntity(EntityDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingEntityFetch(EntityFetch) - Method in class org.hibernate.jpa.graph.internal.advisor.ReturnGraphVisitationStrategyImpl
 
finishingEntityFetch(EntityFetch) - Method in class org.hibernate.loader.plan.spi.visit.DelegatedLoadPlanVisitationStrategy
 
finishingEntityFetch(EntityFetch) - Method in class org.hibernate.loader.plan.spi.visit.LoadPlanVisitationStrategyAdapter
 
finishingEntityFetch(EntityFetch) - Method in interface org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategy
Notification that we are finishing up the processing of an entity fetch
finishingEntityFetch(EntityFetch) - Method in class org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategyAdapter
 
finishingEntityIdentifier(EntityIdentifierDefinition) - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy
 
finishingEntityIdentifier(EntityIdentifierDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
finishingFetches(FetchOwner) - Method in class org.hibernate.jpa.graph.internal.advisor.ReturnGraphVisitationStrategyImpl
 
finishingFetches(FetchOwner) - Method in class org.hibernate.loader.plan.spi.visit.DelegatedLoadPlanVisitationStrategy
 
finishingFetches(FetchOwner) - Method in class org.hibernate.loader.plan.spi.visit.LoadPlanVisitationStrategyAdapter
 
finishingFetches(FetchOwner) - Method in interface org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategy
Notification that we are finishing up processing the fetches for the given fetch owner.
finishingFetches(FetchOwner) - Method in class org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategyAdapter
 
finishingRootReturn(Return) - Method in class org.hibernate.jpa.graph.internal.advisor.ReturnGraphVisitationStrategyImpl
 
finishingRootReturn(Return) - Method in class org.hibernate.loader.plan.spi.visit.DelegatedLoadPlanVisitationStrategy
 
finishingRootReturn(Return) - Method in class org.hibernate.loader.plan.spi.visit.LoadPlanVisitationStrategyAdapter
 
finishingRootReturn(Return) - Method in interface org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategy
Notification that we are finishing up processing a root return branch
finishingRootReturn(Return) - Method in class org.hibernate.loader.plan.spi.visit.ReturnGraphVisitationStrategyAdapter
 
FirebirdDialect - Class in org.hibernate.dialect
An SQL dialect for Firebird.
FirebirdDialect() - Constructor for class org.hibernate.dialect.FirebirdDialect
 
first() - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
first() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
first() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
first() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
first() - Method in interface org.hibernate.ScrollableResults
Go to the first result.
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
firstIndexOfChar(String, BitSet, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstIndexOfChar(String, String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstKey() - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
firstKey() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
FirstLevelCache - Class in org.hibernate.envers.internal.reader
First level cache for versioned entities, versions reader-scoped.
FirstLevelCache() - Constructor for class org.hibernate.envers.internal.reader.FirstLevelCache
 
firstLevelSecondaryTablesBinding(SecondaryTable, SecondaryTables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
firstOrMaxResultsSpecifiedWithCollectionFetch$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
firstResult - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
FkSecondPass - Class in org.hibernate.cfg
 
FkSecondPass(SimpleValue, Ejb3JoinColumn[]) - Constructor for class org.hibernate.cfg.FkSecondPass
 
FLOAT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Float to JDBC FLOAT.
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
FloatType - Class in org.hibernate.type
A type that maps between FLOAT and Float
FloatType() - Constructor for class org.hibernate.type.FloatType
 
FloatTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Float handling.
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
FloatTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for FLOAT handling.
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
flush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flush() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
flush() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
flush() - Method in class org.hibernate.internal.SessionImpl
 
flush() - Method in class org.hibernate.internal.StatelessSessionImpl
 
flush() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
flush() - Method in interface org.hibernate.Session
Force this session to flush.
flush() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
flush() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a flush occurring
FLUSH_BEFORE_COMPLETION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic flush during the JTA beforeCompletion() callback
FLUSH_ENTITY - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_MODE - Static variable in class org.hibernate.annotations.QueryHints
The flush mode to associate with the execution of the query.
FLUSH_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to determine flush mode.
flushBeforeCompletion(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session be automatically flushed during the "before completion" phase of transaction handling.
flushBeforeCompletion() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the flushBeforeCompletion flag from the original session should be used to create the new session.
flushBeforeCompletion(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
flushBeginning() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushBeginning() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is beginning.
flushEnding() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushEnding() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is ending.
FlushEntityEvent - Class in org.hibernate.event.spi
 
FlushEntityEvent(EventSource, Object, EntityEntry) - Constructor for class org.hibernate.event.spi.FlushEntityEvent
 
FlushEntityEventListener - Interface in org.hibernate.event.spi
 
flushes(long) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
flushes(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
flushes(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
flushes(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
flushes(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
flushes(long) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
flushes(long) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
flushes$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
flushes$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
flushes$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
flushes$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
flushes$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
flushes$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
FlushEvent - Class in org.hibernate.event.spi
Defines an event class for the flushing of a session.
FlushEvent(EventSource) - Constructor for class org.hibernate.event.spi.FlushEvent
 
FlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session flush events.
flushEverythingToExecutions(FlushEvent) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues.
flushMode - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
FlushMode - Enum in org.hibernate
Represents a flushing strategy.
flushMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
flushMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending javax.persistence flush modes.
flushRegionCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
flushRegionCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
flushRegionCaches() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
flushRegionCaches() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
FlushVisitor - Class in org.hibernate.event.internal
Process collections reachable from an entity.
force - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT - Static variable in interface org.hibernate.cfg.AvailableSettings
 
FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
A flag to force using a table as the underlying structure rather than a sequence.
forceConversion(ValueHandlerFactory.ValueHandler<X>) - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
forceConversion(ValueHandlerFactory.ValueHandler<T>) - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
forceDiscriminatorInSelectsByDefault() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
forceDiscriminatorInSelectsByDefault() - Method in interface org.hibernate.cfg.Mappings
 
forceFlush(EntityEntry) - Method in interface org.hibernate.event.spi.EventSource
Force an immediate flush
forceFlush(EntityEntry) - Method in class org.hibernate.internal.SessionImpl
 
forceInitialization() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
forceInitialization() - Method in interface org.hibernate.collection.spi.PersistentCollection
To be called internally by the session, forcing immediate initialization.
forceLimitUsage() - Method in class org.hibernate.dialect.Dialect
Deprecated.
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Generally, if there is no limit applied to a Hibernate query we do not apply any limits to the SQL query.
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
forceLobAsLastValue() - Method in class org.hibernate.dialect.Dialect
HHH-4635 Oracle expects all Lob values to be last in inserts and updates.
forceLobAsLastValue() - Method in class org.hibernate.dialect.Oracle8iDialect
 
forceLocked(Object, Object) - Method in class org.hibernate.engine.spi.EntityEntry
 
forceNonNullable() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
forceNotNull() - Method in class org.hibernate.cfg.Ejb3Column
 
forceUnique() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
forceVersionIncrement(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forceVersionIncrement(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
forcingContainerResourceCleanup() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
forcingContainerResourceCleanup() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
forcingContainerResourceCleanup() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
forcingContainerResourceCleanup() - Method in interface org.hibernate.internal.CoreMessageLogger
 
forcingContainerResourceCleanup() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
forcingContainerResourceCleanup() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
forcingContainerResourceCleanup() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
forcingContainerResourceCleanup$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
forcingContainerResourceCleanup$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
forcingContainerResourceCleanup$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
forcingContainerResourceCleanup$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
forcingContainerResourceCleanup$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
forcingContainerResourceCleanup$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
forcingTableUse() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
forcingTableUse() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
forcingTableUse() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
forcingTableUse() - Method in interface org.hibernate.internal.CoreMessageLogger
 
forcingTableUse() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
forcingTableUse() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
forcingTableUse() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
forcingTableUse$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
forcingTableUse$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
forcingTableUse$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
forcingTableUse$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
forcingTableUse$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
forcingTableUse$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
forClass(Class) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity, by its Class.
forClass(Class, String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity, by its Class.
FOREIGN_KEY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
FOREIGN_KEY_FROM_PARENT - Static variable in class org.hibernate.type.ForeignKeyDirection
A foreign key from parent to child
FOREIGN_KEY_TO_PARENT - Static variable in class org.hibernate.type.ForeignKeyDirection
A foreign key from child to parent
ForeignGenerator - Class in org.hibernate.id
foreign

An Identifier generator that uses the value of the id property of an associated object

One mapping parameter is required: property.
ForeignGenerator() - Constructor for class org.hibernate.id.ForeignGenerator
 
ForeignKey - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the JPA 2.1 introduced ForeignKey instead.
foreignKey() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
foreignKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
foreignKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
foreignKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
foreignKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
foreignKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
 
foreignKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
 
foreignKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
ForeignKey - Class in org.hibernate.mapping
A foreign key constraint
ForeignKey() - Constructor for class org.hibernate.mapping.ForeignKey
 
ForeignKey - Class in org.hibernate.metamodel.relational
Models the notion of a foreign key.
ForeignKey(TableSpecification, TableSpecification, String) - Constructor for class org.hibernate.metamodel.relational.ForeignKey
 
ForeignKey(TableSpecification, TableSpecification) - Constructor for class org.hibernate.metamodel.relational.ForeignKey
 
ForeignKey.ReferentialAction - Enum in org.hibernate.metamodel.relational
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the property name or propertyTableName
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the property name or propertyTableName
foreignKeyColumnName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return the foreign key column name for the given parameters
ForeignKeyDirection - Class in org.hibernate.type
Represents directionality of the foreign key constraint
ForeignKeyDirection() - Constructor for class org.hibernate.type.ForeignKeyDirection
 
ForeignKeyMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC foreign key metadata
foreignKeys(Set) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
foreignKeys(Set) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
ForeignKeys - Class in org.hibernate.engine.internal
Algorithms related to foreign key constraint transparency
foreignKeys(Set) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
foreignKeys(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
foreignKeys(Set) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
foreignKeys(Set) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
foreignKeys(Set) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
foreignKeys$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
foreignKeys$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
foreignKeys$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
foreignKeys$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
foreignKeys$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
foreignKeys$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
ForeignKeys.Nullifier - Class in org.hibernate.engine.internal
Delegate for handling nullifying ("null"ing-out) non-cascaded associations
ForeignKeys.Nullifier(Object, boolean, boolean, SessionImplementor) - Constructor for class org.hibernate.engine.internal.ForeignKeys.Nullifier
Constructs a Nullifier
forEntitiesAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision.
forEntitiesAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesAtRevision(Class<?>, String, Number, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesModifiedAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntitiesModifiedAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntityName(String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity.
forEntityName(String, String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity.
forget(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
format(String) - Method in class org.hibernate.engine.jdbc.internal.BasicFormatterImpl
 
format(String) - Method in class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
 
format(String) - Method in interface org.hibernate.engine.jdbc.internal.Formatter
Format the source SQL string.
format(int) - Static method in class org.hibernate.id.uuid.Helper
 
format(short) - Static method in class org.hibernate.id.uuid.Helper
 
format(int) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(short) - Method in class org.hibernate.id.UUIDHexGenerator
 
FORMAT_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable formatting of SQL logged to the console
FormatStyle - Enum in org.hibernate.engine.jdbc.internal
Represents the the understood types or styles of formatting.
Formatter - Interface in org.hibernate.engine.jdbc.internal
Formatter contract
Formula - Annotation Type in org.hibernate.annotations
Defines a formula (derived value) which is a SQL fragment that acts as a @Column alternative in most cases.
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
 
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
formula - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
Formula - Class in org.hibernate.mapping
A formula is a derived column value
Formula() - Constructor for class org.hibernate.mapping.Formula
 
FORMULA - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
formulaAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
formulaAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
FormulaNotSupportedException - Exception in org.hibernate.envers.configuration.internal.metadata
Exception indicating that a formula mapping was encountered where it is not currently supported
FormulaNotSupportedException() - Constructor for exception org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException
Constructs a FormulaNotSupportedException using a standard message
FormulaReference - Interface in org.hibernate.sql.ordering.antlr
Reference to a formula fragment.
FormulaValue - Class in org.hibernate.metamodel.source.annotations.attribute
 
FormulaValue(String, String) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.FormulaValue
 
forName(String) - Static method in class org.hibernate.criterion.Property
Factory for Property instances.
forRevisionsOfEntity(Class<?>, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified.
forRevisionsOfEntity(Class<?>, String, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified and with a given entityName.
ForUpdateFragment - Class in org.hibernate.sql
 
ForUpdateFragment(Dialect) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
ForUpdateFragment(Dialect, LockOptions, Map) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Dialect
Is FOR UPDATE OF syntax supported?
forUpdateOfColumns() - Method in class org.hibernate.dialect.Ingres9Dialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Oracle8iDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
The RDMS DB supports the 'FOR UPDATE OF' clause.
forUpdateOfColumns() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
foundMappingDocument(String) - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
foundMappingDocument(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
foundMappingDocument(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
foundMappingDocument(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
foundMappingDocument(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
foundMappingDocument(String) - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
foundMappingDocument(String) - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
foundMappingDocument$str() - Method in class org.hibernate.c3p0.internal.C3P0MessageLogger_$logger
 
foundMappingDocument$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
foundMappingDocument$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
foundMappingDocument$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
foundMappingDocument$str() - Method in class org.hibernate.jpa.internal.EntityManagerMessageLogger_$logger
 
foundMappingDocument$str() - Method in class org.hibernate.proxool.internal.ProxoolMessageLogger_$logger
 
FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
from(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
FROM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
from(Class<T>) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
from(EntityType<T>) - Method in class org.hibernate.jpa.criteria.AbstractManipulationCriteriaQuery
 
from(EntityType<X>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
from(Class<X>) - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
from(EntityType<X>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
from(Class<X>) - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
from(Class<X>) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
from(EntityType<X>) - Method in class org.hibernate.jpa.criteria.QueryStructure
 
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FROM_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
fromAccessType(AccessType) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
fromBeanManagerReference(Object) - Static method in class org.hibernate.jpa.event.internal.jpa.BeanManagerListenerFactory
 
fromBytes(byte[]) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
fromCacheMode(CacheMode) - Static method in enum org.hibernate.annotations.CacheModeType
Conversion from CacheMode to CacheModeType.
fromClassOrOuterQueryPath() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
fromClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
fromClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
FromClause - Class in org.hibernate.hql.internal.ast.tree
Represents the 'FROM' part of a query or subquery, containing all mapped class references.
FromClause() - Constructor for class org.hibernate.hql.internal.ast.tree.FromClause
 
fromConfigSettings(Map) - Static method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Deprecated.
No longer used/supported!
fromElement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
FromElement - Class in org.hibernate.hql.internal.ast.tree
Represents a single mapped class mentioned in an HQL FROM clause.
FromElement() - Constructor for class org.hibernate.hql.internal.ast.tree.FromElement
 
FromElement(FromClause, FromElement, String) - Constructor for class org.hibernate.hql.internal.ast.tree.FromElement
Constructor form used to initialize ComponentJoin
FromElementFactory - Class in org.hibernate.hql.internal.ast.tree
Encapsulates the creation of FromElements and JoinSequences.
FromElementFactory(FromClause, FromElement, String) - Constructor for class org.hibernate.hql.internal.ast.tree.FromElementFactory
Creates entity from elements.
FromElementFactory(FromClause, FromElement, String, String, String[], boolean) - Constructor for class org.hibernate.hql.internal.ast.tree.FromElementFactory
Creates collection from elements.
fromElementList(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
fromExternalName(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Resolve an AccessType from its external name.
fromExternalName(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
fromExternalName(String) - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Interpret the incoming external name into the appropriate enum value
fromFragmentSeparator(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
fromFragmentSeparator(AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
fromHbmXml(Element) - Method in class org.hibernate.metamodel.binding.ManyToManyCollectionElement
 
FromImplementor<Z,X> - Interface in org.hibernate.jpa.criteria
Implementation contract for the JPA From interface.
fromInt(int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret an int as its binary form
fromJoin() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
fromJoinFragment(String, boolean, boolean) - Method in interface org.hibernate.persister.entity.Joinable
Get the from clause part of any joins (optional operation)
fromLong(long) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret a long as its binary form
FromParser - Class in org.hibernate.hql.internal.classic
Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query.
FromParser() - Constructor for class org.hibernate.hql.internal.classic.FromParser
 
FromPathExpressionParser - Class in org.hibernate.hql.internal.classic
 
FromPathExpressionParser() - Constructor for class org.hibernate.hql.internal.classic.FromPathExpressionParser
 
fromRange() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
FromReferenceNode - Class in org.hibernate.hql.internal.ast.tree
Represents a reference to a FROM element, for example a class alias in a WHERE clause.
FromReferenceNode() - Constructor for class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
fromRegistration(ParameterRegistrationImplementor) - Static method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
Build a ParameterMemento from the given parameter registration
fromRepresentation(Object) - Static method in enum org.hibernate.envers.RevisionType
 
fromShort(int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret a short as its binary form
fromStream(byte, Object[], String) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
fromStream(byte, Object[]) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
fromString(String) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
fromString(String) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
fromString(String) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
fromStringArray(String[], boolean) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdateScript
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractLongStringType
Deprecated.
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromStringValue(String) - Method in class org.hibernate.type.ByteType
 
fromStringValue(String) - Method in class org.hibernate.type.CustomType
 
fromStringValue(String) - Method in class org.hibernate.type.NullableType
Deprecated.
 
fromStringValue(String) - Method in interface org.hibernate.type.SingleColumnType
 
fromStringValue(String) - Method in interface org.hibernate.type.StringRepresentableType
Consume the given string representation back into this types java form.
fromStringValue(String) - Method in class org.hibernate.type.TimestampType
 
fromTable(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
fromTableFragment(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the main from table fragment, given a query alias.
fromTableFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
Re-build the CacheRegionStats from JMX tabular data
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
Re-builds CollectionStats from JMX TabularData
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Reads an array of entityStats from TabularData
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.QueryStats
Reads an array of queryStats from TabularData
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.cfg.JaxbTypeAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.cfg.JaxbUsageAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheModeAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCheckAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttributeWithSubselect
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFlushModeAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratedAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithExtra
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithNoProxy
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLockModeAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbNotFoundAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbOuterJoinAttribute
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorType
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbEnumType
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbFetchType
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbGenerationType
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbInheritanceType
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbLockModeType
 
fromValue(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbTemporalType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.AnyType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.CollectionType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.ComponentType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.CustomType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.EntityType
Parse the XML representation of an instance.
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.MetaType
 
fromXMLNode(Node, Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.
 
fromXMLNode(Node, Mapping) - Method in interface org.hibernate.type.Type
Deprecated.
To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
fromXMLString(String, Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.CustomType
 
fromXMLString(String) - Method in class org.hibernate.type.EnumType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.MetaType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.
 
fromXMLString(String, Mapping) - Method in interface org.hibernate.type.XmlRepresentableType
Deprecated.
 
fromXMLString(String) - Method in interface org.hibernate.usertype.EnhancedUserType
Deprecated.
To be removed in 5. Implement StringRepresentableType.fromStringValue(String) instead. See HHH-7776 for details
FrontBaseDialect - Class in org.hibernate.dialect
An SQL Dialect for Frontbase.
FrontBaseDialect() - Constructor for class org.hibernate.dialect.FrontBaseDialect
Constructs a FrontBaseDialect
FULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
FULL_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated.
FULL_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
use JoinType.FULL_JOIN instead.
function(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection using a custom function
function(String, Class<T>, Expression<?>...) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
function(String, Class<T>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Create a reference to a function taking no params.
functionCall(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
functionCall() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for a function call
functionCallCheck() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Intended for use as a syntactic predicate to determine whether an IDENT represents a known SQL function name.
FunctionExpression<T> - Interface in org.hibernate.jpa.criteria.expression.function
Contract for expressions which model a SQL function call.
functionName() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A function-name is an IDENT followed by zero or more (DOT IDENT) sequences
FunctionNode - Interface in org.hibernate.hql.internal.ast.tree
Identifies a node which models a SQL function.
functionParameter() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognized function parameters.
functionParameterList() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule used to "wrap" all function parameters into an EXPR_LIST node

G

ge(Object) - Method in class org.hibernate.criterion.Property
Create a greater-than-or-equal-to restriction based on this property
ge(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query greater-than-or-equal-to expression for this property
ge(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to the named property
ge(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being greater-than-or-equal-to the value in the subquery result.
ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint
GE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
GE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
GE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
ge(Expression<? extends Number>, Number) - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
 
geAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to-all sub-query expression for this property.
geAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to ALL the values in the subquery result.
GeneralDataRegion - Interface in org.hibernate.cache.spi
Contract for general-purpose cache regions.
generate() - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
generate() - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.Assigned
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
Generate an identifier value accounting for this specific optimization.
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.ForeignGenerator
Generate a new identifier.
generate(SessionImplementor, Object) - Method in class org.hibernate.id.GUIDGenerator
 
generate(SessionImplementor, Object) - Method in interface org.hibernate.id.IdentifierGenerator
Generate a new identifier.
generate(SessionImplementor, Object) - Method in class org.hibernate.id.IncrementGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceHiLoGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.TableGenerator
Deprecated.
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.TableHiLoGenerator
Deprecated.
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
 
generate(SessionImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
Generate a new identifier.
GENERATE_STATISTICS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable statistics collection
generateActiveConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
generateActiveConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
generateActiveConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
generateActiveConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
generateAlias(String) - Static method in class org.hibernate.internal.util.StringHelper
 
generateAlias(String, int) - Static method in class org.hibernate.internal.util.StringHelper
Generate a nice alias for the given class name or collection role name and unique integer.
generateAlias() - Method in interface org.hibernate.jpa.criteria.compile.RenderingContext
Generate a correlation name.
generateAlias(String) - Method in interface org.hibernate.sql.AliasGenerator
 
generateBidirectionalCollectionChangeWorkUnits(AuditProcess, EntityPersister, String, Object[], Object[], SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
generateCacheKey(Serializable, Type, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateCacheKey(Serializable, Type, String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Hide the changing requirements of cache key creation.
generateCacheKey(Serializable, Type, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
generateCacheKey(Serializable, Type, String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
generateColumnNames(Type[]) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
 
generateColumnNames(Type[], SessionFactoryImplementor) - Static method in class org.hibernate.hql.internal.NameGenerator
 
generateCustomReturns(boolean) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
Generated - Annotation Type in org.hibernate.annotations
The annotated property is generated by the database.
generated - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
generated - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
generated - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
GENERATED - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
GENERATED_VALUE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
generateData(Object) - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
GeneratedCollectionAliases - Class in org.hibernate.loader
CollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
GeneratedCollectionAliases(Map, CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
 
GeneratedCollectionAliases(CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.Constraint
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.ForeignKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.PrimaryKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.UniqueKey
 
generateDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDeleteRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL DELETE that deletes a particular row
generateDeleteRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates a particular row's foreign key to null
generateDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDeleteString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL DELETE that deletes all rows
generateDeleteString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates all the foreign keys to null
generateDeleteString(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that deletes a row by id (and version)
generateDetectRowByElementString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDetectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDom4jElement(String) - Static method in class org.hibernate.internal.util.xml.XMLHelper
 
GeneratedOrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
Antlr grammar for dealing with order-by mapping fragments.
GeneratedOrderByFragmentParser(TokenBuffer, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenStream, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(ParserSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentRenderer - Class in org.hibernate.sql.ordering.antlr
Antlr grammar for rendering ORDER_BY trees as described by the OrderByFragmentParser
GeneratedOrderByFragmentRenderer() - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
GeneratedOrderByFragmentRendererTokenTypes - Interface in org.hibernate.sql.ordering.antlr
 
GeneratedOrderByLexer - Class in org.hibernate.sql.ordering.antlr
Lexer for the order-by fragment parser
GeneratedOrderByLexer(InputStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(Reader) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(InputBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(LexerSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
generateDropSchemaScript(Dialect) - Method in class org.hibernate.cfg.Configuration
Generate DDL for dropping tables
generateDropSchemaScript(Dialect) - Method in class org.hibernate.metamodel.relational.Database
 
generatedValue - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
generateEntityDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateEntityKey(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.SessionImplementor
Hide the changing requirements of entity key creation
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.internal.AbstractSessionImpl
 
generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateFilterConditionAlias(String) - Method in interface org.hibernate.persister.entity.Queryable
The alias used for any filter conditions (mapped where-fragments or enabled-filters).
generateFirstPass(PersistentClass, ClassAuditingData, EntityXmlMappingData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
generateHashCode(SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
generateHolder(SessionImplementor) - Method in class org.hibernate.id.SequenceGenerator
 
generateHolder(SessionImplementor) - Method in class org.hibernate.id.TableGenerator
Deprecated.
 
generateIdByUniqueKeySelectString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateIdentityInsertString(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Used to generate an insery statement against the root table in the case of identifier generation strategies where the insert statement executions actually generates the identifier value.
generateIdInsertSelect(Queryable, String, AbstractTableBasedBulkIdHandler.ProcessedWhereClause) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
generateIdSubselect(Queryable) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
generateIdTableDefinition(PersistentClass) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
generateInsertGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL INSERT that creates a new row
generateInsertRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates a foreign key to a value
generateInsertString(boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertString(boolean, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertString(boolean, boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that inserts a row
generateLazySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
generateName(String, Table, Column...) - Static method in class org.hibernate.mapping.Constraint
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateName(String, Table, List<Column>) - Static method in class org.hibernate.mapping.Constraint
generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
generateNamedParameter(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
generatePositionalParameter(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
generatePositionalParameter(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
generateProxy(byte[]) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl proxy using byte data.
generateProxy(InputStream, long) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl proxy using a given number of bytes from an InputStream.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using the string data.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using a character reader of given length.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a Clob proxy using the string data.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a NClob proxy using a character reader of given length.
generateProxy(ResultSet, ColumnNameCache) - Static method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
Generates a proxy wrapping the ResultSet.
generateProxy(Blob) - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Generates a SerializableBlob proxy wrapping the provided Blob object.
generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
generateProxy(NClob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
generateQueryException(String) - Method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
 
generateQueryException(String) - Method in exception org.hibernate.QueryException
Called from QueryException.wrapWithQueryString(String) when we really need to generate a new QueryException (or subclass).
generateQueryException(String) - Method in exception org.hibernate.QueryParameterException
 
generateQueryKey(String, QueryParameters, Set, SessionImplementor, CacheableResultTransformer) - Static method in class org.hibernate.cache.spi.QueryKey
Generates a QueryKey.
generateRootAlias(String) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
generateRootAlias(String) - Method in class org.hibernate.loader.JoinWalker
 
generateScalarColumns(HqlSqlWalkerNode, String[], int) - Static method in class org.hibernate.hql.internal.ast.util.ColumnHelper
Generates the scalar column AST nodes for a given array of SQL columns
generateSchema() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
generateSchema() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Perform an explicit schema generation (rather than an "auto" one) based on the
generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSchema(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSchemaCreationScript(Dialect) - Method in class org.hibernate.cfg.Configuration
 
generateSchemaCreationScript(Dialect) - Method in class org.hibernate.metamodel.relational.Database
 
generateSchemaUpdateScript(Dialect, DatabaseMetadata) - Method in class org.hibernate.cfg.Configuration
generateSchemaUpdateScriptList(Dialect, DatabaseMetadata) - Method in class org.hibernate.cfg.Configuration
 
generateSecondPass(PersistentClass, ClassAuditingData, EntityXmlMappingData) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
generateSelectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectSizeString(boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectString(LockMode) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
Generate the SQL that selects a row by id
generateSelectVersionString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that selects the version number by id
generateSingleScalarColumn(HqlSqlWalkerNode, int) - Static method in class org.hibernate.hql.internal.ast.util.ColumnHelper
 
generateSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateSql(String, String, LockOptions, SessionFactoryImplementor, LoadQueryAliasResolutionContext) - Method in class org.hibernate.loader.internal.AbstractEntityLoadQueryImpl
 
generateSql(int, SessionFactoryImplementor, LoadQueryAliasResolutionContext) - Method in class org.hibernate.loader.internal.EntityLoadQueryBuilderImpl
 
generateSql(int, String[], SessionFactoryImplementor, LoadQueryAliasResolutionContext) - Method in class org.hibernate.loader.internal.EntityLoadQueryBuilderImpl
 
generateSql(String[], int, LockMode, SessionFactoryImplementor, LoadQueryAliasResolutionContext) - Method in class org.hibernate.loader.internal.EntityLoadQueryImpl
 
generateSql(int, SessionFactoryImplementor, LoadQueryAliasResolutionContext) - Method in interface org.hibernate.loader.spi.LoadQueryBuilder
Generates SQL for the performing the load.
generateSQLAlias() - Method in interface org.hibernate.criterion.CriteriaQuery
Generate a unique SQL alias
generateSQLAlias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
generateSubquery(PersistentClass, Mapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateSuffixes(int) - Static method in class org.hibernate.loader.BasicLoader
Utility method that generates 0_, 1_ suffixes.
generateSuffixes(int, int) - Static method in class org.hibernate.loader.BasicLoader
 
generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.JoinWalker
 
generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Cache71Dialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.DB2Dialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Dialect
Generate a temporary table name given the base table.
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.HSQLDialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.IngresDialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
generateTemporaryTableName(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
generateTokenNameCache(Class) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Method to generate a map of token type names, keyed by their token type values.
generateUpdateGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateUpdateRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL UPDATE that updates a row
generateUpdateRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that inserts a collection index
generateUpdateString(boolean[], int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateUpdateString(boolean[], int, Object[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that updates a row by id (and version)
generateUUID(SessionImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateUUID(SessionImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
Delegates to UUID.randomUUID()
generateUUID(SessionImplementor) - Method in interface org.hibernate.id.UUIDGenerationStrategy
Generate the UUID.
GENERATION_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
GenerationSourceFromMetadata - Class in org.hibernate.jpa.internal.schemagen
Handle schema generation source from (annotation/xml) metadata.
GenerationSourceFromMetadata(Configuration, Dialect, boolean) - Constructor for class org.hibernate.jpa.internal.schemagen.GenerationSourceFromMetadata
 
GenerationSourceFromScript - Class in org.hibernate.jpa.internal.schemagen
Handles schema generation source from a "script"
GenerationSourceFromScript(Object, ImportSqlCommandExtractor) - Constructor for class org.hibernate.jpa.internal.schemagen.GenerationSourceFromScript
 
GenerationTime - Enum in org.hibernate.annotations
At what time(s) will the generation occur?
generationTypeToGeneratorStrategyName(GenerationType, boolean) - Static method in class org.hibernate.metamodel.source.annotations.EnumConversionHelper
 
generator - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
generator - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
generator - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
 
generator - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
 
generatorKey() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
generatorKey() - Method in class org.hibernate.id.enhanced.TableGenerator
 
generatorKey() - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
generatorKey() - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Return a key unique to the underlying database objects.
generatorKey() - Method in class org.hibernate.id.SequenceGenerator
 
generatorKey() - Method in class org.hibernate.id.TableGenerator
Deprecated.
 
GENERIC_GENERATOR - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
GENERIC_GENERATORS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
GenericGenerator - Annotation Type in org.hibernate.annotations
Generator annotation describing any kind of Hibernate generator in a generic (de-typed) manner.
GenericGenerators - Annotation Type in org.hibernate.annotations
Array of generic generator definitions.
GenericJDBCException - Exception in org.hibernate.exception
Generic, non-specific JDBCException.
GenericJDBCException(String, SQLException) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
GenericJDBCException(String, SQLException, String) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
geProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an greater-than-or-equal-to restriction between 2 properties
geProperty(String) - Method in class org.hibernate.criterion.Property
Creates an greater-than-or-equal-to restriction between 2 properties
geProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to two properties
geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
geSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to-some sub-query expression for this property.
geSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to SOME of the values in the subquery result.
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
get(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Get the value mapped to this key, or null if no value is mapped to this key.
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
 
get(Object, long) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
Attempt to retrieve an object from the cache.
get(Object) - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
get(Object) - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
get(Object) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
get(Object) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
get(QueryKey, Type[], boolean, Set, SessionImplementor) - Method in class org.hibernate.cache.internal.StandardQueryCache
 
get(Object, long) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Attempt to retrieve an object from the cache.
get(Object) - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Get an item from the cache.
get(QueryKey, Type[], boolean, Set, SessionImplementor) - Method in interface org.hibernate.cache.spi.QueryCache
Get results from the cache.
get(GroupsPerOperation.Operation) - Method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
get(int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
get(int) - Method in class org.hibernate.collection.internal.PersistentBag
 
get(int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
get(int) - Method in class org.hibernate.collection.internal.PersistentList
 
get(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
get(int) - Method in class org.hibernate.dialect.TypeNames
get default type name for specified type
get(int, long, int, int) - Method in class org.hibernate.dialect.TypeNames
get type name for specified type and size
get(Class, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.internal.metadata.InheritanceType
 
get(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
get(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
get(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
get(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
get(String, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
get(EventSource) - Method in class org.hibernate.envers.internal.synchronization.AuditProcessManager
 
get() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.internal.property.EntityPropertyName
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.internal.property.ModifiedFlagPropertyName
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.internal.property.OriginalIdPropertyName
Deprecated.
 
get(AuditConfiguration) - Method in interface org.hibernate.envers.query.internal.property.PropertyNameGetter
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.internal.property.RevisionNumberPropertyName
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.internal.property.RevisionPropertyPropertyName
 
get(AuditConfiguration) - Method in class org.hibernate.envers.query.internal.property.RevisionTypePropertyName
 
GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
get(ResultSet, String, Type) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Extract the value from the result set (which is assumed to already have been positioned to the apopriate row) and wrp it in the appropriate Java numeric type.
get() - Method in class org.hibernate.internal.AbstractScrollableResults
 
get(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
get(Class, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
get(Class, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
get(Class, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(String, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
get(SingularAttribute<? super X, Y>) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(PluralAttribute<X, C, E>) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(MapAttribute<X, K, V>) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(String) - Method in class org.hibernate.jpa.criteria.path.AbstractPathImpl
 
get(String, Class<X>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(String) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(int, Class<X>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(int) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(TupleElement<X>) - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
get(InheritanceType) - Static method in enum org.hibernate.metamodel.binding.InheritanceType
 
get(Object) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
Get the property value from the given instance .
get(Object) - Method in interface org.hibernate.property.Getter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.property.MapAccessor.MapGetter
Get the property value from the given instance .
get(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
get() - Method in interface org.hibernate.ScrollableResults
Get the current row of results.
get(int) - Method in interface org.hibernate.ScrollableResults
Get the ith object in the current row of results, without initializing any other results in the row.
get(Class, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(Class, Serializable, LockMode) - Method in interface org.hibernate.Session
Deprecated.
LockMode parameter should be replaced with LockOptions
get(Class, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(String, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given named entity with the given identifier, or null if there is no such persistent instance.
get(String, Serializable, LockMode) - Method in interface org.hibernate.Session
Deprecated.
LockMode parameter should be replaced with LockOptions
get(String, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(String, Serializable) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(Class, Serializable) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(String, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(Class, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(ResultSet, String) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
get(ResultSet, String) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.
 
get(ResultSet, String) - Method in class org.hibernate.type.AbstractLobType
Deprecated.
 
get(ResultSet, String) - Method in class org.hibernate.type.AbstractLongStringType
Deprecated.
 
get(ResultSet, String, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
get(ResultSet, String) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.
 
get(ResultSet, String) - Method in class org.hibernate.type.NullableType
Deprecated.
Get a column value from a result set, without worrying about the possibility of null values.
get(ResultSet, String, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
Get a column value from a result set, without worrying about the possibility of null values.
getAccess() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the access property.
getAccess() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getAccess() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.SingularAttributeSource
 
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the access property.
getAccess() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Gets the value of the access property.
getAccess() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
getAccessOptimizer() - Method in class org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl
 
getAccessOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for accessing the entity's persistent state.
getAccessorPropertyName(EntityMode) - Method in class org.hibernate.mapping.Property
 
getAccessStrategy(String) - Static method in enum org.hibernate.cfg.AccessType
Resolve an externalized name to the AccessType enum value it names.
getAccessStrategy(AccessType) - Static method in enum org.hibernate.cfg.AccessType
Convert the JPA access type enum to the corresponding AccessType enum value.
getAccessStrategyFactory() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
The EhcacheAccessStrategyFactory used for creating various access strategies
getAccessType() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
getAccessType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAccessType() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getAccessType() - Method in class org.hibernate.metamodel.binding.Caching
 
getAccessType() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getAction() - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
getAction() - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
getAction() - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
How should a duplication be handled?
getActionQueue() - Method in interface org.hibernate.event.spi.EventSource
Get the ActionQueue for this session
getActionQueue() - Method in class org.hibernate.internal.SessionImpl
 
getActions() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Gets the value of the actions property.
getActionString() - Method in enum org.hibernate.metamodel.relational.ForeignKey.ReferentialAction
 
getActualLongValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getAddColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.DB2Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Dialect
The syntax used to add a column to a table (optional).
getAddColumnString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.H2Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.HSQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.InformixDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.IngresDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MckoiDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MySQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getAddColumnString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.ProgressDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.TeradataDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getAddedInstance() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Cache71Dialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a foreign key constraint to a table.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.InformixDialect
Informix constraint name must be at the end.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAdditionalXmlMappings() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a primary key constraint to a table.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.InformixDialect
Informix constraint name must be at the end.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAddressBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getAddressHexString() - Static method in class org.hibernate.id.uuid.Helper
 
getAddressInt() - Static method in class org.hibernate.id.uuid.Helper
 
getAddUniqueConstraintString(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the ID for the collection owner entity that is affected by this event.
getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the collection owner entity that is affected by this event.
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the after-transaction-completion process, if any, for this action.
getAggregatedAliases() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieve the aliases for the columns aggregated here.
getAggregatedAliases() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregatedAliases() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAggregatedSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getAggregatedSelectExpression() - Method in class org.hibernate.loader.hql.QueryLoader
 
getAggregatedSelectionTypeList() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieves a list of the selection types being aggregated
getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAggregationResultType() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Obtain the java type of the aggregation
getAggregationResultType() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregationResultType() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAlias() - Method in interface org.hibernate.Criteria
Get the alias of the entity encapsulated by this criteria instance.
getAlias() - Method in class org.hibernate.criterion.DetachedCriteria
Obtain the alias associated with this DetachedCriteria
getAlias() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the defined result alias
getAlias() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
getAlias() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAlias() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getAlias() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
 
getAlias(String) - Static method in class org.hibernate.hql.internal.ast.util.PathHelper
 
getAlias() - Method in class org.hibernate.internal.CriteriaImpl
 
getAlias() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getAlias(String) - Method in class org.hibernate.internal.DynamicFilterAliasGenerator
 
getAlias(String) - Method in interface org.hibernate.internal.FilterAliasGenerator
 
getAlias() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
Gets the value of the alias property.
getAlias(String) - Method in class org.hibernate.internal.StaticFilterAliasGenerator
 
getAlias() - Method in class org.hibernate.jpa.criteria.expression.AbstractTupleElement
 
getAlias() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin.TreatedListAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.RootImpl.TreatedRoot
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
getAlias() - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath.TreatedSingularAttributePath
 
getAlias() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getAlias() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getAlias() - Method in class org.hibernate.loader.custom.NonScalarReturn
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Column
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
Generate a column alias that is unique across multiple tables
getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
 
getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
 
getAlias(Dialect) - Method in class org.hibernate.metamodel.relational.Column
 
getAlias(Dialect) - Method in class org.hibernate.metamodel.relational.DerivedValue
For any column name, generate an alias that is unique to that column name, unique across tables, and within alias size constraints determined by Dialect.getMaxAliasLength().
getAlias(Dialect) - Method in interface org.hibernate.metamodel.relational.SimpleValue
For any column name, generate an alias that is unique to that column name, unique across tables, and within alias size constraints determined by Dialect.getMaxAliasLength().
getAlias() - Method in interface org.hibernate.sql.SelectExpression
 
getAliasedLHSColumnNames(AssociationType, String, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the qualified (prefixed by alias) names of the columns of the owning entity which are to be used in the join
getAliasedLHSColumnNames(AssociationType, String, int, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the qualified (prefixed by alias) names of the columns of the owning entity which are to be used in the join
getAliases() - Method in class org.hibernate.criterion.AliasedProjection
 
getAliases() - Method in class org.hibernate.criterion.Distinct
 
getAliases() - Method in interface org.hibernate.criterion.Projection
Get the criteria-level aliases for this projection (ie.
getAliases() - Method in class org.hibernate.criterion.ProjectionList
 
getAliases() - Method in class org.hibernate.criterion.SimpleProjection
 
getAliases() - Method in class org.hibernate.criterion.SQLProjection
 
getAliases() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getAliases() - Method in class org.hibernate.loader.hql.QueryLoader
 
getAliases() - Method in class org.hibernate.loader.JoinWalker
 
getAliases() - Method in class org.hibernate.loader.Loader
Get the SQL table aliases of entities whose associations are subselect-loadable, returning null if this loader does not support subselect loading
getAliases() - Method in class org.hibernate.loader.OuterJoinLoader
 
getAliasGenerator() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getAliasGenerator() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getAliasLockCount() - Method in class org.hibernate.LockOptions
Get the number of aliases that have specific lock modes defined.
getAliasLockIterator() - Method in class org.hibernate.LockOptions
Iterator for accessing Alias (key) and LockMode (value) as Map.Entry.
getAliasName(String) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
Get the LockMode explicitly specified for the given alias via LockOptions.setAliasSpecificLockMode(java.lang.String, org.hibernate.LockMode)

Differs from LockOptions.getEffectiveLockMode(java.lang.String) in that here we only return explicitly specified alias-specific lock modes.

getAliasTableMap(SessionFactoryImplementor) - Method in class org.hibernate.internal.FilterConfiguration
 
getAllClassAuditedData() - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
getAllClassMetadata() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getAllClassMetadata() - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata for all mapped entities.
getAllCollectionMetadata() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getAllCollectionMetadata() - Method in interface org.hibernate.SessionFactory
Get the CollectionMetadata for all mapped collections.
getAllDocuments() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getAllocationSize() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the allocationSize property.
getAllocationSize() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the allocationSize property.
getAllSecondLevelCacheRegions() - Method in interface org.hibernate.engine.spi.CacheImplementor
Get all cache regions, including query cache.
getAllSecondLevelCacheRegions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a map of all the second level cache regions currently maintained in this session factory.
getAllSecondLevelCacheRegions() - Method in class org.hibernate.internal.CacheImpl
 
getAllSecondLevelCacheRegions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, String, String) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
getAlterTableToAddUniqueKeyCommand(UniqueKey) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
getAlterTableToDropUniqueKeyCommand(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, String, String) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
getAlterTableToDropUniqueKeyCommand(UniqueKey) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
getAndIncrease() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
getAndResetInvocationCount() - Static method in class org.hibernate.testing.byteman.BytemanHelper
 
getAnnotatedClasses() - Method in class org.hibernate.metamodel.MetadataSources
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotatedMappingClassNames() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MetadataSources
 
getAnnotatedPackages() - Method in class org.hibernate.metamodel.MetadataSources
 
getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotation() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getAnnotation(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
getAnnotation(Class<T>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationDotName() - Method in enum org.hibernate.metamodel.source.annotations.attribute.AttributeNature
 
getAnnotationReader(AnnotatedElement) - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
getAnnotations() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getAnticipatedNumberOfArguments() - Method in class org.hibernate.dialect.function.TemplateRenderer
 
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAnyConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Allows access to the database metadata of the underlying database(s) in situations where we do not have a tenant id (like startup processing, for example).
getAnyConnectionProvider() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAnyMetaDef(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getAnyMetaDef(String) - Method in interface org.hibernate.cfg.Mappings
 
getAnything() - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
getAnything() - Method in class org.hibernate.jpa.event.internal.core.JpaAutoFlushEventListener
 
getAnything() - Method in class org.hibernate.jpa.event.internal.core.JpaFlushEventListener
 
getAppropriateInitializer(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getArchiveDescriptorFactory() - Method in class org.hibernate.jpa.boot.archive.spi.AbstractArchiveDescriptor
 
getArchiveUrl() - Method in class org.hibernate.jpa.boot.archive.spi.AbstractArchiveDescriptor
 
getArgumentExpressions() - Method in class org.hibernate.jpa.criteria.expression.function.ParameterizedFunctionExpression
 
getArray() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getAssertedValue() - Method in class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
getAssertedValue() - Method in class org.hibernate.jpa.criteria.predicate.BooleanStaticAssertionPredicate
 
getAssignmentSpecifications() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
 
getAssociatedEntityName(CollectionType) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a collection type, determine the entity name of the elements contained within instance of that collection.
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the entity name of the associated entity
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the "persister" for this association - a class or collection persister
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Retrieves the Joinable defining the associated entity.
getAssociation() - Method in class org.hibernate.engine.profile.Fetch
 
getAssociation() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
Gets the value of the association property.
getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getAssociation() - Method in class org.hibernate.metamodel.binding.FetchProfile.Fetch
 
getAssociationAttributes() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getAssociationKey() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getAssociationKey() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getAssociationKey() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getAssociationNature() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getAssociationOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the associationOverride property.
getAssociationPath() - Method in class org.hibernate.engine.profile.Association
 
getAssociationType() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getAssociationType() - Method in class org.hibernate.loader.internal.CollectionJoinableAssociationImpl
 
getAssociationType() - Method in class org.hibernate.loader.internal.EntityJoinableAssociationImpl
 
getAssociationType() - Method in interface org.hibernate.loader.spi.JoinableAssociation
Returns the association type.
getAssumedUnsaved() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getAssumedUnsaved() - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getAssumedUnsaved() - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
getASTFactory() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getASTNodeType(int) - Method in class org.hibernate.hql.internal.ast.HqlASTFactory
Returns the class for a given token type (a.k.a.
getASTNodeType(int) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
Returns the class for a given token type (a.k.a.
getASTNodeType(int) - Method in class org.hibernate.sql.ordering.antlr.Factory
 
getASTPrinter() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
Gets the value of the attribute property.
getAttribute() - Method in exception org.hibernate.jpa.criteria.BasicPathUsageException
 
getAttribute() - Method in class org.hibernate.jpa.criteria.expression.MapEntryExpression
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.AbstractJoinImpl
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.CollectionAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.ListAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.MapAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyPath
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeySource
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.PluralAttributeJoinSupport
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.PluralAttributePath
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.SetAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.SingularAttributeJoin
 
getAttribute() - Method in class org.hibernate.jpa.criteria.path.SingularAttributePath
 
getAttribute() - Method in interface org.hibernate.jpa.criteria.PathImplementor
Retrieve reference to the attribute this path represents.
getAttribute() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getAttribute() - Method in interface org.hibernate.jpa.graph.spi.AttributeNodeImplementor
 
getAttribute(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getAttribute() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getAttribute() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getAttribute() - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
getAttribute() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
Obtain the attribute bound.
getAttribute() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getAttributeBindingClosure() - Method in class org.hibernate.metamodel.binding.EntityBinding
Gets the attribute bindings defined on this class, including the identifier attribute binding and attribute bindings defined as part of a join.
getAttributeBindingClosureSpan() - Method in class org.hibernate.metamodel.binding.EntityBinding
Gets the number of attribute bindings defined on this class, including the identifier attribute binding and attribute bindings defined as part of a join.
getAttributeContainer() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Obtain the underlying domain attribute container.
getAttributeContainer() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getAttributeContainer() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getAttributeContainer() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
getAttributeContainer() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
getAttributeContainer() - Method in interface org.hibernate.metamodel.domain.Attribute
Retrieve the declaring container for this attribute (entity/component).
getAttributeConverter() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
getAttributeConverters() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getAttributeConverters() - Method in interface org.hibernate.cfg.Mappings
All all AttributeConverter definitions
getAttributeDefinition() - Method in interface org.hibernate.persister.walking.spi.EncapsulatedEntityIdentifierDefinition
 
getAttributeIndex() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Many of Hibernate internals use arrays to define information about attributes.
getAttributeName() - Method in class org.hibernate.jpa.graph.internal.AttributeNodeImpl
 
getAttributeNodes() - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
getAttributeNodes() - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
getAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the attributeOverride property.
getAttributeOverrideMap() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getAttributePath() - Method in class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
getAttributes() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getAttributes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getAttributes() - Method in interface org.hibernate.persister.walking.spi.AttributeSource
 
getAttributes() - Method in interface org.hibernate.persister.walking.spi.NonEncapsulatedEntityIdentifierDefinition
 
getAttributes() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
getAttributeType() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getAuditConfiguration() - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
getAuditConfiguration() - Method in interface org.hibernate.envers.event.spi.EnversListener
Get the Envers AuditConfiguration
getAuditConfiguration() - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
getAuditData() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AnnotationsMetadataReader
 
getAuditEntCfg() - Method in class org.hibernate.envers.configuration.spi.AuditConfiguration
 
getAuditEntityName(String) - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getAuditEntityName() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getAuditEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getAuditingOverrides() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAuditMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAuditReaderImplementor() - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
getAuditStrategy() - Method in class org.hibernate.envers.configuration.spi.AuditConfiguration
 
getAuditStrategyName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getAuditTable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getAuditTableName() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getAutoAliasInjection() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Gets the value of the autoAliasInjection property.
getAuxiliaryDatabaseObjects() - Method in class org.hibernate.metamodel.relational.Database
 
getAverageGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getAverageGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getBagRoles() - Method in exception org.hibernate.loader.MultipleBagFetchException
Retrieves the collection-roles for the bags encountered.
getBase() - Method in class org.hibernate.cfg.IndexColumn
 
getBase() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Gets the value of the base property.
getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getBaseIndex() - Method in class org.hibernate.mapping.List
 
getBasePropertyMapping() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getBasic() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the basic property.
getBasic() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the basic property.
getBasicSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
Allows access to the basic Dialect.getSelectClauseNullString(int) implementation...
getBatch(BatchKey) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getBatch(BatchKey) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Get a batch instance.
getBatchedStatementCount() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
getBatchedStatementCount() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
How many statements will be in this batch?

Note that this is distinctly different than the size of the batch.

getBatchFetchQueue() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getBatchFetchQueue() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the BatchFetchQueue, instantiating one if necessary.
getBatchFetchStyle() - Method in class org.hibernate.cfg.Settings
 
getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
getBatchSize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getBatchSize() - Method in class org.hibernate.mapping.Collection
 
getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
 
getBatchSize() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getBatchSize() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getBatchSize() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getBatchSize() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getBatchSize() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getBatchSize() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the batch-size to be applied when initializing proxies of this entity.
getBatchSize() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getBatchSizes(int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
getBatchStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Get a statement which is part of the batch, creating if necessary (and storing for next time).
getBatchVersionedDataEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getBeanName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getBeanName() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getBeanProperty(Object, String) - Static method in class org.hibernate.cache.ehcache.management.impl.BeanUtils
Retrieve a named bean property value.
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the before-transaction-completion process, if any, for this action.
getBigDecimal(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBigDecimal(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a BigDecimal.
getBigInteger(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBigInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a BigInteger.
getBinary(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBinary(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a binary (byte[]).
getBind() - Method in interface org.hibernate.jpa.spi.BaseQueryImpl.ParameterRegistration
 
getBind() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getBind() - Method in interface org.hibernate.procedure.ParameterRegistration
Retrieve the binding associated with this parameter.
getBindableJavaType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getBindableJavaType() - Method in class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
getBindableJavaType() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
getBindableJavaType() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
getBindableType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getBindableType() - Method in class org.hibernate.jpa.internal.metamodel.EntityTypeImpl
 
getBindableType() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
getBindableType() - Method in class org.hibernate.jpa.internal.metamodel.SingularAttributeImpl
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.mapping.SimpleValue.AttributeConverterSqlTypeDescriptorAdapter
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Get the binder (setting JDBC in-going parameter values) capable of handling values of the type described by the passed descriptor.
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getBlob(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBlob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a blob.
getBlobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getBoolean(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getBoolean(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBoolean(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean (default of false)
getBoolean(String, Map, boolean) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean.
getBoolean(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getBoolean(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a boolean.
getBooleanExpression() - Method in class org.hibernate.jpa.criteria.predicate.ExplicitTruthValueCheck
 
getBooleanValue(Boolean, boolean) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
getBootstrapServiceRegistry() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
getBoundValue() - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
getBuffer() - Method in class org.hibernate.internal.util.xml.BufferedXMLEventReader
 
getBuilder() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
 
getBuilder() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
getByte(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getByte(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a byte.
getBytecodeProvider() - Static method in class org.hibernate.cfg.Environment
 
getBytes() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
The bytes making up the class' bytecode.
getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Access to the bytes.
getBytes() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getBytesFromInputStream(InputStream) - Static method in class org.hibernate.jpa.boot.archive.internal.ArchiveHelper
Extracts the bytes out of an InputStream.
getBytesFromInputStreamSafely(InputStream) - Static method in class org.hibernate.jpa.boot.archive.internal.ArchiveHelper
Extracts the bytes out of an InputStream.
getCache() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Ehcache instance backing this Hibernate data region.
getCache() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the cache property.
getCache() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCache() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getCache() - Method in interface org.hibernate.SessionFactory
Obtain direct access to the underlying cache regions.
getCacheable() - Method in class org.hibernate.internal.CriteriaImpl
 
getCacheAccessStrategy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the cache
getCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache (optional operation)
getCacheAccessType() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getCacheAccessType() - Method in interface org.hibernate.metamodel.source.MappingDefaults
The default cache access type to use
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getCacheDataDescription() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
 
getCacheDataDescription() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
getCacheDataDescription() - Method in interface org.hibernate.cache.spi.TransactionalDataRegion
Get the description of the type of data to be stored here, which would have been given to the RegionFactory when creating this region
getCachedDatabaseSnapshot(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the cached database snapshot for the requested entity key.
getCachedPkResolutions(EntityPersister) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Return all locally cross-referenced primary keys for the given persister.
getCachedPkResolutions(EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Find all the locally cached primary key cross-reference entries for the given persister.
getCachedResultTypes(Type[]) - Method in class org.hibernate.transform.CacheableResultTransformer
 
getCachedSize() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getCacheEntryStructure() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the cache structure
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache structure
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of hits for this query
getCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
Queries retrieved successfully from the cache
getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCacheHitRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheHitSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheManager() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getCacheManagerObjectName(String, String) - Static method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Returns an ObjectName for the passed name
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of misses for this query
getCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCacheMissRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheMissSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheMode() - Method in enum org.hibernate.annotations.CacheModeType
 
getCacheMode() - Method in interface org.hibernate.BasicQueryContract
Obtain the CacheMode in effect for this query.
getCacheMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getCacheMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getCacheMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheMode() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getCacheMode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getCacheMode() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getCacheMode() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getCacheMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.internal.SessionImpl
 
getCacheMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getCacheMode(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getCacheMode() - Method in interface org.hibernate.Session
Get the current cache mode.
getCacheName() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getCacheProviderConfig() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of puts for this query
getCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCachePutRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCachePutSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getCacheRegion() - Method in interface org.hibernate.BasicQueryContract
Obtain the name of the second level query cache region in which query results will be stored (if they are cached, see the discussion on BasicQueryContract.isCacheable() for more information).
getCacheRegion() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getCacheRegion() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCacheRegion() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getCacheRegion() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getCacheRegion() - Method in class org.hibernate.internal.CriteriaImpl
 
getCacheRegion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the cacheRegion property.
getCacheRegionFactory() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionName() - Method in class org.hibernate.mapping.Collection
 
getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.Settings
 
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCaching() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCaching() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getCaching() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCaching() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCaching() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getCaching() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCaching() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the caching configuration for this entity.
getCaching() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCaching() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getCalendar(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCalendar(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Calendar.
getCallbackMethod(Class<?>) - Method in interface org.hibernate.metamodel.source.binder.JpaCallbackClass
 
getCallerPrincipals() - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl
 
getCanonicalName() - Method in class org.hibernate.mapping.Column
 
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in interface org.hibernate.engine.spi.CascadingAction
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the cascade property.
getCascade() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.mapping.Property
 
getCascadeAction() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistOnFlushEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
getCascadeAction() - Method in class org.hibernate.jpa.event.internal.core.JpaPersistEventListener
 
getCascadeAction() - Method in class org.hibernate.jpa.event.internal.core.JpaPersistOnFlushEventListener
 
getCascadeAll() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeAll property.
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
Completely optional cascading drop clause
getCascadeConstraintsString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCascadeDetach() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeDetach property.
getCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
How deep are we cascaded?
getCascadeMerge() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeMerge property.
getCascadePersist() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCascadePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the cascadePersist property.
getCascadeRefresh() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeRefresh property.
getCascadeRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeRemove property.
getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
Factory method for obtaining named cascade styles
getCascadeStyle() - Method in class org.hibernate.mapping.Property
 
getCascadeStyle() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCascadeStyle() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
Obtain the cascade style in effect for this association.
getCascadeStyle() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getCascadeStyle() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getCascadeStyle() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default cascade style to apply to associations if none specified in the mapping.
getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the cascade style of this (subclass closure) property
getCascadeStyle() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getCascadeStyle() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getCascadeStyle() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
 
getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
 
getCascadeStyle(int) - Method in class org.hibernate.type.CompositeCustomType
 
getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the cascade style of the indicated component property.
getCascadeStyles() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getCascadeStyles() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
Obtain the cascade styles to be applied to this association.
getCascadeStyles() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getCascadeType(String) - Static method in enum org.hibernate.metamodel.binding.CascadeType
 
getCascadeType(CascadeType) - Static method in enum org.hibernate.metamodel.binding.CascadeType
 
getCascadeTypes() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getCascadingAction() - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
getCascadingAction() - Method in class org.hibernate.jpa.event.internal.core.JpaAutoFlushEventListener
 
getCascadingAction() - Method in class org.hibernate.jpa.event.internal.core.JpaFlushEventListener
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
The name of the SQL function that can do case insensitive like comparison.
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCastSource() - Method in class org.hibernate.jpa.criteria.expression.function.CastFunction
 
getCastType(Class) - Method in interface org.hibernate.jpa.criteria.compile.RenderingContext
Given a java type, determine the proper cast type name.
getCastTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type appropriate for casting operations (via the CAST() SQL function) for the given Types typecode.
getCastTypeName(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getCatalog() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCatalog(String, Table) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getCatalog() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the catalog property.
getCatalog() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.mapping.Table
 
getCatalog() - Method in class org.hibernate.metamodel.relational.ObjectName
 
getCatalog() - Method in class org.hibernate.metamodel.relational.Schema.Name
 
getCatalog() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getCatalog() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getCatalogName() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getCatalogName() - Method in interface org.hibernate.cfg.Mappings
Returns the currently bound default catalog name.
getCatalogName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getCatalogName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default database catalog name to use if none specified in the mapping.
getCategoryName() - Method in class org.hibernate.stat.internal.CategorizedStatistics
 
getChangedElement() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getChangedElementIndex() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getCharacter(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCharacter(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a char.
getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getCheck() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.CustomSqlElement
 
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the check property.
getCheck() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCheckCondition() - Method in class org.hibernate.metamodel.relational.Column
 
getCheckCondition() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getCheckCondition() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getCheckCondition() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnSourceImpl
 
getCheckCondition() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getCheckCondition() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain the specified check constraint condition
getCheckConstraint() - Method in class org.hibernate.mapping.Column
 
getCheckConstraints() - Method in class org.hibernate.metamodel.relational.InLineView
 
getCheckConstraints() - Method in class org.hibernate.metamodel.relational.Table
 
getCheckConstraints() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
 
getCheckStyle() - Method in class org.hibernate.metamodel.binding.CustomSQL
 
getChildrenByTagName(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Returns an iterator over the children of the given element with the given tag name.
getClass(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getClass(String) - Method in interface org.hibernate.cfg.Mappings
Retrieves the entity mapping metadata for the given entity name.
getClass(Object) - Static method in class org.hibernate.Hibernate
Get the true, underlying class of a proxied persistent class.
getClassAccessType() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getClassAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getClassAuditingData(String) - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
getClassCacheOrCollectionCache() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the classCacheOrCollectionCache property.
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
 
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Given the bytecode of a java class, retrieve the descriptor for that class.
getClassDescriptorSet() - Method in class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ResultCollector
 
getClasses() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getClasses() - Method in interface org.hibernate.cfg.Mappings
 
getClassFileHandler() - Method in interface org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ArchiveEntryHandlers
 
getClassFileHandler() - Method in class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ResultCollector
 
getClassInfo(String) - Method in interface org.hibernate.metamodel.source.annotations.AnnotationBindingContext
 
getClassInfo(String) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getClassInfo() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getClassInfo(String) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getClassInfo(DotName) - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder
 
getClassInfoAnnotationsMap(DotName) - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder
 
getClassLoader() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getClassLoader() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getClassLoaderService() - Method in class org.hibernate.envers.configuration.spi.AuditConfiguration
 
getClassMapping(String) - Method in class org.hibernate.cfg.Configuration
Get the mapping for a particular entity
getClassMapping() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityXmlMappingData
 
getClassMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the entity mappings
getClassMetadata(Class) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getClassMetadata(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the user-visible metadata for the class (optional operation)
getClassMetadata(Class) - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata associated with the given entity class.
getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata associated with the given entity class.
getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getClassName(String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
getClassName(String, String) - Static method in class org.hibernate.cfg.HbmBinder
 
getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassName() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
getClassName() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getClassName() - Method in class org.hibernate.metamodel.domain.BasicType
 
getClassName() - Method in interface org.hibernate.metamodel.domain.Type
Obtain the java class name for this type.
getClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getClassName() - Method in interface org.hibernate.metamodel.source.binder.ComponentAttributeSource
 
getClassName() - Method in interface org.hibernate.metamodel.source.binder.CompositePluralAttributeElementSource
 
getClassName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of the entity Class
getClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getClassName() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getClassName() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself or the element type if an array
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassReference() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Obtain the Class reference for this attribute container.
getClassReference() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getClassReference() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getClassReference() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getClassReference() - Method in class org.hibernate.metamodel.domain.BasicType
 
getClassReference() - Method in class org.hibernate.metamodel.domain.JavaType
 
getClassReference() - Method in interface org.hibernate.metamodel.domain.Type
Obtain the java Class reference for this type
getClassReference() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getClassReference() - Method in interface org.hibernate.metamodel.source.binder.ComponentAttributeSource
 
getClassReference() - Method in interface org.hibernate.metamodel.source.binder.CompositePluralAttributeElementSource
 
getClassReference() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getClassReference() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getClassReferenceUnresolved() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getClassReferenceUnresolved() - Method in class org.hibernate.metamodel.domain.BasicType
 
getClassReferenceUnresolved() - Method in interface org.hibernate.metamodel.domain.Type
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Create class transformer for the class.
getClassType(XClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getClassType(XClass) - Method in interface org.hibernate.cfg.Mappings
Get and maintain a cache of class type.
getClassType() - Method in class org.hibernate.jpa.graph.internal.SubgraphImpl
 
getClassWithIdClass(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
getClassWithoutInitializingProxy(Object) - Static method in class org.hibernate.proxy.HibernateProxyHelper
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
getClazz() - Method in class org.hibernate.cfg.InheritanceState
 
getClazz() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbIdClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the clazz property.
getClazzOrSubclassOrJoinedSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the clazzOrSubclassOrJoinedSubclass property.
getClob(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getClob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a clob.
getClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCloseStatementCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were released
getCollation() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
Locate the specified collation specification, if one.
getCollectedParameters() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
getCollectedParameterSpecifications() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getCollection() - Method in class org.hibernate.action.internal.CollectionAction
 
getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getCollection(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getCollection(String) - Method in interface org.hibernate.cfg.Mappings
Retrieves the collection mapping metadata for the given collection role.
getCollection(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollection() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection instance associated with the CollectionKey
getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getCollection() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Gets the value of the collection property.
getCollection(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getCollection(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getCollection(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getCollection(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
instantiate a collection wrapper (called when loading an object)
getCollectionAliases() - Method in class org.hibernate.loader.BasicLoader
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionAliases() - Method in class org.hibernate.loader.Loader
 
getCollectionBatch(CollectionPersister, Serializable, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of uninitialized collection keys for a given role
getCollectionBinder(String, XProperty, boolean, boolean, Mappings) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
collection binder factory
getCollectionBinding() - Method in class org.hibernate.metamodel.binding.AbstractCollectionElement
 
getCollectionBindings() - Method in interface org.hibernate.metamodel.Metadata
 
getCollectionBindings() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getCollectionChanges() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
getCollectionCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of collection instances associated with the session
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
Returns the collection definition.
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
 
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CompositeCollectionElementDefinition
Returns the collection definition.
getCollectionElement() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionElement() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionElementColumns(String, String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieves the column names corresponding to the collection elements for the given collection role.
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.AbstractCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.BasicCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.CompositeCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.ManyToAnyCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.ManyToManyCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.OneToManyCollectionElement
 
getCollectionEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from collection instance to collection entry
getCollectionEntry(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a persistent collection
getCollectionEntry(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
getCollectionEntryOrNull(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntryOrNull(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
getCollectionFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections fetched
getCollectionFetches() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getCollectionFilterRole() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getCollectionFromElements() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getCollectionHolder(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the PersistentCollection object for an array
getCollectionId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the collectionId property.
getCollectionKey() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionKey() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionKeys() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCollectionKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all CollectionKeys
getCollectionLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Get the CollectionLoadContext associated with the given ResultSet, creating one if needed.
getCollectionLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections loaded
getCollectionMapping(String) - Method in class org.hibernate.cfg.Configuration
Get the mapping for a particular collection role
getCollectionMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the collection mappings
getCollectionMetadata(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getCollectionMetadata(String) - Method in interface org.hibernate.SessionFactory
Get the CollectionMetadata associated with the named collection role.
getCollectionOwner(Serializable, CollectionPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionOwner(Serializable, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owns this persistent collection
getCollectionOwners() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getCollectionOwners() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionOwners() - Method in class org.hibernate.loader.hql.QueryLoader
 
getCollectionOwners() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionOwners() - Method in class org.hibernate.loader.Loader
Get the index of the entity that owns the collection, or -1 if there is no owner in the query results (ie.
getCollectionOwners() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionPath() - Method in class org.hibernate.jpa.criteria.expression.SizeOfCollectionExpression
 
getCollectionPath() - Method in class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
getCollectionPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the persister object for a collection role.
getCollectionPersister(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate the collection persister by the collection role.
getCollectionPersister(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
getCollectionPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getCollectionPersister() - Method in class org.hibernate.loader.plan.spi.AbstractCollectionReference
 
getCollectionPersister() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieves the CollectionPersister describing the collection associated with this Return.
getCollectionPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPersister() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
 
getCollectionPersisterClass() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionPersisterClass() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionPersisterClass(Collection) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getCollectionPersisterClass(PluralAttributeBinding) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getCollectionPersisterClass(Collection) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the collection persister class for a given collection role or null if the collection persister class should be the default.
getCollectionPersisterClass(PluralAttributeBinding) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the collection persister class for a given collection role or null if the collection persister class should be the default.
getCollectionPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get all collection persisters as a Map, which collection role as the key and the persister is the value.
getCollectionPersisters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Overrides method from Loader
getCollectionPersisters() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
getCollectionPersisters() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionPersisters() - Method in class org.hibernate.loader.Loader
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
getCollectionPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
 
getCollectionPropertyMapping(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieve a PropertyMapping describing the given collection role.
getCollectionRecreateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections recreated
getCollectionReference() - Method in class org.hibernate.loader.plan.spi.CompositeElementGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.spi.CompositeIndexGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.spi.EntityElementGraph
 
getCollectionReference() - Method in class org.hibernate.loader.plan.spi.EntityIndexGraph
 
getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.FetchableCollectionElement
Returns the collection reference.
getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.FetchableCollectionIndex
Returns the collection reference.
getCollectionReferencingPropertyData() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getCollectionRemoveCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections removed
getCollectionRole() - Method in class org.hibernate.engine.query.spi.FilterQueryPlan
 
getCollectionRole() - Method in class org.hibernate.mapping.Backref
 
getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
 
getCollectionRoleNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get the names of all collection roles
getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all collection roles
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieves a set of all the collection roles in which the given entity is a participant, as either an index or an element.
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionsByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from collection key to collection instance
getCollectionSpaces() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionSpaces() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "space" that holds the persistent state
getCollectionStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get collection statistics per role
getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Get collection statistics per role
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCollectionSubquery(Map) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getCollectionSuffix() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getCollectionSuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getCollectionSuffixes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getCollectionSuffixes() - Method in class org.hibernate.loader.BasicLoader
 
getCollectionSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getCollectionSuffixes() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the collectionTable property.
getCollectionTable() - Method in class org.hibernate.mapping.Collection
 
getCollectionTable() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionTable() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionTableAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getCollectionTableCheck() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCollectionTableCheck() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableComment() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCollectionTableComment() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the collectionType property.
getCollectionType() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCollectionType() - Method in class org.hibernate.mapping.Collection
 
getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the associated Type
getCollectionType() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getCollectionUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections updated
getColumn(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Resolve a property path to the name of the column it maps to.
getColumn() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement.JaxbReturnDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Gets the value of the column property.
getColumn(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getColumn(int) - Method in class org.hibernate.mapping.Constraint
 
getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Column) - Method in class org.hibernate.mapping.Table
Return the column which is identified by column provided as argument.
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumnAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
getColumnAlias() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getColumnAliases(int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery).
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery) for a particular criteria-level alias.
getColumnAliases(int) - Method in interface org.hibernate.criterion.Projection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery).
getColumnAliases(String, int) - Method in interface org.hibernate.criterion.Projection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery) for a particular criteria-level alias.
getColumnAliases(int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
 
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for column definition.
getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getColumnCount(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
Count the number of columns this projection uses.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
getColumnDefinitionUniquenessFragment(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to make a column unique as part of its column definition.
getColumnDefinitionUniquenessFragment(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to make a column unique as part of its column definition.
getColumnInsertability() - Method in class org.hibernate.mapping.Collection
 
getColumnInsertability() - Method in class org.hibernate.mapping.Component
 
getColumnInsertability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnInsertability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnInsertability() - Method in interface org.hibernate.mapping.Value
 
getColumnIterator() - Method in class org.hibernate.mapping.Collection
 
getColumnIterator() - Method in class org.hibernate.mapping.Component
 
getColumnIterator() - Method in class org.hibernate.mapping.Constraint
 
getColumnIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumnIterator() - Method in class org.hibernate.mapping.Index
 
getColumnIterator() - Method in class org.hibernate.mapping.OneToMany
 
getColumnIterator() - Method in class org.hibernate.mapping.Property
 
getColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnIterator() - Method in class org.hibernate.mapping.Table
 
getColumnIterator() - Method in interface org.hibernate.mapping.Value
 
getColumnMapper() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the column mapper for this context.
getColumnMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getColumnName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
Gets the value of the columnName property.
getColumnName() - Method in class org.hibernate.metamodel.relational.Column
 
getColumnName() - Method in interface org.hibernate.sql.ordering.antlr.ColumnReference
Retrieve the column name.
getColumnNameIterator(Iterator<Selectable>) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
getColumnNameIterator(JoinColumn[]) - Static method in class org.hibernate.envers.configuration.internal.metadata.MetadataTools
 
getColumnNames() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getColumnNames() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
The column alias names being used in the generated SQL.
getColumnNames() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getColumnNames() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the column names in the generated SQL.
getColumnNames(Fetch) - Method in class org.hibernate.loader.plan.spi.AbstractFetchOwner
 
getColumnNames() - Method in class org.hibernate.loader.plan.spi.AbstractSingularAttributeFetch
 
getColumnNames() - Method in class org.hibernate.loader.plan.spi.CollectionFetch
 
getColumnNames(Fetch) - Method in class org.hibernate.loader.plan.spi.CompositeFetchOwnerDelegate
 
getColumnNames(Fetch) - Method in class org.hibernate.loader.plan.spi.EntityFetchOwnerDelegate
 
getColumnNames() - Method in interface org.hibernate.loader.plan.spi.Fetch
Gets the column names used for this fetch.
getColumnNames(Fetch) - Method in interface org.hibernate.loader.plan.spi.FetchOwner
Returns the column names used for loading the specified fetch.
getColumnNames(Fetch) - Method in interface org.hibernate.loader.plan.spi.FetchOwnerDelegate
Returns the column names used for loading the specified fetch.
getColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getColumnNamesStartPosition(int) - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getColumnOrderMap() - Method in class org.hibernate.mapping.UniqueKey
 
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the columnOrFormula property.
getColumnOrFormulaElements() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getColumnReferences() - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
getColumnResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Gets the value of the columnResult property.
getColumns() - Method in class org.hibernate.cfg.JPAIndexHolder
 
getColumns() - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
getColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Resolve a property path to the names of the columns it maps to.
getColumns() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
getColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getColumns() - Method in class org.hibernate.mapping.Constraint
 
getColumns() - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
getColumns() - Method in interface org.hibernate.metamodel.relational.Constraint
Obtain the columns that are part of this constraint.
getColumns() - Method in class org.hibernate.sql.SelectFragment
 
getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
getColumns() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getColumnSpan(Type) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieve the number of columns represented by this type.
getColumnSpan() - Method in class org.hibernate.mapping.Collection
 
getColumnSpan() - Method in class org.hibernate.mapping.Component
 
getColumnSpan() - Method in class org.hibernate.mapping.Constraint
 
getColumnSpan() - Method in class org.hibernate.mapping.Index
 
getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
 
getColumnSpan() - Method in class org.hibernate.mapping.Property
 
getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnSpan() - Method in class org.hibernate.mapping.Table
 
getColumnSpan() - Method in interface org.hibernate.mapping.Value
 
getColumnSpan() - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
getColumnSpan(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractLobType
Deprecated.
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AnyType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CollectionType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ComponentType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CustomType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.MetaType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.OneToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
getColumnSpan(Mapping) - Method in interface org.hibernate.type.Type
How many columns are used to persist this type.
getColumnsUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path.
getColumnsUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the names of the columns constrained by this criterion.
getColumnUpdateability() - Method in class org.hibernate.mapping.Collection
 
getColumnUpdateability() - Method in class org.hibernate.mapping.Component
 
getColumnUpdateability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnUpdateability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnUpdateability() - Method in interface org.hibernate.mapping.Value
 
getColumnValues() - Method in class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
getColumnValues() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getCommandId() - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
getCommands() - Method in class org.hibernate.jpa.internal.schemagen.GenerationSourceFromMetadata
 
getCommands() - Method in class org.hibernate.jpa.internal.schemagen.GenerationSourceFromScript
 
getComment() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getComment() - Method in class org.hibernate.engine.spi.QueryParameters
 
getComment() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getComment() - Method in class org.hibernate.internal.CriteriaImpl
 
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the comment property.
getComment() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getComment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getComment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getComment() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
getComment() - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getComment() - Method in class org.hibernate.loader.internal.AbstractEntityLoadQueryImpl
 
getComment() - Method in class org.hibernate.loader.internal.EntityLoadQueryImpl
 
getComment() - Method in class org.hibernate.mapping.Column
 
getComment() - Method in class org.hibernate.mapping.Table
 
getComment() - Method in class org.hibernate.metamodel.relational.Column
 
getComment() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getComment() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getComment() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain the specified SQL comment
getComment() - Method in interface org.hibernate.Query
Obtain the comment currently associated with this query.
getComments() - Method in class org.hibernate.metamodel.relational.InLineView
 
getComments() - Method in class org.hibernate.metamodel.relational.Table
 
getComments() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getCommentsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getComparator() - Method in class org.hibernate.mapping.Collection
 
getComparator() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getComparator() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getComparator() - Method in class org.hibernate.metamodel.binding.SetBinding
 
getComparator() - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
getComparator() - Method in class org.hibernate.type.BinaryType
 
getComparator() - Method in class org.hibernate.type.ByteType
 
getComparator() - Method in class org.hibernate.type.CalendarType
 
getComparator() - Method in class org.hibernate.type.CustomType
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the natural comparator for this type.
getComparator() - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.IntegerType
 
getComparator() - Method in class org.hibernate.type.LongType
 
getComparator() - Method in class org.hibernate.type.ShortType
 
getComparator() - Method in class org.hibernate.type.TimestampType
 
getComparator() - Method in interface org.hibernate.type.VersionType
Get a comparator for version values.
getComparatorClassName() - Method in class org.hibernate.mapping.Collection
 
getComparatorClassName() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getComparatorName() - Method in interface org.hibernate.metamodel.source.binder.Sortable
 
getComparatorName() - Method in class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
getComparisonOperator() - Method in class org.hibernate.jpa.criteria.predicate.ComparisonPredicate
 
getComponent() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getComponentClass() - Method in class org.hibernate.mapping.Component
 
getComponentClassName() - Method in class org.hibernate.mapping.Component
 
getComponentIndex() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
getComponentMapper() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
getComponentPath() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentProperty() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentTuplizer() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getComponentTuplizer() - Method in class org.hibernate.type.ComponentType
 
getComponentType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Extract a component property value.
getCompositeCollectionElementSubAttributes(CompositeCollectionElementDefinition) - Static method in class org.hibernate.persister.walking.internal.CompositionSingularSubAttributesHelper
Get sub-attribute definitions for a composite collection element.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCompositeId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the compositeId property.
getCompositeIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the compositeIndex property.
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityLoader
 
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.Loader
 
getCompositeMapKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the compositeMapKey property.
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.expression.CompoundSelectionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.expression.DelegatedExpressionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.expression.SelectionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.jpa.criteria.predicate.AbstractPredicateImpl
 
getConcreteEntityTypeName(ResultSet, EntityPersister, EntityAliases, EntityKey) - Method in class org.hibernate.loader.internal.ResultSetProcessingContextImpl
 
getConcreteEntityTypeName(ResultSet, EntityPersister, EntityAliases, EntityKey) - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext
 
getConcreteProxyClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getConcreteProxyClass() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the proxy interface that instances of this concrete class will be cast to (optional operation).
getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Returns the java class to which generated proxies will be typed.
getConcreteProxyClass() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Returns the java class to which generated proxies will be typed.
getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Returns the java class to which generated proxies will be typed.
getCondition() - Method in class org.hibernate.internal.FilterConfiguration
 
getCondition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.jpa.criteria.expression.SearchedCaseExpression.WhenClause
 
getCondition() - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression.WhenClause
 
getCondition() - Method in class org.hibernate.metamodel.relational.CheckConstraint
 
getConfigProperties(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Loads a properties instance based on the data at the incoming config location.
getConfigStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Open an InputStream to the URL represented by the incoming path.
getConfigStreamReader(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Open an Reader to the URL represented by the incoming path.
getConfiguration() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the Configuration
getConfigurationInputStream(String) - Method in class org.hibernate.cfg.Configuration
Get the configuration file as an InputStream.
getConfigurationProperties() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getConfigurationProperties() - Method in interface org.hibernate.cfg.Mappings
Retrieve the configuration properties currently in effect.
getConfigurationValues() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
getConfiguredClass() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getConnectCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getConnectCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of connections asked by the sessions (the actual number of connections used may be much smaller depending whether you use a connection pool or not)
getConnection() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection(String) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
getConnection() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Retrieves the connection currently "logically" managed by this LogicalConnectionImpl.
getConnection() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
getConnection() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Get a reference to the connection we are using.
getConnectionCatalogName() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Retrieve the name of the catalog in effect when we connected to the database.
getConnectionProperties(Map<?, ?>) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Build the connection properties capable of being passed to the DriverManager.getConnection(java.lang.String, java.util.Properties) forms taking Properties argument.
getConnectionProvider() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getConnectionProvider() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Deprecated.
See deprecation notice on SessionFactoryImplementor.getConnectionProvider() for details
getConnectionProvider() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
Access to connections via JdbcConnectionAccess should be preferred over access via ConnectionProvider, whenever possible. JdbcConnectionAccess is tied to the Hibernate Session to properly account for contextual information. See SessionImplementor.getJdbcConnectionAccess()
getConnectionProvider() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionReleaseMode() - Method in class org.hibernate.cfg.Settings
 
getConnectionReleaseMode() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
getConnectionReleaseMode() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
The release mode under which this logical connection is operating.
getConnectionReleaseMode() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Get the mode for releasing JDBC connection in effect for ths context.
getConnectionReleaseMode() - Method in class org.hibernate.internal.SessionImpl
 
getConnectionReleaseMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getConnectionSchemaName() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Retrieve the name of the schema in effect when we connected to the database.
getConstantName(Class, int) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Deprecated.
Use #getTokenTypeName instead
getConstantValue(String) - Static method in class org.hibernate.internal.util.ReflectHelper
Resolve a constant to its actual value.
getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
 
getConstraintColumns() - Method in class org.hibernate.mapping.SimpleValue
 
getConstraintName() - Method in exception org.hibernate.exception.ConstraintViolationException
Returns the name of the violated constraint, if known.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in interface org.hibernate.persister.entity.Queryable
Get the names of all tables used in the hierarchy (up and down) ordered such that deletes in the given order would not cause constraint violations.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getConstraints() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getConstraints() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
 
getConstraints() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getConstraintSources() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getConstructor() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getConstructor(Class, Type[]) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping types.
getConstructorArgumentTypeList() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getContainer() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getContainer() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
Obtain the entity binding to which this attribute binding exists.
getContainingPersister() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get a reference to the persister for the entity containing this attribute.
getContainingQuery() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getContainingTableName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getContainingTableName() - Method in class org.hibernate.metamodel.source.annotations.attribute.DerivedValueSourceImpl
 
getContainingTableName() - Method in class org.hibernate.metamodel.source.annotations.attribute.FormulaValue
 
getContainingTableName() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSource
 
getContainingTableName() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Gets the value of the content property.
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
Gets the value of the content property.
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the content property.
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the content property.
getContext() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
Gets the value of the context property.
getContext() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getContextClassLoader() - Static method in class org.hibernate.internal.util.ClassLoaderHelper
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Return the identifier of the persistent object, or null if not associated with the session
getContextEntityIdentifier(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
Get the id value for an object that is actually associated with the session.
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getContextSubject() - Method in interface org.hibernate.secure.internal.StandardJaccServiceImpl.ContextSubjectAccess
 
getContextSubject() - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl.NonPrivilegedContextSubjectAccess
 
getContextSubject() - Method in class org.hibernate.secure.internal.StandardJaccServiceImpl.PrivilegedContextSubjectAccess
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in interface org.hibernate.persister.entity.Queryable
For each table specified in Queryable.getConstraintOrderedTableNameClosure(), get the columns that define the key between the various hierarchy classes.
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getConversionContext() - Method in class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
getConverterDescriptors() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MetadataSources
 
getCorrelatedJoins() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getCorrelatedSubqueryOperator() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getCorrelationParent() - Method in interface org.hibernate.jpa.criteria.FromImplementor
 
getCorrelationParent() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getCount() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
getCountBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getCountShort() - Static method in class org.hibernate.id.uuid.Helper
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
getCreate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the create property.
getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
Slight variation on Dialect.getCreateTableString().
getCreateMultisetTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateParams() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to create the named schema
getCreateSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Typically dialects which support sequences can create a sequence with a single command.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Overloaded form of Dialect.getCreateSequenceString(String), additionally taking the initial value and increment size to be applied to the sequence definition.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
only necessary for postgre < 7.4 See http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_sequence.sgml

Overloaded form of Dialect.getCreateSequenceString(String), additionally taking the initial value and increment size to be applied to the sequence definition.

getCreateSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getCreateSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.Dialect
An optional multi-line form for databases which Dialect.supportsPooledSequences().
getCreateTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a table.
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Dialect
Get any fragments needing to be postfixed to the command for temporary table creation.
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.H2Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.HSQLDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.InformixDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.IngresDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.SAPDBDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a temporary table.
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.H2Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.InformixDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.IngresDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCriteria() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
getCriteria() - Method in class org.hibernate.internal.CriteriaImpl.OrderEntry
 
getCriteria(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getCriteriaBuilder() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getCriteriaBuilder() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getCriterion() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB2Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Dialect
Returns the separator to use for defining cross joins when translating HQL queries.
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Sybase11Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCrossTypeRevisionChangesReader() - Method in interface org.hibernate.envers.AuditReader
 
getCrossTypeRevisionChangesReader() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getCurrentClauseType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentCollectionReference() - Method in class org.hibernate.loader.internal.AbstractJoinableAssociationImpl
 
getCurrentCollectionReference() - Method in interface org.hibernate.loader.spi.JoinableAssociation
Return the current CollectionReference, or null if none.
getCurrentEntityReference() - Method in class org.hibernate.loader.internal.AbstractJoinableAssociationImpl
 
getCurrentEntityReference() - Method in interface org.hibernate.loader.spi.JoinableAssociation
Return the current EntityReference, or null if none.
getCurrentFetch() - Method in class org.hibernate.loader.internal.AbstractJoinableAssociationImpl
 
getCurrentFetch() - Method in interface org.hibernate.loader.spi.JoinableAssociation
Returns the current association fetch object.
getCurrentFromClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getCurrentKey() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCurrentLockMode(Object) - Method in class org.hibernate.internal.SessionImpl
 
getCurrentLockMode(Object) - Method in interface org.hibernate.Session
Determine the current lock mode of the given object.
getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
Gets an instance of the current revision entity, to which any entries in the audit tables will be bound.
getCurrentRevision(Class<T>, boolean) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getCurrentRevisionData(Session, boolean) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
getCurrentRow() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCurrentRow() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
getCurrentRow() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
getCurrentSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentSession() - Method in interface org.hibernate.SessionFactory
Obtains the current session.
getCurrentStatementType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getCurrentStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
getCurrentStatus() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Obtain the current transaction status using whatever means is preferred for this platform
getCurrentStatus() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.cfg.Configuration
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
Retrieve the command used to retrieve the current timestamp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InformixDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
The current_timestamp is more accurate, but only known to be supported in SQL Server 7.0 and later and Sybase not known to support it at all

Retrieve the command used to retrieve the current timestamp from the database.

getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Dialect
The name of the database-specific SQL function for retrieving the current timestamp.
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.IngresDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getCurrentTopLevelClauseType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the current value of this attribute.
getCurrentVersion(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Retrieve the version number
getCurrentVersion(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current version of the object, or return null if there is no row for the given identifier.
getCustomDelete() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomDelete() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCustomEntityPersisterClass() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomEntityTuplizerClass() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomInsert() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomInsert() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomLoaderName() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomLoaderName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of a named-query that will be used for loading this entity
getCustomLoaderName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomLoaderQueryName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomPersister() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomPersisterClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomPersisterClassName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of a custom persister class to be used.
getCustomPersisterClassName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
Obtain the name of a custom persister class to be used.
getCustomPersisterClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomPersisterClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
getCustomQueryReturns() - Method in interface org.hibernate.loader.custom.CustomQuery
A collection of descriptors describing the JDBC result set to be expected and how to map this result set.
getCustomQueryReturns() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getCustomRead() - Method in class org.hibernate.mapping.Column
 
getCustomReadFragment() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getCustomReadFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlDelete() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomSqlDelete() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the custom SQL to be used for deletes for this entity
getCustomSqlDelete() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
 
getCustomSqlDeleteAll() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlDeleteAll() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlDeleteAll() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlDeleteAll() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLDeleteAllCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlInsert() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomSqlInsert() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the custom SQL to be used for inserts for this entity
getCustomSqlInsert() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlUpdate() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomSqlUpdate() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the custom SQL to be used for updates for this entity
getCustomSqlUpdate() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomTuplizer() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getCustomTuplizerClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomTuplizerClassName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of a custom tuplizer class to be used.
getCustomTuplizerClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomUpdate() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomWrite() - Method in class org.hibernate.mapping.Column
 
getCustomWriteFragment() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getCustomWriteFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getData() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getData() - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
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.internal.PropertyAuditOrder
 
getData(AuditConfiguration) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
getData(AuditConfiguration) - Method in class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
getData() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getData() - Method in class org.hibernate.tuple.ElementWrapper
 
getDatabase() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getDatabase() - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
getDatabaseColumnType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
getDatabaseMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.internal.StandardDatabaseMetaDataDialectResolver.DatabaseInfoImpl
 
getDatabaseMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DatabaseInfoDialectResolver.DatabaseInfo
Obtain access to the database major version, as returned from DatabaseMetaData.getDatabaseMajorVersion() for the target database; -9999 indicates no version information was supplied
getDatabaseMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.internal.StandardDatabaseMetaDataDialectResolver.DatabaseInfoImpl
 
getDatabaseMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DatabaseInfoDialectResolver.DatabaseInfo
Obtain access to the database minor version, as returned from DatabaseMetaData.getDatabaseMinorVersion() for the target database; -9999 indicates no version information was supplied
getDatabaseName() - Method in class org.hibernate.engine.jdbc.dialect.internal.StandardDatabaseMetaDataDialectResolver.DatabaseInfoImpl
 
getDatabaseName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DatabaseInfoDialectResolver.DatabaseInfo
Obtain access to the database name, as returned from DatabaseMetaData.getDatabaseProductName() for the target database
getDatabaseObject() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the databaseObject property.
getDatabaseSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row

Get the current state of the entity as known to the underlying database, or null if there is no corresponding row

getDatabaseSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row
getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDatabaseSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDatabaseSnapshot(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'databaseStructure'.
getDataSource() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
Figure out the type of the binary expression by looking at the types of the operands.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.Case2Node
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.CaseNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
Deprecated.
(tell clover to ignore this method)
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.CountNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
getDataType() - Method in interface org.hibernate.hql.internal.ast.tree.OperatorNode
Retrieves the data type for the overall operator expression.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getDataType() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns the data type of the select expression.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
getDatatype() - Method in class org.hibernate.metamodel.relational.AbstractSimpleValue
 
getDatatype() - Method in interface org.hibernate.metamodel.relational.SimpleValue
Retrieve the datatype of this value.
getDatatype() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getDatatype() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
The deduced (and dialect convertible) type for this column
getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getDate(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getDate(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Date.
getDBSQLExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
Deprecated.
DO NOT USE, WILL ONLY THROW AT YOU!
getDBSQLExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
Not supported right now
getDebugString(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Returns the 'list' representation with some brackets around it for debugging.
getDebugText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Get a string representation of this node usable for debug logging or similar.
getDebugText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
 
getDecimalDigits() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getDeclaredAttribute(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredCollection(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredId(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getDeclaredList(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredList(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredMap(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
 
getDeclaredPluralAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredSet(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredSet(String, Class<E>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredSingularAttribute(String) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredSingularAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractManagedType
getDeclaredVersion(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
getDeclaredVersion() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
For used to retrieve the declared version when populating the static metamodel.
getDeclaredVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.Subclass
 
getDeclaringClass() - Method in interface org.hibernate.cfg.PropertyData
Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDeclaringClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDeclaringClass() - Method in class org.hibernate.jpa.internal.metamodel.MapMember
 
getDeclaringType() - Method in class org.hibernate.jpa.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getDeclaringType() - Method in class org.hibernate.jpa.internal.metamodel.AbstractAttribute
getDefault(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefault() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the default property.
getDefault() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getDefaultAccess() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getDefaultAccess() - Method in interface org.hibernate.cfg.Mappings
Get the current default property access style.
getDefaultAccess() - Method in interface org.hibernate.cfg.PropertyData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDefaultAccess() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDefaultAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the defaultAccess property.
getDefaultAccessType() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getDefaultAccessType() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
getDefaultAccessType() - Method in interface org.hibernate.cache.spi.RegionFactory
Get the default access type for entity and collection regions.
getDefaultAccessType() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getDefaultAccessType() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableHierarchy
 
getDefaultAccessType() - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl.OptionsImpl
 
getDefaultAccessType() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
getDefaultBatchFetchSize() - Method in class org.hibernate.cfg.Settings
 
getDefaultCascade() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getDefaultCascade() - Method in interface org.hibernate.cfg.Mappings
Get the current default cascade style.
getDefaultCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the defaultCascade property.
getDefaultCatalog() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultCatalogName() - Method in class org.hibernate.cfg.Settings
 
getDefaultCatalogName() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getDefaultCatalogName() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getDefaultCatalogName() - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl.OptionsImpl
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Array
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Bag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Collection
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.IdentifierBag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.List
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Map
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Set
 
getDefaultConstructor(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve the default (no arg) constructor from the given class.
getDefaultEntityListeners() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultEntityMode() - Method in class org.hibernate.cfg.Settings
 
getDefaultFilterCondition() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getDefaultNullPrecedence() - Method in class org.hibernate.cfg.Settings
 
getDefaultPackage() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getDefaultPackage() - Method in interface org.hibernate.cfg.Mappings
Get the currently bound default package name.
getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
getDefaultReleaseMode() - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Get the default connection release mode.
getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getDefaultSchema() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultSchema() - Method in class org.hibernate.metamodel.relational.Database
 
getDefaultSchemaName() - Method in class org.hibernate.cfg.Settings
 
getDefaultSchemaName() - Method in class org.hibernate.envers.configuration.internal.GlobalConfiguration
 
getDefaultSchemaName() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getDefaultSchemaName() - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl.OptionsImpl
 
getDefaultSize() - Static method in class org.hibernate.type.AbstractStandardBasicType
 
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
 
getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Get a default value meant to indicate transience.
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
getDefaultValue() - Method in class org.hibernate.mapping.Column
 
getDefaultValue() - Method in class org.hibernate.metamodel.relational.Column
 
getDefaultValue() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getDefaultValue() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain a specified default value for the column
getDefaultValue() - Method in class org.hibernate.type.BooleanType
 
getDefaultValue() - Method in class org.hibernate.type.ByteType
 
getDefaultValue() - Method in class org.hibernate.type.CharacterNCharType
 
getDefaultValue() - Method in class org.hibernate.type.CharacterType
 
getDefaultValue() - Method in class org.hibernate.type.DoubleType
 
getDefaultValue() - Method in class org.hibernate.type.FloatType
 
getDefaultValue() - Method in class org.hibernate.type.IntegerType
 
getDefaultValue() - Method in class org.hibernate.type.LongType
 
getDefaultValue() - Method in class org.hibernate.type.NumericBooleanType
 
getDefaultValue() - Method in interface org.hibernate.type.PrimitiveType
Get this type's default value.
getDefaultValue() - Method in class org.hibernate.type.ShortType
 
getDefaultValue() - Method in class org.hibernate.type.TrueFalseType
 
getDefaultValue() - Method in class org.hibernate.type.YesNoType
 
getDefinedConfigurations() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getDefinedFilterNames() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain a set of the names of all filters defined on this SessionFactory.
getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
 
getDefinition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the definition property.
getDelayedEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
Deprecated.
No Hibernate code currently uses this method
getDelayedId() - Method in class org.hibernate.action.internal.EntityAction
 
getDelegate() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
returns the underlying session
getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of delete ops on the entity
getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getDeleteCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getDeletedState() - Method in class org.hibernate.engine.spi.EntityEntry
 
getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
Getter for property 'deletedState'.
getDeleteRule() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentList
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentMap
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentSet
 
getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get all the elements that need deleting
getDelimitedIdentifier() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getDelimitedIdentifiers() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the delimitedIdentifiers property.
getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getDependentEntityInsertActions() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Returns the unresolved insert actions.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the description property.
getDescriptor(Class<T>) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
 
getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
 
getDescriptorByPrimitiveType(Class<X>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
getDescriptorByWrapperType(Class<X>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
getDestinations() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getDialect() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDialect() - Static method in class org.hibernate.dialect.Dialect
Get an instance of the dialect specified by the current System properties.
getDialect(Properties) - Static method in class org.hibernate.dialect.Dialect
Get an instance of the dialect specified by the given properties or by the current System properties.
getDialect() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getDialect() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the dialect of the database.
getDialect() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the SQL dialect.
getDialect() - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Get the dialect.
getDialect() - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
getDialect() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDialect() - Method in class org.hibernate.loader.JoinWalker
 
getDialect() - Method in class org.hibernate.loader.OuterJoinLoader
 
getDialect() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDialect() - Method in class org.hibernate.sql.Insert
 
getDialect() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the dialect for this context.
getDialect() - Static method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getDialectScope() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the dialectScope property.
getDialectScopes() - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
getDialectScopes() - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
getDictatedRootEntityKey() - Method in class org.hibernate.loader.internal.ResultSetProcessingContextImpl
 
getDictatedRootEntityKey() - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext
 
getDictatedSize() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
getDirectSubEntityBindings() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getDisassembledState() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Get the underlying disassembled state todo : this was added to support initializing an entity's EntityEntry snapshot during reattach; this should be refactored to instead expose a method to assemble a EntityEntry based on this state for return.
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the discriminator property.
getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
getDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Gets the value of the discriminatorColumn property.
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getDiscriminatorColumnName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getDiscriminatorColumnName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default column name to use for the discriminator column if none specified in the mapping.
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.Loadable
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnValues() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorFormula() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getDiscriminatorMatchValue() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Get the actual discriminator value in case of a single table inheritance
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.SubclassEntitySourceImpl
 
getDiscriminatorRelationalValueSource() - Method in class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.metamodel.source.binder.DiscriminatorSource
Obtain the column/formula information about the discriminator.
getDiscriminatorSource() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getDiscriminatorSource() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the source information about the discriminator attribute for single table inheritance
getDiscriminatorSource() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
Get the discriminator value for this particular concrete subclass, as a string that may be embedded in a select statement
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Gets the value of the discriminatorType property.
getDiscriminatorType() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorType() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator type
getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator value
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.AbstractStatement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getDisplayText() - Method in interface org.hibernate.hql.internal.ast.tree.DisplayableNode
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getDocument() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getDocument() - Method in class org.hibernate.tuple.ElementWrapper
 
getDocumentFactory() - Static method in class org.hibernate.internal.util.xml.XMLHelper
 
getDocumentTree() - Method in interface org.hibernate.internal.util.xml.XmlDocument
Retrieve the parsed DOM tree.
getDocumentTree() - Method in class org.hibernate.internal.util.xml.XmlDocumentImpl
Retrieve the parsed DOM tree.
getDontFlushFromFind() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getDontFlushFromFind() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getDontFlushFromFind() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getDontFlushFromFind() - Method in class org.hibernate.internal.SessionImpl
 
getDontFlushFromFind() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getDouble(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getDouble(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a double.
getDrop() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the drop property.
getDropForeignKeyString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to drop the named schema
getDropSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Typically dialects which support sequences can drop a sequence with a single command.
getDropSequenceString(String) - Method in class org.hibernate.dialect.FirebirdDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
The multiline script used to drop a sequence.
getDropTableString(String) - Method in class org.hibernate.dialect.Dialect
Generate a DROP TABLE statement
getDropTemporaryTableString() - Method in class org.hibernate.dialect.Dialect
Command used to drop a temporary table.
getDropTemporaryTableString() - Method in class org.hibernate.dialect.HSQLDialect
 
getDropTemporaryTableString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDynamicInstantiationResultType() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getDynamicInstantiationResultType() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getDynamicInstantiationResultType() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getDynamicInstantiationResultType() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
getDynamicMapPropertyAccessor() - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
Determine the LockMode to apply to the given alias.
getEhcache() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Return the Ehcache instance backing this Hibernate data region.
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the value of the given collection entry.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the element property.
getElement() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getElement() - Method in class org.hibernate.mapping.Collection
 
getElement() - Method in class org.hibernate.proxy.dom4j.Dom4jLazyInitializer
 
getElement() - Method in class org.hibernate.tuple.ElementWrapper
 
getElementAssociationType(CollectionType) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Essentially the same as SessionFactoryHelper.getElementType(org.hibernate.type.CollectionType), but requiring that the element type be an association type.
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getElementClass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the elementClass property.
getElementClass() - Method in class org.hibernate.mapping.Array
 
getElementClass() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Return the element class of an array, or null otherwise
getElementClass() - Method in interface org.hibernate.persister.collection.CollectionPersister
Return the element class of an array, or null otherwise
getElementClassName() - Method in class org.hibernate.mapping.Array
 
getElementCollection() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the elementCollection property.
getElementCollection() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the elementCollection property.
getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's element column aliases, based on the given suffix.
getElementColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association), aliased by the given table alias
getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementContent(Element) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Get the content of the given element.
getElementContent(Element, String) - Static method in class org.hibernate.jpa.internal.util.XmlHelper
Get the content of the given element.
getElementCountInMemory() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
getElementCountInMemory() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementCountInMemory() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getElementCountInMemory() - Method in interface org.hibernate.cache.spi.Region
The count of entries currently contained in the regions in-memory store.
getElementCountInMemory() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getElementCountInMemory() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getElementCountInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getElementCountInMemory() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getElementCountOnDisk() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
 
getElementCountOnDisk() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementCountOnDisk() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in interface org.hibernate.cache.spi.Region
The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getElementCountOnDisk() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getElementCountTotal() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getElementExpression() - Method in class org.hibernate.jpa.criteria.predicate.MemberOfPredicate
 
getElementGraph() - Method in class org.hibernate.loader.plan.spi.AbstractCollectionReference
 
getElementGraph() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
 
getElementNodeName() - Method in class org.hibernate.mapping.Collection
 
getElementNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementPersister() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the persister of the element class, if this is a collection of entities (optional operation).
getElements() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
Not defined for collections of primitive type
getElementsIterator(Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection, which may not yet be wrapped
getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection in POJO mode
getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
 
getElementsIterator(Object) - Method in class org.hibernate.type.MapType
 
getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
Return an iterator over the elements of this collection - the passed collection instance may or may not be a wrapper
getElementSource() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getElementSource() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
 
getElementText() - Method in class org.hibernate.internal.util.xml.BaseXMLEventReader
 
getElementType() - Method in class org.hibernate.jpa.internal.metamodel.PluralAttributeImpl
getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection element type
getElementType() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
getElementType() - Method in interface org.hibernate.metamodel.domain.PluralAttribute
 
getElementType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "element" type
getElementType(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
Get the Hibernate type of the collection elements
getElementValue() - Method in class org.hibernate.metamodel.binding.AbstractCollectionElement
 
getEmbeddable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the embeddable property.
getEmbeddables() - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
getEmbeddableSetOrdinalPropertyName() - Method in class org.hibernate.envers.configuration.internal.AuditEntitiesConfiguration
 
getEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the embedded property.
getEmbeddedAttributeName() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableClass
 
getEmbeddedClasses() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getEmbeddedId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the embeddedId property.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getEmbeddedParameters() - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated.
Retrieve all embedded parameter specifications.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEnabledFilter(String) - Method in class org.hibernate.internal.SessionImpl
Retrieve a currently enabled filter by name.
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilters() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEnabledFilters() - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getEnabledFilters() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getEnabledFilters() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the filters enabled for this query translator.
getEnabledFilters() - Method in class org.hibernate.internal.SessionImpl
Return the currently enabled filters.
getEnabledFilters() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEnabledFilters() - Method in class org.hibernate.loader.internal.AbstractJoinableAssociationImpl
 
getEnabledFilters() - Method in interface org.hibernate.loader.spi.JoinableAssociation
Returns the filters that are enabled for this association.
getEndTime() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getEntCfg() - Method in class org.hibernate.envers.configuration.spi.AuditConfiguration
 
getEntities() - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
getEntitiesByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntitiesByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from key value to entity instance
getEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
 
getEntity(String, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
getEntity() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
The entity
getEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntity(EntityUniqueKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance associated with the given key
getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an entity cached by unique key
getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntity() - Method in interface org.hibernate.id.insert.Binder
 
getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
Get a fully loaded entity instance that is cached externally.
getEntity() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getEntity() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getEntity() - Method in class org.hibernate.metamodel.binding.FetchProfile.Fetch
 
getEntity() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
 
getEntityAliases() - Method in class org.hibernate.loader.BasicLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.EntityFetchReturn
 
getEntityAliases() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityAliases() - Method in class org.hibernate.loader.Loader
Get the result set descriptor
getEntityAttributeType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
 
getEntityBatch(EntityPersister, Serializable, int, EntityMode) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of unloaded identifiers for this class, using a slightly complex algorithm that tries to grab keys registered immediately after the given key.
getEntityBinding(String) - Method in interface org.hibernate.metamodel.Metadata
 
getEntityBinding(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getEntityBindings() - Method in interface org.hibernate.metamodel.Metadata
 
getEntityBindings() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getEntityClass() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityClass(SessionImplementor, Session, String) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getEntityClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Gets the value of the entityClass property.
getEntityClass() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getEntityClassName() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getEntityClassName() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of entity instances associated with the session
getEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
 
getEntityDeleteCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity deletes
getEntityDiscriminator() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.Loader
An array indicating whether the entities have eager property fetching enabled.
getEntityEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Deprecated.
Due to the introduction of EntityEntryContext and bytecode enhancement; only valid really for sizing, see PersistenceContext.getNumberOfManagedEntities(). For iterating the entity/EntityEntry combos, see PersistenceContext.reentrantSafeEntityEntries()
getEntityEntry() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
The associated EntityEntry
getEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
Retrieve the associated EntityEntry for the entity
getEntityEntry() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntityFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity fetchs
getEntityGraph(String) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.jpa.internal.EntityManagerImpl
 
getEntityId() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getEntityId() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityIdentifier() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getEntityIdentifierIfNotUnsaved(String, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"

Used by OneToOneType and ManyToOneType to determine what id value should be used for an object that may or may not be associated with the session.

getEntityInfo(AuditConfiguration, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
getEntityInsertCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity inserts
getEntityInstrumentationMetadata(Class) - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getEntityInstrumentationMetadata(Class) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the interception metadata for the particular entity type.
getEntityKey() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Returns the EntityKey.
getEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
getEntityKey() - Method in class org.hibernate.action.internal.EntityInsertAction
 
getEntityKey() - Method in class org.hibernate.engine.spi.EntityEntry
Get the EntityKey based on this EntityEntry.
getEntityKey() - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext.IdentifierResolutionContext
 
getEntityKeyDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityKeyDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
 
getEntityKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all EntityKeys
getEntityListener() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListeners
Gets the value of the entityListener property.
getEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the entityListeners property.
getEntityLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
 
getEntityLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity loads
getEntityManager() - Method in class org.hibernate.jpa.spi.AbstractQueryImpl
 
getEntityManagerFactory() - Method in class org.hibernate.jpa.criteria.CriteriaBuilderImpl
Provides protected access to the underlying EntityManagerFactoryImpl.
getEntityManagerFactory() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilderOrNull(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryName() - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the underlying entity metamodel instance...
getEntityMetamodel() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getEntityMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
Gets the value of the entityMode property.
getEntityMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityMode() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getEntityMode() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getEntityMode() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the entity mode for this entity.
getEntityMode() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getEntityMode() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMode() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityMode() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getEntityMode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getEntityMode() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.type.ComponentType
 
getEntityName() - Method in class org.hibernate.action.internal.EntityAction
entity name accessor
getEntityName() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
Access to the intercepted entity name
getEntityName() - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
The name of the entity to which this metadata applies.
getEntityName() - Method in class org.hibernate.cache.spi.NaturalIdCacheKey
 
getEntityName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityName(Element, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityName(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the entity name of an entity
getEntityName(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the entity name of an entity, taking into account the qualifier of the property path
getEntityName(Object) - Method in class org.hibernate.EmptyInterceptor
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityEntry
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityKey
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
 
getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getEntityName(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getEntityName() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getEntityName() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getEntityName() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
 
getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.spi.LockEvent
 
getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntityName() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getEntityName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'entityName'.
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance.
getEntityName() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Gets the value of the entityName property.
getEntityName() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the entityName property.
getEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityName(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getEntityName(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getEntityName() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityName() - Method in class org.hibernate.mapping.Backref
 
getEntityName() - Method in class org.hibernate.mapping.IndexBackref
 
getEntityName() - Method in class org.hibernate.mapping.OneToOne
 
getEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityName() - Method in interface org.hibernate.metadata.ClassMetadata
The name of the entity
getEntityName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getEntityName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getEntityName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the entity name
getEntityName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getEntityName() - Method in exception org.hibernate.NonUniqueObjectException
 
getEntityName() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getEntityName() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
The entity name which this persister maps.
getEntityName() - Method in exception org.hibernate.PropertyValueException
 
getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
The entity-name of the entity our owning proxy represents.
getEntityName() - Method in class org.hibernate.secure.spi.GrantedPermission
 
getEntityName() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
 
getEntityName(Object) - Method in interface org.hibernate.Session
Return the entity name for a persistent entity.
getEntityName() - Method in exception org.hibernate.StaleObjectStateException
 
getEntityName() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Retreives the defined entity-name for the tuplized entity.
getEntityName() - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
 
getEntityName() - Method in exception org.hibernate.WrongClassException
 
getEntityNameForVersionsEntityName(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNameResolvers() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNames() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getEntityNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get the names of all entities
getEntityNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all entities
getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
Retrieve the user-supplied delegate to handle non-existent entity scenarios.
getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.SessionFactory.SessionFactoryOptions
Get the delegate for handling entity-not-found exception conditions.
getEntityOrClassName() - Method in class org.hibernate.internal.CriteriaImpl
 
getEntityOrRoleName() - Method in class org.hibernate.cache.spi.CacheKey
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the persister for the named entity
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the EntityPersister for any instance
getEntityPersister(String, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEntityPersister() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityPersister() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getEntityPersister(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getEntityPersister() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
getEntityPersister() - Method in class org.hibernate.loader.plan.spi.EntityElementGraph
 
getEntityPersister() - Method in class org.hibernate.loader.plan.spi.EntityFetch
 
getEntityPersister() - Method in class org.hibernate.loader.plan.spi.EntityIndexGraph
 
getEntityPersister() - Method in interface org.hibernate.loader.plan.spi.EntityReference
Retrieves the EntityPersister describing the entity associated with this Return.
getEntityPersister() - Method in class org.hibernate.loader.plan.spi.EntityReturn
 
getEntityPersister() - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityPersister() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
 
getEntityPersisterClass(EntityBinding) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getEntityPersisterClass(PersistentClass) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getEntityPersisterClass(PersistentClass) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
getEntityPersisterClass(EntityBinding) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
getEntityPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get all entity persisters as a Map, which entity name its the key and the persister is the value.
getEntityPersisters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Persisters for the return values of a find() style query.
getEntityPersisters() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.Loader
An array of persisters of entity classes contained in each row of results; implemented by all subclasses
getEntityPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getEntityReference() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
getEntityReference() - Method in class org.hibernate.loader.plan.spi.EntityElementGraph
 
getEntityReference() - Method in class org.hibernate.loader.plan.spi.EntityFetch
 
getEntityReference() - Method in class org.hibernate.loader.plan.spi.EntityIndexGraph
 
getEntityReference() - Method in class org.hibernate.loader.plan.spi.EntityReturn
 
getEntityReference() - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getEntityReference() - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext.IdentifierResolutionContext
 
getEntityReferencingAttributeBindings() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getEntityReferencingAttributeBindings() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
getEntityReferencingAttributeBindings() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getEntityResolver() - Method in class org.hibernate.cfg.Configuration
 
getEntityResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Gets the value of the entityResult property.
getEntityState(Object, String, EntityEntry, SessionImplementor) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Determine whether the entity is persistent, detached, or transient
getEntityStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
find entity statistics per name
getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
find entity statistics per name
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getEntitySuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getEntityTuplizer() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityTuplizer() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Configuration
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Settings
 
getEntityType() - Method in class org.hibernate.jpa.criteria.path.RootImpl
 
getEntityType() - Method in class org.hibernate.jpa.graph.internal.EntityGraphImpl
 
getEntityType() - Method in class org.hibernate.loader.plan.spi.EntityFetch
Returns the entity type for this fetch.
getEntityType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityType() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
 
getEntityType() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getEntityTypeByName(String) - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Retrieve the EntityTypeImpl by name.
getEntityTypeByName(String) - Method in class org.hibernate.jpa.internal.EntityManagerFactoryImpl
 
getEntityTypeByName(String) - Method in class org.hibernate.jpa.internal.metamodel.MetamodelImpl
 
getEntityUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity updates
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the entity instance associated with the given Key, calling the Interceptor if necessary
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.SessionImpl
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntries() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getEntries() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getEntries() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getEntries() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getEntry(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntryBasePrefix() - Method in class org.hibernate.jpa.boot.archive.spi.AbstractArchiveDescriptor
 
getEnumerated() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the enumerated property.
getEnumValue(AnnotationInstance, String, Class<T>) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
Retrieves a jandex annotation element value, converting it to the supplied enumerated type.
getErrorCode() - Method in exception org.hibernate.JDBCException
Get the vendor specific error code from the underlying SQLException.
getErrorCount() - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
getErrorCount() - Method in interface org.hibernate.hql.internal.ast.ParseErrorHandler
 
getErrors() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
getEscapeCharacter() - Method in class org.hibernate.jpa.criteria.predicate.LikePredicate
 
getEvent() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the event property.
getEventListenerGroup(EventType<T>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
getEventListenerGroup(EventType<T>) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
getEventName(int) - Static method in class org.hibernate.internal.util.xml.XMLStreamConstantsUtils
Get the human readable event name for the numeric event id
getEventType() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
getEventType() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Retrieve the event type associated with this groups of listeners.
getEvictionMaxEntries() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getEvictionStrategy() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getEvictionWakeUpInterval() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Returns a List of all Exceptions which occured during the export.
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Returns a List of all Exceptions which occured during the export.
getExcludeDefaultListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the excludeDefaultListeners property.
getExcludedPropertyNames() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExcludeSuperclassListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the excludeSuperclassListeners property.
getExecutableCriteria(Session) - Method in class org.hibernate.criterion.DetachedCriteria
Get an executable instance of Criteria to actually run the query.
getExecutionAvgTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The avg time to execute this query
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
average time in ms taken by the excution of this query onto the DB
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
average time in ms taken by the excution of this query onto the DB
getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of execution of this query
getExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionMaxTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The max time to execute this query
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
max time in ms taken by the excution of this query onto the DB
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
max time in ms taken by the excution of this query onto the DB
getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionMinTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The minimum time to execute this query
getExecutionMinTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
min time in ms taken by the excution of this query onto the DB
getExecutionMinTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
min time in ms taken by the excution of this query onto the DB
getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionRowCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
The amount of rows returned for this query
getExecutionRowCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
Number of lines returned by all the executions of this query (from DB) For now, Query.iterate() and Query.scroll()() do not fill this statistic
getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
When (if) we need to expand a row value constructor, what is the text of the connector to use between the expansion fragments.
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
When (if) we need to expand a row value constructor, what is the type of connector to use between the expansion fragments.
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
getExpectation() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
getExpectation() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
Get the expectation pertaining to the outcome of the Batch associated with this key.
getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getExpectedType() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getExpectedType() - Method in interface org.hibernate.hql.internal.ast.tree.ExpectedTypeAwareNode
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getExpectedType() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in interface org.hibernate.param.ParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpirationLifespan() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExpirationMaxIdle() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getExplicitCatalogName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getExplicitCatalogName() - Method in interface org.hibernate.metamodel.source.binder.TableSource
Obtain the supplied catalog name
getExplicitCatalogName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getExplicitCollectionTableName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getExplicitCollectionTableName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getExplicitColumnName() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getExplicitEntityName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getExplicitForeignKeyName() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getExplicitForeignKeyName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeKeySource
 
getExplicitForeignKeyName() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.metamodel.source.hbm.PluralAttributeKeySourceImpl
 
getExplicitFromElements() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getExplicitHibernateTypeDescriptor() - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
getExplicitHibernateTypeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
getExplicitHibernateTypeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
getExplicitHibernateTypeName() - Method in interface org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolver
 
getExplicitHibernateTypeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.CompositeAttributeTypeResolver
 
getExplicitHibernateTypeName() - Method in interface org.hibernate.metamodel.source.binder.DiscriminatorSource
Obtain the discriminator type.
getExplicitHibernateTypeParameters() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
getExplicitHibernateTypeParameters() - Method in interface org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolver
 
getExplicitHibernateTypeParameters() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.CompositeAttributeTypeResolver
 
getExplicitHibernateTypeSource() - Method in interface org.hibernate.metamodel.source.binder.BasicPluralAttributeElementSource
 
getExplicitHibernateTypeSource() - Method in class org.hibernate.metamodel.source.hbm.BasicPluralAttributeElementSourceImpl
 
getExplicitName() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getExplicitName() - Method in interface org.hibernate.cfg.ObjectNameSource
Retrieve the name explicitly provided by the user.
getExplicitSchemaName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getExplicitSchemaName() - Method in interface org.hibernate.metamodel.source.binder.TableSource
Obtain the supplied schema name
getExplicitSchemaName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getExplicitTableName() - Method in interface org.hibernate.metamodel.source.binder.TableSource
Obtain the supplied table name.
getExplicitTemporalType() - Method in class org.hibernate.procedure.internal.ParameterBindImpl
 
getExplicitTemporalType() - Method in interface org.hibernate.procedure.ParameterBind
If <T> represents a DATE/TIME type value, JPA usually allows specifying the particular parts of the DATE/TIME value to be bound.
getExplicitTuplizerClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getExplicitTuplizerClassName() - Method in interface org.hibernate.metamodel.source.binder.ComponentAttributeSource
 
getExplicitTuplizerClassName() - Method in interface org.hibernate.metamodel.source.binder.CompositePluralAttributeElementSource
 
getExplicitTuplizerClassName() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getExplicitTuplizerClassName() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getExplicitTypeName() - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in interface org.hibernate.metamodel.relational.Exportable
Get a unique identifier to make sure we are not exporting the same database structure multiple times.
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.Index
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.PrimaryKey
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.Sequence
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.Table
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.UniqueKey
 
getExpression() - Method in class org.hibernate.jpa.criteria.expression.SimpleCaseExpression
 
getExpression() - Method in class org.hibernate.jpa.criteria.OrderImpl
 
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.BetweenPredicate
 
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.BooleanAssertionPredicate
 
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.BooleanExpressionPredicate
Get the boolean expression defining the predicate.
getExpression() - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
getExpression() - Method in class org.hibernate.metamodel.relational.DerivedValue
Get the value expression.
getExpression() - Method in class org.hibernate.metamodel.source.annotations.attribute.DerivedValueSourceImpl
 
getExpression() - Method in class org.hibernate.metamodel.source.annotations.attribute.FormulaValue
 
getExpression() - Method in interface org.hibernate.metamodel.source.binder.DerivedValueSource
Obtain the expression used to derive the value.
getExpression() - Method in interface org.hibernate.sql.SelectExpression
 
getExpressionInternal() - Method in class org.hibernate.jpa.criteria.predicate.InPredicate
 
getExpressions() - Method in class org.hibernate.jpa.criteria.expression.CoalesceExpression
 
getExpressions() - Method in class org.hibernate.jpa.criteria.predicate.AbstractSimplePredicate
 
getExpressions() - Method in class org.hibernate.jpa.criteria.predicate.CompoundPredicate
 
getExtends() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the extends property.
getExtends() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the extends property.
getExtends() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the extends property.
getExtends() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.SubEntityElement
 
getExtendsNeeded(XmlDocument, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
For the given document, locate all extends attributes which refer to entities (entity-name or class-name) not defined within said document.
getExternalName() - Method in enum org.hibernate.cache.spi.access.AccessType
Get the corresponding externalized name for this value.
getExternalName() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
getExternalName() - Method in enum org.hibernate.secure.spi.PermissibleAction
 
getExtractedMetaDataSupport() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain information about supported behavior reported by the JDBC driver.
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.mapping.SimpleValue.AttributeConverterSqlTypeDescriptorAdapter
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Get the extractor (pulling out-going values from JDBC objects) capable of handling values of the type described by the passed descriptor.
getExtractor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getExtraKeywords() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Get the list of extra keywords (beyond standard SQL92 keywords) reported by the driver.
getExtraProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExtraSelectList() - Method in class org.hibernate.sql.SelectFragment
 
getFactor() - Method in enum org.hibernate.metamodel.relational.Size.LobMultiplier
 
getFactory() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Getter for property 'factory'.
getFactory() - Method in interface org.hibernate.criterion.CriteriaQuery
Provides access to the SessionFactory
getFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the creating SessionFactoryImplementor
getFactory() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFactory() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Get a handle to the encapsulated SessionFactory.
getFactory() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getFactory() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
 
getFactory() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Get access to the Hibernate extended EMF contract.
getFactory() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getFactory() - Method in class org.hibernate.loader.JoinWalker
 
getFactory() - Method in class org.hibernate.loader.Loader
 
getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Return the SessionFactory to which this persister "belongs".
getFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getFakeBidirectionalRelationIndexMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFakeBidirectionalRelationMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFakeRelationChanges() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
getFalseString() - Method in class org.hibernate.type.CharBooleanType
Deprecated.
Pass the true/false values into constructor instead.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the fetch property.
getFetch() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the fetch property.
getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
 
getFetchCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
getFetchCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
Amount of fetch ops on the entity
getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'fetches'.
getFetches() - Method in class org.hibernate.jpa.criteria.path.AbstractFromImpl
 
getFetches() - Method in class org.hibernate.loader.plan.spi.AbstractFetchOwner
 
getFetches() - Method in interface org.hibernate.loader.plan.spi.FetchOwner
Retrieve the fetches owned by this return.
getFetches() - Method in interface org.hibernate.loader.plan.spi.IdentifierDescription
 
getFetches() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetches associated with this profile
getFetches() - Method in class org.hibernate.metamodel.binding.FetchProfile
Retrieve the fetches associated with this profile
getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
getFetchMode(String) - Method in class org.hibernate.internal.CriteriaImpl
 
getFetchMode() - Method in class org.hibernate.mapping.Collection
 
getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
 
getFetchMode() - Method in class org.hibernate.mapping.OneToMany
 
getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
 
getFetchMode() - Method in class org.hibernate.mapping.ToOne
 
getFetchMode() - Method in interface org.hibernate.mapping.Value
 
getFetchMode() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFetchMode() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
Deprecated. 
getFetchMode() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getFetchMode() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getFetchMode() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getFetchMode() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
Obtain the fetch mode to be applied to this association.
getFetchMode() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getFetchMode() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getFetchMode() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getFetchMode() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
Should we load this collection role by outerjoining?
getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
May this (subclass closure) property be fetched using an SQL outerjoin?
getFetchMode() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getFetchMode() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getFetchMode() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getFetchMode(int) - Method in class org.hibernate.type.AnyType
 
getFetchMode(int) - Method in class org.hibernate.type.ComponentType
 
getFetchMode(int) - Method in class org.hibernate.type.CompositeCustomType
 
getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the fetch mode of the indicated component property.
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.AbstractFetchOwner
Abstract method returning the delegate for obtaining details about an owned fetch.
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.CompositeElementGraph
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.CompositeFetch
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.CompositeIndexGraph
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.EntityElementGraph
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.EntityFetch
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.EntityIndexGraph
 
getFetchOwnerDelegate() - Method in class org.hibernate.loader.plan.spi.EntityReturn
 
getFetchProfile() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve fetch profile by name.
getFetchProfile() - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getFetchProfile() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFetchProfile() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the fetchProfile property.
getFetchProfile(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFetchProfile() - Method in class org.hibernate.internal.SessionImpl
Get the internal fetch profile currently associated with this session.
getFetchProfile() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFetchProfiles() - Method in interface org.hibernate.metamodel.Metadata
 
getFetchProfiles() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getFetchSize() - Method in interface org.hibernate.BasicQueryContract
Obtain the JDBC fetch size hint in effect for this query.
getFetchSize() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFetchSize() - Method in class org.hibernate.engine.spi.RowSelection
 
getFetchSize() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getFetchSize() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getFetchSize() - Method in class org.hibernate.internal.CriteriaImpl
 
getFetchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the fetchSize property.
getFetchStrategy() - Method in class org.hibernate.loader.plan.spi.AbstractSingularAttributeFetch
 
getFetchStrategy() - Method in class org.hibernate.loader.plan.spi.CollectionFetch
 
getFetchStrategy() - Method in interface org.hibernate.loader.plan.spi.Fetch
Gets the fetch strategy for this fetch.
getFetchStyle() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFetchStyle() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
 
getFetchStyle() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getFetchStyle() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getFetchStyle() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
 
getFetchStyle() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getFetchTiming() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFetchTiming() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
 
getFetchTiming() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getFetchTiming() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getFetchTiming() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
 
getFetchTiming() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getFieldHandler() - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandled
Access to the current field interception handler.
getFieldResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Gets the value of the fieldResult property.
getFieldTransformer(ClassFile, ClassPool) - Method in class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
 
getFile() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Gets the value of the file property.
getFileHandler() - Method in interface org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ArchiveEntryHandlers
 
getFileHandler() - Method in class org.hibernate.jpa.boot.scan.spi.AbstractScannerImpl.ResultCollector
 
getFilename() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the filter property.
getFilter() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getFilterDef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the filterDef property.
getFilterDefinition(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.cfg.Mappings
Retrieves a filter definition by name.
getFilterDefinition() - Method in interface org.hibernate.Filter
Get the filter definition containing additional information about the filter (such as default-condition and expected parameter names/types).
getFilterDefinition() - Method in class org.hibernate.internal.FilterImpl
 
getFilterDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
Obtain the definition of a filter by name.
getFilterDefinitions() - Method in class org.hibernate.cfg.Configuration
 
getFilterDefinitions() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getFilterDefinitions() - Method in interface org.hibernate.cfg.Mappings
Retrieves the copmplete map of filter definitions.
getFilterDefinitions() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getFilterDefinitions() - Method in interface org.hibernate.metamodel.Metadata
 
getFilterDefinitions() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getFilteredPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilteredPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilteredSQL() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilterMap() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFilterMap() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getFilterName() - Method in class org.hibernate.engine.spi.FilterDefinition
Get the name of the filter this configuration defines.
getFilterParameterType(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterParameterType(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFilterParameterType(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getFilterParameterType(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFilterParameterType(String) - Method in class org.hibernate.internal.SessionImpl
Retreive the type for a given filter parrameter.
getFilterParameterType(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFilterParameterValue(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getFilterParameterValue(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFilterParameterValue(String) - Method in class org.hibernate.internal.SessionImpl
Retreive the currently set value for a filter parameter.
getFilterParameterValue(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFilterQueryPlan(String, String, boolean, Map) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
 
getFilters() - Method in class org.hibernate.mapping.Collection
 
getFilters() - Method in interface org.hibernate.mapping.Filterable
 
getFilters() - Method in class org.hibernate.mapping.PersistentClass
 
getFilters() - Method in class org.hibernate.mapping.Subclass
 
getFinal(int, Type) - Method in class org.hibernate.internal.AbstractScrollableResults
Check that the requested type is compatible with the result type, and return the column value.
getFinalFromClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getFirst() - Method in class org.hibernate.envers.internal.tools.Triple
 
getFirst() - Method in class org.hibernate.envers.tools.Pair
 
getFirstArgumentType() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getFirstArgumentType() - Method in interface org.hibernate.hql.internal.ast.tree.FunctionNode
 
getFirstArgumentType() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getFirstJoin() - Method in class org.hibernate.engine.internal.JoinSequence
 
getFirstLevelCache() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getFirstLevelCache() - Method in interface org.hibernate.envers.internal.reader.AuditReaderImplementor
 
getFirstNonWhitespaceCharacter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
getFirstResult() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFirstResult() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getFirstResult() - Method in class org.hibernate.internal.CriteriaImpl
 
getFirstResult() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getFirstResult() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getFirstResult() - Method in interface org.hibernate.Query
Obtain the value specified (if any) for the first row to be returned from the query results; zero-based.
getFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Retrieve the indicated first row for pagination
getFirstRow() - Method in class org.hibernate.engine.spi.RowSelection
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionList
Returns the first select expression node that should be considered when building the array of select expressions.
getFixtureOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getFloat(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getFloat(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a float.
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getFlushCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getFlushCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of flush executed by sessions (either implicit or explicit)
getFlushMode() - Method in interface org.hibernate.BasicQueryContract
Obtain the FlushMode in effect for this query.
getFlushMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getFlushMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFlushMode() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getFlushMode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFlushMode() - Method in class org.hibernate.internal.AbstractBasicQueryContractImpl
 
getFlushMode() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getFlushMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.internal.SessionImpl
 
getFlushMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFlushMode() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getFlushMode(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getFlushMode() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl
Hibernate can be set in various flush modes that are unknown to JPA 2.0.
getFlushMode() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getFlushMode() - Method in interface org.hibernate.Session
Get the current flush mode for this session.
getFor(Configuration) - Static method in class org.hibernate.envers.configuration.spi.AuditConfiguration
 
getFor(Configuration, ClassLoaderService) - Static method in class org.hibernate.envers.configuration.spi.AuditConfiguration
 
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.metamodel.binding.CollectionKey
 
getForeignKeyDirection() - Method in class org.hibernate.type.AnyType
 
getForeignKeyDirection() - Method in interface org.hibernate.type.AssociationType
Get the foreign key directionality of this association
getForeignKeyDirection() - Method in class org.hibernate.type.CollectionType
 
getForeignKeyDirection() - Method in class org.hibernate.type.ManyToOneType
 
getForeignKeyDirection() - Method in class org.hibernate.type.OneToOneType
 
getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
 
getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyMetadata(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeyName() - Method in interface org.hibernate.metamodel.relational.state.ManyToOneRelationalState
 
getForeignKeys() - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
getForeignKeys() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.property.Getter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.MapAccessor.MapGetter
Get the property value from the given owner instance.
getFormatter() - Method in enum org.hibernate.engine.jdbc.internal.FormatStyle
 
getFormatter() - Method in enum org.hibernate.hql.internal.ast.util.LiteralProcessor.DecimalLiteralFormat
 
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.mapping.Formula
 
getFormula() - Method in interface org.hibernate.metamodel.relational.state.DerivedValueRelationalState
 
getFormulaAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getFormulaFragment() - Method in interface org.hibernate.sql.ordering.antlr.FormulaReference
Retrieve the formula fragment.
getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE SKIP LOCKED syntax specific to this dialect.
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list SKIP LOCKED fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Oracle10gDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2400Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
Given a lock mode, determine the appropriate for update fragment to use.
getForUpdateString() - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire locks for this dialect.
getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString() - Method in class org.hibernate.dialect.FrontBaseDialect
FrontBase doesn't support this syntax, which was dropped with SQL92.
getForUpdateString() - Method in class org.hibernate.dialect.H2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MckoiDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
Since the RDMS-JDBC driver does not support for updates, this string is set to an empty string.
getForUpdateString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.TeradataDialect
Teradata does not support FOR UPDATE syntax

Get the string to append to SELECT statements to acquire locks for this dialect.

getForUpdateString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getFromClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getFromClause() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getFromClause() - Method in interface org.hibernate.hql.internal.ast.tree.RestrictableStatement
Retreives the from-clause in effect for this statement.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getFromElement(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Retreives the from-element represented by the given alias.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getFromElement() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns the FROM element that this expression refers to.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
getFromElements() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns the list of from elements in order.
getFromElementsForLoad() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
FromElements which need to be accounted for in the load phase (either for return or for fetch).
getFromEntityNameCache(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
Gets the entityName from the cache.
getFromMappedBy(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getFromMappedBy(String, String) - Method in interface org.hibernate.cfg.Mappings
 
getFromPart() - Method in class org.hibernate.engine.internal.JoinSequence
Retrieve a JoinSequence that represents just the FROM clause parts
getFromPropertyName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFullPath() - Method in class org.hibernate.loader.PropertyPath
 
getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getFunction(String, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
getFunctionName() - Method in class org.hibernate.criterion.AggregateProjection
 
getFunctionName() - Method in class org.hibernate.jpa.criteria.expression.function.BasicFunctionExpression
 
getFunctionName() - Method in interface org.hibernate.jpa.criteria.expression.function.FunctionExpression
Retrieve the name of the function.
getFunctions() - Method in class org.hibernate.dialect.Dialect
Retrieves a map of the dialect's registered functions (functionName => SQLFunction).
getGenerated() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the generated property.
getGeneratedId() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
Access to the generated identifier
getGeneratedIdentity(ResultSet, String, Type) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Get the generated identifier when using identity columns
getGeneratedValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the generatedValue property.
getGeneratedVersion() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getGeneratedVersion() - Method in class org.hibernate.id.uuid.StandardRandomStrategy
A variant 4 (random) strategy
getGeneratedVersion() - Method in interface org.hibernate.id.UUIDGenerationStrategy
Which variant, according to IETF RFC 4122, of UUID does this strategy generate? RFC 4122 defines 5 variants (though it only describes algorithms to generate 4): 1 = time based 2 = DCE based using POSIX UIDs 3 = name based (md5 hash) 4 = random numbers based 5 = name based (sha-1 hash) Returning the values above should be reserved to those generators creating variants compliant with the corresponding RFC definition; others can feel free to return other values as they see fit.
getGeneration() - Method in class org.hibernate.mapping.Property
 
getGeneration() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
getGeneration() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getGeneration() - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
Obtain the generation strategy for this attribute/value.
getGeneration() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
getGeneration() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getGeneration() - Method in interface org.hibernate.metamodel.source.binder.SingularAttributeSource
Obtain a description of if/when the attribute value is generated by the database.
getGeneration() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getGenerator(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getGenerator(String, Map<String, IdGenerator>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getGenerator(String) - Method in interface org.hibernate.cfg.Mappings
Retrieve the id-generator by name.
getGenerator(String, Map<String, IdGenerator>) - Method in interface org.hibernate.cfg.Mappings
Try to find the generator from the localGenerators and then from the global generator list
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
Gets the value of the generator property.
getGeneratorTableProperties(String, Map<String, Properties>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getGeneratorTableProperties(String, Map<String, Properties>) - Method in interface org.hibernate.cfg.Mappings
Retrieve the properties related to a generator table.
getGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getGetter(Class, PropertyData) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getGetter(Class, String, String) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getGetter(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Directly retrieve the Getter reference via the BasicPropertyAccessor.
getGetter(Class) - Method in class org.hibernate.mapping.Property
 
getGetter(Class, String) - Method in class org.hibernate.property.BackrefPropertyAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in class org.hibernate.property.BasicPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.ChainedPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.DirectPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.EmbeddedPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.IndexPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.MapAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in class org.hibernate.property.NoopAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in interface org.hibernate.property.PropertyAccessor
Create a "getter" for the named attribute
getGetter(int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getGetter(int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getGetter(int) - Method in interface org.hibernate.tuple.Tuplizer
Retrieve the getter for the specified property.
getGetters() - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the setter names of properties.
getGlobalCfg() - Method in class org.hibernate.envers.configuration.spi.AuditConfiguration
 
getGlobalMetaAttributeContext() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getGlobalMetaAttributeContext() - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
getGrant() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
Gets the value of the grant property.
getGroupBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getGroupings() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getGroupList() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
getGroupList() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getGroupRestriction() - Method in class org.hibernate.jpa.criteria.CriteriaQueryImpl
getGroupRestriction() - Method in class org.hibernate.jpa.criteria.CriteriaSubqueryImpl
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractLobType
Deprecated.
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.
 
getHashCode(Object) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object) - Method in class org.hibernate.type.CompositeCustomType
 
getHashCode(Object) - Method in class org.hibernate.type.CustomType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Get a hash code, consistent with persistence "equality".
getHashCode(Object) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHaving() - Method in class org.hibernate.jpa.criteria.QueryStructure
 
getHibernateConfiguration() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
Get the underlying lazy initialization handler.
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
 
getHibernateProcedureCall() - Method in class org.hibernate.jpa.internal.StoredProcedureQueryImpl
 
getHibernateQuery() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getHibernateQuery() - Method in interface org.hibernate.jpa.HibernateQuery
Gives access to the underlying Hibernate query object..
getHibernateQuery() - Method in class org.hibernate.jpa.internal.QueryImpl
 
getHibernateType() - Method in class org.hibernate.jpa.internal.metamodel.EmbeddableTypeImpl
 
getHibernateType() - Method in class org.hibernate.jpa.spi.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getHibernateType() - Method in class org.hibernate.procedure.internal.AbstractParameterRegistrationImpl
 
getHibernateType() - Method in interface org.hibernate.procedure.internal.ParameterRegistrationImplementor
Access to the Hibernate type for this parameter registration
getHibernateType() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl.ParameterMemento
 
getHibernateTypeDescriptor() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getHibernateTypeDescriptor() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
Obtain the descriptor for the Hibernate Type for this binding.
getHibernateTypeDescriptor() - Method in class org.hibernate.metamodel.binding.BasicCollectionElement
 
getHibernateTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the Hibernate Type associated with the given Types type code.
getHibernateTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Dialect
Get the name of the Hibernate Type associated with the given Types typecode with the given storage specification parameters.
getHibernateTypeResolver() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getHibernateTypeResolver() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getHibernateTypeResolver() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getHierarchyDetails() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getHierarchyInheritanceType() - Method in class org.hibernate.metamodel.source.annotations.EntityHierarchyImpl
 
getHierarchyInheritanceType() - Method in interface org.hibernate.metamodel.source.binder.EntityHierarchy
The inheritance type/strategy for the hierarchy.
getHierarchyInheritanceType() - Method in class org.hibernate.metamodel.source.hbm.EntityHierarchyImpl
 
getHighOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getHint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Gets the value of the hint property.
getHints() - Method in class org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter
 
getHints() - Method in class org.hibernate.jpa.spi.BaseQueryImpl
 
getHintsMap() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getHintsMap() - Method in class org.hibernate.procedure.internal.ProcedureCallMementoImpl
 
getHintsMap() - Method in interface org.hibernate.procedure.ProcedureCallMemento
Access to any hints associated with the memento.
getHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getHitCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getHitCount() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getHitCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getHitCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique down to millisecond
getHitRatio() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getHiValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
Getter for property 'upperLimit'.
getHolderClass() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getHolderInstantiator(ResultTransformer, ResultTransformer, String[]) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
getHolderInstantiator() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getHqlParameterSpecification() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getHqlPosition() - Method in class org.hibernate.param.PositionalParameterSpecification
Getter for property 'hqlPosition'.
getHQLQueryPlan(String, boolean, Map) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
 
getHQLQueryPlan(String, boolean) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getHydratedCompoundValueExtractor() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getHydratedForm() - Method in interface org.hibernate.loader.spi.ResultSetProcessingContext.IdentifierResolutionContext
 
getId() - Method in class org.hibernate.action.internal.EntityAction
entity id accessor
getId() - Method in class org.hibernate.engine.spi.EntityEntry
 
getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getId() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getId() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The id to be used in the database operation.
getId() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getId() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getId() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getId() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getId() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the id property.
getId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the id property.
getId(Class<Y>) - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getIdAttributes() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getIdByUniqueKey(Serializable, String, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdByUniqueKey(Serializable, String, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getIdClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the idClass property.
getIdClassAttributes() - Method in class org.hibernate.jpa.internal.metamodel.AbstractIdentifiableType
getIdColumnName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getIdColumnName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default column name to use for the identifier column if none specified in the mapping.
getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
 
getIdentifier(Object, int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getIdentifier(Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the identifier of the given collection entry.
getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getIdentifier(SessionImplementor, String, Object) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getIdentifier() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
 
getIdentifier() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
 
getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
 
getIdentifier() - Method in class org.hibernate.mapping.OneToOne
Returns the identifier.
getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifier() - Method in class org.hibernate.mapping.RootClass
 
getIdentifier() - Method in class org.hibernate.mapping.Subclass
 
getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
 
getIdentifier(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents.
getIdentifier() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
 
getIdentifier(Object) - Method in interface org.hibernate.Session
Return the identifier value of the given entity as associated with this session.
getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
 
getIdentifier(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the identifier value from the given entity.
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
 
getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in exception org.hibernate.WrongClassException
 
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getIdentifierAttributeSource() - Method in class org.hibernate.metamodel.source.annotations.attribute.SimpleIdentifierSourceImpl
 
getIdentifierAttributeSource() - Method in interface org.hibernate.metamodel.source.binder.ComponentIdentifierSource
Obtain the source descriptor for the identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.metamodel.source.binder.SimpleIdentifierSource
Obtain the source descriptor for the identifier attribute.
getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's identifier column aliases, based on the given suffix.
getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
 
getIdentifierColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Loadable
Get the names of columns used to persist the identifier
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Queryable
Get the names of columns used to persist the identifier
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumns(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier column names of this entity
getIdentifierColumns(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.build.AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector
 
getIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.EntityElementGraph
 
getIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.EntityFetch
 
getIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.EntityIndexGraph
 
getIdentifierDescription() - Method in interface org.hibernate.loader.plan.spi.EntityReference
 
getIdentifierDescription() - Method in class org.hibernate.loader.plan.spi.EntityReturn
 
getIdentifierGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the identifier generator for the hierarchy
getIdentifierGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the identifierGenerator property.
getIdentifierGenerator(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierGenerator() - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the surrogate key generation strategy (optional operation)
getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine which identifier generation strategy is used for this entity.
getIdentifierGenerator() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
 
getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Retrieve the class that will be used as the IdentifierGenerator for the given strategy.
getIdentifierGeneratorClass(String) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
getIdentifierGeneratorDescriptor() - Method in class org.hibernate.metamodel.source.annotations.attribute.SimpleIdentifierSourceImpl
 
getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.metamodel.source.binder.IdentifierSource
Obtain the identifier generator source.
getIdentifierGeneratorFactory() - Method in class org.hibernate.cfg.Configuration
Retrieve the IdentifierGeneratorFactory in effect for this configuration.
getIdentifierGeneratorFactory() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.cfg.Mappings
Retrieve the IdentifierGeneratorFactory in effect for this mapping.
getIdentifierGeneratorFactory() - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
temporary solution
getIdentifierGeneratorFactory() - Method in class org.hibernate.internal.SessionFactoryImpl