$ 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_clearDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Clear the stored dirty attributes
$$_hibernate_clearOwner(String) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_hibernate_getDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Get the field names of all the fields thats been changed
$$_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_hasDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Return true if any fields has been changed
$$_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_setOwner(String, CompositeOwner) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_hibernate_setPreviousManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the previous entry.
$$_hibernate_trackChange(String) - Method in interface org.hibernate.engine.spi.CompositeOwner
 

A

abortBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
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.ejb.criteria.CriteriaBuilderImpl
AbsFunction<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL ABS function.
AbsFunction(CriteriaBuilderImpl, Expression) - Constructor for class org.hibernate.ejb.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
 
AbstractAttribute<X,Y> - Class in org.hibernate.ejb.metamodel
Models the commonality of the JPA Attribute hierarchy.
AbstractAttribute(String, Class<Y>, AbstractManagedType<X>, Member, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.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.impl
 
AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
 
AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
 
AbstractAuditWorkUnit - Class in org.hibernate.envers.synchronization.work
 
AbstractAuditWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, RevisionType) - Constructor for class org.hibernate.envers.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
 
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.entities.mapper.relation.lazy.initializor
Initializes a persistent collection.
AbstractCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.entities.mapper.relation
 
AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, boolean, boolean) - Constructor for class org.hibernate.envers.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
 
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
AbstractCompositeIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
AbstractCompositeIdMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
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
 
AbstractDataSourceBasedMultiTenantConnectionProviderImpl - Class in org.hibernate.service.jdbc.connections.spi
Basic support for implementations of MultiTenantConnectionProvider based on DataSources.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
AbstractDelegateSessionImplementor - Class in org.hibernate.envers.entities.mapper.relation.lazy
 
AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
AbstractDialectResolver - Class in org.hibernate.service.jdbc.dialect.internal
A templated resolver impl which delegates to the AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method and handles any thrown SQL errors.
AbstractDialectResolver() - Constructor for class org.hibernate.service.jdbc.dialect.internal.AbstractDialectResolver
 
AbstractEmptinessExpression - Class in org.hibernate.criterion
Implementation of AbstractEmptinessExpression.
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
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
 
AbstractEntityManagerImpl - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl
 
AbstractEntityManagerImpl.TupleBuilderTransformer - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl.TupleBuilderTransformer(Query) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl(int, String, Type) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl(Object[]) - Constructor for class org.hibernate.ejb.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.
AbstractFieldInterceptor - Class in org.hibernate.bytecode.instrumentation.spi
 
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.ejb.criteria.path
Convenience base class for various From implementors.
AbstractFromImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
AbstractFromImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
AbstractFromImpl.BasicJoinScope - Class in org.hibernate.ejb.criteria.path
 
AbstractFromImpl.BasicJoinScope() - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
 
AbstractFromImpl.CorrelationJoinScope - Class in org.hibernate.ejb.criteria.path
 
AbstractFromImpl.CorrelationJoinScope() - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
AbstractFromImpl.JoinScope<X> - Interface in org.hibernate.ejb.criteria.path
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
AbstractIdentifiableType<X> - Class in org.hibernate.ejb.metamodel
Defines commonality for the JPA IdentifiableType types.
AbstractIdentifiableType(Class<X>, AbstractIdentifiableType<? super X>, boolean, boolean) - Constructor for class org.hibernate.ejb.metamodel.AbstractIdentifiableType
 
AbstractIdentifiableType.Builder<X> - Interface in org.hibernate.ejb.metamodel
 
AbstractIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
AbstractIdMapper() - Constructor for class org.hibernate.envers.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
 
AbstractJarVisitor - Class in org.hibernate.ejb.packaging
Parse a JAR of any form (zip file, exploded directory, ...) apply a set of filters (File filter, Class filter, Package filter) and return the appropriate matching sets of elements
AbstractJarVisitor(String, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
 
AbstractJarVisitor(URL, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
 
AbstractJoinImpl<Z,X> - Class in org.hibernate.ejb.criteria.path
TODO : javadoc
AbstractJoinImpl(CriteriaBuilderImpl, PathSource<Z>, Attribute<? super Z, X>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
 
AbstractJoinImpl(CriteriaBuilderImpl, Class<X>, PathSource<Z>, Attribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
 
AbstractJtaPlatform - Class in org.hibernate.service.jta.platform.internal
 
AbstractJtaPlatform() - Constructor for class org.hibernate.service.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.
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.ejb.metamodel
Defines commonality for the JPA ManagedType hierarchy of interfaces.
AbstractManagedType(Class<X>, AbstractManagedType<? super X>) - Constructor for class org.hibernate.ejb.metamodel.AbstractManagedType
 
AbstractManagedType.Builder<X> - Interface in org.hibernate.ejb.metamodel
 
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.service.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using individual ConnectionProvider instances per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractNode - Class in org.hibernate.ejb.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.ejb.criteria.AbstractNode
 
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.entities.mapper.relation
Template class for property mappers that manage one-to-one relation.
AbstractOneToOneMapper(String, String, PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractOneToOneMapper
 
AbstractPathImpl<X> - Class in org.hibernate.ejb.criteria.path
Convenience base class for various Path implementors.
AbstractPathImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.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
 
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
 
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.ejb.criteria.predicate
Basic template support for Predicate implementors providing expression handling, negation and conjunction/disjunction handling.
AbstractPredicateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
 
AbstractPropertyHolder - Class in org.hibernate.cfg
 
AbstractPropertyHolder(String, PropertyHolder, XClass, Mappings) - Constructor for class org.hibernate.cfg.AbstractPropertyHolder
 
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
Intended as a base class providing convenience in implementing both Query and TypedQuery.
AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.AbstractQueryImpl
 
AbstractQueryImpl - Class in org.hibernate.internal
Abstract implementation of the Query interface.
AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.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.entities.mapper.relation.query
Base class for implementers of RelationQueryGenerator contract.
AbstractRelationQueryGenerator(AuditEntitiesConfiguration, MiddleIdData, boolean) - Constructor for class org.hibernate.envers.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
 
AbstractScrollableResults - Class in org.hibernate.internal
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(boolean) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(ServiceRegistryImplementor, boolean) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry, boolean) - 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.ejb.criteria.predicate
TODO : javadoc
AbstractSimplePredicate(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.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
 
AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
 
AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
AbstractStandardBasicType<T> - Class in org.hibernate.type
TODO : javadoc
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.entities.mapper.relation
Base class for property mappers that manage to-one relation.
AbstractToOneMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
 
AbstractToOneMapper.EntityInfo - Class in org.hibernate.envers.entities.mapper.relation
Simple descriptor of an entity.
AbstractToOneMapper.EntityInfo(Class, String, boolean) - Constructor for class org.hibernate.envers.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.ejb.criteria.expression
TODO : javadoc
AbstractTupleElement(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.expression.AbstractTupleElement
 
AbstractType<X> - Class in org.hibernate.ejb.metamodel
Defines commonality for the JPA Type hierarchy of interfaces.
AbstractType(Class<X>) - Constructor for class org.hibernate.ejb.metamodel.AbstractType
 
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(String) - Method in class org.hibernate.ejb.packaging.FileFilter
Return true if the fully qualified file name match
accept(String) - Method in class org.hibernate.ejb.packaging.JavaElementFilter
Return true if the fully qualified name match
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.
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
 
accessStrategyFactory - Variable in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
The EhcacheAccessStrategyFactory used for creating various access strategies
AccessType - Annotation Type in org.hibernate.annotations
Property Access type Prefer the standard Access annotation
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.ejb.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
 
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(String, int) - Method in class org.hibernate.bytecode.enhance.spi.CollectionTracker
 
add(String, CompositeOwner) - Method in class org.hibernate.bytecode.enhance.spi.CompositeOwnerTracker
 
add(CollectionStats) - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
 
add(EntityStats) - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
 
add(QueryStats) - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
 
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(Criterion) - Method in class org.hibernate.criterion.Junction
 
add(Projection) - Method in class org.hibernate.criterion.ProjectionList
 
add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
 
add(XClass, ReflectionManager) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
add(Class, ClassLoaderService, EntityBinding) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
add(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
add(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
add(PropertyData) - Method in interface org.hibernate.envers.entities.mapper.SimpleMapperBuilder
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
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(NativeSQLQueryReturn) - Method in interface org.hibernate.SQLQueryResultMappingBuilder.ReturnsHolder
 
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(OrphanRemovalAction) - 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(QueuedOperationCollectionAction) - 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.entities.mapper.relation.lazy.proxy.CollectionProxy
 
addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.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.ejb.Ejb3Configuration
Deprecated.  
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
 
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
 
addAttribute(Attribute<X, ?>) - Method in interface org.hibernate.ejb.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
 
addAuditingOverride(AuditOverride) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
addAuditingOverrides(AuditOverrides) - Method in class org.hibernate.envers.configuration.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.ejb.Ejb3Configuration
Deprecated.  
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
 
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
See MetadataSources.addCacheableFile(java.io.File) for description
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.ejb.Ejb3Configuration
Deprecated.  
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.ClassesAuditingData
Stores information about auditing meta-data for the given class.
addClassLoader(ClassLoader) - Method in class org.hibernate.osgi.OsgiClassLoader
 
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
Register a PersistentCollection object for an array.
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.metadata.MetadataTools
Adds new column element.
addColumn(Element, String, Integer, Integer, Integer, String, String, String, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addColumn(Element, Column) - Static method in class org.hibernate.envers.configuration.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) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
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<Column>) - Static method in class org.hibernate.envers.configuration.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.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.metadata.ComponentMetadataGenerator
 
addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
addComponent(PropertyData, String) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
 
addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addComponent(PropertyData, String) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
addComponentTypedValues(String, Object, CompositeType, List, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
addCondition(String) - Method in class org.hibernate.engine.internal.JoinSequence
 
addCondition(String, String[], String) - Method in class org.hibernate.engine.internal.JoinSequence
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
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
 
addCondition(String) - Method in class org.hibernate.sql.JoinFragment
 
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.ejb.criteria.QueryStructure
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.JoinFragment
 
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.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.
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.JoinedSubclassEntityPersister
 
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, InputStream, InputStream) - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
 
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
Add an entity to the cache by unique key
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Adds an entity to the internal caches.
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
 
addEntityEntry(Object, EntityEntry) - Method in class org.hibernate.engine.internal.EntityEntryContext
 
addEntityManagerFactory(String, EntityManagerFactory) - Method in class org.hibernate.ejb.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
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
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.
addEventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
addEventListeners(SessionEventListener...) - Method in class org.hibernate.internal.SessionImpl
 
addEventListeners(SessionEventListener...) - Method in interface org.hibernate.Session
Add one or more listeners to the Session
addFetch(Fetch<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
 
addFetch(Fetch<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
addFetch(Fetch<X, ?>) - Method in interface org.hibernate.ejb.criteria.path.AbstractFromImpl.JoinScope
 
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(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.ejb.Ejb3Configuration
Deprecated.  
addFile(File) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
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.ejb.Ejb3Configuration
Deprecated.  
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.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
 
addFrom(String, String) - Method in class org.hibernate.envers.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
 
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.entities.mapper.id.AbstractIdMapper
 
addIdEqualsToQuery(Parameters, Object, String, boolean) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix, is equal to the given object.
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.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 (the entity is the same).
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper (the second mapper must be for the same entity, but it can have, for example, prefixed properties).
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
 
addingOverrideFor(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
addingOverrideFor(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
addingOverrideFor(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
addingOverrideFor$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
addInitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
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
add an (initialized) collection that was created by another session and passed into update() (ie.
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(BasicServiceInitiator) - Method in class org.hibernate.service.ServiceRegistryBuilder
Adds a service initiator.
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInputStream(InputStream) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
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.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.
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(Join<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
 
addJoin(Join<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
addJoin(Join<X, ?>) - Method in interface org.hibernate.ejb.criteria.path.AbstractFromImpl.JoinScope
 
addJoin(AssociationType, String, JoinType, String[]) - Method in class org.hibernate.engine.internal.JoinSequence
 
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) - 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
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
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
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.JoinFragment
 
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
 
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
 
addListener(SessionEventListener...) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
addListener(String, NamespaceChangeListener) - Method in class org.hibernate.service.jndi.internal.JndiServiceImpl
 
addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.service.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
 
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
 
addMapResource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Add a mapping file
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Adds query statements, which contains restrictions, which express the property that part of the middle entity with alias prefix1, is equal to part of the middle entity with alias prefix2 (the entity is the same).
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(CompositeMapperBuilder, Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleStraightComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
addModifiedFlagProperty(Element, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains named parameters, which express the property that the id of the entity with alias prefix, is equal to the given object.
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
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.metadata.MetadataTools
 
addNegatedParameters() - Method in class org.hibernate.envers.tools.query.Parameters
Adds negated parameters, by default with the "and" connective.
addNeighbour(Vertex<R>) - Method in class org.hibernate.envers.tools.graph.Vertex
 
addNewCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Add a new collection (ie.
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
Register a collection for non-lazy loading at the end of the two-phase load
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.BaseEmitterBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
 
addNotNullRestriction(String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
Adds IS NOT NULL restriction.
addNullProperty(EntityKey, String) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Record the fact that the association belonging to the keyed entity is null.
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.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
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
addOrder(String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
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.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.ejb.Ejb3Configuration
Deprecated.  
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(String, String, String) - Method in class org.hibernate.secure.internal.JACCConfiguration
 
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(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
addProjection(String, String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
addProjection(String, String, boolean, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
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.
addProperties(Properties) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
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.metadata.MetadataTools
 
addProperty(Element, String, String, boolean, boolean) - Static method in class org.hibernate.envers.configuration.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.metadata.reader.AuditedPropertiesHolder
Add an audited property.
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.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) - Method in class org.hibernate.criterion.Example
 
addProxy(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Add a proxy to the session cache
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
 
addQuerySpaces(Serializable[]) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
 
addRegion(String, BaseRegion) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
addResolver(DialectResolver) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectResolverSet
Add a resolver at the end of the underlying resolver list.
addResolverAtFirst(DialectResolver) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectResolverSet
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.ejb.Ejb3Configuration
Deprecated.  
addResource(String, ClassLoader) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
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
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.service.ServiceRegistryBuilder
Adds a user-provided service
addSessionFactory(String, String, boolean, SessionFactory, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
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
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubParameters(String) - Method in class org.hibernate.envers.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 interface org.hibernate.SQLQuery
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 interface org.hibernate.SQLQuery
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 interface org.hibernate.SQLQuery
Adds a query space (table name) for (a) auto-flush checking and (b) query result cache invalidation checking
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.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
addToCollection(Object[], Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
addToCollection(List, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
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.entities.EntityConfiguration
 
addToManyMiddleRelation(String, String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToManyNotOwningRelation(String, String, String, IdMapper, PropertyMapper, PropertyMapper) - Method in class org.hibernate.envers.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.entities.EntityConfiguration
 
addToOneRelation(String, String, IdMapper, boolean) - Method in class org.hibernate.envers.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.BetweenAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.IdentifierEqAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.InAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.LogicalAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotNullAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NullAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.PropertyAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RelatedAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RevisionTypeAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.SimpleAuditExpression
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.Component
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.PersistentClass
 
addTypeContributor(TypeContributor) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
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
add a collection we just loaded up (still needs initializing)
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
add a detached uninitialized collection
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
Deprecated. Use Mappings.addUniqueConstraintHolders(org.hibernate.mapping.Table, java.util.List) instead
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.tools.query.Parameters
 
addWhere(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, boolean, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
 
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.tools.query.Parameters
 
addWhereWithNamedParam(String, boolean, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParam(String, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParam(String, boolean, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParams(String, String, Object[], String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWorkUnit(AuditWorkUnit) - Method in class org.hibernate.envers.synchronization.AuditProcess
 
AddWorkUnit - Class in org.hibernate.envers.synchronization.work
 
AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.synchronization.work.AddWorkUnit
 
AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, Map<String, Object>) - Constructor for class org.hibernate.envers.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
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
 
AFTER_EVICT - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after eviction of the parent entity from the session cache
AFTER_INSERT_BEFORE_DELETE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion
AFTER_INSERT_BEFORE_DELETE_VIA_COLLECTION - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion, inside a collection
AFTER_LOCK - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after refreshing a parent entity
AFTER_UPDATE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after update of the parent entity
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.CleanupSynch
afterCompletion(int) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSynch
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.SynchronizationCallbackCoordinatorNonTrackingImpl
 
afterCompletion(int) - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorTrackingImpl
 
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
 
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
 
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
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.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Returns false since this is a non-strict read/write cache access strategy
afterInsert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Returns false since this is a non-strict read/write cache access strategy
afterInsert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
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.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
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.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
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.TransactionalEhcacheNaturalIdRegionAccessStrategy
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.infinispan.access.TransactionalAccessDelegate
 
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
Go to a location just after the last result
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.Loader.AfterLoadAction
 
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
Called after inserting a row, to fetch the natively generated id
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.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
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.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
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.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
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.ReadOnlyEhcacheEntityRegionAccessStrategy
Throws UnsupportedOperationException since this cache is read-only
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Throws UnsupportedOperationException since this cache is read-only
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
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.TransactionalEhcacheNaturalIdRegionAccessStrategy
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.infinispan.access.TransactionalAccessDelegate
 
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.ejb.criteria.expression.function
Models SQL aggregation functions (MIN, MAX, COUNT, etc).
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Object) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Expression<?>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction.AVG - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a AVG function providing convenience in construction.
AggregationFunction.AVG(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.AVG
 
AggregationFunction.COUNT - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a COUNT function providing convenience in construction.
AggregationFunction.COUNT(CriteriaBuilderImpl, Expression<?>, boolean) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.COUNT
 
AggregationFunction.GREATEST<X extends Comparable<X>> - Class in org.hibernate.ejb.criteria.expression.function
Models the MAX function in terms of non-numeric expressions.
AggregationFunction.GREATEST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.GREATEST
 
AggregationFunction.LEAST<X extends Comparable<X>> - Class in org.hibernate.ejb.criteria.expression.function
Models the MIN function in terms of non-numeric expressions.
AggregationFunction.LEAST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.LEAST
 
AggregationFunction.MAX<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a MAX function providing convenience in construction.
AggregationFunction.MAX(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.MAX
 
AggregationFunction.MIN<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a MIN function providing convenience in construction.
AggregationFunction.MIN(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.MIN
 
AggregationFunction.SUM<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a SUM function providing convenience in construction.
AggregationFunction.SUM(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.SUM
 
AggregationFunction.SUM(CriteriaBuilderImpl, Expression<? extends Number>, Class<N>) - Constructor for class org.hibernate.ejb.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
 
alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
Assign an alias to a projection, by wrapping it
ALIAS - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
alias(String) - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
 
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 - 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 class org.hibernate.ejb.AvailableSettings
Query hint (aka Query.setHint(java.lang.String, java.lang.Object)) for applying an alias specific lock mode (aka Query.setLockMode(java.lang.String, org.hibernate.LockMode)).
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
 
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.cache.ehcache.EhCacheMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.service.jdbc.connections.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(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
ALL - Static variable in class org.hibernate.engine.spi.CascadeStyle
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_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyle
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) - 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.cache.ehcache.EhCacheMessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.service.jdbc.connections.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(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
and(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
AND - Static variable in class org.hibernate.envers.tools.query.Parameters
 
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
 
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.  
AnnotationConfigurationTaskWithEnvers - Class in org.hibernate.envers.ant
 
AnnotationConfigurationTaskWithEnvers() - Constructor for class org.hibernate.envers.ant.AnnotationConfigurationTaskWithEnvers
 
AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
 
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.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.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.
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
Define a ToOne association pointing to several entity types.
any(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
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
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 - Static variable in class org.hibernate.secure.internal.HibernatePermission
 
any(Type, Type) - Method in class org.hibernate.type.TypeFactory
 
any(Type, Type) - Method in interface org.hibernate.TypeHelper
 
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
Defines @Any and @manyToAny metadata
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Defines @Any and @ManyToAny set of metadata.
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
Names the ClassLoader used to load user application classes.
append(StringBuilder, Iterator<String>, String) - Static method in class org.hibernate.envers.tools.StringTools
To the given string builder, appends all strings in the given iterator, separating them with the given separator.
append(int, String, boolean) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
 
append(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
 
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()
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
 
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
 
applyAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheable(boolean) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyCacheable(boolean) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheMode(CacheMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyCacheMode(CacheMode) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheRegion(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyCacheRegion(String) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
applyComment(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyComment(String) - Method in class org.hibernate.ejb.QueryImpl
 
applyFetchSize(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyFetchSize(int) - Method in class org.hibernate.ejb.QueryImpl
 
applyFirstResult(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
Apply the given first-result value.
applyFirstResult(int) - Method in class org.hibernate.ejb.QueryImpl
 
applyFlushMode(FlushMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyFlushMode(FlushMode) - Method in class org.hibernate.ejb.QueryImpl
 
applyIdAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
 
applyIdClassAttributes(Set<SingularAttribute<? super X, ?>>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
 
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.OptimizerFactory.HiLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
applyingExplicitDiscriminatorColumnForJoined$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
applyLocks(String, QueryParameters, Dialect, List<Loader.AfterLoadAction>) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
applyLocks(String, QueryParameters, Dialect, List<Loader.AfterLoadAction>) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
applyLocks(String, QueryParameters, Dialect, List<Loader.AfterLoadAction>) - Method in class org.hibernate.loader.custom.CustomLoader
 
applyLocks(String, QueryParameters, Dialect, List<Loader.AfterLoadAction>) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyLocks(String, QueryParameters, Dialect, List<Loader.AfterLoadAction>) - Method in class org.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
applyLocksToSql(String, LockOptions, Map<String, String[]>) - 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<String, String[]>) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
applyLockTimeout(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyLockTimeout(int) - Method in class org.hibernate.ejb.QueryImpl
 
applyMaxResults(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
Apply the given max results value.
applyMaxResults(int) - Method in class org.hibernate.ejb.QueryImpl
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.Loader
 
applyReadOnly(boolean) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyReadOnly(boolean) - Method in class org.hibernate.ejb.QueryImpl
 
applyResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
applySelection(Selection<? extends T>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
 
applySetting(String, Object) - Method in class org.hibernate.service.ServiceRegistryBuilder
Apply a setting value
applySettings(Map) - Method in class org.hibernate.service.ServiceRegistryBuilder
Apply a groups of setting values
applyTimeout(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyTimeout(int) - Method in class org.hibernate.ejb.QueryImpl
 
applyToBeanInfo(Object, BeanInfoHelper.BeanInfoDelegate) - Method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
applyUniquesOnAlter(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
applyUniquesOnAlter(UniqueKey) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
applyUniquesOnAlter(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesOnAlter(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesOnAlter(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.InformixUniqueDelegate
 
applyUniquesOnAlter(UniqueKey) - Method in class org.hibernate.dialect.unique.InformixUniqueDelegate
 
applyUniquesOnAlter(UniqueKey, String, String) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If creating unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
applyUniquesOnAlter(UniqueKey) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If creating unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
applyUniquesToTable(Table) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesToTable(Table) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesToTable(Table) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If constraints are supported, but not in seperate alter statements, return uniqueConstraintSql in order to add the constraint to the original table definition.
applyUniquesToTable(Table) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If constraints are supported, but not in seperate alter statements, return uniqueConstraintSql in order to add the constraint to the original table definition.
applyUniqueToColumn(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniqueToColumn(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniqueToColumn(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If the dialect does not supports unique constraints, this method should return the syntax necessary to mutate the column definition (usually "unique").
applyUniqueToColumn(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If the dialect does not supports unique constraints, this method should return the syntax necessary to mutate the column definition (usually "unique").
applyVersionAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
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
Determine if two instances are equal
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
 
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.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.tools
 
ArgumentsTools() - Constructor for class org.hibernate.envers.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.ejb.criteria.CriteriaBuilderImpl
array(List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.array(Selection[]) taking a list of selections.
array(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.ejb.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. Use TypeFactory.array(String, String, Class) instead. See Jira issue: HHH-7771
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.entities.mapper.relation.lazy.initializor
Initializes a map.
ArrayCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
ArrayHelper - Class in org.hibernate.internal.util.collections
 
arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.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.tools.Tools
 
ArraysTools - Class in org.hibernate.envers.tools
 
ArraysTools() - Constructor for class org.hibernate.envers.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
Deprecated. Use ArrayType.ArrayType(TypeFactory.TypeScope, String, String, Class ) instead. See Jira issue: HHH-7771
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
 
as(Class<X>) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
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
 
AS4_TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
AS7_TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
asAlias() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
asBigDecimal() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toBigDecimal(javax.persistence.criteria.Expression)
asBigDecimal() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toBigDecimal(javax.persistence.criteria.Expression)
asBigInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toBigInteger(javax.persistence.criteria.Expression)
asBigInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toBigInteger(javax.persistence.criteria.Expression)
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc() - Method in class org.hibernate.criterion.Property
 
asc(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
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.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toDouble(javax.persistence.criteria.Expression)
asDouble() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toDouble(javax.persistence.criteria.Expression)
asFloat() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toFloat(javax.persistence.criteria.Expression)
asFloat() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toFloat(javax.persistence.criteria.Expression)
asInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toInteger(javax.persistence.criteria.Expression)
asInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toInteger(javax.persistence.criteria.Expression)
asLong() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toLong(javax.persistence.criteria.Expression)
asLong() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toLong(javax.persistence.criteria.Expression)
asLong(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret the binary representation of a long.
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
 
assemble(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
assemble(Serializable, Object) - Method in class org.hibernate.envers.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 a previously disassembled value.
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 a previously disassembled value.
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
Apply the Type.assemble(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor, java.lang.Object) operation across a series of values.
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
 
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
 
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.
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
 
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
 
AssociationType - Interface in org.hibernate.type
A type that represents some kind of association between entities.
asString() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toString(javax.persistence.criteria.Expression)
asString() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toString(javax.persistence.criteria.Expression)
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
 
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
 
ASTAppender(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTAppender
 
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
 
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
 
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(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
 
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.
attributeCount() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeCount() - Method in class org.hibernate.tuple.ElementWrapper
 
AttributeFactory - Class in org.hibernate.ejb.metamodel
A factory for building Attribute instances.
AttributeFactory(MetadataContext) - Constructor for class org.hibernate.ejb.metamodel.AttributeFactory
 
AttributeImplementor<X,Y> - Interface in org.hibernate.ejb.metamodel
TODO : javadoc
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.
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
 
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.
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
 
AuditConfiguration - Class in org.hibernate.envers.configuration
 
AuditConfiguration(Configuration) - Constructor for class org.hibernate.envers.configuration.AuditConfiguration
 
AuditConfiguration(Configuration, ClassLoaderService) - Constructor for class org.hibernate.envers.configuration.AuditConfiguration
 
AuditConjunction - Class in org.hibernate.envers.query.criteria
 
AuditConjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditConjunction
 
AuditCriterion - Interface in org.hibernate.envers.query.criteria
 
AuditDisjunction - Class in org.hibernate.envers.query.criteria
 
AuditDisjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditDisjunction
 
Audited - Annotation Type in org.hibernate.envers
When applied to a class, indicates that all of its properties should be audited.
AuditedPropertiesHolder - Interface in org.hibernate.envers.configuration.metadata.reader
Implementations hold other audited properties.
AuditedPropertiesReader - Class in org.hibernate.envers.configuration.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.metadata.reader.AuditedPropertiesReader
 
AuditedPropertiesReader.ComponentPropertiesSource - Class in org.hibernate.envers.configuration.metadata.reader
 
AuditedPropertiesReader.ComponentPropertiesSource(ReflectionManager, Component) - Constructor for class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
AuditEntitiesConfiguration - Class in org.hibernate.envers.configuration
Configuration of versions entities - names of fields, entities and tables created to store versioning information.
AuditEntitiesConfiguration(Properties, String) - Constructor for class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
AuditEntity - Class in org.hibernate.envers.query
TODO: ilike
AuditEntityNameRegister - Class in org.hibernate.envers.configuration.metadata
A register of all audit entity names used so far.
AuditEntityNameRegister() - Constructor for class org.hibernate.envers.configuration.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.metadata
 
AuditMetadataGenerator(Configuration, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Element, AuditEntityNameRegister) - Constructor for class org.hibernate.envers.configuration.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.synchronization
 
AuditProcess(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.synchronization.AuditProcess
 
AuditProcessManager - Class in org.hibernate.envers.synchronization
 
AuditProcessManager(RevisionInfoGenerator) - Constructor for class org.hibernate.envers.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.reader
 
AuditReaderImpl(AuditConfiguration, Session, SessionImplementor) - Constructor for class org.hibernate.envers.reader.AuditReaderImpl
 
AuditReaderImplementor - Interface in org.hibernate.envers.reader
An interface exposed by a VersionsReader to library-facing classes.
AuditRelatedId - Class in org.hibernate.envers.query.criteria
Create restrictions on an id of an entity related to an audited entity.
AuditRelatedId(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
 
AuditStrategy - Interface in org.hibernate.envers.strategy
Behaviours of different audit strategy for populating audit data.
auditStrategy - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
AuditTable - Annotation Type in org.hibernate.envers
 
AuditTableData - Class in org.hibernate.envers.configuration.metadata
Holds information necessary to create an audit table: its name, schema and catalog, as well as the audit entity name.
AuditTableData(String, String, String, String) - Constructor for class org.hibernate.envers.configuration.metadata.AuditTableData
 
AuditWorkUnit - Interface in org.hibernate.envers.synchronization.work
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.EnversIntegrator
 
AUTO_SESSION_EVENTS_LISTENER - Static variable in interface org.hibernate.cfg.AvailableSettings
 
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.cache.ehcache.EhCacheMessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoCommmitMode(boolean) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
autoCommmitMode(boolean) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoCommmitMode$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
AUTODETECTION - Static variable in class org.hibernate.ejb.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.cache.ehcache.EhCacheMessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.service.jdbc.connections.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 - Class in org.hibernate.ejb
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific

NOTE : Does *not* include Environment values.

AvailableSettings() - Constructor for class org.hibernate.ejb.AvailableSettings
 
avg(String) - Static method in class org.hibernate.criterion.Projections
A property average value
avg() - Method in class org.hibernate.criterion.Property
 
avg(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
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
 
AvgProjection - Class in org.hibernate.criterion
An avg() projection
AvgProjection(String) - Constructor for class org.hibernate.criterion.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
 

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
Deprecated. Use BagType.BagType(TypeFactory.TypeScope, String, String ) See Jira issue: HHH-7771
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
 
BaseEmitterBean - Class in org.hibernate.cache.ehcache.management.impl
 
BaseEmitterBean(Class<T>) - Constructor for class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
BaseEmitterBean
BaseEnversCollectionEventListener - Class in org.hibernate.envers.event
Base class for Envers' collection event related listeners
BaseEnversCollectionEventListener(AuditConfiguration) - Constructor for class org.hibernate.envers.event.BaseEnversCollectionEventListener
 
BaseEnversEventListener - Class in org.hibernate.envers.event
Base class for all Envers event listeners
BaseEnversEventListener(AuditConfiguration) - Constructor for class org.hibernate.envers.event.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
 
BaselineSessionEventsListenerBuilder - Class in org.hibernate.cfg
 
BaselineSessionEventsListenerBuilder(boolean, Class<? extends SessionEventListener>) - Constructor for class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
baseListenerInterface() - Method in class org.hibernate.event.spi.EventType
 
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
 
baseSessionBuilder() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
BaseSessionEventListener - Class in org.hibernate
A no-op implementation of SessionEventListener.
BaseSessionEventListener() - Constructor for class org.hibernate.BaseSessionEventListener
 
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
 
BaseUnitTestCase - Class in org.hibernate.testing.junit4
The base unit test adapter.
BaseUnitTestCase() - Constructor for class org.hibernate.testing.junit4.BaseUnitTestCase
 
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
 
BasicBatchKey(String, Expectation) - Constructor for class org.hibernate.engine.jdbc.batch.internal.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
 
BasicClassFilter(String[], String[]) - Constructor for class org.hibernate.bytecode.buildtime.spi.BasicClassFilter
 
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.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.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.entities.mapper.relation
 
BasicCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, boolean, boolean) - Constructor for class org.hibernate.envers.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.service.jdbc.dialect.internal
Intended as support for custom resolvers.
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.service.jdbc.dialect.internal.BasicDialectResolver
 
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.service.jdbc.dialect.internal.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.ejb.criteria.expression.function
Models the basic concept of a SQL function.
BasicFunctionExpression(CriteriaBuilderImpl, Class<X>, String) - Constructor for class org.hibernate.ejb.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.metadata
Generates metadata for basic properties: immutable types (including enums).
BasicMetadataGenerator() - Constructor for class org.hibernate.envers.configuration.metadata.BasicMetadataGenerator
 
BasicPathUsageException - Exception in org.hibernate.ejb.criteria
Represents an incorrect usage of a basic path.
BasicPathUsageException(String, Attribute<?, ?>) - Constructor for exception org.hibernate.ejb.criteria.BasicPathUsageException
Construct the usage exception.
BasicPathUsageException(String, Throwable, Attribute<?, ?>) - Constructor for exception org.hibernate.ejb.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
BasicServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Contract for an initiator of services that target the standard ServiceRegistry
BasicSQLExceptionConverter - Class in org.hibernate.dialect.resolver
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.dialect.resolver.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.ejb.metamodel
 
BasicTypeImpl(Class<X>, Type.PersistenceType) - Constructor for class org.hibernate.ejb.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
 
BatchBuilderImpl(int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.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.cache.ehcache.EhCacheMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$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.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.service.jdbc.connections.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
 
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
Batch size for SQL loading
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
 
BeanCallback - Class in org.hibernate.ejb.event
 
BeanCallback(Method) - Constructor for class org.hibernate.ejb.event.BeanCallback
 
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
 
BeanUtils - Class in org.hibernate.cache.ehcache.management.impl
Reflective utilities for dealing with backward-incompatible change to statistics types in Hibernate 3.5.
BeanUtils() - Constructor for class org.hibernate.cache.ehcache.management.impl.BeanUtils
 
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
 
BEFORE_FLUSH - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just before the session is flushed
BEFORE_INSERT_AFTER_DELETE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just before the insertion of the parent entity and just after deletion
BEFORE_MERGE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just before merging from a transient parent entity into the object in the session cache
BEFORE_REFRESH - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after locking a transient parent entity into the session cache
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
Apply the Type.beforeAssemble(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor) operation across a series of values.
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.CleanupSynch
beforeCompletion() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSynch
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.SynchronizationCallbackCoordinatorNonTrackingImpl
 
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
Go to a location just before first result (this is the initial location)
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 initial location)
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.ejb.TransactionImpl
 
begin() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
begin() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
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
Called just before reading any rows from the JDBC result set
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
beginRemoveOrphanBeforeUpdates() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.internal.SessionImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
between(Object, Object) - Method in class org.hibernate.criterion.Property
 
between(String, Object, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "between" constraint to the named property
between(Expression<? extends Y>, Y, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
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
 
BetweenAuditExpression - Class in org.hibernate.envers.query.criteria
 
BetweenAuditExpression(PropertyNameGetter, Object, Object) - Constructor for class org.hibernate.envers.query.criteria.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
 
betweenFunctionArguments() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
betweenFunctionArguments() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
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.ejb.criteria.predicate
Models a BETWEEN Predicate.
BetweenPredicate(CriteriaBuilderImpl, Expression<? extends Y>, Y, Y) - Constructor for class org.hibernate.ejb.criteria.predicate.BetweenPredicate
 
BetweenPredicate(CriteriaBuilderImpl, Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Constructor for class org.hibernate.ejb.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.ejb.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.ejb.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.ejb.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.ejb.criteria.expression.BinaryArithmeticOperation
Creates an arithmetic operation based on an expression and a literal.
BinaryArithmeticOperation.Operation - Enum in org.hibernate.ejb.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.ejb.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
 
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(TypedQuery) - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.ImplicitParameterBinding
Bind the implicit parameter's value to the JPA query.
bind(Ejb3Configuration) - Static method in class org.hibernate.ejb.util.NamingHelper
 
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(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
Binds all NamedQuery, NamedQueries, NamedNativeQuery, NamedNativeQueries, NamedQuery, NamedQueries, NamedNativeQuery, and NamedNativeQueries annotations to the supplied metadata.
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(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
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(String, Object) - Method in class org.hibernate.service.jndi.internal.JndiServiceImpl
 
bind(String, Object) - Method in interface org.hibernate.service.jndi.spi.JndiService
Binds a value into JNDI by name.
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. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
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.CUBRIDDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
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, String, 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, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.internal.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.internal.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map<String, TypedValue>, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind named parameters to the JDBC prepared statement.
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, String, 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 explicitly 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) - Static method in class org.hibernate.engine.internal.ParameterBinder
 
bindPositionalParameters(PreparedStatement, Object[], Type[], int, SessionImplementor) - Static method in class org.hibernate.engine.internal.ParameterBinder
 
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
 
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
 
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
BitronixJtaPlatform - Class in org.hibernate.service.jta.platform.internal
 
BitronixJtaPlatform() - Constructor for class org.hibernate.service.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.ejb.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.ejb.criteria.predicate.BooleanAssertionPredicate
 
booleanExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
BooleanExpressionPredicate - Class in org.hibernate.ejb.criteria.predicate
Defines a Predicate used to wrap an Expression<Boolean>.
BooleanExpressionPredicate(CriteriaBuilderImpl, Expression<Boolean>) - Constructor for class org.hibernate.ejb.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.ejb.criteria.predicate
Predicate used to assert a static boolean condition.
BooleanStaticAssertionPredicate(CriteriaBuilderImpl, Boolean) - Constructor for class org.hibernate.ejb.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
 
BootstrapServiceRegistry - Interface in org.hibernate.service
Specialization of the ServiceRegistry contract mainly to make the ServiceRegistryBuilder.ServiceRegistryBuilder(BootstrapServiceRegistry) signature type-safe
BootstrapServiceRegistryBuilder - Class in org.hibernate.service
Builder for bootstrap ServiceRegistry instances.
BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.service.BootstrapServiceRegistryBuilder
 
BootstrapServiceRegistryImpl - Class in org.hibernate.service.internal
ServiceRegistry implementation containing specialized "bootstrap" services, specifically: ClassLoaderService IntegratorService
BootstrapServiceRegistryImpl() - Constructor for class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
BootstrapServiceRegistryImpl(ClassLoaderService, IntegratorService) - Constructor for class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
BootstrapServiceRegistryImpl(boolean, ClassLoaderService, IntegratorService) - Constructor for class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
BootstrapServiceRegistryImpl(ClassLoaderService, LinkedHashSet<Integrator>) - Constructor for class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
BorlandEnterpriseServerJtaPlatform - Class in org.hibernate.service.jta.platform.internal
 
BorlandEnterpriseServerJtaPlatform() - Constructor for class org.hibernate.service.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
 
BOTH_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
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, String, String) - Method in interface org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger
 
bothHibernateAndC3p0StylesSet(String, String, String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
bothHibernateAndC3p0StylesSet$str() - Method in class org.hibernate.service.jdbc.connections.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.ejb.internal.EntityManagerMessageLogger
 
boundEjb3ConfigurationToJndiName(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
boundEjb3ConfigurationToJndiName$str() - Method in class org.hibernate.ejb.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
 
build() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl.Builder
 
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.tools.query.QueryBuilder
Builds the given query, appending results to the given string buffer, and adding all query parameter values that are used to the map provided.
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.tools.query.UpdateBuilder
 
build() - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Build the bootstrap registry.
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheCollectionRegion
Build an access strategy for the requested access type.
buildAccessStrategy(AccessType) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheEntityRegion
Build an access strategy for the requested access type.
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.impl.AbstractAuditQuery
 
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
 
buildAttribute(AbstractManagedType<X>, Property) - Method in class org.hibernate.ejb.metamodel.AttributeFactory
Build a normal attribute.
buildBaselineList() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
buildBasicProxyFactory(Class, Class[]) - Method in class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
 
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
 
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
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Build a cache region specialized for storing collection data.
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
 
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, Mappings) - Static method in class org.hibernate.cfg.IndexColumn
 
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
 
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.service.jdbc.dialect.internal.DialectFactoryImpl
 
buildDialect(Map, Connection) - Method in interface org.hibernate.service.jdbc.dialect.spi.DialectFactory
Builds an appropriate Dialect instance.
buildDiscriminatorColumn(DiscriminatorType, DiscriminatorColumn, DiscriminatorFormula, Mappings) - Static method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
buildEntityManagerFactory() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
buildEntityManagerFactory(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Build a cache region specialized for storing entity data.
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
 
buildEvictAllCommand(String) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
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
 
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.ejb.metamodel.AttributeFactory
Build the identifier attribute descriptor
buildIdentifierProperty(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates an IdentifierProperty representation of the for a given entity mapping.
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
 
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
 
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.
buildLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.LobCreatorBuilder
 
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.
buildMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
buildMetaAttributeSources(List<JaxbMetaElement>) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
buildMetadata() - Method in interface org.hibernate.metamodel.MetadataBuilder
 
buildMetadata() - Method in class org.hibernate.metamodel.MetadataSources
 
buildMetadata() - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
buildMetamodel(Iterator<PersistentClass>, SessionFactoryImplementor) - Static method in class org.hibernate.ejb.metamodel.MetamodelImpl
Deprecated. use MetamodelImpl.buildMetamodel(java.util.Iterator,org.hibernate.engine.spi.SessionFactoryImplementor,boolean) instead
buildMetamodel(Iterator<PersistentClass>, SessionFactoryImplementor, boolean) - Static method in class org.hibernate.ejb.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.
buildNamedQueries(Element, boolean, 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
 
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated. Use OptimizerFactory.buildOptimizer(String, Class, int, long) instead
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 subclassing 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)
buildPropertyPath(String, String) - Static method in exception org.hibernate.PropertyValueException
Return a well formed property path.
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.impl.AbstractAuditQuery
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Build a cache region specialized for storing query results
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
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
 
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSequenceGeneratorAnnotation(Element) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildServiceRegistry(SessionFactoryImplementor, Configuration) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry(SessionFactoryImplementor, MetadataImplementor) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry() - Method in class org.hibernate.service.ServiceRegistryBuilder
Build the service registry accounting for all settings and service initiators and services.
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(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
Deprecated. Use Configuration.buildSessionFactory(ServiceRegistry) instead
buildSessionFactory() - Method in interface org.hibernate.metamodel.Metadata
 
buildSessionFactory() - Method in interface org.hibernate.metamodel.SessionFactoryBuilder
 
buildSessionFactory() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
buildSessionFactory() - Method in class org.hibernate.metamodel.source.internal.SessionFactoryBuilderImpl
 
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
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator, 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.