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 _ 

A

abortBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abs(Expression<N>) - Method in class org.hibernate.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) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.entities.mapper.relation
 
AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
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.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
 
AbstractProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
Basic support for building proxy handlers.
AbstractProxyHandler(int) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler
 
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
 
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
 
AbstractResultSetProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
Basic support for building ResultSet-based proxy handlers
AbstractResultSetProxyHandler(ResultSet) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
 
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(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractSessionImpl - Class in org.hibernate.internal
Functionality common to stateless and stateful sessions
AbstractSessionImpl(SessionFactoryImpl, String) - Constructor for class org.hibernate.internal.AbstractSessionImpl
 
AbstractSimplePredicate - Class in org.hibernate.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
 
AbstractStatementProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
Basic support for building Statement-based proxy handlers
AbstractStatementProxyHandler(Statement, ConnectionProxyHandler, Connection) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler
 
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(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(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(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAdditionalProperty(String, String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAll(Properties, Map) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
addAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
addAll(int, Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
addAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
addAll(Collection<? extends U>) - Method in class org.hibernate.envers.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, String, String, boolean, MiddleIdData, String, String, String, String, 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, String, String, boolean, MiddleIdData, String, String, String, String, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addAssociationAtRevisionRestriction(QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String, 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.
addCacheableFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addCacheableFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(String) - Method in class org.hibernate.metamodel.MetadataSources
addCacheableFile(File) - Method in class org.hibernate.metamodel.MetadataSources
Add a cached mapping file.
addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!

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

addCacheRegion(String, Region) - Method in interface org.hibernate.engine.spi.CacheImplementor
Add Region to this Cache scope.
addCacheRegion(String, Region) - Method in class org.hibernate.internal.CacheImpl
 
addCDATA(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addCDATA(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
addCheckConstraint(String) - Method in class org.hibernate.metamodel.relational.InLineView
 
addCheckConstraint(String) - Method in class org.hibernate.metamodel.relational.Table
 
addCheckConstraint(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
addChildParent(Object, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a child/parent relation to cache for cascading op
addClass(Class) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
addClass(Class) - Method in class org.hibernate.cfg.Configuration
Read a mapping as an application resource using the convention that a class named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml which can be resolved as a classpath resource.
addClass(PersistentClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addClass(PersistentClass) - Method in interface org.hibernate.cfg.Mappings
Add entity mapping metadata.
addClass(Class) - Method in class org.hibernate.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.
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.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.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.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, String, String, boolean, MiddleIdData, String, String, String, String) - 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, String, String, boolean, MiddleIdData, String, String, String, String) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addEntityAtRevisionRestriction(GlobalConfiguration, QueryBuilder, String, String, boolean, MiddleIdData, String, String, String, String) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
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.
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.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(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) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Adds query statements, which contains restrictions, which express the property that part of the middle entity with alias prefix1, is equal to part of the middle entity with alias prefix2 (the entity is the same).
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleStraightComponentMapper
 
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
 
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
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.SynchronizationCallbackCoordinatorImpl
 
AfterCompletionAction - Interface in org.hibernate.engine.transaction.synchronization.spi
A pluggable strategy for defining any actions to be performed during Synchronization.afterCompletion(int) processing from the the Synchronization registered by Hibernate with the underlying JTA platform.
afterConfigurationBuilt(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterConfigurationBuilt(Mappings, Dialect) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
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 interface org.hibernate.engine.spi.SessionImplementor
 
afterScrollOperation() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
afterScrollOperation() - Method in class org.hibernate.internal.AbstractScrollableResults
 
afterScrollOperation() - Method in class org.hibernate.internal.SessionImpl
 
afterScrollOperation() - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterSessionFactoryBuilt() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterStatementExecution() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
afterStatementExecution() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
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 class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Signals the end of transaction.
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Signals the end of current transaction in which this logical connection operated.
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Used to signify that a transaction has completed which may indicate that this logical connection need to perform an aggressive release of its physical connection.
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.
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
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
 
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) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL by applying the appropriate updates for the specified lock modes and key columns.
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
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
 
applyNonFlushedChanges(NonFlushedChanges) - Method in interface org.hibernate.engine.spi.SessionImplementor
Apply non-flushed changes from a different session to this session.
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.internal.SessionImpl
Apply non-flushed changes from a different session to this session.
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.internal.StatelessSessionImpl
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyPostLoadLocks(Object[], LockMode[], SessionImplementor) - Method in class org.hibernate.loader.Loader
 
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
 
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 class org.hibernate.cache.spi.entry.CacheEntry
 
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.
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, 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
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
asBigDecimal() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
asBigInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
asBigInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
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
asDouble() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
asFloat() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
asFloat() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
asInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
asInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
asLong() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
asLong() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
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(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.spi.entry.CacheEntry
 
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
 
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
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
asString() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
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
 
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
 
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
 
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
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
 
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
 
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, 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) - 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
 
BasicStatementProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
Invocation handler for Statement proxies
BasicStatementProxyHandler(Statement, ConnectionProxyHandler, Connection) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.BasicStatementProxyHandler
 
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_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.
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
"Batch" loads collections, using multiple foreign key values in the SQL where clause.
BatchingCollectionInitializer(CollectionPersister, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializer
 
BatchingEntityLoader - Class in org.hibernate.loader.entity
"Batch" loads entities, using multiple primary key values in the SQL where clause.
BatchingEntityLoader(EntityPersister, int[], Loader[]) - Constructor for class org.hibernate.loader.entity.BatchingEntityLoader
 
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
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.SynchronizationCallbackCoordinatorImpl
 
beforeExecutions() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.CollectionAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.EntityAction
 
beforeExecutions() - Method in interface org.hibernate.action.spi.Executable
Called before executing any actions.
beforeFirst() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
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
 
beginningInvocationHandling(Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler
 
beginningInvocationHandling(Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.BasicStatementProxyHandler
 
beginningInvocationHandling(Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.ImplicitStatementProxyHandler
 
beginningInvocationHandling(Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.PreparedStatementProxyHandler
 
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
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 interface org.hibernate.engine.spi.SessionImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
between(Object, Object) - Method in class org.hibernate.criterion.Property
 
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
 
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
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.TableBinder
Binds Tables and Table annotations to the supplied metadata.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.TypeDefBinder
Binds all TypeDef and TypeDefs annotations to the supplied metadata.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.NamedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in interface org.hibernate.param.ParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.PositionalParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(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.
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.
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, 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 explciitly here through the ParameterSpecification interface.
bindParameterValues(PreparedStatement, QueryParameters, int, SessionImplementor) - Method in class org.hibernate.loader.Loader
Bind all parameter values into the prepared statement in preparation for execution.
bindPositionalParameters(PreparedStatement, QueryParameters, int, SessionImplementor) - 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(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
 
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.
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.
buildBytecodeProvider(Properties) - Static method in class org.hibernate.cfg.Environment
 
buildCallableStatement(String, CallableStatement, ConnectionProxyHandler, Connection) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
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
 
buildConnection(LogicalConnectionImplementor) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
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.
buildDatabaseMetaData(DatabaseMetaData, ConnectionProxyHandler, Connection) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
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
 
buildImplicitResultSet(ResultSet, ConnectionProxyHandler, Connection) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
buildImplicitResultSet(ResultSet, ConnectionProxyHandler, Connection, Statement) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
buildImplicitStatement(Statement, ConnectionProxyHandler, Connection) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
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
 
buildLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.LobCreatorBuilder
 
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
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
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
 
buildPreparedStatement(String, Statement, ConnectionProxyHandler, Connection) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
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
 
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
 
buildResultSet(ResultSet, AbstractStatementProxyHandler, Statement) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
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
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
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Cache71Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Dialect
Build an instance of a SQLExceptionConversionDelegate for interpreting dialect-specific error or SQLState codes.
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MySQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Oracle8iDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.buildSQLExceptionConversionDelegate() should be overridden instead.
buildSQLExceptionConverter(Dialect, Properties) - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Build a SQLExceptionConverter instance.
buildSqlResultsetMappings(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property.
buildStandardProperty(AttributeBinding, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property.
buildStatement(Statement, ConnectionProxyHandler, Connection) - Static method in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildTableGeneratorAnnotation(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Build a cache region specialized for storing update-timestamps data.
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing update-timestamps data.
buildTimestampsRegion(String, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildTokenTypeASTClassMap() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
buildTokenTypeASTClassMap() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
buildUniqueConstraintHolders(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
Build a list of UniqueConstraintHolder instances given a list of UniqueConstraint annotations.
buildUniqueConstraints(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy
Build a handler capable of handling the bulk update indicated by the given walker.
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildValueSources(Helper.ValueSourcesAdapter, LocalBindingContext) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
buildVersionAttribute(AbstractIdentifiableType<X>, Property) - Method in class org.hibernate.ejb.metamodel.AttributeFactory
Build the version attribute descriptor
buildVersionProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
buildVersionProperty(BasicAttributeBinding, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
BulkAccessor - Class in org.hibernate.bytecode.internal.javassist
A JavaBean accessor.
BulkAccessor() - Constructor for class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
BulkAccessorException - Exception in org.hibernate.bytecode.internal.javassist
An exception thrown while generating a bulk accessor.
BulkAccessorException(String) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, int) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(String, Throwable) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkAccessorException(Throwable, int) - Constructor for exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Constructs an exception.
BulkInsertionCapableIdentifierGenerator - Interface in org.hibernate.id
Specialized contract for IdentifierGenerator implementations capable of being used in conjunction with HQL insert statements.
BulkOperationCleanupAction - Class in org.hibernate.action.internal
An ActionQueue Executable for ensuring shared cache cleanup in relation to performed bulk HQL queries.
BulkOperationCleanupAction(SessionImplementor, Queryable...) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on the affected entity persisters.
BulkOperationCleanupAction(SessionImplementor, Set) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on a set of affected table spaces.
BV_CHECK_CLASS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
byClass(Class, Properties) - Method in class org.hibernate.type.TypeFactory
 
byId(String) - Method in class org.hibernate.internal.SessionImpl
 
byId(Class) - Method in class org.hibernate.internal.SessionImpl
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity type by primary key.
byId(Class) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity by primary key.
byNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(Class) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byNaturalId(Class) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(Class) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(Class) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its simple (single attribute) natural id.
BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte to JDBC TINYINT.
ByteArrayBlobType - Class in org.hibernate.type
Deprecated.
ByteArrayBlobType() - Constructor for class org.hibernate.type.ByteArrayBlobType
Deprecated.
 
ByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
TODO : javadoc
ByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
BYTECODE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ByteCodeHelper - Class in org.hibernate.bytecode.spi
A helper for reading byte code from various input sources.
BytecodeProvider - Interface in org.hibernate.bytecode.spi
Contract for providers of bytecode services to Hibernate.
bytecodeProvider(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
bytecodeProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
bytecodeProvider(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
bytecodeProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
bytecodeProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
BytecodeProviderImpl - Class in org.hibernate.bytecode.internal.javassist
Bytecode provider implementation for Javassist.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
BytemanHelper - Class in org.hibernate.testing.byteman
 
BytemanHelper(Rule) - Constructor for class org.hibernate.testing.byteman.BytemanHelper
 
BytesHelper - Class in org.hibernate.internal.util
 
ByteType - Class in org.hibernate.type
A type that maps between TINYINT and Byte
ByteType() - Constructor for class org.hibernate.type.ByteType
 
ByteTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Byte handling.
ByteTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 

C

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

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

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

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

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

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

ConcurrentReferenceHashMap<K,V> - Class in org.hibernate.internal.util.collections
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap() - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.hibernate.internal.util.collections
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.internal.util.collections
An option specifying which Java reference type should be used to refer to a key and/or value.
ConcurrentSecondLevelCacheStatisticsImpl - Class in org.hibernate.stat.internal
Second level cache statistics of a specific region
ConcurrentStatisticsImpl - Class in org.hibernate.stat.internal
Implementation of Statistics based on the java.util.concurrent package.
ConcurrentStatisticsImpl() - Constructor for class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
ConcurrentStatisticsImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
condition - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
condition - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
 
ConditionalParenthesisFunction - Class in org.hibernate.dialect.function
Essentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.
ConditionalParenthesisFunction(String) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
ConditionalParenthesisFunction(String, Type) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
ConditionFragment - Class in org.hibernate.sql
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
conditionList(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
conditions() - Method in class org.hibernate.criterion.Junction
 
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
CONFIG_PREFER_SEQUENCE_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
CONFIG_SEQUENCE_PER_ENTITY_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
ConfigHelper - Class in org.hibernate.internal.util
A simple class to centralize logic needed to locate config files on the system.
Configurable - Interface in org.hibernate.exception.spi
The Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties.
Configurable - Interface in org.hibernate.id
An IdentifierGenerator that supports "configuration".
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
Configuration - Class in org.hibernate.cfg
An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory.
Configuration(SettingsFactory) - Constructor for class org.hibernate.cfg.Configuration
 
Configuration() - Constructor for class org.hibernate.cfg.Configuration
 
configuration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
Configuration.MappingsImpl - Class in org.hibernate.cfg
Internal implementation of the Mappings interface giving access to the Configuration's internal metadata repository state (Configuration.classes, Configuration.tables, etc).
Configuration.MappingsImpl() - Constructor for class org.hibernate.cfg.Configuration.MappingsImpl
 
Configuration.MetadataSourceQueue - Class in org.hibernate.cfg
 
Configuration.MetadataSourceQueue() - Constructor for class org.hibernate.cfg.Configuration.MetadataSourceQueue
 
CONFIGURATION_JNDI_NAME - Static variable in class org.hibernate.ejb.AvailableSettings
Consider this as experimental It is not recommended to set up this property, the configuration is stored in the JNDI in a serialized form
ConfigurationException - Exception in org.hibernate.internal.util.config
TODO : javadoc
ConfigurationException(String, Throwable) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationHelper - Class in org.hibernate.ejb.util
 
ConfigurationHelper() - Constructor for class org.hibernate.ejb.util.ConfigurationHelper
 
ConfigurationHelper - Class in org.hibernate.internal.util.config
Collection of helper methods for dealing with configuration settings.
configurationResource(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configurationResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configurationResource(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configurationResource(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configurationResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ConfigurationService - Interface in org.hibernate.service.config.spi
Provides access to the initial user-provided configuration values
ConfigurationService.Converter<T> - Interface in org.hibernate.service.config.spi
 
ConfigurationServiceImpl - Class in org.hibernate.service.config.internal
 
ConfigurationServiceImpl(Map) - Constructor for class org.hibernate.service.config.internal.ConfigurationServiceImpl
 
ConfigurationServiceInitiator - Class in org.hibernate.service.config.internal
 
ConfigurationServiceInitiator() - Constructor for class org.hibernate.service.config.internal.ConfigurationServiceInitiator
 
ConfigurationTaskWithEnvers - Class in org.hibernate.envers.ant
 
ConfigurationTaskWithEnvers() - Constructor for class org.hibernate.envers.ant.ConfigurationTaskWithEnvers
 
configure() - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure(Document) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(Document) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given XML document.
configure(Properties) - Method in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
 
configure(PersistenceMetadata, Map) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
create a factory from a parsed persistence.xml Especially the scanning of classes and additional jars is done already at this point.
configure(String, Map) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
Build the configuration from an entity manager name and given the appropriate extra properties.
configure(PersistenceUnitInfo, Map) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
Process configuration from a PersistenceUnitInfo object; typically called by the container via PersistenceProvider.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo, java.util.Map).
configure(Map) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
 
configure(String) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
 
configure(Map) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
configure(Map) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
configure(Configuration, ReflectionManager, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Document, Element) - Method in class org.hibernate.envers.configuration.EntitiesConfigurator
 
configure(Configuration, ReflectionManager) - Method in class org.hibernate.envers.configuration.RevisionInfoConfiguration
 
configure(Properties) - Method in interface org.hibernate.exception.spi.Configurable
Configure the component, using the given settings and properties.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, Dialect) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.ForeignGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceHiLoGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableGenerator
Deprecated.
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.TableHiLoGenerator
Deprecated.
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDGenerator
 
configure(Type, Properties, Dialect) - Method in class org.hibernate.id.UUIDHexGenerator
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Map) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
 
configure(Map) - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
Configure the service.
configure(Map) - Method in class org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
configure(Properties) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
Initialize the connection provider from given properties.
configure(Map) - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
configure() - Method in class org.hibernate.service.ServiceRegistryBuilder
Read setting information from an XML file using the standard resource location
configure(String) - Method in class org.hibernate.service.ServiceRegistryBuilder
Read setting information from an XML file using the named resource location
configure(Map) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(Map) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
configure(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
ConfiguredClass - Class in org.hibernate.metamodel.source.annotations.entity
Base class for a configured entity, mapped super class or embeddable
ConfiguredClass(ClassInfo, AccessType, ConfiguredClass, AnnotationBindingContext) - Constructor for class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
ConfiguredClassType - Enum in org.hibernate.metamodel.source.annotations.entity
 
configuredSessionFactory(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuredSessionFactory(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuredSessionFactory(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuredSessionFactory(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuredSessionFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.StandardServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
configuringFromFile(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromFile(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromResource(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromResource(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromUrl(URL) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromUrl(URL) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromUrl(URL) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromUrl$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromXmlDocument() - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromXmlDocument() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromXmlDocument() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
configuringFromXmlDocument$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderToUsePoolAlias(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
configuringProxoolProviderToUsePoolAlias(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderToUsePoolAlias$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingExistingPool(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
configuringProxoolProviderUsingExistingPool(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingExistingPool$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingJaxpConfigurator(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
configuringProxoolProviderUsingJaxpConfigurator(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingJaxpConfigurator$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingPropertiesFile(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
configuringProxoolProviderUsingPropertiesFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
configuringProxoolProviderUsingPropertiesFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
Conjunction - Class in org.hibernate.criterion
 
Conjunction() - Constructor for class org.hibernate.criterion.Conjunction
 
conjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...)
conjunction() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
connect() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
connect() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a connection being obtained from ConnectionProvider
connection() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
connection() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
connection(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
connection() - Method in class org.hibernate.internal.SessionImpl
 
connection() - Method in class org.hibernate.internal.StatelessSessionImpl
 
connection(Connection) - Method in interface org.hibernate.SessionBuilder
Adds a specific connection to the session options
connection() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection from the original session should be used to create the new session
connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
 
connection() - Method in interface org.hibernate.StatelessSession
Deprecated.
just missed when deprecating same method from Session
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
Adds a specific connection to the session options
CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a prefix used to define arbitrary JDBC connection properties.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the ConnectionProvider to use for obtaining JDBC connections.
CONNECTION_PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.internal.proxy.ProxyBuilder
 
ConnectionHelper - Interface in org.hibernate.tool.hbm2ddl
Contract for delegates responsible for managing connection used by the hbm2ddl tools.
ConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
An observer of logical connection events.
ConnectionObserverAdapter - Class in org.hibernate.engine.jdbc.spi
 
ConnectionObserverAdapter() - Constructor for class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
ConnectionObserverStatsBridge - Class in org.hibernate.internal
 
ConnectionObserverStatsBridge(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.ConnectionObserverStatsBridge
 
connectionProperties(Properties) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionProperties(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
connectionProperties(Properties) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
connectionProperties(Properties) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
connectionProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ConnectionProvider - Interface in org.hibernate.service.jdbc.connections.spi
A contract for obtaining JDBC connections.
ConnectionProviderBuilder - Class in org.hibernate.testing.env
Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) tests
ConnectionProviderBuilder() - Constructor for class org.hibernate.testing.env.ConnectionProviderBuilder
 
ConnectionProviderInitiator - Class in org.hibernate.service.jdbc.connections.internal
Instantiates and configures an appropriate ConnectionProvider.
ConnectionProviderInitiator() - Constructor for class org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator
 
ConnectionProxyHandler - Class in org.hibernate.engine.jdbc.internal.proxy
The InvocationHandler for intercepting messages to Connection proxies.
ConnectionProxyHandler(LogicalConnectionImplementor) - Constructor for class org.hibernate.engine.jdbc.internal.proxy.ConnectionProxyHandler
 
ConnectionReleaseMode - Enum in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
Use a specific connection release mode for these session options
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
 
connectionsObtained(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionsObtained(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
connectionsObtained(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
connectionsObtained(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
connectionsObtained$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
constant() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
constant(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
constant(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
constrained - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
Constraint - Class in org.hibernate.mapping
A relational constraint.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
Constraint - Interface in org.hibernate.metamodel.relational
Basic contract for the types of constraints we fully support as metadata constructs: primary key foreign key unique constraint
ConstraintSource - Interface in org.hibernate.metamodel.source.binder
Contract describing source of table constraints
ConstraintViolationException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
construct(Class<Y>, Selection<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
construct(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.construct(Class,Selection[]) taking the to-be-constructed type as well as a list of selections.
constructConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
constructDefaultTuplizer(EntityMode, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDefaultTuplizer(EntityMode, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructDefaultTuplizer(EntityMode, EntityMetamodel, EntityBinding) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct am instance of the default tuplizer for the given entity-mode.
constructor(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
CONSTRUCTOR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ConstructorNode - Class in org.hibernate.hql.internal.ast.tree
Represents a constructor (new) in a SELECT.
ConstructorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends ComponentTuplizer>, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, EntityBinding) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends EntityTuplizer>, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends EntityTuplizer>, EntityMetamodel, EntityBinding) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
consumeIdentifier(ResultSet) - Method in interface org.hibernate.id.ResultSetIdentifierConsumer
Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
container() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in interface org.hibernate.internal.CoreMessageLogger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
containerProvidingNullPersistenceUnitRootUrl$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
contains(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Returns true if this region contains data for the given key.
contains(Object) - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
contains(Object) - Method in interface org.hibernate.cache.spi.Region
Determine whether this region contains data for the given key.
contains(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
contains(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
contains(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
contains(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
contains(String) - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
 
contains(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
contains(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
 
contains(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
contains(String, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
 
contains(Object) - Method in class org.hibernate.internal.SessionImpl
 
contains(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
contains(Object) - Method in interface org.hibernate.Session
Check if this instance is associated with this Session.
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
containsAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
containsAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
containsAll(Collection<?>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
containsAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
containsClassAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns true if the from node contains the class alias name.
containsCollection(String, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given collection.
containsCollection(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the given collection associated with this persistence context?
containsCollection(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
containsCollectionFetches() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
containsCollectionFetches() - Method in interface org.hibernate.hql.spi.QueryTranslator
Does the translated query contain collection fetches?
containsColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
containsColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
containsColumn(Column) - Method in class org.hibernate.mapping.Index
 
containsColumn(Column) - Method in class org.hibernate.mapping.Table
 
containsEntity(Class, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given entity "instance".
containsEntity(String, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given entity "instance".
containsEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an entity with the given key in the persistence context
containsEntity(Class, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsEntity(String, Serializable) - Method in class org.hibernate.internal.CacheImpl
 
containsEntityName(Object, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
containsFetchProfileDefinition(String) - Method in interface org.hibernate.SessionFactory
Determine if this session factory contains a fetch profile definition registered under the given name.
containsJoinFetchedCollection(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
containsJoinFetchedCollection(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
containsJoinFetchedCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
containsKey(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
containsKey(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsKey(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsProperty(Property) - Method in class org.hibernate.mapping.Join
 
containsProxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the given proxy associated with this persistence context?
containsQuery(String) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given query.
containsQuery(String) - Method in class org.hibernate.internal.CacheImpl
 
containsSingleAnnotations(Map<DotName, List<AnnotationInstance>>, DotName) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
 
containsTableAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns true if the from node contains the table alias name.
containsValue(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
containsValue(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
containsValue(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
containsValue(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
containsWork() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
containsWork() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
content - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
content() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
content() - Method in class org.hibernate.tuple.ElementWrapper
 
context - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
 
ContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using contextual creation against the JDBC Connection class's LOB creation methods.
ContextualLobCreator(LobCreationContext) - Constructor for class org.hibernate.engine.jdbc.ContextualLobCreator
 
continueInvocation(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler
 
continueInvocation(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
 
continueInvocation(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler
 
continueInvocation(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.CallableStatementProxyHandler
 
continueInvocation(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.ConnectionProxyHandler
 
continueInvocation(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.internal.proxy.DatabaseMetaDataProxyHandler
 
ConversionContext - Interface in org.hibernate.exception.spi
 
convert(SQLException) - Method in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
Perform a conversion.
convert(HibernateException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(RuntimeException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
convert(HibernateException, LockOptions) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.ByteValueHandler
 
convert(Object, Class<T>) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
Convert the given value into the specified target type.
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.DoubleValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.FloatValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.IntegerValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.LongValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.NoOpValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.ShortValueHandler
 
convert(Object) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.StringValueHandler
 
convert(Object) - Method in interface org.hibernate.ejb.criteria.ValueHandlerFactory.ValueHandler
 
convert(HibernateException, LockOptions) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(HibernateException) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA sepcification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.CacheSQLExceptionConversionDelegate
Convert the given SQLException into Hibernate's JDBCException hierarchy.
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.SQLExceptionTypeDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.SQLStateConversionDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
Convert the given SQLException into the Hibernate JDBCException hierarchy.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConverter
Convert the given SQLException into the Hibernate JDBCException hierarchy.
convert(RecognitionException) - Static method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
 
convert(RecognitionException, String) - Static method in exception org.hibernate.hql.internal.ast.QuerySyntaxException
 
convert(SQLException, String, String) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
convert(SessionFactoryImplementor, SQLException, String, String) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
convert(Object) - Method in interface org.hibernate.service.config.spi.ConfigurationService.Converter
 
ConvertFunction - Class in org.hibernate.dialect.function
A Caché defintion of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
convertSkipToIgnore(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
DB2 does have a one-based offset, however this was actually already handled in the limit string building (the '?+1' bit).
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Hibernate APIs explicitly state that setFirstResult() should be a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
coordinateSharedCacheCleanup(SessionImplementor) - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
coordinateWork(WorkExecutorVisitable<T>) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
coordinateWork(WorkExecutorVisitable<T>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Perform the requested work handling exceptions, coordinating and handling return processing.
copy() - Method in class org.hibernate.engine.internal.JoinSequence
 
copy(InputStream, OutputStream) - Static method in class org.hibernate.engine.jdbc.StreamUtils
 
copy(InputStream, OutputStream, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
 
copy(Reader, Writer) - Static method in class org.hibernate.engine.jdbc.StreamUtils
 
copy(Reader, Writer, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Make a copy of this holder.
copy(InputStream, OutputStream) - Static method in class org.hibernate.internal.util.io.StreamCopier
 
copy(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
Perform a shallow copy
copy() - Method in class org.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class org.hibernate.sql.JoinFragment
 
copy() - Method in class org.hibernate.sql.OracleJoinFragment
 
copy() - Method in class org.hibernate.sql.QueryJoinFragment
 
copy() - Method in class org.hibernate.sql.QuerySelect
 
copy() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
CopyIdentifierComponentSecondPass - Class in org.hibernate.cfg
 
CopyIdentifierComponentSecondPass(Component, String, Ejb3JoinColumn[], Mappings) - Constructor for class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, Iterator, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, Map, ForeignKeyDirection) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
CoreMessageLogger - Interface in org.hibernate.internal
The jboss-logging MessageLogger for the hibernate-core module.
CoreMessageLogger_$logger - Class in org.hibernate.internal
Warning this class consists of generated code.
CoreMessageLogger_$logger(Logger) - Constructor for class org.hibernate.internal.CoreMessageLogger_$logger
 
correlate(Root<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
correlate(Join<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
correlate(CollectionJoin<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
correlate(SetJoin<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
correlate(ListJoin<X, Y>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
correlate(MapJoin<X, K, V>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.CollectionJoinImplementor

Refined return type

correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.FromImplementor
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.JoinImplementor

Refined return type

correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.ListJoinImplementor

Refined return type

correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.MapJoinImplementor

Refined return type

correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.SetAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
 
correlateTo(CriteriaSubqueryImpl) - Method in interface org.hibernate.ejb.criteria.SetJoinImplementor

Refined return type

couldNotBindJndiListener() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
couldNotBindJndiListener() - Method in interface org.hibernate.internal.CoreMessageLogger
 
couldNotBindJndiListener() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
couldNotBindJndiListener() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
couldNotBindJndiListener$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count
count() - Method in class org.hibernate.criterion.Property
 
count(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
count(String) - Method in class org.hibernate.envers.query.criteria.AuditId
Deprecated.
count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting the values
count() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
count(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
count(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
COUNT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
countCollectionPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of PersistentCollection which are being fetched by outer join
countDistinct(String) - Static method in class org.hibernate.criterion.Projections
A distinct property value count
countDistinct(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
countDistinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting distinct values
countEntityPersisters(List) - Static method in class org.hibernate.loader.JoinWalker
Count the number of instances of Joinable which are actually also instances of Loadable, or are one-to-many associations
counter - Static variable in class org.hibernate.testing.byteman.BytemanHelper
 
countExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
countInvocation() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
CountNode - Class in org.hibernate.hql.internal.ast.tree
Represents a COUNT expression in a select.
CountNode() - Constructor for class org.hibernate.hql.internal.ast.tree.CountNode
 
CountProjection - Class in org.hibernate.criterion
A count
CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
 
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
How many properties are there, for this class and all subclasses?
countTrue(boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
countUnquoted(String, char) - Static method in class org.hibernate.internal.util.StringHelper
 
create(Class, String[], String[], Class[]) - Static method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Creates a new instance of BulkAccessor.
create(Class) - Static method in class org.hibernate.bytecode.internal.javassist.FastClass
 
create(Object) - Static method in class org.hibernate.criterion.Example
Create a new instance, which includes all non-null properties by default
create() - Method in class org.hibernate.criterion.ProjectionList
 
create(AbstractManagedType<X>, Type<E>, Class<C>, Type<K>) - Static method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
 
create(Class) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
Actually instantiate the AST node.
create(ASTFactory, int, String) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Deprecated.
silly
create - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
 
create(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script; drop script is automatically executed before running the creation script.
create(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Run the schema creation script; drop script is automatically executed before running the creation script.
create(ResultTransformer, String[], boolean[]) - Static method in class org.hibernate.transform.CacheableResultTransformer
Returns a CacheableResultTransformer that is used to transform tuples to a value(s) that can be cached.
CREATE_BLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
 
CREATE_CLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
 
CREATE_NCLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createAlias(String, String) - Method in interface org.hibernate.Criteria
Join an association, assigning an alias to the joined association.
createAlias(String, String, JoinType) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String, int) - Method in interface org.hibernate.Criteria
createAlias(String, String, JoinType, Criterion) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createAlias(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
 
createAlias(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createAlias(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
createAlias(String, String) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createAlias(String, String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAlias(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createAnnotationConfiguration() - Method in class org.hibernate.tool.ant.EnversHibernateToolTask
 
createAssociationAttribute(String, Class<?>, AttributeNature, String, Map<DotName, List<AnnotationInstance>>, EntityBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
createBag(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createBag(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Static method in class org.hibernate.loader.entity.BatchingEntityLoader
 
createBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Static method in class org.hibernate.loader.entity.BatchingEntityLoader
 
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
createBinarySubtree(ASTFactory, int, String, AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a 'binary operator' subtree, given the information about the parent and the two child nodex.
createBlob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual BLOB reference.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCacheManager(Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCacheManager(Properties) - Method in class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
 
createCacheWrapper(AdvancedCache) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
Return the case statement modified for Cloudscape.
createCaseFragment() - Method in class org.hibernate.dialect.Dialect
Create a CaseFragment strategy responsible for handling this dialect's variations in how CASE statements are handled.
createCaseFragment() - Method in class org.hibernate.dialect.MckoiDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Map case support to the Oracle DECODE function.
createCaseFragment() - Method in class org.hibernate.dialect.Oracle9iDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createCaseFragment() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
createCaseFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createClassicHolderInstantiator(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
createClassProperties(Element, PersistentClass, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
 
createClassProperties(Element, PersistentClass, Mappings, Map, UniqueKey, boolean, boolean, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
createClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual CLOB reference.
createClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
 
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Create the CollectionLoader
createCollectionInitializer(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.OneToManyPersister
Create the OneToManyLoader
createCollectionJoinSequence(QueryableCollection, String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Create a join sequence rooted at the given collection.
createCollectionPersister(Configuration, Collection, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createCollectionPersister(MetadataImplementor, PluralAttributeBinding, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createCollectionPersister(Configuration, Collection, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionPersister(MetadataImplementor, PluralAttributeBinding, CollectionRegionAccessStrategy, SessionFactoryImplementor) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
createCollectionSubquery(JoinSequence, Map, String[]) - Static method in class org.hibernate.hql.internal.CollectionSubqueryFactory
 
createComponent(PropertyHolder, PropertyData, boolean, boolean, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
createComponentAttribute(String, Component) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createComponentAttribute(String, Component) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createComponentJoin(ComponentType) - Method in class org.hibernate.hql.internal.ast.tree.FromElementFactory
 
createComponentPrefix(String) - Static method in class org.hibernate.envers.tools.MappingTools
 
createConfiguration() - Method in class org.hibernate.tool.ant.EnversHibernateToolTask
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Create an entity manager factory from the given persistence unit info, using the specified properties (they override any on the PUI).
createCopy() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy() - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(String) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.SetAttributeJoin
 
createCorrelationDelegate() - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
 
createCriteria(String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity.
createCriteria(String, JoinType) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, using the specified join type.
createCriteria(String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias.
createCriteria(String, String, JoinType) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(String, String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, String, JoinType, Criterion) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity, assigning the given alias and using the specified join type.
createCriteria(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createCriteria(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
 
createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(Class, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors)
createCriteria(Class, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors), using a specific alias.
createCriteria(String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name, using a specific alias.
createDOMReader() - Method in class org.hibernate.internal.util.xml.XMLHelper
 
createEmbeddableHierarchy(Class<?>, String, AccessType, AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableHierarchy
Builds the configured class hierarchy for a an embeddable class.
createEntity(Document, AuditTableData, String, Boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
createEntityHierarchies(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.EntityHierarchyBuilder
Pre-processes the annotated entities from the index and create a set of entity hierarchies which can be bound to the metamodel.
createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityManager() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
createEntityManager(Map) - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
createEntityManagerFactory(Map) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
use the Java Persistence API
createEntityManagerFactory() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated. 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.ejb.HibernatePersistence
Get an entity manager factory by its entity manager name, using the specified properties (they override any found in the peristence.xml file).
createEntityManagerFactory(Map) - Method in class org.hibernate.ejb.HibernatePersistence
Deprecated. 
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(EntityBinding, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityPersister(EntityBinding, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
createExtendedMappings() - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.
 
createFilter(Object, String) - Method in class org.hibernate.internal.SessionImpl
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Create a Query instance for the given collection and filter string.
createFilterKeys(Map<String, Filter>) - Static method in class org.hibernate.cache.spi.FilterKey
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey(String, List, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(TableSpecification, String) - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
createForeignKey(TableSpecification, String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - Method in class org.hibernate.mapping.Table
 
createFormulatedValue(Value, Collection, String, PersistentClass, Mappings) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createGetter(Class, String) - Static method in class org.hibernate.property.BasicPropertyAccessor
 
createH2Schema(String, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
 
createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
Create additional H2 schema.
createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Given a strategy, retrieve the appropriate identifier generator instance.
createIdentifierGenerator(String, Type, Properties) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.Component
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Properties) - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
createInfinispanConfiguration() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
createInLineView(String, String) - Method in class org.hibernate.metamodel.relational.Schema
 
createInstanceFromVersionsEntity(String, Map, Number) - Method in class org.hibernate.envers.entities.EntityInstantiator
Creates an entity instance based on an entry from the versions table.
createIntoClause(String, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createIntoClause(String, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createIsolationDelegate() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
createIsolationDelegate() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
createIsolationDelegate() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
createIsolationDelegate() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Retrieve an isolation delegate appropriate for this transaction strategy.
createJaxbAliasTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbAliasTable
createJaxbAnyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbAnyElement
createJaxbArrayElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbArrayElement
createJaxbAssociationOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbAssociationOverride
createJaxbAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbAttributeOverride
createJaxbAttributes() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbAttributes
createJaxbBagElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbBagElement
createJaxbBasic() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbBasic
createJaxbCacheElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbCacheElement
createJaxbCascadeType() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbCascadeType
createJaxbCollectionTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbCollectionTable
createJaxbColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbColumn
createJaxbColumnElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbColumnElement
createJaxbColumnResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbColumnResult
createJaxbComponentElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbComponentElement
createJaxbCompositeElementElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbCompositeElementElement
createJaxbDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbDiscriminatorColumn
createJaxbDynamicComponentElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbDynamicComponentElement
createJaxbElementCollection() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbElementCollection
createJaxbElementElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbElementElement
createJaxbEmbeddable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbeddable
createJaxbEmbeddableAttributes() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbeddableAttributes
createJaxbEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbedded
createJaxbEmbeddedId() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmbeddedId
createJaxbEmptyType() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEmptyType
createJaxbEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntity
createJaxbEntityListener() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityListener
createJaxbEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityListeners
createJaxbEntityMappings() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityMappings
createJaxbEntityResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbEntityResult
createJaxbFetchProfileElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbFetchProfileElement
createJaxbFetchProfileElementJaxbFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbFetchProfileElement.JaxbFetch
createJaxbFieldResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbFieldResult
createJaxbFilterElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbFilterElement
createJaxbFilterElementAliases(JaxbAliasTable) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbAliasTable>}
createJaxbGeneratedValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbGeneratedValue
createJaxbGeneratorElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbGeneratorElement
createJaxbHibernateConfiguration() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration
createJaxbHibernateConfigurationJaxbSecurity() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSecurityJaxbGrant() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactory() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbClassCache() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbCollectionCache() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbEvent() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbMapping() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbProperty() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
createJaxbHibernateMapping() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping
createJaxbHibernateMappingJaxbClass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbClass
createJaxbHibernateMappingJaxbClassJaxbCompositeId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbNaturalId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbTimestamp() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbClassJaxbVersion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbDatabaseObject() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbDatabaseObjectJaxbDefinition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbDatabaseObjectJaxbDialectScope() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbFilterDef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbFilterDefFilterParam(JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbFilterDefJaxbFilterParam() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbIdentifierGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbHibernateMappingJaxbImport() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbImport
createJaxbHibernateMappingJaxbTypedef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbTypedef
createJaxbId() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbId
createJaxbIdbagElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbIdbagElement
createJaxbIdbagElementJaxbCollectionId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbIdbagElement.JaxbCollectionId
createJaxbIdClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbIdClass
createJaxbIndexElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbIndexElement
createJaxbInheritance() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbInheritance
createJaxbJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbJoinColumn
createJaxbJoinedSubclassElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbJoinedSubclassElement
createJaxbJoinElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbJoinElement
createJaxbJoinTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbJoinTable
createJaxbKeyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbKeyElement
createJaxbKeyManyToOneElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbKeyManyToOneElement
createJaxbKeyPropertyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbKeyPropertyElement
createJaxbListElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbListElement
createJaxbListenerElement() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbListenerElement
createJaxbListIndexElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbListIndexElement
createJaxbLoadCollectionElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbLoadCollectionElement
createJaxbLoaderElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbLoaderElement
createJaxbLob() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbLob
createJaxbManyToAnyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbManyToAnyElement
createJaxbManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbManyToMany
createJaxbManyToManyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbManyToManyElement
createJaxbManyToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbManyToOne
createJaxbManyToOneElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbManyToOneElement
createJaxbMapElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement
createJaxbMapElementJaxbCompositeIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement.JaxbCompositeIndex
createJaxbMapElementJaxbCompositeMapKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbMapElementJaxbIndexManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement.JaxbIndexManyToAny
createJaxbMapElementJaxbIndexManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbMapElementJaxbMapKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMapElement.JaxbMapKey
createJaxbMapElementJaxbMapKeyManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbMapKey() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKey
createJaxbMapKeyClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKeyClass
createJaxbMapKeyColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKeyColumn
createJaxbMapKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMapKeyJoinColumn
createJaxbMappedSuperclass() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbMappedSuperclass
createJaxbMetaElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMetaElement
createJaxbMetaValueElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbMetaValueElement
createJaxbNamedNativeQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbNamedNativeQuery
createJaxbNamedQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbNamedQuery
createJaxbNestedCompositeElementElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbNestedCompositeElementElement
createJaxbOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbOneToMany
createJaxbOneToManyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbOneToManyElement
createJaxbOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbOneToOne
createJaxbOneToOneElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbOneToOneElement
createJaxbOrderColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbOrderColumn
createJaxbParamElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbParamElement
createJaxbParentElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbParentElement
createJaxbPersistenceUnitDefaults() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPersistenceUnitDefaults
createJaxbPersistenceUnitMetadata() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPersistenceUnitMetadata
createJaxbPostLoad() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostLoad
createJaxbPostPersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostPersist
createJaxbPostRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostRemove
createJaxbPostUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPostUpdate
createJaxbPrePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPrePersist
createJaxbPreRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPreRemove
createJaxbPreUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPreUpdate
createJaxbPrimaryKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbPrimaryKeyJoinColumn
createJaxbPrimitiveArrayElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbPrimitiveArrayElement
createJaxbPropertiesElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbPropertiesElement
createJaxbPropertyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbPropertyElement
createJaxbQueryElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbQueryElement
createJaxbQueryElementQueryParam(JaxbQueryParamElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbQueryParamElement>}
createJaxbQueryHint() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbQueryHint
createJaxbQueryParamElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbQueryParamElement
createJaxbResultsetElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbResultsetElement
createJaxbReturnElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnElement
createJaxbReturnElementJaxbReturnDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbReturnJoinElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnJoinElement
createJaxbReturnPropertyElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnPropertyElement
createJaxbReturnPropertyElementJaxbReturnColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
createJaxbReturnScalarElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbReturnScalarElement
createJaxbSecondaryTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbSecondaryTable
createJaxbSequenceGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbSequenceGenerator
createJaxbSetElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSetElement
createJaxbSqlDeleteAllElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlDeleteAllElement
createJaxbSqlDeleteElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlDeleteElement
createJaxbSqlInsertElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlInsertElement
createJaxbSqlQueryElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlQueryElement
createJaxbSqlQueryElementLoadCollection(JaxbLoadCollectionElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbLoadCollectionElement>}
createJaxbSqlQueryElementQueryParam(JaxbQueryParamElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbQueryParamElement>}
createJaxbSqlQueryElementReturn(JaxbReturnElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbReturnElement>}
createJaxbSqlQueryElementReturnJoin(JaxbReturnJoinElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbReturnJoinElement>}
createJaxbSqlQueryElementReturnScalar(JaxbReturnScalarElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbReturnScalarElement>}
createJaxbSqlQueryElementSynchronize(JaxbSynchronizeElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbSynchronizeElement>}
createJaxbSqlResultSetMapping() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbSqlResultSetMapping
createJaxbSqlUpdateElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSqlUpdateElement
createJaxbSubclassElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSubclassElement
createJaxbSynchronizeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbSynchronizeElement
createJaxbTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbTable
createJaxbTableGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbTableGenerator
createJaxbTransient() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbTransient
createJaxbTuplizerElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbTuplizerElement
createJaxbTypeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbTypeElement
createJaxbUnionSubclassElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbUnionSubclassElement
createJaxbUniqueConstraint() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbUniqueConstraint
createJaxbVersion() - Method in class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create an instance of JaxbVersion
createJoin(Element, String, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
createJoin(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoin(int[], String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoinSequence() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Generate an empty join sequence instance.
createJoinSequence(boolean, AssociationType, String, JoinType, String[]) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Generate a join sequence representing the given association type.
createJpaConfiguration() - Method in class org.hibernate.tool.ant.EnversHibernateToolTask
 
CreateKeySecondPass - Class in org.hibernate.cfg
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createList(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createList(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createMap(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createMap(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createMappings() - Method in class org.hibernate.cfg.Configuration
Create a new Mappings to add class and collection mappings to.
createName(String) - Method in class org.hibernate.hql.internal.ast.util.AliasGenerator
 
createNamedQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNativeQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
 
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
 
createNClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual NCLOB reference.
createNClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given String data.
createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given character data.
createNClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.LobHelper
Create a new NClob from content.
createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new NClob from character reader.
createNewEntry(K, int, BoundedConcurrentHashMap.HashEntry<K, V>, V) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
 
createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Deprecated.
Use the holders instead.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Cache71Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Dialect
Create a JoinFragment strategy responsible for handling this dialect's variations in how joins are handled.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle10gDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Support for the oracle proprietary join syntax...
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Sybase11Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.TimesTenDialect
 
createParent(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a single parent of the specified child (i.e.
createPluralAttribute(String, PluralAttributeNature) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(AuditReaderImplementor, Class<?>, String, Object, Number, AuditConfiguration) - Static method in class org.hibernate.envers.entities.mapper.relation.ToOneEntityLoader
Creates proxy of referenced *-to-one entity.
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
createProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Generates an appropriate proxy representation of this entity for this entity-mode.
createProxyOrLoadImmediate(AuditReaderImplementor, Class<?>, String, Object, Number, AuditConfiguration) - Static method in class org.hibernate.envers.entities.mapper.relation.ToOneEntityLoader
Creates Hibernate proxy or retrieves the complete object of an entity if proxy is not allowed (e.g.
createQuery(String) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createQuery(String, Class<T>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.Options) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
createQuery() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
createQuery(Class<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.Options) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Used during "compiling" a JPA criteria query.
createQuery() - Method in interface org.hibernate.envers.AuditReader
 
createQuery() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
createQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a Query instance for the given HQL query string.
createQueryCacheFactory(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.SettingsFactory
 
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a QueryTranslator instance capable of translating an HQL query string.
createQueryTranslatorFactory(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.SettingsFactory
 
createRegionFactory(Properties, boolean) - Static method in class org.hibernate.cfg.SettingsFactory
 
createRoot(AssociationType, String, SessionFactoryImplementor) - Static method in class org.hibernate.loader.OuterJoinableAssociation
 
createSAXReader(ErrorHandler, EntityResolver) - Method in class org.hibernate.internal.util.xml.XMLHelper
 
createSchema() - Method in class org.hibernate.jmx.HibernateService
Deprecated.
 
createSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Export the CREATE DDL to the database
createSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
Feature supported only by H2 dialect.
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSelectNewTransformer(Constructor, boolean, boolean) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
createService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ProvidedService<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createSet(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createSet(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createSibling(ASTFactory, int, String, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a single node AST as a sibling of the passed prevSibling, taking care to reorganize the tree correctly to account for this newly created node.
createSimpleAttribute(String, Class<?>, Map<DotName, List<AnnotationInstance>>, String, EntityBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
createSingularAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createSingularAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createSQLQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createSQLQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a SQLQuery instance for the given SQL query string.
createSubclassEntity(Document, String, AuditTableData, String, String, Boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
createSubselectInitializer(SubselectFetch, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
 
createTable(Identifier) - Method in class org.hibernate.metamodel.relational.Schema
 
createTempTable(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
createTest() - Method in class org.hibernate.testing.junit4.CustomRunner
 
createTimestampsRegion(AdvancedCache, String) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createToOneRelationPrefix(String) - Static method in class org.hibernate.envers.tools.MappingTools
 
createTransaction(TransactionCoordinator) - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
createTransaction(TransactionCoordinator) - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
createTransaction(TransactionCoordinator) - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
createTransaction(TransactionCoordinator) - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Construct a transaction instance compatible with this strategy.
createTransactionManagerLookup(Settings, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createTree(ASTFactory, AST[]) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
createTuple(String) - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
createTuple(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
Factory method for creating a Column associated with this container.
createTupleQuery() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
createUnique(String) - Method in class org.hibernate.envers.configuration.metadata.AuditEntityNameRegister
Creates a unique (not yet registered) audit entity name by appending consecutive numbers to the base name.
createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
createUniqueKey(List) - Method in class org.hibernate.mapping.Table
 
createUniqueKeyLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUsingCtor(Token, String) - Method in class org.hibernate.hql.internal.ast.SqlASTFactory
 
createVirtualSingularAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
createVirtualSingularAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createXPath(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createXPath(String) - Method in class org.hibernate.tuple.ElementWrapper
 
creatingSubcontextInfo(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
creatingSubcontextInfo(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
creatingSubcontextInfo$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
Criteria - Interface in org.hibernate
Criteria is a simplified API for retrieving entities by composing Criterion objects.
criteriaBuilder() - Method in class org.hibernate.ejb.criteria.AbstractNode
Provides protected access to the underlying CriteriaBuilderImpl.
CriteriaBuilderImpl - Class in org.hibernate.ejb.criteria
Hibernate implementation of the JPA CriteriaBuilder contract.
CriteriaBuilderImpl(EntityManagerFactoryImpl) - Constructor for class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
CriteriaImpl - Class in org.hibernate.internal
Implementation of the Criteria interface
CriteriaImpl(String, SessionImplementor) - Constructor for class org.hibernate.internal.CriteriaImpl
 
CriteriaImpl(String, String, SessionImplementor) - Constructor for class org.hibernate.internal.CriteriaImpl
 
CriteriaImpl.CriterionEntry - Class in org.hibernate.internal
 
CriteriaImpl.OrderEntry - Class in org.hibernate.internal
 
CriteriaImpl.Subcriteria - Class in org.hibernate.internal
 
CriteriaJoinWalker - Class in org.hibernate.loader.criteria
A JoinWalker for Criteria queries.
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaJoinWalker(OuterJoinLoadable, CriteriaQueryTranslator, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.criteria.CriteriaJoinWalker
 
CriteriaLoader - Class in org.hibernate.loader.criteria
A Loader for Criteria queries.
CriteriaLoader(OuterJoinLoadable, SessionFactoryImplementor, CriteriaImpl, String, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.criteria.CriteriaLoader
 
CriteriaQuery - Interface in org.hibernate.criterion
An instance of CriteriaQuery is passed to criterion, order and projection instances when actually compiling and executing the query.
CriteriaQueryCompiler - Class in org.hibernate.ejb.criteria
Compiles a JPA criteria query into an executable TypedQuery.
CriteriaQueryCompiler(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.criteria.CriteriaQueryCompiler
 
CriteriaQueryCompiler.ImplicitParameterBinding - Interface in org.hibernate.ejb.criteria
Used to describe implicit (not defined in criteria query) parameters.
CriteriaQueryCompiler.RenderedCriteriaQuery - Interface in org.hibernate.ejb.criteria
 
CriteriaQueryCompiler.RenderingContext - Interface in org.hibernate.ejb.criteria
Used to provide a context and services to the rendering.
CriteriaQueryImpl<T> - Class in org.hibernate.ejb.criteria
The Hibernate implementation of the JPA CriteriaQuery contract.
CriteriaQueryImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.ejb.criteria.CriteriaQueryImpl
 
CriteriaQueryTranslator - Class in org.hibernate.loader.criteria
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String, CriteriaQuery) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaSpecification - Interface in org.hibernate.criterion
 
CriteriaSubqueryImpl<T> - Class in org.hibernate.ejb.criteria
The Hibernate implementation of the JPA Subquery contract.
CriteriaSubqueryImpl(CriteriaBuilderImpl, Class<T>, AbstractQuery<?>) - Constructor for class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
 
CriteriaTools - Class in org.hibernate.envers.query.criteria
 
Criterion - Interface in org.hibernate.criterion
An object-oriented representation of a query criterion that may be used as a restriction in a Criteria query.
criterions - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
CrossTypeRevisionChangesReaderImpl - Class in org.hibernate.envers.reader
 
CrossTypeRevisionChangesReaderImpl(AuditReaderImplementor, AuditConfiguration) - Constructor for class org.hibernate.envers.reader.CrossTypeRevisionChangesReaderImpl
 
CUBRIDDialect - Class in org.hibernate.dialect
An SQL dialect for CUBRID (8.3.x and later).
CUBRIDDialect() - Constructor for class org.hibernate.dialect.CUBRIDDialect
 
CURRENCY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Currency to JDBC VARCHAR.
CurrencyType - Class in org.hibernate.type
A type that maps between VARCHAR and Currency
CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
 
CurrencyTypeDescriptor - Class in org.hibernate.type.descriptor.java
TODO : javadoc
CurrencyTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Context scoping impl for SessionFactory.getCurrentSession() processing.
currentColumns() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
currentDate() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
CurrentDateFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL CURRENT_DATE function.
CurrentDateFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.expression.function.CurrentDateFunction
 
currentSession() - Method in class org.hibernate.context.internal.JTASessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ManagedSessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
currentSession() - Method in interface org.hibernate.context.spi.CurrentSessionContext
Retrieve the current session according to the scoping defined by this implementation.
CurrentSessionContext - Interface in org.hibernate.context.spi
Defines the contract for implementations which know how to scope the notion of a current session.
CurrentTenantIdentifierResolver - Interface in org.hibernate.context.spi
A callback registered with the SessionFactory that is responsible for resolving the current tenant identifier for use with CurrentSessionContext and SessionFactory.getCurrentSession()
currentTime() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
CurrentTimeFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL CURRENT_TIME function.
CurrentTimeFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.expression.function.CurrentTimeFunction
 
currentTimestamp() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
CurrentTimestampFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL CURRENT_TIMESTAMP function.
CurrentTimestampFunction(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.expression.function.CurrentTimestampFunction
 
custom(Class) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class, Properties) - Method in class org.hibernate.internal.TypeLocatorImpl
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class<UserType>, Properties) - Method in class org.hibernate.type.TypeFactory
 
custom(Class<UserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
custom(Class) - Method in interface org.hibernate.TypeHelper
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class, Properties) - Method in interface org.hibernate.TypeHelper
Retrieve the type for the given user-type class (UserType or CompositeUserType).
CUSTOM_ENTITY_DIRTINESS_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to identify a CustomEntityDirtinessStrategy to use.
customCollection(String, Properties, String, String, boolean) - Method in class org.hibernate.type.TypeFactory
customCollection(String, Properties, String, String) - Method in class org.hibernate.type.TypeFactory
 
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(TypeFactory.TypeScope, Class, String, String, boolean) - Constructor for class org.hibernate.type.CustomCollectionType
CustomCollectionType(TypeFactory.TypeScope, Class, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
 
customComponent(Class<CompositeUserType>, Properties) - Method in class org.hibernate.type.TypeFactory
 
customComponent(Class<CompositeUserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
CustomEntityDirtinessStrategy - Interface in org.hibernate
During a flush cycle, Hibernate needs to determine which of the entities associated with a Session.
CustomEntityDirtinessStrategy.AttributeChecker - Interface in org.hibernate
Responsible for identifying when attributes are dirty.
CustomEntityDirtinessStrategy.AttributeInformation - Interface in org.hibernate
Provides CustomEntityDirtinessStrategy.AttributeChecker with meta information about the attributes being checked.
CustomEntityDirtinessStrategy.DirtyCheckContext - Interface in org.hibernate
A callback to drive dirty checking.
CustomizableColumns - Class in org.hibernate.cfg.annotations
 
CustomizableColumns(Column[]) - Constructor for class org.hibernate.cfg.annotations.CustomizableColumns
 
CustomLoader - Class in org.hibernate.loader.custom
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
CustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.CustomLoader
 
CustomLoader.NonScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.NonScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
CustomLoader.ResultRowProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ResultRowProcessor(boolean, CustomLoader.ResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
CustomLoader.ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
 
CustomLoader.ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
CustomLoader.ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
CustomQuery - Interface in org.hibernate.loader.custom
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
CustomRunner - Class in org.hibernate.testing.junit4
The Hibernate-specific Runner implementation which layers ExtendedFrameworkMethod support on top of the standard JUnit FrameworkMethod for extra information after checking to make sure the test should be run.
CustomRunner(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomRunner
 
CustomRunner.IgnoreImpl - Class in org.hibernate.testing.junit4
 
CustomRunner.IgnoreImpl(String) - Constructor for class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
CustomSQL - Class in org.hibernate.metamodel.binding
Wraps the information for custom SQL execution
CustomSQL(String, boolean, ExecuteUpdateResultCheckStyle) - Constructor for class org.hibernate.metamodel.binding.CustomSQL
 
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
CustomSqlElement - Interface in org.hibernate.internal.jaxb.mapping.hbm
 
customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
CustomType - Class in org.hibernate.type
Adapts UserType to the generic Type interface, in order to isolate user code from changes in the internal Type contracts.
CustomType(UserType) - Constructor for class org.hibernate.type.CustomType
 
CustomType(UserType, String[]) - Constructor for class org.hibernate.type.CustomType
 
CustomVersionOneStrategy - Class in org.hibernate.id.uuid
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.
CustomVersionOneStrategy() - Constructor for class org.hibernate.id.uuid.CustomVersionOneStrategy
 

D

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

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

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

Called during configuration.

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

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

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

E

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

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

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

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

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

F

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

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

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

G

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

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

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

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

getBatchFetchQueue() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getBatchFetchQueue() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the BatchFetchQueue, instantiating one if necessary.
getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
getBatchSize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getBatchSize() - Method in class org.hibernate.mapping.Collection
 
getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
 
getBatchSize() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getBatchSize() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getBatchSize() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getBatchSize() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getBatchSize() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getBatchSize() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the batch-size to be applied when initializing proxies of this entity.
getBatchSize() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getBatchSizes(int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
getBatchSizes() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
getBatchStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Get a statement which is part of the batch, creating if necessary (and storing for next time).
getBatchVersionedDataEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getBatchVersionedDataEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Is JDBC batch update for versioned entities enabled?
getBeanName() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getBeanName() - Method in class org.hibernate.envers.entities.PropertyData
 
getBeanProperty(Object, String) - Static method in class org.hibernate.cache.ehcache.management.impl.BeanUtils
Retrieve a named bean property value.
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the before-transaction-completion process, if any, for this action.
getBigDecimal(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBigDecimal(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a big_decimal
getBigInteger(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBigInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a big_integer
getBinary(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBinary(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a binary
getBindableJavaType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getBindableJavaType() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
 
getBindableJavaType() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
getBindableJavaType() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
getBindableType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getBindableType() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
 
getBindableType() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
getBindableType() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getBlob(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBlob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a blob
getBlobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getBoolean(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
 
getBoolean(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getBoolean(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean (default of false)
getBoolean(String, Map, boolean) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean.
getBoolean(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a boolean
getBooleanExpression() - Method in class org.hibernate.ejb.criteria.predicate.ExplicitTruthValueCheck
 
getBooleanValue(Boolean, boolean) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
getBoundValue() - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
getBuilder() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
 
getBuilder() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
 
getByte(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getByte(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a byte
getBytecodeProvider() - Static method in class org.hibernate.cfg.Environment
 
getBytes() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
The bytes making up the class' bytecode.
getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Access to the bytes.
getBytes() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getBytesFromInputStream(InputStream) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
 
getCache() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getCache() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the cache property.
getCache() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the cache property.
getCache() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCache() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
getCache() - Method in interface org.hibernate.SessionFactory
Obtain direct access to the underlying cache regions.
getCacheable() - Method in class org.hibernate.internal.CriteriaImpl
 
getCacheAccessStrategy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the cache
getCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache (optional operation)
getCacheAccessType() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getCacheAccessType() - Method in interface org.hibernate.metamodel.source.MappingDefaults
The default cache access type to use
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getCacheDataDescription() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
getCacheDataDescription() - Method in class org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
 
getCacheDataDescription() - Method in interface org.hibernate.cache.spi.TransactionalDataRegion
 
getCachedDatabaseSnapshot(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Retrieve the cached database snapshot for the requested entity key.
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the current database state of the entity, using the cached state snapshot if one is available.
getCachedPkResolutions(EntityPersister) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Return all locally cross-referenced primary keys for the given persister.
getCachedPkResolutions(EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Find all the locally cached primary key cross-reference entries for the given persister.
getCachedResultTypes(Type[]) - Method in class org.hibernate.transform.CacheableResultTransformer
 
getCachedSize() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getCacheEntryStructure() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the cache structure
getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache structure
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getCacheHitCount
getCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
Queries retrieved successfully from the cache
getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCacheHitRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheHitSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheManager() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getCacheManagerObjectName(String, String) - Static method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Returns an ObjectName for the passed name
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getCacheMissCount
getCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCacheMissRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheMissSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheMissSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheMode(String) - Static method in class org.hibernate.cfg.HbmBinder
 
getCacheMode(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
 
getCacheMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getCacheMode() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getCacheMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getCacheMode() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getCacheMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.internal.SessionImpl
 
getCacheMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getCacheMode() - Method in interface org.hibernate.Session
Get the current cache mode.
getCacheName() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getCacheProviderConfig() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheProviderConfig() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
For cache providers which support this setting, get the provider's specific configuration resource.
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCachePutCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getCachePutCount
getCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getCachePutRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCachePutSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCachePutSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheRegion() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getCacheRegion() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCacheRegion() - Method in class org.hibernate.internal.CriteriaImpl
 
getCacheRegion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the cacheRegion property.
getCacheRegionFactory() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionFactory() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Get the second-level cache provider class name
getCacheRegionName() - Method in class org.hibernate.mapping.Collection
 
getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.Settings
 
getCacheRegionPrefix() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Get the cache region prefix
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getCacheRegionStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
 
getCaching() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCaching() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getCaching() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCaching() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCaching() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getCaching() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCaching() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the caching configuration for this entity.
getCaching() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCaching() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getCalendar(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCalendar(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a calendar or calendar_date
getCallbackMethod() - Method in class org.hibernate.ejb.event.Callback
 
getCallbackMethod(Class<?>) - Method in interface org.hibernate.metamodel.source.binder.JpaCallbackClass
 
getCanonicalName() - Method in class org.hibernate.mapping.Column
 
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in class org.hibernate.engine.spi.CascadingAction
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the cascade property.
getCascade() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.mapping.Property
 
getCascadeAction() - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
 
getCascadeAction() - Method in class org.hibernate.ejb.event.EJB3PersistOnFlushEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistOnFlushEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
getCascadeAll() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeAll property.
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
Completely optional cascading drop clause
getCascadeConstraintsString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.MimerSQLDialect
The syntax for using cascade on constraints
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCascadeDetach() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeDetach property.
getCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
How deep are we cascaded?
getCascadeMerge() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeMerge property.
getCascadePersist() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCascadePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the cascadePersist property.
getCascadeRefresh() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeRefresh property.
getCascadeRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Gets the value of the cascadeRemove property.
getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyle
Factory method for obtaining named cascade styles
getCascadeStyle() - Method in class org.hibernate.mapping.Property
 
getCascadeStyle() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCascadeStyle() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
Obtain the cascade style in effect for this association.
getCascadeStyle() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getCascadeStyle() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getCascadeStyle() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default cascade style to apply to associations if none specified in the mapping.
getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the cascade style of this (subclass closure) property
getCascadeStyle() - Method in class org.hibernate.tuple.StandardProperty
 
getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
 
getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
 
getCascadeStyle(int) - Method in class org.hibernate.type.CompositeCustomType
 
getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the cascade style of the indicated component property.
getCascadeStyles() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getCascadeStyles() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
Obtain the cascade styles to be applied to this association.
getCascadeStyles() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getCascadeType(String) - Static method in enum org.hibernate.metamodel.binding.CascadeType
 
getCascadeType(CascadeType) - Static method in enum org.hibernate.metamodel.binding.CascadeType
 
getCascadeTypes() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getCascadingAction() - Method in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
 
getCascadingAction() - Method in class org.hibernate.ejb.event.EJB3FlushEventListener
 
getCascadingAction() - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
The name of the SQL function that can do case insensitive like comparison.
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCastSource() - Method in class org.hibernate.ejb.criteria.expression.function.CastFunction
 
getCastType(Class) - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderingContext
Given a java type, determine the proper cast type name.
getCastTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type appropriate for casting operations (via the CAST() SQL function) for the given Types typecode.
getCastTypeName(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getCatalog() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCatalog(String, Table) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
getCatalog() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
 
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the catalog property.
getCatalog() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.mapping.Table
 
getCatalog() - Method in class org.hibernate.metamodel.relational.ObjectName
 
getCatalog() - Method in class org.hibernate.metamodel.relational.Schema.Name
 
getCatalog() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getCatalog() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getCatalogName() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getCatalogName() - Method in interface org.hibernate.cfg.Mappings
Returns the currently bound default catalog name.
getCatalogName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getCatalogName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default database catalog name to use if none specified in the mapping.
getCategoryName() - Method in class org.hibernate.stat.internal.CategorizedStatistics
 
getCause() - Method in exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Gets the cause of this throwable.
getChangedElement() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
getChangedElementIndex() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
getCharacter(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCharacter(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a character
getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getCheck() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.CustomSqlElement
 
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
Gets the value of the check property.
getCheck() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the check property.
getCheck() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCheckCondition() - Method in class org.hibernate.metamodel.relational.Column
 
getCheckCondition() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getCheckCondition() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getCheckCondition() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnSourceImpl
 
getCheckCondition() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getCheckCondition() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain the specified check constraint condition
getCheckConstraint() - Method in class org.hibernate.mapping.Column
 
getCheckConstraints() - Method in class org.hibernate.metamodel.relational.InLineView
 
getCheckConstraints() - Method in class org.hibernate.metamodel.relational.Table
 
getCheckConstraints() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
 
getCheckStyle() - Method in class org.hibernate.metamodel.binding.CustomSQL
 
getChildrenByTagName(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Returns an iterator over the children of the given element with the given tag name.
getClass(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getClass(String) - Method in interface org.hibernate.cfg.Mappings
Retrieves the entity mapping metadata for the given entity name.
getClass(Object) - Static method in class org.hibernate.Hibernate
Get the true, underlying class of a proxied persistent class.
getClassAccessType() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getClassAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getClassAuditingData(String) - Method in class org.hibernate.envers.configuration.ClassesAuditingData
 
getClassCacheOrCollectionCache() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the classCacheOrCollectionCache property.
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
 
getClassDescriptor(byte[]) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Given the bytecode of a java class, retrieve the descriptor for that class.
getClasses() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getClasses() - Method in interface org.hibernate.cfg.Mappings
 
getClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getClassesInJar(URL, Set<Class<? extends Annotation>>) - Method in class org.hibernate.ejb.packaging.NativeScanner
 
getClassesInJar(URL, Set<Class<? extends Annotation>>) - Method in interface org.hibernate.ejb.packaging.Scanner
return all classes in the jar matching one of these annotations if annotationsToLookFor is empty, return all classes
getClassInfo(String) - Method in interface org.hibernate.metamodel.source.annotations.AnnotationBindingContext
 
getClassInfo(String) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getClassInfo() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getClassInfo(String) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getClassInfo(DotName) - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder
 
getClassInfoAnnotationsMap(DotName) - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder
 
getClassMapping(String) - Method in class org.hibernate.cfg.Configuration
Get the mapping for a particular entity
getClassMapping(String) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
 
getClassMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
getClassMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the entity mappings
getClassMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
 
getClassMetadata(Class) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getClassMetadata(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getClassMetadata(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
getClassMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the user-visible metadata for the class (optional operation)
getClassMetadata(Class) - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata associated with the given entity class.
getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
Retrieve the ClassMetadata associated with the given entity class.
getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getClassName(String, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
getClassName(String, String) - Static method in class org.hibernate.cfg.HbmBinder
 
getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassName() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
getClassName() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getClassName() - Method in class org.hibernate.metamodel.domain.BasicType
 
getClassName() - Method in interface org.hibernate.metamodel.domain.Type
Obtain the java class name for this type.
getClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getClassName() - Method in interface org.hibernate.metamodel.source.binder.ComponentAttributeSource
 
getClassName() - Method in interface org.hibernate.metamodel.source.binder.CompositePluralAttributeElementSource
 
getClassName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of the entity Class
getClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getClassName() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getClassName() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself or the element type if an array
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassReference() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Obtain the Class reference for this attribute container.
getClassReference() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getClassReference() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getClassReference() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getClassReference() - Method in class org.hibernate.metamodel.domain.BasicType
 
getClassReference() - Method in class org.hibernate.metamodel.domain.JavaType
 
getClassReference() - Method in interface org.hibernate.metamodel.domain.Type
Obtain the java Class reference for this type
getClassReference() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getClassReference() - Method in interface org.hibernate.metamodel.source.binder.ComponentAttributeSource
 
getClassReference() - Method in interface org.hibernate.metamodel.source.binder.CompositePluralAttributeElementSource
 
getClassReference() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getClassReference() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getClassReferenceUnresolved() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getClassReferenceUnresolved() - Method in class org.hibernate.metamodel.domain.BasicType
 
getClassReferenceUnresolved() - Method in interface org.hibernate.metamodel.domain.Type
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
 
getClassTransformer(ClassDescriptor, Set) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Create class transformer for the class.
getClassType(XClass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getClassType(XClass) - Method in interface org.hibernate.cfg.Mappings
Get and maintain a cache of class type.
getClassWithIdClass(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
getClassWithoutInitializingProxy(Object) - Static method in class org.hibernate.proxy.HibernateProxyHelper
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
getClazz() - Method in class org.hibernate.cfg.InheritanceState
 
getClazz() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbIdClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the clazz property.
getClazzOrSubclassOrJoinedSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the clazzOrSubclassOrJoinedSubclass property.
getClob(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getClob(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a clob
getClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getCloseStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCloseStatementCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCloseStatementCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were released
getCollation() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
Locate the specified collation specification, if one.
getCollectedParameters() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
getCollectedParameterSpecifications() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getCollection() - Method in class org.hibernate.action.internal.CollectionAction
 
getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getCollection(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getCollection(String) - Method in interface org.hibernate.cfg.Mappings
Retrieves the collection mapping metadata for the given collection role.
getCollection(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getCollection(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getCollection(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the collection instance associated with the CollectionKey
getCollection() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection instance associated with the CollectionKey
getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getCollection() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Gets the value of the collection property.
getCollection(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getCollection(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
instantiate a collection wrapper (called when loading an object)
getCollectionAliases() - Method in class org.hibernate.loader.BasicLoader
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getCollectionAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionAliases() - Method in class org.hibernate.loader.Loader
 
getCollectionBatch(CollectionPersister, Serializable, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of uninitialized collection keys for a given role
getCollectionBinder(String, XProperty, boolean, boolean, Mappings) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
collection binder factory
getCollectionBinding() - Method in class org.hibernate.metamodel.binding.AbstractCollectionElement
 
getCollectionBindings() - Method in interface org.hibernate.metamodel.Metadata
 
getCollectionBindings() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getCollectionChanges() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
getCollectionCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of collection instances associated with the session
getCollectionElement() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionElement() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionElementColumns(String, String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieves the column names corresponding to the collection elements for the given collection role.
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.AbstractCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.BasicCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.CompositeCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.ManyToAnyCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.ManyToManyCollectionElement
 
getCollectionElementNature() - Method in class org.hibernate.metamodel.binding.OneToManyCollectionElement
 
getCollectionEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from collection instance to collection entry
getCollectionEntry(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the collection entry for a persistent collection
getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a persistent collection
getCollectionEntry(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.BaseEnversCollectionEventListener
 
getCollectionEntryOrNull(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
getCollectionEntryOrNull(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
getCollectionFetchCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCollectionFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections fetched
getCollectionFetches() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getCollectionFilterRole() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getCollectionFromElements() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getCollectionHolder(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the PersistentCollection object for an array
getCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the PersistentCollection object for an array
getCollectionId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the collectionId property.
getCollectionKey() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionKey() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionKeys() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCollectionKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all CollectionKeys
getCollectionLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Get the CollectionLoadContext associated with the given ResultSet, creating one if needed.
getCollectionLoadCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCollectionLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections loaded
getCollectionMapping(String) - Method in class org.hibernate.cfg.Configuration
Get the mapping for a particular collection role
getCollectionMapping(String) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
 
getCollectionMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the collection mappings
getCollectionMetadata(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getCollectionMetadata(String) - Method in interface org.hibernate.SessionFactory
Get the CollectionMetadata associated with the named collection role.
getCollectionOwner(Serializable, CollectionPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the entity that owns this persistent collection
getCollectionOwner(Serializable, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owns this persistent collection
getCollectionOwners() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getCollectionOwners() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionOwners() - Method in class org.hibernate.loader.hql.QueryLoader
 
getCollectionOwners() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionOwners() - Method in class org.hibernate.loader.Loader
Get the index of the entity that owns the collection, or -1 if there is no owner in the query results (ie.
getCollectionOwners() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionPath() - Method in class org.hibernate.ejb.criteria.expression.SizeOfCollectionExpression
 
getCollectionPath() - Method in class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
 
getCollectionPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the persister object for a collection role.
getCollectionPersister(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate the collection persister by the collection role.
getCollectionPersister(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
 
getCollectionPersisterClass() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionPersisterClass() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionPersisterClass(Collection) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getCollectionPersisterClass(PluralAttributeBinding) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getCollectionPersisterClass(Collection) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the collection persister class for a given collection role or null if the collection persister class should be the default.
getCollectionPersisterClass(PluralAttributeBinding) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the collection persister class for a given collection role or null if the collection persister class should be the default.
getCollectionPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get all collection persisters as a Map, which collection role as the key and the persister is the value.
getCollectionPersisters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Overrides method from Loader
getCollectionPersisters() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
 
getCollectionPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
getCollectionPersisters() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionPersisters() - Method in class org.hibernate.loader.Loader
An (optional) persister for a collection to be initialized; only collection loaders return a non-null value
getCollectionPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
 
getCollectionPropertyMapping(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieve a PropertyMapping describing the given collection role.
getCollectionRecreateCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCollectionRecreateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections recreated
getCollectionReferencingPropertyData() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getCollectionRemoveCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCollectionRemoveCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections removed
getCollectionRole() - Method in class org.hibernate.engine.query.spi.FilterQueryPlan
 
getCollectionRole() - Method in class org.hibernate.mapping.Backref
 
getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
 
getCollectionRoleNames() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCollectionRoleNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get the names of all collection roles
getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all collection roles
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieves a set of all the collection roles in which the given entity is a participant, as either an index or an element.
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionsByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from collection key to collection instance
getCollectionSpaces() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionSpaces() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "space" that holds the persistent state
getCollectionStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCollectionStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get collection statistics per role
getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Get collection statistics per role
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getCollectionStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getCollectionSubquery(Map) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getCollectionSuffix() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getCollectionSuffixes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getCollectionSuffixes() - Method in class org.hibernate.loader.BasicLoader
 
getCollectionSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getCollectionSuffixes() - Method in class org.hibernate.loader.JoinWalker
 
getCollectionSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
 
getCollectionTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the collectionTable property.
getCollectionTable() - Method in class org.hibernate.mapping.Collection
 
getCollectionTable() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCollectionTable() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCollectionTableAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getCollectionTableCheck() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCollectionTableCheck() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableComment() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCollectionTableComment() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the collectionType property.
getCollectionType() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCollectionType() - Method in class org.hibernate.mapping.Collection
 
getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the associated Type
getCollectionUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getCollectionUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections updated
getColumn(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path, ignoring projection aliases
getColumn() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement.JaxbReturnDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Gets the value of the column property.
getColumn(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getColumn(int) - Method in class org.hibernate.mapping.Constraint
 
getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Column) - Method in class org.hibernate.mapping.Table
Return the column which is identified by column provided as argument.
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumnAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
getColumnAlias() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getColumnAliases(int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery).
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery) for a particular criteria-level alias.
getColumnAliases(int) - Method in interface org.hibernate.criterion.Projection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery).
getColumnAliases(String, int) - Method in interface org.hibernate.criterion.Projection
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause (Projection.toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery) for a particular criteria-level alias.
getColumnAliases(int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
 
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
 
getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getColumnCount(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
getColumnInsertability() - Method in class org.hibernate.mapping.Collection
 
getColumnInsertability() - Method in class org.hibernate.mapping.Component
 
getColumnInsertability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnInsertability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnInsertability() - Method in interface org.hibernate.mapping.Value
 
getColumnIterator() - Method in class org.hibernate.mapping.Collection
 
getColumnIterator() - Method in class org.hibernate.mapping.Component
 
getColumnIterator() - Method in class org.hibernate.mapping.Constraint
 
getColumnIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumnIterator() - Method in class org.hibernate.mapping.Index
 
getColumnIterator() - Method in class org.hibernate.mapping.OneToMany
 
getColumnIterator() - Method in class org.hibernate.mapping.Property
 
getColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnIterator() - Method in class org.hibernate.mapping.Table
 
getColumnIterator() - Method in interface org.hibernate.mapping.Value
 
getColumnMapper() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the column mapper for this context.
getColumnMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getColumnName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
Gets the value of the columnName property.
getColumnName() - Method in class org.hibernate.metamodel.relational.Column
 
getColumnName() - Method in interface org.hibernate.sql.ordering.antlr.ColumnReference
Retrieve the column name.
getColumnNameIterator(Iterator<Column>) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
getColumnNameIterator(JoinColumn[]) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
getColumnNames() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getColumnNames() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
The column alias names being used in the generated SQL.
getColumnNames() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getColumnNames() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the column names in the generated SQL.
getColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getColumnNamesStartPosition(int) - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the columnOrFormula property.
getColumnOrFormulaElements() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getColumnReferences() - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
getColumnResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Gets the value of the columnResult property.
getColumns() - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
getColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path, ignoring projection aliases
getColumns() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
getColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getColumns() - Method in class org.hibernate.mapping.Constraint
 
getColumns() - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
getColumns() - Method in interface org.hibernate.metamodel.relational.Constraint
Obtain the columns that are part of this constraint.
getColumns() - Method in class org.hibernate.sql.SelectFragment
 
getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
getColumns() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getColumnSpan(Type) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Retrieve the number of columns represented by this type.
getColumnSpan() - Method in class org.hibernate.mapping.Collection
 
getColumnSpan() - Method in class org.hibernate.mapping.Component
 
getColumnSpan() - Method in class org.hibernate.mapping.Constraint
 
getColumnSpan() - Method in class org.hibernate.mapping.Index
 
getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
 
getColumnSpan() - Method in class org.hibernate.mapping.Property
 
getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnSpan() - Method in class org.hibernate.mapping.Table
 
getColumnSpan() - Method in interface org.hibernate.mapping.Value
 
getColumnSpan() - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
getColumnSpan(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractLobType
Deprecated.
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AnyType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CollectionType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ComponentType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CustomType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.MetaType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.OneToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
getColumnSpan(Mapping) - Method in interface org.hibernate.type.Type
How many columns are used to persist this type.
getColumnsUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path
getColumnsUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the names of the columns constrained by this criterion.
getColumnUpdateability() - Method in class org.hibernate.mapping.Collection
 
getColumnUpdateability() - Method in class org.hibernate.mapping.Component
 
getColumnUpdateability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnUpdateability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnUpdateability() - Method in interface org.hibernate.mapping.Value
 
getColumnValues() - Method in class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
getColumnValues() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getCommandId() - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
getComment() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getComment() - Method in class org.hibernate.engine.spi.QueryParameters
 
getComment() - Method in class org.hibernate.internal.CriteriaImpl
 
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the comment property.
getComment() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the comment property.
getComment() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getComment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getComment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getComment() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
getComment() - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getComment() - Method in class org.hibernate.mapping.Column
 
getComment() - Method in class org.hibernate.mapping.Table
 
getComment() - Method in class org.hibernate.metamodel.relational.Column
 
getComment() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getComment() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getComment() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain the specified SQL comment
getComments() - Method in class org.hibernate.metamodel.relational.InLineView
 
getComments() - Method in class org.hibernate.metamodel.relational.Table
 
getComments() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getCommentsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCommentsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Are SQL comments enabled?
getComparator() - Method in class org.hibernate.mapping.Collection
 
getComparator() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getComparator() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getComparator() - Method in class org.hibernate.metamodel.binding.SetBinding
 
getComparator() - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
getComparator() - Method in class org.hibernate.type.BinaryType
 
getComparator() - Method in class org.hibernate.type.ByteType
 
getComparator() - Method in class org.hibernate.type.CalendarType
 
getComparator() - Method in class org.hibernate.type.CustomType
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Retrieve the natural comparator for this type.
getComparator() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the natural comparator for this type.
getComparator() - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.IntegerType
 
getComparator() - Method in class org.hibernate.type.LongType
 
getComparator() - Method in class org.hibernate.type.ShortType
 
getComparator() - Method in class org.hibernate.type.TimestampType
 
getComparator() - Method in interface org.hibernate.type.VersionType
Get a comparator for version values.
getComparatorClassName() - Method in class org.hibernate.mapping.Collection
 
getComparatorClassName() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getComparatorName() - Method in interface org.hibernate.metamodel.source.binder.Sortable
 
getComparatorName() - Method in class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
getComparisonOperator() - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
 
getComponent() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getComponentClass() - Method in class org.hibernate.mapping.Component
 
getComponentClassName() - Method in class org.hibernate.mapping.Component
 
getComponentIndex() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
 
getComponentMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
 
getComponentPath() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentProperty() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentTuplizer() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getComponentTuplizer() - Method in class org.hibernate.type.ComponentType
 
getComponentType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Extract a component property value.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the compositeElement property.
getCompositeElement() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getCompositeId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the compositeId property.
getCompositeIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the compositeIndex property.
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityLoader
 
getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.Loader
 
getCompositeMapKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the compositeMapKey property.
getCompoundSelectionItems() - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
 
getCompoundSelectionItems() - Method in class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
 
getConcreteProxyClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getConcreteProxyClass() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the proxy interface that instances of this concrete class will be cast to (optional operation).
getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Returns the java class to which generated proxies will be typed.
getConcreteProxyClass() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Returns the java class to which generated proxies will be typed.
getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Returns the java class to which generated proxies will be typed.
getCondition() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression.WhenClause
 
getCondition() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
 
getCondition() - Method in class org.hibernate.internal.FilterConfiguration
 
getCondition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.metamodel.relational.CheckConstraint
 
getConfigProperties(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Loads a properties instance based on the data at the incoming config location.
getConfigStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Open an InputStream to the URL represented by the incoming path.
getConfigStreamReader(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Open an Reader to the URL represented by the incoming path.
getConfiguration() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the Configuration
getConfigurationInputStream(String) - Method in class org.hibernate.cfg.Configuration
Get the configuration file as an InputStream.
getConfigurationProperties() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getConfigurationProperties() - Method in interface org.hibernate.cfg.Mappings
Retrieve the configuration properties currently in effect.
getConfiguredClass() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getConnectCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getConnectCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getConnectCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getConnectCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of connections asked by the sessions (the actual number of connections used may be much smaller depending whether you use a connection pool or not)
getConnection() - Method in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
 
getConnection() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
getConnection() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Retrieves the connection currently "logically" managed by this LogicalConnectionImpl.
getConnection() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
 
getConnection() - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection() - Method in class org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
Grab a connection
getConnection() - Method in class org.hibernate.service.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection(String) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getConnection() - Method in interface org.hibernate.service.jdbc.connections.spi.ConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection(String) - Method in interface org.hibernate.service.jdbc.connections.spi.MultiTenantConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
getConnection() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Get a reference to the connection we are using.
getConnectionCatalogName() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Retrieve the name of the catalog in effect when we connected to the database.
getConnectionProperties(Map<?, ?>) - Static method in class org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator
Build the connection properties capable of being passed to the DriverManager.getConnection(java.lang.String, java.util.Properties) forms taking Properties argument.
getConnectionProvider() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getConnectionProvider() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Deprecated.
See deprecation notice on SessionFactoryImplementor.getConnectionProvider() for details
getConnectionProvider() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
Access to connections via JdbcConnectionAccess should be preferred over access via ConnectionProvider, whenever possible. JdbcConnectionAccess is tied to the Hibernate Session to properly account for contextual information. See SessionImplementor.getJdbcConnectionAccess()
getConnectionProvider() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProxy() - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler
 
getConnectionReleaseMode() - Method in class org.hibernate.cfg.Settings
 
getConnectionReleaseMode() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
getConnectionReleaseMode() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
getConnectionReleaseMode() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
The release mode under which this logical connection is operating.
getConnectionReleaseMode() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Get the mode for releasing JDBC connection in effect for ths context.
getConnectionReleaseMode() - Method in class org.hibernate.internal.SessionImpl
 
getConnectionReleaseMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getConnectionSchemaName() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Retrieve the name of the schema in effect when we connected to the database.
getConstantName(Class, int) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Deprecated.
Use #getTokenTypeName instead
getConstantValue(String) - Static method in class org.hibernate.internal.util.ReflectHelper
Resolve a constant to its actual value.
getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
 
getConstraintColumns() - Method in class org.hibernate.mapping.SimpleValue
 
getConstraintName() - Method in exception org.hibernate.exception.ConstraintViolationException
Returns the name of the violated constraint, if known.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in interface org.hibernate.persister.entity.Queryable
Get the names of all tables used in the hierarchy (up and down) ordered such that deletes in the given order would not cause constraint violations.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getConstraints() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getConstraints() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
 
getConstraints() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getConstraintSources() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getConstructor() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getConstructor(Class, Type[]) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping types.
getConstructorArgumentTypeList() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getContainer() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getContainer() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
Obtain the entity binding to which this attribute binding exists.
getContainingPersister() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get a reference to the persister for the entity containing this attribute.
getContainingTableName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getContainingTableName() - Method in class org.hibernate.metamodel.source.annotations.attribute.DerivedValueSourceImpl
 
getContainingTableName() - Method in class org.hibernate.metamodel.source.annotations.attribute.FormulaValue
 
getContainingTableName() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSource
 
getContainingTableName() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Gets the value of the content property.
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
Gets the value of the content property.
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the content property.
getContent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the content property.
getContext() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
Gets the value of the context property.
getContext() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Return the identifier of the persistent object, or null if not associated with the session
getContextEntityIdentifier(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
Get the id value for an object that is actually associated with the session.
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in interface org.hibernate.persister.entity.Queryable
For each table specified in Queryable.getConstraintOrderedTableNameClosure(), get the columns that define the key between the various hierarchy classes.
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getConversionContext() - Method in class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
getCorrelatedJoins() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
getCorrelatedSubqueryOperator() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
getCorrelationParent() - Method in interface org.hibernate.ejb.criteria.FromImplementor
 
getCorrelationParent() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getCount() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
getCountBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getCountShort() - Static method in class org.hibernate.id.uuid.Helper
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
getCreate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the create property.
getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
Slight variation on Dialect.getCreateTableString().
getCreateMultisetTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateParams() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Typically dialects which support sequences can create a sequence with a single command.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Overloaded form of Dialect.getCreateSequenceString(String), additionally taking the initial value and increment size to be applied to the sequence definition.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
The syntax used to create a sequence, if sequences are supported.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
The syntax used to create a sequence.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getCreateSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.Dialect
An optional multi-line form for databases which Dialect.supportsPooledSequences().
getCreateTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a table.
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Dialect
Get any fragments needing to be postfixed to the command for temporary table creation.
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.H2Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.HSQLDialect
No fragment is needed if data is not needed beyond commit, otherwise should add "on commit preserve rows"
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.InformixDialect
Overrides Dialect.getCreateTemporaryTablePostfix() to return "with no log" when invoked.
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.IngresDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.SAPDBDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateTemporaryTablePostfix() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a temporary table.
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.H2Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.HSQLDialect
Command used to create a temporary table.
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.InformixDialect
Overrides Dialect.getCreateTemporaryTableString() to return "create temp table" when invoked.
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.IngresDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateTemporaryTableString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCriteria() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
getCriteria() - Method in class org.hibernate.internal.CriteriaImpl.OrderEntry
 
getCriteria(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getCriteriaBuilder() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
getCriteriaBuilder() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getCriterion() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB2Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle8iDialect
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Sybase11Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCrossTypeRevisionChangesReader() - Method in interface org.hibernate.envers.AuditReader
 
getCrossTypeRevisionChangesReader() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getCurrentClauseType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentFromClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getCurrentKey() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getCurrentLockMode(Object) - Method in class org.hibernate.internal.SessionImpl
 
getCurrentLockMode(Object) - Method in interface org.hibernate.Session
Determine the current lock mode of the given object.
getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
Gets an instance of the current revision entity, to which any entries in the audit tables will be bound.
getCurrentRevision(Class<T>, boolean) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getCurrentRevisionData(Session, boolean) - Method in class org.hibernate.envers.synchronization.AuditProcess
 
getCurrentRow() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCurrentRow() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
getCurrentRow() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
getCurrentSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentSession() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
getCurrentSession() - Method in interface org.hibernate.SessionFactory
Obtains the current session.
getCurrentStatementType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentStatus() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
getCurrentStatus() - Method in class org.hibernate.service.jta.platform.internal.NoJtaPlatform
 
getCurrentStatus() - Method in interface org.hibernate.service.jta.platform.spi.JtaPlatform
Obtain the current transaction status using whatever means is preferred for this platform
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.cfg.Configuration
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentTimestampCallString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCurrentTimestampCallString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
Retrieve the command used to retrieve the current timestamp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
Retrieve the command used to retrieve the current timestamp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InformixDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
Retrieve the command used to retrieve the current timestammp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Dialect
The name of the database-specific SQL function for retrieving the current timestamp.
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.HSQLDialect
The name of the database-specific SQL function for retrieving the current timestamp.
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Ingres9Dialect
Expression for current_timestamp
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.IngresDialect
Expression for current_timestamp
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getCurrentTopLevelClauseType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the current value of this attribute.
getCurrentVersion(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Retrieve the version number
getCurrentVersion(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current version of the object, or return null if there is no row for the given identifier.
getCustomDelete() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomDelete() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCustomEntityPersisterClass() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomEntityTuplizerClass() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomInsert() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomInsert() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomLoaderName() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomLoaderName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of a named-query that will be used for loading this entity
getCustomLoaderName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomLoaderName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomLoaderQueryName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomPersister() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomPersisterClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomPersisterClassName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of a custom persister class to be used.
getCustomPersisterClassName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
Obtain the name of a custom persister class to be used.
getCustomPersisterClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomPersisterClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
getCustomQueryReturns() - Method in interface org.hibernate.loader.custom.CustomQuery
A collection of descriptors describing the JDBC result set to be expected and how to map this result set.
getCustomQueryReturns() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getCustomRead() - Method in class org.hibernate.mapping.Column
 
getCustomReadFragment() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getCustomReadFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlDelete() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomSqlDelete() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the custom SQL to be used for deletes for this entity
getCustomSqlDelete() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomSqlDelete() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
 
getCustomSqlDeleteAll() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlDeleteAll() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlDeleteAll() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlDeleteAll() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLDeleteAllCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlInsert() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomSqlInsert() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the custom SQL to be used for inserts for this entity
getCustomSqlInsert() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomSqlInsert() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getCustomSqlUpdate() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomSqlUpdate() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the custom SQL to be used for updates for this entity
getCustomSqlUpdate() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomSqlUpdate() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomTuplizer() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getCustomTuplizerClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getCustomTuplizerClassName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the name of a custom tuplizer class to be used.
getCustomTuplizerClassName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getCustomUpdate() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getCustomUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getCustomWrite() - Method in class org.hibernate.mapping.Column
 
getCustomWriteFragment() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getCustomWriteFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getData() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
getData(AuditConfiguration) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
getData(AuditConfiguration) - Method in interface org.hibernate.envers.query.order.AuditOrder
 
getData(AuditConfiguration) - Method in class org.hibernate.envers.query.order.PropertyAuditOrder
 
getData(AuditConfiguration) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
getData(AuditConfiguration) - Method in class org.hibernate.envers.query.projection.PropertyAuditProjection
 
getData() - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
getData() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getData() - Method in class org.hibernate.tuple.ElementWrapper
 
getDatabase() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getDatabase() - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
getDatabaseObject() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the databaseObject property.
getDatabaseSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row
getDatabaseSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row
getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDatabaseSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDatabaseSnapshot(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'databaseStructure'.
getDatasource() - Method in class org.hibernate.jmx.HibernateService
Deprecated.
 
getDatasource() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
The JNDI name of the datasource to use in this SessionFactory
getDataSource() - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
Figure out the type of the binary expression by looking at the types of the operands.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.Case2Node
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.CaseNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
Deprecated.
(tell clover to ignore this method)
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.CountNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
getDataType() - Method in interface org.hibernate.hql.internal.ast.tree.OperatorNode
Retrieves the data type for the overall operator expression.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getDataType() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns the data type of the select expression.
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
getDataType() - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
getDatatype() - Method in class org.hibernate.metamodel.relational.AbstractSimpleValue
 
getDatatype() - Method in interface org.hibernate.metamodel.relational.SimpleValue
Retrieve the datatype of this value.
getDatatype() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getDatatype() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
The deduced (and dialect convertible) type for this column
getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getDate(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getDate(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a date, time or timestamp
getDBSQLExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
Not supported right now
getDBSQLExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
Not supported right now
getDebugString(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Returns the 'list' representation with some brackets around it for debugging.
getDebugText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Get a string representation of this node usable for debug logging or similar.
getDebugText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
 
getDecimalDigits() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getDeclaredAttribute(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredCollection(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredId(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getDeclaredList(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredList(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredMap(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
 
getDeclaredPluralAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredSet(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredSet(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredSingularAttribute(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredSingularAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getDeclaredVersion(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
getDeclaredVersion() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
For used to retrieve the declared version when populating the static metamodel.
getDeclaredVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.Subclass
 
getDeclaringClass() - Method in interface org.hibernate.cfg.PropertyData
Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDeclaringClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDeclaringType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
getDeclaringType() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
getDefault(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefault() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the default property.
getDefault() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getDefaultAccess() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getDefaultAccess() - Method in interface org.hibernate.cfg.Mappings
Get the current default property access style.
getDefaultAccess() - Method in interface org.hibernate.cfg.PropertyData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDefaultAccess() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDefaultAccess() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDefaultAccess() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the defaultAccess property.
getDefaultAccessType() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getDefaultAccessType() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
getDefaultAccessType() - Method in interface org.hibernate.cache.spi.RegionFactory
Get the default access type for entity and collection regions.
getDefaultAccessType() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getDefaultAccessType() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableHierarchy
 
getDefaultAccessType() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
getDefaultBatchFetchSize() - Method in class org.hibernate.cfg.Settings
 
getDefaultCascade() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getDefaultCascade() - Method in interface org.hibernate.cfg.Mappings
Get the current default cascade style.
getDefaultCascade() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the defaultCascade property.
getDefaultCatalog() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultCatalog() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Get the default catalog
getDefaultCatalogName() - Method in class org.hibernate.cfg.Settings
 
getDefaultCatalogName() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
getDefaultCatalogName() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Array
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Bag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Collection
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.IdentifierBag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.List
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Map
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Set
 
getDefaultConstructor(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve the default (no arg) constructor from the given class.
getDefaultEntityListeners() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultEntityMode() - Method in class org.hibernate.cfg.Settings
 
getDefaultFilterCondition() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getDefaultPackage() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getDefaultPackage() - Method in interface org.hibernate.cfg.Mappings
Get the currently bound default package name.
getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
getDefaultReleaseMode() - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Get the default connection release mode.
getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getDefaultSchema() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Get the default schema
getDefaultSchema() - Method in class org.hibernate.metamodel.relational.Database
 
getDefaultSchemaName() - Method in class org.hibernate.cfg.Settings
 
getDefaultSchemaName() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
getDefaultSchemaName() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getDefaultSize() - Static method in class org.hibernate.type.AbstractStandardBasicType
 
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
 
getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Get a default value meant to indicate transience.
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
getDefaultValue() - Method in class org.hibernate.mapping.Column
 
getDefaultValue() - Method in class org.hibernate.metamodel.relational.Column
 
getDefaultValue() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getDefaultValue() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain a specified default value for the column
getDefaultValue() - Method in class org.hibernate.type.BooleanType
 
getDefaultValue() - Method in class org.hibernate.type.ByteType
 
getDefaultValue() - Method in class org.hibernate.type.CharacterNCharType
 
getDefaultValue() - Method in class org.hibernate.type.CharacterType
 
getDefaultValue() - Method in class org.hibernate.type.DoubleType
 
getDefaultValue() - Method in class org.hibernate.type.FloatType
 
getDefaultValue() - Method in class org.hibernate.type.IntegerType
 
getDefaultValue() - Method in class org.hibernate.type.LongType
 
getDefaultValue() - Method in class org.hibernate.type.NumericBooleanType
 
getDefaultValue() - Method in interface org.hibernate.type.PrimitiveType
Get this type's default value.
getDefaultValue() - Method in class org.hibernate.type.ShortType
 
getDefaultValue() - Method in class org.hibernate.type.TrueFalseType
 
getDefaultValue() - Method in class org.hibernate.type.YesNoType
 
getDefinedConfigurations() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
getDefinedFilterNames() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDefinedFilterNames() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain a set of the names of all filters defined on this SessionFactory.
getDefinedHints() - Static method in class org.hibernate.ejb.QueryHints
 
getDefinition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the definition property.
getDelayedEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
getDelayedId() - Method in class org.hibernate.action.internal.EntityAction
 
getDelegate() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
returns the underlying session
getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getDeleteCount
getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getDeleteCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getDeletedState() - Method in class org.hibernate.engine.spi.EntityEntry
 
getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
Getter for property 'deletedState'.
getDeleteRule() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentList
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentMap
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.internal.PersistentSet
 
getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get all the elements that need deleting
getDelimitedIdentifier() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getDelimitedIdentifiers() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the delimitedIdentifiers property.
getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getDependentEntityInsertActions() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Returns the unresolved insert actions.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Gets the value of the description property.
getDescription() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the description property.
getDestinations() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getDialect() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDialect() - Static method in class org.hibernate.dialect.Dialect
Get an instance of the dialect specified by the current System properties.
getDialect(Properties) - Static method in class org.hibernate.dialect.Dialect
Get an instance of the dialect specified by the given properties or by the current System properties.
getDialect() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getDialect() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the dialect of the database.
getDialect() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the SQL dialect.
getDialect() - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Get the dialect.
getDialect() - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
getDialect() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDialect() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
The JNDI name of the dialect class to use in this SessionFactory
getDialect() - Method in class org.hibernate.loader.JoinWalker
 
getDialect() - Method in class org.hibernate.loader.OuterJoinLoader
 
getDialect() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDialect() - Method in class org.hibernate.sql.Insert
 
getDialect() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the dialect for this context.
getDialect() - Static method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getDialectScope() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the dialectScope property.
getDialectScopes() - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
getDialectScopes() - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
getDictatedSize() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
getDirectSubEntityBindings() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.CacheEntry
 
getDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the discriminator property.
getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
getDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Gets the value of the discriminatorColumn property.
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getDiscriminatorColumnName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getDiscriminatorColumnName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default column name to use for the discriminator column if none specified in the mapping.
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.Loadable
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnValues() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorFormula() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getDiscriminatorMatchValue() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Get the actual discriminator value in case of a single table inheritance
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.SubclassEntitySourceImpl
 
getDiscriminatorRelationalValueSource() - Method in class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.metamodel.source.binder.DiscriminatorSource
Obtain the column/formula information about the discriminator.
getDiscriminatorSource() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getDiscriminatorSource() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the source information about the discriminator attribute for single table inheritance
getDiscriminatorSource() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
Get the discriminator value for this particular concrete subclass, as a string that may be embedded in a select statement
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Gets the value of the discriminatorType property.
getDiscriminatorType() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorType() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator type
getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator value
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.AbstractStatement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getDisplayText() - Method in interface org.hibernate.hql.internal.ast.tree.DisplayableNode
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getDistinctConnectionProxy() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
getDistinctConnectionProxy() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Retrieves a distinct connection proxy.
getDocument() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getDocument() - Method in class org.hibernate.tuple.ElementWrapper
 
getDocumentFactory() - Static method in class org.hibernate.internal.util.xml.XMLHelper
 
getDocumentTree() - Method in interface org.hibernate.internal.util.xml.XmlDocument
Retrieve the parsed DOM tree.
getDocumentTree() - Method in class org.hibernate.internal.util.xml.XmlDocumentImpl
Retrieve the parsed DOM tree.
getDontFlushFromFind() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getDontFlushFromFind() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getDontFlushFromFind() - Method in class org.hibernate.internal.SessionImpl
 
getDontFlushFromFind() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getDouble(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getDouble(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a double
getDrop() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Gets the value of the drop property.
getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Typically dialects which support sequences can drop a sequence with a single command.
getDropSequenceString(String) - Method in class org.hibernate.dialect.FirebirdDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
The syntax used to drop a sequence, if sequences are supported.
getDropSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
The syntax used to drop sequences
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
The multiline script used to drop a sequence.
getDropTableString(String) - Method in class org.hibernate.dialect.Dialect
 
getDropTemporaryTableString() - Method in class org.hibernate.dialect.Dialect
Command used to drop a temporary table.
getDropTemporaryTableString() - Method in class org.hibernate.dialect.HSQLDialect
Command used to drop a temporary table.
getDropTemporaryTableString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDynamicInstantiationResultType() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getDynamicInstantiationResultType() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getDynamicInstantiationResultType() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getDynamicInstantiationResultType() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
getDynamicMapPropertyAccessor() - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
Determine the LockMode to apply to the given alias.
getEhcache() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Return the Ehcache instance backing this Hibernate data region.
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
getElement(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the value of the given collection entry
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the element property.
getElement() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the element property.
getElement() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getElement() - Method in class org.hibernate.mapping.Collection
 
getElement() - Method in class org.hibernate.proxy.dom4j.Dom4jLazyInitializer
 
getElement() - Method in class org.hibernate.tuple.ElementWrapper
 
getElementAssociationType(CollectionType) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Essentially the same as SessionFactoryHelper.getElementType(org.hibernate.type.CollectionType), but requiring that the element type be an association type.
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getElementByIndex(Serializable, Object, SessionImplementor, Object) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getElementClass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the elementClass property.
getElementClass() - Method in class org.hibernate.mapping.Array
 
getElementClass() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Return the element class of an array, or null otherwise
getElementClass() - Method in interface org.hibernate.persister.collection.CollectionPersister
Return the element class of an array, or null otherwise
getElementClassName() - Method in class org.hibernate.mapping.Array
 
getElementCollection() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the elementCollection property.
getElementCollection() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the elementCollection property.
getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's element column aliases, based on the given suffix.
getElementColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association), aliased by the given table alias
getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementContent(Element) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Get the content of the given element.
getElementContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Get the content of the given element.
getElementCountInMemory() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
The count of entries currently contained in the regions in-memory store.
getElementCountInMemory() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementCountInMemory() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getElementCountInMemory() - Method in interface org.hibernate.cache.spi.Region
The count of entries currently contained in the regions in-memory store.
getElementCountInMemory() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getElementCountInMemory() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getElementCountInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getElementCountInMemory() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getElementCountOnDisk() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementCountOnDisk() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Not supported.
getElementCountOnDisk() - Method in interface org.hibernate.cache.spi.Region
The count of entries currently contained in the regions disk store.
getElementCountOnDisk() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getElementCountOnDisk() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getElementCountTotal() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getElementExpression() - Method in class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
 
getElementNodeName() - Method in class org.hibernate.mapping.Collection
 
getElementNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementPersister() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the persister of the element class, if this is a collection of entities (optional operation).
getElements() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
Not defined for collections of primitive type
getElementsIterator(Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection, which may not yet be wrapped
getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection in POJO mode
getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
 
getElementsIterator(Object) - Method in class org.hibernate.type.MapType
 
getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
Return an iterator over the elements of this collection - the passed collection instance may or may not be a wrapper
getElementSource() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getElementSource() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
 
getElementType() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection element type
getElementType() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
getElementType() - Method in interface org.hibernate.metamodel.domain.PluralAttribute
 
getElementType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "element" type
getElementType(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
Get the Hibernate type of the collection elements
getElementValue() - Method in class org.hibernate.metamodel.binding.AbstractCollectionElement
 
getEmbeddable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the embeddable property.
getEmbeddables() - Method in class org.hibernate.ejb.metamodel.MetamodelImpl
 
getEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the embedded property.
getEmbeddedAttributeName() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableClass
 
getEmbeddedClasses() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getEmbeddedId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the embeddedId property.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getEmbeddedParameters() - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated.
Retrieve all embedded parameter specifications.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.internal.SessionImpl
Retrieve a currently enabled filter by name.
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilters() - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getEnabledFilters() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getEnabledFilters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getEnabledFilters() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the filters enabled for this query translator.
getEnabledFilters() - Method in class org.hibernate.internal.SessionImpl
Return the currently enabled filters.
getEnabledFilters() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEndTime() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getEntCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getEntities() - Method in class org.hibernate.ejb.metamodel.MetamodelImpl
 
getEntitiesByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntitiesByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from key value to entity instance
getEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
 
getEntity(String, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
getEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the entity instance associated with the given EntityKey
getEntity(EntityUniqueKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get an entity cached by unique key
getEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance associated with the given key
getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an entity cached by unique key
getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntity() - Method in interface org.hibernate.id.insert.Binder
 
getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
Get a fully loaded entity instance that is cached externally
getEntity() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getEntity() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getEntity() - Method in class org.hibernate.metamodel.binding.FetchProfile.Fetch
 
getEntityAliases() - Method in class org.hibernate.loader.BasicLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.EntityFetchReturn
 
getEntityAliases() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityAliases() - Method in class org.hibernate.loader.Loader
Get the result set descriptor
getEntityBatch(EntityPersister, Serializable, int, EntityMode) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of unloaded identifiers for this class, using a slightly complex algorithm that tries to grab keys registered immediately after the given key.
getEntityBinding(String) - Method in interface org.hibernate.metamodel.Metadata
 
getEntityBinding(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getEntityBindings() - Method in interface org.hibernate.metamodel.Metadata
 
getEntityBindings() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getEntityClass() - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityClass(SessionImplementor, Session, String) - Static method in class org.hibernate.envers.tools.Tools
 
getEntityClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Gets the value of the entityClass property.
getEntityClass() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getEntityClassName() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getEntityClassName() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of entity instances associated with the session
getEntityDeleteCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getEntityDeleteCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity deletes
getEntityDiscriminator() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.Loader
An array indicating whether the entities have eager property fetching enabled.
getEntityEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from entity instance to entity entry
getEntityEntry() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntityFetchCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getEntityFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity fetchs
getEntityId() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
getEntityId() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityIdentifier() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getEntityIdentifierIfNotUnsaved(String, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved" Used by OneToOneType and ManyToOneType to determine what id value should be used for an object that may or may not be associated with the session.
getEntityInfo(AuditConfiguration, String) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
 
getEntityInsertCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getEntityInsertCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity inserts
getEntityInstrumentationMetadata(Class) - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getEntityInstrumentationMetadata(Class) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the interception metadata for the particular entity type.
getEntityKey() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Returns the EntityKey.
getEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
getEntityKey() - Method in class org.hibernate.action.internal.EntityInsertAction
 
getEntityKey() - Method in class org.hibernate.engine.spi.EntityEntry
Get the EntityKey based on this EntityEntry.
getEntityKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all EntityKeys
getEntityListener() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListeners
Gets the value of the entityListener property.
getEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the entityListeners property.
getEntityLoadContext(ResultSet) - Method in class org.hibernate.engine.loading.internal.LoadContexts
 
getEntityLoadCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getEntityLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity loads
getEntityManager() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getEntityManagerFactory() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
getEntityManagerFactory() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
Provides protected access to the underlying EntityManagerFactoryImpl.
getEntityManagerFactoryName() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the underlying entity metamodel instance...
getEntityMetamodel() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getEntityMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
Gets the value of the entityMode property.
getEntityMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityMode() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getEntityMode() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getEntityMode() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the entity mode for this entity.
getEntityMode() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getEntityMode() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMode() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityMode() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getEntityMode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getEntityMode() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityMode() - Method in class org.hibernate.type.ComponentType
 
getEntityName() - Method in class org.hibernate.action.internal.EntityAction
entity name accessor
getEntityName() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
getEntityName() - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
The name of the entity to which this metadata applies.
getEntityName() - Method in class org.hibernate.cache.spi.NaturalIdCacheKey
 
getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityName(Element, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityName(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the entity name of an entity
getEntityName(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the entity name of an entity, taking into account the qualifier of the property path
getEntityName(Object) - Method in class org.hibernate.EmptyInterceptor
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityEntry
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityKey
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
 
getEntityName() - Method in class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
getEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
 
getEntityName(Object, Number, Object) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getEntityName() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
getEntityName() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.spi.LockEvent
 
getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntityName() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getEntityName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'entityName'.
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance
getEntityName() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Gets the value of the entityName property.
getEntityName() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the entityName property.
getEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityName(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getEntityName(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getEntityName() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityName() - Method in class org.hibernate.mapping.Backref
 
getEntityName() - Method in class org.hibernate.mapping.IndexBackref
 
getEntityName() - Method in class org.hibernate.mapping.OneToOne
 
getEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityName() - Method in interface org.hibernate.metadata.ClassMetadata
The name of the entity
getEntityName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getEntityName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getEntityName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the entity name
getEntityName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getEntityName() - Method in exception org.hibernate.NonUniqueObjectException
 
getEntityName() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getEntityName() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
The entity name which this persister maps.
getEntityName() - Method in exception org.hibernate.PropertyValueException
 
getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
The entity-name of the entity our owning proxy represents.
getEntityName(Object) - Method in interface org.hibernate.Session
Return the entity name for a persistent entity
getEntityName() - Method in exception org.hibernate.StaleObjectStateException
 
getEntityName() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Retreives the defined entity-name for the tuplized entity.
getEntityName() - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
 
getEntityName() - Method in exception org.hibernate.WrongClassException
 
getEntityNameForVersionsEntityName(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNameResolvers() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Get any EntityNameResolvers associated with this Tuplizer.
getEntityNames() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getEntityNames() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getEntityNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get the names of all entities
getEntityNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all entities
getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
Retrieve the user-supplied delegate to handle non-existent entity scenarios.
getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.SessionFactory.SessionFactoryOptions
 
getEntityOrClassName() - Method in class org.hibernate.internal.CriteriaImpl
 
getEntityOrRoleName() - Method in class org.hibernate.cache.spi.CacheKey
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the persister for the named entity
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the EntityPersister for any instance
getEntityPersister(String, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEntityPersister() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityPersister() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getEntityPersister(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
 
getEntityPersisterClass(EntityBinding) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getEntityPersisterClass(PersistentClass) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getEntityPersisterClass(PersistentClass) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
getEntityPersisterClass(EntityBinding) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
getEntityPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get all entity persisters as a Map, which entity name its the key and the persister is the value.
getEntityPersisters() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Persisters for the return values of a find() style query.
getEntityPersisters() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.Loader
An array of persisters of entity classes contained in each row of results; implemented by all subclasses
getEntityPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getEntityReferencingAttributeBindings() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getEntityReferencingAttributeBindings() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
getEntityReferencingAttributeBindings() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getEntityResolver() - Method in class org.hibernate.cfg.Configuration
 
getEntityResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Gets the value of the entityResult property.
getEntityState(Object, String, EntityEntry, SessionImplementor) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Determine whether the entity is persistent, detached, or transient
getEntityStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getEntityStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
find entity statistics per name
getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
find entity statistics per name
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getEntityStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getEntityTuplizer() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityTuplizer() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Configuration
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Settings
 
getEntityType() - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
getEntityType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityType() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
 
getEntityType() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getEntityUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getEntityUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity updates
getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the entity instance associated with the given Key, calling the Interceptor if necessary
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.SessionImpl
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntries() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getEntries() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getEntries() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getEntries() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getEntry(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEnumerated() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the enumerated property.
getEnumValue(AnnotationInstance, String, Class<T>) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
Retrieves a jandex annotation element value, converting it to the supplied enumerated type.
getErrorCode() - Method in exception org.hibernate.JDBCException
Get the errorCode of the underlying SQLException.
getErrorCount() - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
getErrorCount() - Method in interface org.hibernate.hql.internal.ast.ParseErrorHandler
 
getErrors() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
getEscapeCharacter() - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
 
getEvent() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the event property.
getEventListenerGroup(EventType<T>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
getEventListenerGroup(EventType<T>) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
getEventType() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
getEventType() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Retrieve the event type associated with this groups of listeners.
getEvictionMaxEntries() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getEvictionStrategy() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getEvictionWakeUpInterval() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Returns a List of all Exceptions which occured during the export.
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Returns a List of all Exceptions which occured during the export.
getExcludeDefaultListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the excludeDefaultListeners property.
getExcludedPropertyNames() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExcludeSuperclassListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the excludeSuperclassListeners property.
getExcludeUnlistedClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getExecutableCriteria(Session) - Method in class org.hibernate.criterion.DetachedCriteria
Get an executable instance of Criteria, to actually run the query.
getExecutionAvgTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getExecutionAvgTime
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
average time in ms taken by the excution of this query onto the DB
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
average time in ms taken by the excution of this query onto the DB
getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getExecutionCount
getExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionMaxTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getExecutionMaxTime
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
max time in ms taken by the excution of this query onto the DB
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
max time in ms taken by the excution of this query onto the DB
getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionMinTime() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getExecutionMinTime
getExecutionMinTime() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
min time in ms taken by the excution of this query onto the DB
getExecutionMinTime() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
min time in ms taken by the excution of this query onto the DB
getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionRowCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getExecutionRowCount
getExecutionRowCount() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
Number of lines returned by all the executions of this query (from DB) For now, Query.iterate() and Query.scroll()() do not fill this statistic
getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
 
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
When (if) we need to expand a row value constructor, what is the text of the connector to use between the expansion fragments.
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorText() - Method in class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
When (if) we need to expand a row value constructor, what is the type of connector to use between the expansion fragments.
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
getExpansionConnectorType() - Method in class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
getExpectation() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
getExpectation() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
Get the expectation pertaining to the outcome of the Batch associated with this key.
getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getExpectedType() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getExpectedType() - Method in interface org.hibernate.hql.internal.ast.tree.ExpectedTypeAwareNode
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
getExpectedType() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getExpectedType() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in interface org.hibernate.param.ParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpectedType() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Get the type which we are expeting for a bind into this parameter based on translated contextual information.
getExpirationLifespan() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExpirationMaxIdle() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getExplicitCatalogName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getExplicitCatalogName() - Method in interface org.hibernate.metamodel.source.binder.TableSource
Obtain the supplied catalog name
getExplicitCatalogName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getExplicitCollectionTableName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getExplicitCollectionTableName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getExplicitColumnName() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getExplicitEntityName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getExplicitForeignKeyName() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getExplicitForeignKeyName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeKeySource
 
getExplicitForeignKeyName() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.metamodel.source.hbm.PluralAttributeKeySourceImpl
 
getExplicitFromElements() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getExplicitHibernateTypeDescriptor() - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
getExplicitHibernateTypeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
getExplicitHibernateTypeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
getExplicitHibernateTypeName() - Method in interface org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolver
 
getExplicitHibernateTypeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.CompositeAttributeTypeResolver
 
getExplicitHibernateTypeName() - Method in interface org.hibernate.metamodel.source.binder.DiscriminatorSource
Obtain the discriminator type.
getExplicitHibernateTypeParameters() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
getExplicitHibernateTypeParameters() - Method in interface org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolver
 
getExplicitHibernateTypeParameters() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.CompositeAttributeTypeResolver
 
getExplicitHibernateTypeSource() - Method in interface org.hibernate.metamodel.source.binder.BasicPluralAttributeElementSource
 
getExplicitHibernateTypeSource() - Method in class org.hibernate.metamodel.source.hbm.BasicPluralAttributeElementSourceImpl
 
getExplicitName() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getExplicitName() - Method in interface org.hibernate.cfg.ObjectNameSource
Retrieve the name explicitly provided by the user.
getExplicitSchemaName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getExplicitSchemaName() - Method in interface org.hibernate.metamodel.source.binder.TableSource
Obtain the supplied schema name
getExplicitSchemaName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getExplicitTableName() - Method in interface org.hibernate.metamodel.source.binder.TableSource
Obtain the supplied table name.
getExplicitTuplizerClassName() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getExplicitTuplizerClassName() - Method in interface org.hibernate.metamodel.source.binder.ComponentAttributeSource
 
getExplicitTuplizerClassName() - Method in interface org.hibernate.metamodel.source.binder.CompositePluralAttributeElementSource
 
getExplicitTuplizerClassName() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getExplicitTuplizerClassName() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getExplicitTypeName() - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in interface org.hibernate.metamodel.relational.Exportable
Get a unique identifier to make sure we are not exporting the same database structure multiple times.
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.Index
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.PrimaryKey
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.Sequence
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.Table
 
getExportIdentifier() - Method in class org.hibernate.metamodel.relational.UniqueKey
 
getExposableStatement() - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
 
getExposableStatement() - Method in class org.hibernate.engine.jdbc.internal.proxy.ImplicitResultSetProxyHandler
 
getExposableStatement() - Method in class org.hibernate.engine.jdbc.internal.proxy.ResultSetProxyHandler
 
getExpression() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
getExpression() - Method in class org.hibernate.ejb.criteria.OrderImpl
 
getExpression() - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
 
getExpression() - Method in class org.hibernate.ejb.criteria.predicate.BooleanAssertionPredicate
 
getExpression() - Method in class org.hibernate.ejb.criteria.predicate.BooleanExpressionPredicate
Get the boolean expression defining the predicate.
getExpression() - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
getExpression() - Method in class org.hibernate.metamodel.relational.DerivedValue
Get the value expression.
getExpression() - Method in class org.hibernate.metamodel.source.annotations.attribute.DerivedValueSourceImpl
 
getExpression() - Method in class org.hibernate.metamodel.source.annotations.attribute.FormulaValue
 
getExpression() - Method in interface org.hibernate.metamodel.source.binder.DerivedValueSource
Obtain the expression used to derive the value.
getExpression() - Method in interface org.hibernate.sql.SelectExpression
 
getExpressionInternal() - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
getExpressions() - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
 
getExpressions() - Method in class org.hibernate.ejb.criteria.predicate.AbstractSimplePredicate
 
getExpressions() - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
 
getExtends() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the extends property.
getExtends() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the extends property.
getExtends() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the extends property.
getExtends() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.SubEntityElement
 
getExtendsNeeded(XmlDocument, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
For the given document, locate all extends attributes which refer to entities (entity-name or class-name) not defined within said document.
getExternalName() - Method in enum org.hibernate.cache.spi.access.AccessType
 
getExternalName() - Method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
 
getExtractedMetaDataSupport() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain information about supported behavior reported by the JDBC driver.
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getExtraKeywords() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Get the list of extra keywords (beyond standard SQL92 keywords) reported by the driver.
getExtraProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExtraProperties() - Method in class org.hibernate.jmx.HibernateService
Deprecated.
 
getExtraSelectList() - Method in class org.hibernate.sql.SelectFragment
 
getFactor() - Method in enum org.hibernate.metamodel.relational.Size.LobMultiplier
 
getFactory() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Getter for property 'factory'.
getFactory() - Method in interface org.hibernate.criterion.CriteriaQuery
 
getFactory() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Get access to the Hibernate extended EMF contract.
getFactory() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Get access to the Hibernate extended EMF contract.
getFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the creating SessionFactoryImplementor
getFactory() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFactory() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Get a handle to the encapsulated SessionFactory.
getFactory() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getFactory() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getFactory() - Method in class org.hibernate.loader.JoinWalker
 
getFactory() - Method in class org.hibernate.loader.Loader
 
getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Return the SessionFactory to which this persister "belongs".
getFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getFakeBidirectionalRelationIndexMapper() - Method in class org.hibernate.envers.entities.RelationDescription
 
getFakeBidirectionalRelationMapper() - Method in class org.hibernate.envers.entities.RelationDescription
 
getFakeRelationChanges() - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
getFalseString() - Method in class org.hibernate.type.CharBooleanType
Deprecated.
Pass the true/false values into constructor instead.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the fetch property.
getFetch() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the fetch property.
getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
 
getFetchCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
getFetchCount
getFetchCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getFetchCount
getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getFetchCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getFetches() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'fetches'.
getFetches() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetches associated with this profile
getFetches() - Method in class org.hibernate.metamodel.binding.FetchProfile
Retrieve the fetches associated with this profile
getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
getFetchMode(String) - Method in class org.hibernate.internal.CriteriaImpl
 
getFetchMode() - Method in class org.hibernate.mapping.Collection
 
getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
 
getFetchMode() - Method in class org.hibernate.mapping.OneToMany
 
getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
 
getFetchMode() - Method in class org.hibernate.mapping.ToOne
 
getFetchMode() - Method in interface org.hibernate.mapping.Value
 
getFetchMode() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFetchMode() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
Deprecated. 
getFetchMode() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getFetchMode() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getFetchMode() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getFetchMode() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
Obtain the fetch mode to be applied to this association.
getFetchMode() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getFetchMode() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getFetchMode() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getFetchMode() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
Should we load this collection role by outerjoining?
getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
May this (subclass closure) property be fetched using an SQL outerjoin?
getFetchMode() - Method in class org.hibernate.tuple.StandardProperty
 
getFetchMode(int) - Method in class org.hibernate.type.AnyType
 
getFetchMode(int) - Method in class org.hibernate.type.ComponentType
 
getFetchMode(int) - Method in class org.hibernate.type.CompositeCustomType
 
getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the fetch mode of the indicated component property.
getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve fetch profile by name.
getFetchProfile() - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getFetchProfile() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFetchProfile() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the fetchProfile property.
getFetchProfile(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFetchProfile() - Method in class org.hibernate.internal.SessionImpl
Get the internal fetch profile currently associated with this session.
getFetchProfile() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFetchProfiles() - Method in interface org.hibernate.metamodel.Metadata
 
getFetchProfiles() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getFetchSize() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFetchSize() - Method in class org.hibernate.engine.spi.RowSelection
 
getFetchSize() - Method in class org.hibernate.internal.CriteriaImpl
 
getFetchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the fetchSize property.
getFetchStyle() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFetchStyle() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
 
getFetchStyle() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getFetchStyle() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getFetchStyle() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
 
getFetchStyle() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getFetchTiming() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFetchTiming() - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
 
getFetchTiming() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getFetchTiming() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getFetchTiming() - Method in interface org.hibernate.metamodel.source.binder.AssociationAttributeSource
 
getFetchTiming() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getFieldHandler() - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandled
Access to the current field interception handler.
getFieldResult() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Gets the value of the fieldResult property.
getFieldTransformer(ClassFile, ClassPool) - Method in class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
 
getFile() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Gets the value of the file property.
getFilename() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getFilesInClasspath(Set<String>) - Method in class org.hibernate.ejb.packaging.NativeScanner
 
getFilesInClasspath(Set<String>) - Method in interface org.hibernate.ejb.packaging.Scanner
Return all files in the classpath (ie PU visibility) matching one of these file names if filePatterns is empty, return all files the use case is really exact file name.
getFilesInJar(URL, Set<String>) - Method in class org.hibernate.ejb.packaging.NativeScanner
support for patterns is primitive: - **\/*.hbm.xml Other patterns will not be found
getFilesInJar(URL, Set<String>) - Method in interface org.hibernate.ejb.packaging.Scanner
return all files in the jar matching one of these file names if filePatterns is empty, return all files eg **\/*.hbm.xml, META-INF/orm.xml
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the filter property.
getFilter() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getFilterDef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the filterDef property.
getFilterDefinition(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.cfg.Mappings
Retrieves a filter definition by name.
getFilterDefinition() - Method in interface org.hibernate.Filter
Get the filter definition containing additional information about the filter (such as default-condition and expected parameter names/types).
getFilterDefinition() - Method in class org.hibernate.internal.FilterImpl
 
getFilterDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFilterDefinition(String) - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.
 
getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
Obtain the definition of a filter by name.
getFilterDefinitions() - Method in class org.hibernate.cfg.Configuration
 
getFilterDefinitions() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getFilterDefinitions() - Method in interface org.hibernate.cfg.Mappings
Retrieves the copmplete map of filter definitions.
getFilterDefinitions() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
 
getFilterDefinitions() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getFilterDefinitions() - Method in interface org.hibernate.metamodel.Metadata
 
getFilterDefinitions() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getFilteredPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilteredPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilteredSQL() - Method in class org.hibernate.engine.spi.QueryParameters
 
getFilterMap() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getFilterMap() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getFilterName() - Method in class org.hibernate.engine.spi.FilterDefinition
Get the name of the filter this configuration defines.
getFilterParameterType(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterParameterType(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getFilterParameterType(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFilterParameterType(String) - Method in class org.hibernate.internal.SessionImpl
Retreive the type for a given filter parrameter.
getFilterParameterType(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterParameterValue(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
use #getLoadQueryInfluencers instead
getFilterParameterValue(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFilterParameterValue(String) - Method in class org.hibernate.internal.SessionImpl
Retreive the currently set value for a filter parameter.
getFilterParameterValue(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFilterQueryPlan(String, String, boolean, Map) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
 
getFilters() - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
 
getFilters() - Method in class org.hibernate.ejb.packaging.JarProtocolVisitor
 
getFilters() - Method in interface org.hibernate.ejb.packaging.JarVisitor
 
getFilters() - Method in class org.hibernate.mapping.Collection
 
getFilters() - Method in interface org.hibernate.mapping.Filterable
 
getFilters() - Method in class org.hibernate.mapping.PersistentClass
 
getFilters() - Method in class org.hibernate.mapping.Subclass
 
getFinal(int, Type) - Method in class org.hibernate.internal.AbstractScrollableResults
Check that the requested type is compatible with the result type, and return the column value.
getFinalFromClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getFirst() - Method in class org.hibernate.envers.tools.Pair
 
getFirst() - Method in class org.hibernate.envers.tools.Triple
 
getFirstArgumentType() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getFirstArgumentType() - Method in interface org.hibernate.hql.internal.ast.tree.FunctionNode
 
getFirstArgumentType() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getFirstJoin() - Method in class org.hibernate.engine.internal.JoinSequence
 
getFirstLevelCache() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getFirstLevelCache() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
 
getFirstNonWhitespaceCharacter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
getFirstResult() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getFirstResult() - Method in class org.hibernate.internal.CriteriaImpl
 
getFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
 
getFirstRow() - Method in class org.hibernate.engine.spi.RowSelection
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getFirstSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionList
Returns the first select expression node that should be considered when building the array of select expressions.
getFixtureOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getFloat(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getFloat(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a float
getFlushBeforeCompletionEnabled() - Method in class org.hibernate.jmx.HibernateService
Deprecated.
 
getFlushBeforeCompletionEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Is automatic Session flusing enabled?
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getFlushCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getFlushCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.
 
getFlushCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getFlushCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of flush executed by sessions (either implicit or explicit)
getFlushMode(String) - Static method in class org.hibernate.cfg.HbmBinder
 
getFlushMode() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Hibernate can be set in various flush modes that are unknown to JPA 2.0.
getFlushMode() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getFlushMode(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
 
getFlushMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFlushMode() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getFlushMode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFlushMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.internal.SessionImpl
 
getFlushMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFlushMode() - Method in interface org.hibernate.Session
Get the current flush mode for this session.
getFor(Configuration) - Static method in class org.hibernate.envers.configuration.AuditConfiguration
 
getFor(Configuration, ClassLoaderService) - Static method in class org.hibernate.envers.configuration.AuditConfiguration
 
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.metamodel.binding.CollectionKey
 
getForeignKeyDirection() - Method in class org.hibernate.type.AnyType
 
getForeignKeyDirection() - Method in interface org.hibernate.type.AssociationType
Get the foreign key directionality of this association
getForeignKeyDirection() - Method in class org.hibernate.type.CollectionType
 
getForeignKeyDirection() - Method in class org.hibernate.type.ManyToOneType
 
getForeignKeyDirection() - Method in class org.hibernate.type.OneToOneType
 
getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
 
getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyMetadata(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeyName() - Method in interface org.hibernate.metamodel.relational.state.ManyToOneRelationalState
 
getForeignKeys() - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
getForeignKeys() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.property.Getter
Get the property value from the given owner instance.
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
getForInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.property.MapAccessor.MapGetter
Get the property value from the given owner instance.
getFormatter() - Method in enum org.hibernate.engine.jdbc.internal.FormatStyle
 
getFormatter() - Method in enum org.hibernate.hql.internal.ast.util.LiteralProcessor.DecimalLiteralFormat
 
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.mapping.Formula
 
getFormula() - Method in interface org.hibernate.metamodel.relational.state.DerivedValueRelationalState
 
getFormulaAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
getFormulaFragment() - Method in interface org.hibernate.sql.ordering.antlr.FormulaReference
Retrieve the formula fragment.
getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2400Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
Given a lock mode, determine the appropriate for update fragment to use.
getForUpdateString() - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire locks for this dialect.
getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString() - Method in class org.hibernate.dialect.FrontBaseDialect
Does this dialect support the FOR UPDATE syntax.
getForUpdateString() - Method in class org.hibernate.dialect.H2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MckoiDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
Since the RDMS-JDBC driver does not support for updates, this string is set to an empty string.
getForUpdateString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.TeradataDialect
Does this dialect support the FOR UPDATE syntax?
getForUpdateString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getFromClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getFromClause() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getFromClause() - Method in interface org.hibernate.hql.internal.ast.tree.RestrictableStatement
Retreives the from-clause in effect for this statement.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getFromElement(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Retreives the from-element represented by the given alias.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getFromElement() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns the FROM element that this expression refers to.
getFromElement() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
getFromElements() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns the list of from elements in order.
getFromElementsForLoad() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
FromElements which need to be accounted for in the load phase (either for return or for fetch).
getFromEntityNameCache(Object, Number, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
Gets the entityName from the cache.
getFromMappedBy(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getFromMappedBy(String, String) - Method in interface org.hibernate.cfg.Mappings
 
getFromPart() - Method in class org.hibernate.engine.internal.JoinSequence
 
getFromPropertyName() - Method in class org.hibernate.envers.entities.RelationDescription
 
getFullPath() - Method in class org.hibernate.loader.PropertyPath
 
getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getFunction(String, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
getFunctionName() - Method in class org.hibernate.criterion.AggregateProjection
 
getFunctionName() - Method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
 
getFunctionName() - Method in interface org.hibernate.ejb.criteria.expression.function.FunctionExpression
Retrieve the name of the function.
getFunctions() - Method in class org.hibernate.dialect.Dialect
Retrieves a map of the dialect's registered functions (functionName => SQLFunction).
getGenerated() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the generated property.
getGeneratedId() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
getGeneratedIdentity(ResultSet, String, Type) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Get the generated identifier when using identity columns
getGeneratedValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the generatedValue property.
getGeneratedVersion() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getGeneratedVersion() - Method in class org.hibernate.id.uuid.StandardRandomStrategy
A variant 4 (random) strategy
getGeneratedVersion() - Method in interface org.hibernate.id.UUIDGenerationStrategy
Which variant, according to IETF RFC 4122, of UUID does this strategy generate? RFC 4122 defines 5 variants (though it only describes algorithms to generate 4): 1 = time based 2 = DCE based using POSIX UIDs 3 = name based (md5 hash) 4 = random numbers based 5 = name based (sha-1 hash) Returning the values above should be reserved to those generators creating variants compliant with the corresponding RFC definition; others can feel free to return other values as they see fit.
getGeneration() - Method in class org.hibernate.mapping.Property
 
getGeneration() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
getGeneration() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getGeneration() - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
Obtain the generation strategy for this attribute/value.
getGeneration() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
getGeneration() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getGeneration() - Method in interface org.hibernate.metamodel.source.binder.SingularAttributeSource
Obtain a description of if/when the attribute value is generated by the database.
getGeneration() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getGenerator(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getGenerator(String, Map<String, IdGenerator>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getGenerator(String) - Method in interface org.hibernate.cfg.Mappings
Retrieve the id-generator by name.
getGenerator(String, Map<String, IdGenerator>) - Method in interface org.hibernate.cfg.Mappings
Try to find the generator from the localGenerators and then from the global generator list
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
Gets the value of the generator property.
getGeneratorTableProperties(String, Map<String, Properties>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getGeneratorTableProperties(String, Map<String, Properties>) - Method in interface org.hibernate.cfg.Mappings
Retrieve the properties related to a generator table.
getGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getGetGeneratedKeysEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Is use of JDBC3 getGeneratedKeys() enabled?
getGetter(Class, PropertyData) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
getGetter(Class, String, String) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
getGetter(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Directly retrieve the Getter reference via the BasicPropertyAccessor.
getGetter(Class) - Method in class org.hibernate.mapping.Property
 
getGetter(Class, String) - Method in class org.hibernate.property.BackrefPropertyAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in class org.hibernate.property.BasicPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.ChainedPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.DirectPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.EmbeddedPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.IndexPropertyAccessor
 
getGetter(Class, String) - Method in class org.hibernate.property.MapAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in class org.hibernate.property.NoopAccessor
Create a "getter" for the named attribute
getGetter(Class, String) - Method in interface org.hibernate.property.PropertyAccessor
Create a "getter" for the named attribute
getGetter(int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getGetter(int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getGetter(int) - Method in interface org.hibernate.tuple.Tuplizer
Retrieve the getter for the specified property.
getGetters() - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the setter names of properties.
getGlobalCfg() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getGlobalMetaAttributeContext() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getGlobalMetaAttributeContext() - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
getGrant() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
Gets the value of the grant property.
getGroupBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getGroupings() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
getGroupList() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getGroupList() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
getGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getGroupRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getGroupRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
getHashCode(Object) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractLobType
Deprecated.
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.
 
getHashCode(Object) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object) - Method in class org.hibernate.type.CompositeCustomType
 
getHashCode(Object) - Method in class org.hibernate.type.CustomType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Get a hash code, consistent with persistence "equality".
getHashCode(Object) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHaving() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
getHbmfiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getHibernateConfiguration() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
This API is intended to give a read-only configuration.
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
Get the underlying lazy initialization handler.
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
 
getHibernateQuery() - Method in interface org.hibernate.ejb.HibernateQuery
 
getHibernateQuery() - Method in class org.hibernate.ejb.QueryImpl
 
getHibernateType() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getHibernateType() - Method in class org.hibernate.ejb.metamodel.EmbeddableTypeImpl
 
getHibernateTypeDescriptor() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getHibernateTypeDescriptor() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
Obtain the descriptor for the Hibernate Type for this binding.
getHibernateTypeDescriptor() - Method in class org.hibernate.metamodel.binding.BasicCollectionElement
 
getHibernateTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the Hibernate Type associated with the given Types type code.
getHibernateTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Dialect
Get the name of the Hibernate Type associated with the given Types typecode with the given storage specification parameters.
getHibernateTypeResolver() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getHibernateTypeResolver() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getHibernateTypeResolver() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getHierarchyDetails() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getHierarchyInheritanceType() - Method in class org.hibernate.metamodel.source.annotations.EntityHierarchyImpl
 
getHierarchyInheritanceType() - Method in interface org.hibernate.metamodel.source.binder.EntityHierarchy
The inheritance type/strategy for the hierarchy.
getHierarchyInheritanceType() - Method in class org.hibernate.metamodel.source.hbm.EntityHierarchyImpl
 
getHighOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getHint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Gets the value of the hint property.
getHints() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getHitCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getHitCount() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getHitCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getHitCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique down to millisecond
getHitRatio() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getHiValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
Getter for property 'upperLimit'.
getHolderClass() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getHolderInstantiator(ResultTransformer, ResultTransformer, String[]) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
getHolderInstantiator() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getHqlParameterSpecification() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getHqlPosition() - Method in class org.hibernate.param.PositionalParameterSpecification
Getter for property 'hqlPosition'.
getHQLQueryPlan(String, boolean, Map) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
 
getHQLQueryPlan(String, boolean) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getId() - Method in class org.hibernate.action.internal.EntityAction
entity id accessor
getId(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
getId() - Method in class org.hibernate.engine.spi.EntityEntry
 
getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getId() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getId() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The id to be used in the database operation.
getId() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getId() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getId() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getId() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getId() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the id property.
getId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the id property.
getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getIdAttributes() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getIdByUniqueKey(Serializable, String, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdByUniqueKey(Serializable, String, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getIdClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the idClass property.
getIdClassAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
getIdColumnName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getIdColumnName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default column name to use for the identifier column if none specified in the mapping.
getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
 
getIdentifier(Object, int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getIdentifier(Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the index of the given collection entry
getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifier(SessionImplementor, String, Object) - Static method in class org.hibernate.envers.tools.Tools
 
getIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
 
getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
 
getIdentifier() - Method in class org.hibernate.mapping.OneToOne
Returns the identifier.
getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifier() - Method in class org.hibernate.mapping.RootClass
 
getIdentifier() - Method in class org.hibernate.mapping.Subclass
 
getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
 
getIdentifier(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents.
getIdentifier(Object) - Method in interface org.hibernate.Session
Return the identifier value of the given entity as associated with this session.
getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
 
getIdentifier(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the identifier value from the given entity.
getIdentifier(Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
 
getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in exception org.hibernate.WrongClassException
 
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getIdentifierAttributeSource() - Method in class org.hibernate.metamodel.source.annotations.attribute.SimpleIdentifierSourceImpl
 
getIdentifierAttributeSource() - Method in interface org.hibernate.metamodel.source.binder.ComponentIdentifierSource
Obtain the source descriptor for the identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.metamodel.source.binder.SimpleIdentifierSource
Obtain the source descriptor for the identifier attribute.
getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's identifier column aliases, based on the given suffix.
getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
 
getIdentifierColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Loadable
Get the names of columns used to persist the identifier
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Queryable
Get the names of columns used to persist the identifier
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumns(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier column names of this entity
getIdentifierColumns(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the identifier generator for the hierarchy
getIdentifierGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the identifierGenerator property.
getIdentifierGenerator(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierGenerator() - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the surrogate key generation strategy (optional operation)
getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine which identifier generation strategy is used for this entity.
getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
 
getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Retrieve the class that will be used as the IdentifierGenerator for the given strategy.
getIdentifierGeneratorClass(String) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
getIdentifierGeneratorDescriptor() - Method in class org.hibernate.metamodel.source.annotations.attribute.SimpleIdentifierSourceImpl
 
getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.metamodel.source.binder.IdentifierSource
Obtain the identifier generator source.
getIdentifierGeneratorFactory() - Method in class org.hibernate.cfg.Configuration
Retrieve the IdentifierGeneratorFactory in effect for this configuration.
getIdentifierGeneratorFactory() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.cfg.Mappings
Retrieve the IdentifierGeneratorFactory in effect for this mapping.
getIdentifierGeneratorFactory() - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
temporary solution
getIdentifierGeneratorFactory() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getIdentifierGeneratorProperties() - Method in class org.hibernate.mapping.SimpleValue
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.IdGenerator
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.SimpleValue
Returns the identifierGeneratorStrategy.
getIdentifierGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifierGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Retrieve the getter for the identifier property.
getIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifierMapper() - Method in class org.hibernate.mapping.Subclass
 
getIdentifierMapperType() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getIdentifierOrUniqueKeyPropertyName(EntityType) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Determine the name of the property for the entity encapsulated by the given type which represents the id or unique-key.
getIdentifierOrUniqueKeyPropertyName(Mapping) - Method in class org.hibernate.type.EntityType
The name of the property on the associated entity to which our FK refers
getIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
Determine the type of either (1) the identifier if we reference the associated entity's PK or (2) the unique key to which we refer (i.e.
getIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getIdentifierProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getIdentifierPropertyName(String) - Method in interface org.hibernate.engine.spi.Mapping
 
getIdentifierPropertyName(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierPropertyName() - Method in interface org.hibernate.metadata.ClassMetadata
Get the name of the identifier property (or return null)
getIdentifierPropertyName(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getIdentifierPropertyName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierPropertyName() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the name of the identifier property (or return null) - need not return the name of an actual Java property
getIdentifierSource() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getIdentifierSource() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain source information about this entity's identifier.
getIdentifierSource() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getIdentifierType(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier type of this entity
getIdentifierType(String) - Method in interface org.hibernate.engine.spi.Mapping
 
getIdentifierType() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'identifierType'.
getIdentifierType() - Method in class org.hibernate.id.enhanced.TableGenerator
Type mapping for the identifier.
getIdentifierType() - Method in class org.hibernate.id.SequenceGenerator
 
getIdentifierType(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierType(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getIdentifierType() - Method in class org.hibernate.mapping.Any
 
getIdentifierType() - Method in interface org.hibernate.metadata.ClassMetadata
Get the identifier Hibernate type
getIdentifierType(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getIdentifierType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the type of the surrogate key
getIdentifierType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierType() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier type
getIdentifierValue() - Method in class org.hibernate.mapping.Table
 
getIdentityColumn() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getIdentityColumn() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getIdentityColumns() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getIdentityColumns() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getIdentityColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.Dialect
The syntax used during DDL to define a column as being an IDENTITY of a particular type.
getIdentityColumnString() - Method in class org.hibernate.dialect.Dialect
The syntax used during DDL to define a column as being an IDENTITY.
getIdentityColumnString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.InformixDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.Ingres10Dialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getIdentityColumnString() - Method in class org.hibernate.dialect.MySQLDialect
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.Dialect
The keyword used to insert a generated value into an identity column (or null).
getIdentityInsertString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.Ingres10Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.DB2390Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.DB2400Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.Dialect
Get the select command to use to retrieve the last generated IDENTITY value for a particular table
getIdentitySelectString() - Method in class org.hibernate.dialect.Dialect
Get the select command to use to retrieve the last generated IDENTITY value.
getIdentitySelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.InformixDialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.Ingres10Dialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
Get the select command used to retrieve the last generated sequence value.
getIdentitySelectString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getIdentitySelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getIdentitySelectString() - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get the database-specific SQL command to retrieve the last generated IDENTITY value.
getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getIdentityTables() - Method in class org.hibernate.mapping.RootClass
 
getIdGenerator(String) - Method in interface org.hibernate.metamodel.Metadata
 
getIdGenerator() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getIdGenerator(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getIdMapper() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getIdMapper() - Method in class org.hibernate.envers.entities.IdMappingData
 
getIdMapper() - Method in class org.hibernate.envers.entities.RelationDescription
 
getIdMappingData() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getIdOfOwnerOrNull(Serializable, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Get the id value from the owning entity key, usually the same as the key, but might be some other property, in the case of property-ref
getIdSelectParameterSpecifications() - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
getIdType() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
getIdType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object, initializing if necessary
getImplementation(SessionImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object in the given session, or null if not contained in this session's persistence context.
getImplementors(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the names of all persistent classes that implement/extend the given interface/class
getImplementors(String) - Method in class org.hibernate.internal.SessionFactoryImpl
Given the name of an entity class, determine all the class and interface names by which it can be referenced in an HQL query.
getImpliedJoin() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getImpliedJoin() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
Sub-classes can override this method if they produce implied joins (e.g.
getImpliedJoinType() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getImport() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the import property.
getImportedClass(String, SessionFactoryImplementor) - Static method in class org.hibernate.hql.internal.QuerySplitter
 
getImportedClassName(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a class name, using query language imports
getImportedClassName(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Given a (potentially unqualified) class name, locate its imported qualified name.
getImportedClassName(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getImportFiles() - Method in class org.hibernate.cfg.Settings
 
getImports() - Method in class org.hibernate.cfg.Configuration
Get the query language imports
getImports() - Method in interface org.hibernate.metamodel.Metadata
 
getImports() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getInclude() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Gets the value of the include property.
getInclude() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
Gets the value of the include property.
getIncrementSize() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The configured increment size
getIncrementSize() - Method in interface org.hibernate.id.enhanced.Optimizer
Retrieves the defined increment size.
getIncrementSize() - Method in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
 
getIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableGenerator
The amount of increment to use.
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableStructure
 
getIncrementSize() - Method in class org.hibernate.metamodel.relational.Sequence
 
getIndex() - Method in exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Returns the index of the property that causes this exception.
getIndex(String, Class[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
getIndex(Class[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getIndex(Element, String, int) - Static method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the index of the given collection entry
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the index property.
getIndex() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndex(String) - Method in class org.hibernate.mapping.Table
 
getIndex() - Method in class org.hibernate.metamodel.relational.Value.JdbcCodes
 
getIndex() - Method in interface org.hibernate.metamodel.source.annotations.AnnotationBindingContext
 
getIndex() - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getIndex() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getIndexAttributeName(CollectionPersister) - Static method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.
 
getIndexCollectionSelectorParamSpec() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getIndexColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's index column aliases, based on the given suffix.
getIndexColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation)
getIndexColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation), aliased by the given table alias
getIndexedAnnotations(DotName) - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder
 
getIndexedClassInfo(DotName) - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.IndexBuilder
 
getIndexes() - Method in class org.hibernate.metamodel.relational.InLineView
 
getIndexes() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getIndexes() - Method in class org.hibernate.metamodel.relational.Table
 
getIndexes() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getIndexForColumnName(String, ResultSet) - Method in class org.hibernate.engine.jdbc.ColumnNameCache
 
getIndexFormulas() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexFormulas() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the index formulas if this is an indexed collection (optional operation)
getIndexInOwner(String, String, Object, Map) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Search the persistence context for an index of the child object, given a collection role
getIndexInOwner(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
Search the persistence context for an index of the child object, given a collection role
getIndexIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getIndexIterator() - Method in class org.hibernate.mapping.Table
 
getIndexManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the indexManyToAny property.
getIndexManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the indexManyToMany property.
getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getIndexNodeName() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndexNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getIndexType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection index type (or null if the collection has no index)
getIndexType() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.IndexedPluralAttributeImpl
 
getIndexType() - Method in interface org.hibernate.metamodel.domain.IndexedPluralAttribute
 
getIndexType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "index" type for a list or map (optional operation)
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
Return the limit that the underlying database places on the number elements in an IN predicate.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.TeradataDialect
 
getInheritance() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the inheritance property.
getInheritanceStateOfSuperEntity(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
 
getInheritanceType() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getInitialContext(Properties) - Static method in class org.hibernate.internal.util.jndi.JndiHelper
Deprecated.
 
getInitializer() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Intended for internal use only.
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.SortedMapCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.SortedSetCollectionMapper
 
getInitialValue() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The configured initial value
getInitialValue() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getInitialValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The initial value to use when we find no previous state in the generator table corresponding to our sequence.
getInitialValue() - Method in class org.hibernate.id.enhanced.TableStructure
 
getInitialValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.metamodel.relational.Sequence
 
getInLineView(String) - Method in class org.hibernate.metamodel.relational.Schema
 
getInList() - Method in class org.hibernate.hql.internal.ast.tree.InLogicOperatorNode
 
getInputStream() - Method in class org.hibernate.ejb.packaging.Entry
 
getInputStream() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Retrieve the input stream.
getInputStream() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getInsertCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getInsertCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getInsertCount
getInsertCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getInsertCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.IdentityGenerator
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SelectGenerator
 
getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SequenceIdentityGenerator
 
getInsertionTypes() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getInstance() - Method in class org.hibernate.action.internal.EntityAction
entity instance accessor
getInstance() - Static method in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Returns the singleton instance
getInstance(String) - Static method in class org.hibernate.hql.internal.ast.HqlParser
 
getInstanceToLoad() - Method in class org.hibernate.event.spi.LoadEvent
 
getInstantiationOptimizer() - Method in class org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl
 
getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
 
getInstantiator() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getInstrumentationMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getInstrumentationMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getInstrumentationMetadata() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getInt(String, Map, int) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as an int
getInteger(Object) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
 
getInteger(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getInteger(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as an Integer
getInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read an integer
getIntegralDataTypeHolder(Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
getIntegrators() - Method in class org.hibernate.integrator.internal.IntegratorServiceImpl
 
getIntegrators() - Method in interface org.hibernate.integrator.spi.IntegratorService
Retrieve all integrators.
getInterceptor() - Method in class org.hibernate.cfg.Configuration
Retrieve the configured Interceptor.
getInterceptor() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.
 
getInterceptor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the factory scoped interceptor for this factory.
getInterceptor() - Method in interface org.hibernate.engine.spi.SessionImplementor
Retrieves the interceptor currently in use by this event source.
getInterceptor() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getInterceptor() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getInterceptor() - Method in class org.hibernate.internal.SessionImpl
 
getInterceptor() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getInterceptor() - Method in interface org.hibernate.SessionFactory.SessionFactoryOptions
 
getInternalFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getIntoClause() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
Retreive this insert statement's into-clause.
getIntValue(String, int) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
getInverseJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Gets the value of the inverseJoinColumn property.
getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a local network
getJar() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Gets the value of the jar property.
getJarFiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getJarURLFromURLEntry(URL, String) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
Get the JAR URL of the JAR containing the given entry Method used in a non managed environment
getJavaClass() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
getJavaContract() - Method in enum org.hibernate.metamodel.domain.PluralAttributeNature
 
getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
getJavaMember() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
getJavaMember() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
getJavaType() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getJavaType() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.ImplicitParameterBinding
Get the java type of the "thing" that led to the implicit parameter.
getJavaType() - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
getJavaType() - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
 
getJavaType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
getJavaType() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
getJavaType() - Method in class org.hibernate.ejb.metamodel.AbstractType
 
getJavaType() - Method in class org.hibernate.ejb.metamodel.BasicTypeImpl
 
getJavaType() - Method in class org.hibernate.metamodel.relational.Datatype
 
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Retrieve the Java type handled here.
getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the Java type handled here.
getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJavaTypeName() - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
getJaxbRoot() - Method in class org.hibernate.metamodel.source.hbm.MappingDocument
 
getJaxbRootList() - Method in class org.hibernate.metamodel.MetadataSources
 
getJdbcBatchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcBatchSize() - Method in class org.hibernate.cfg.Settings
 
getJdbcBatchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Get the maximum JDBC batch size
getJdbcConnectionAccess() - Method in interface org.hibernate.engine.spi.SessionImplementor
Provides access to JDBC connections
getJdbcConnectionAccess() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
 
getJdbcConnectionAccess() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getJdbcConnectionAccess() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getJdbcCoordinator() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
getJdbcCoordinator() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Retrieves the JDBC coordinator currently operating within this transaction coordinator.
getJdbcFetchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcFetchSize() - Method in class org.hibernate.cfg.Settings
 
getJdbcFetchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Get the JDBC fetch size
getJdbcScrollableResultSetEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcScrollableResultSetEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Is use of scrollable resultsets enabled?
getJdbcServices() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
getJdbcServices() - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
 
getJdbcServices() - Method in class org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler
 
getJdbcServices() - Method in class org.hibernate.engine.jdbc.internal.proxy.ImplicitResultSetProxyHandler
 
getJdbcServices() - Method in class org.hibernate.engine.jdbc.internal.proxy.ResultSetProxyHandler
 
getJdbcServices() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Obtains the JDBC services associated with this logical connection.
getJdbcServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the JdbcServices.
getJdbcServices() - Method in interface org.hibernate.engine.transaction.spi.TransactionEnvironment
Retrieve the JDBC services for this environment.
getJdbcServices() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getJdbcServices() - Method in class org.hibernate.internal.TransactionEnvironmentImpl
 
getJdbcTypeCode() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getJndiName() - Method in class org.hibernate.jmx.HibernateService
Deprecated.
 
getJndiName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
The JNDI name to bind to the SessionFactory
getJoin() - Method in class org.hibernate.cfg.Ejb3Column
 
getJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the join property.
getJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the join property.
getJoin() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.JoinElementSource
 
getJoinable() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getJoinable() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getJoinableType() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getJoinClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the joinColumn property.
getJoinCount() - Method in class org.hibernate.engine.internal.JoinSequence
 
getJoinedSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the joinedSubclass property.
getJoinedSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the joinedSubclass property.
getJoinFragment() - Method in class org.hibernate.sql.QuerySelect
 
getJoinIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinNumber(Property) - Method in class org.hibernate.mapping.PersistentClass
 
getJoins(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getJoins(String) - Method in interface org.hibernate.cfg.Mappings
Retrieve join metadata for a particular persistent entity.
getJoins() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
getJoinSequence() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getJoinStatus() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
getJoinStatus() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
getJoinStatus() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
getJoinStatus() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Get the current state of this transaction's join status.
getJoinTable(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getJoinTable(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
return - null if no join table is present, - the join table if not overridden, - the overridden join table otherwise
getJoinTable() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getJoinTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the joinTable property.
getJoinType() - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
getJoinType() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getJoinType() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getJoinType(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.entity.EntityJoinWalker
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.JoinWalker
Determine the appropriate type of join (if any) to use to fetch the given association.
getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
Determine the appropriate associationType of join (if any) to use to fetch the given association.
getJoinType(boolean, int) - Method in class org.hibernate.loader.JoinWalker
Use an inner join if it is a non-null association and this is the "first" join in a series
getJoinType() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getJoinTypeValue() - Method in enum org.hibernate.sql.JoinType
 
getJpaCallbackClasses() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getJpaCallbackClasses() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getJpaCallbackClasses() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
 
getJpaCallbackClasses() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getJpaCallbacks() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getJpaEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getJpaEntityName() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getJpaEntityName() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getJpaEntityName() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the JPA name of the entity
getJpaEntityName() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getJtaDatasource() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getJtaPlatform() - Method in class org.hibernate.cfg.Settings
 
getJtaPlatform() - Method in interface org.hibernate.engine.transaction.spi.TransactionEnvironment
Retrieve the JTA platform for this environment.
getJtaPlatform() - Method in class org.hibernate.internal.TransactionEnvironmentImpl
 
getJtaPlatformName() - Method in class org.hibernate.jmx.HibernateService
Deprecated.
 
getJtaPlatformName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated.
Get the name of the JtaPlatform implementation to use.
getJVM() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique across JVMs on this machine (unless they load this class in the same quater second - very unlikely)
getJvmIdentifierBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getJvmIdentifierHexString() - Static method in class org.hibernate.id.uuid.Helper
 
getJvmIdentifierInt() - Static method in class org.hibernate.id.uuid.Helper
 
getKey() - Method in class org.hibernate.action.internal.CollectionAction
 
getKey() - Method in class org.hibernate.cache.spi.CacheKey
 
getKey() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getKey() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current collection key value
getKey() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
getKey() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Retrieves the object being used to key (uniquely identify) this batch.
getKey() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getKey() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getKey() - Method in class org.hibernate.engine.spi.CollectionKey
 
getKey() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the key property.
getKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the key property.
getKey() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getKey() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityMapEntry
 
getKey() - Method in class org.hibernate.mapping.Collection
 
getKey() - Method in class org.hibernate.mapping.Join
 
getKey() - Method in class org.hibernate.mapping.JoinedSubclass
 
getKey() - Method in class org.hibernate.mapping.PersistentClass
 
getKey() - Method in class org.hibernate.mapping.RootClass
 
getKey() - Method in class org.hibernate.mapping.Subclass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getKeyColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's key column aliases, based on the given suffix.
getKeyColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumnNames() - Method in interface org.hibernate.persister.entity.Joinable
The columns to join on
getKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getKeyOfOwner(Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Get the key value from the owning entity instance, usually the identifier, but might be some other unique key, in the case of property-ref
getKeyPropertyOrKeyManyToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the keyPropertyOrKeyManyToOne property.
getKeyPropertyOrKeyManyToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
Gets the value of the keyPropertyOrKeyManyToOne property.
getKeyPropertyOrKeyManyToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
Gets the value of the keyPropertyOrKeyManyToOne property.
getKeys() - Method in class org.hibernate.metamodel.source.MetaAttributeContext
 
getKeySource() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getKeySource() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getKeyType() - Method in class org.hibernate.loader.collection.CollectionLoader
 
getKeyType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection key type
getKeyType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "key" type (the type of the foreign key)
getKeywords() - Method in class org.hibernate.dialect.Dialect
 
getLastChar() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
Returns the last character written to the output, or -1 if there isn't one.
getLastChild(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Returns the last direct child of 'n'.
getLastComponent(String) - Static method in class org.hibernate.envers.tools.StringTools
 
getLastNonWhitespaceCharacter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
getLastSourceValue() - Method in interface org.hibernate.id.enhanced.Optimizer
A common means to access the last value obtained from the underlying source.
getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
 
getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
Getter for property 'lastValue'.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the lazy property.
getLazy() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLeaf() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableHierarchy
 
getLeftHandOperand() - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
Get the left-hand operand.
getLeftHandOperand() - Method in interface org.hibernate.ejb.criteria.expression.BinaryOperatorExpression
Get the left-hand operand.
getLeftHandOperand() - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
 
getLeftHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
Retrieves the left-hand operand of the operator.
getLeftHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
Retrieves the left-hand operand of the operator.
getLeftHandOperand() - Method in interface org.hibernate.hql.internal.ast.tree.BinaryOperatorNode
Retrieves the left-hand operand of the operator.
getLength() - Method in class org.hibernate.cfg.Ejb3Column
 
getLength() - Method in class org.hibernate.criterion.ProjectionList
 
getLength() - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
getLength() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Retrieve the length of the input stream
getLength() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Retrieve the number of characters.
getLength() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getLength() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getLength() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.mapping.Column
 
getLength() - Method in class org.hibernate.metamodel.relational.Size
 
getLength() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
getLevel() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getLhs() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getLhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getLHSColumnNames(AssociationType, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the columns of the owning entity which are to be used in the join
getLHSColumnNames(AssociationType, int, int, OuterJoinLoadable, Mapping) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the columns of the owning entity which are to be used in the join
getLHSColumns() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
getLHSPropertyName() - Method in class org.hibernate.type.AnyType
 
getLHSPropertyName() - Method in interface org.hibernate.type.AssociationType
Get the name of a property in the owning entity that provides the join key (null if the identifier)
getLHSPropertyName() - Method in class org.hibernate.type.CollectionType
 
getLHSPropertyName() - Method in class org.hibernate.type.EntityType
 
getLHSTableName(AssociationType, int, OuterJoinLoadable) - Static method in class org.hibernate.engine.internal.JoinHelper
 
getLifecycleOwner() - Method in class org.hibernate.service.spi.ServiceBinding
 
getLimitHandler(String, RowSelection) - Method in class org.hibernate.loader.Loader
Build LIMIT clause handler applicable for given selection criteria.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Cache71Dialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2390Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2400Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
Given a limit and an offset, apply the limit clause to the query.
getLimitString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.FirebirdDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.H2Dialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.InformixDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.Ingres9Dialect
Add a LIMIT clause to the given SQL SELECT
getLimitString(String, int, int) - Method in class org.hibernate.dialect.IngresDialect
Add a LIMIT clause to the given SQL SELECT
getLimitString(String, boolean) - Method in class org.hibernate.dialect.InterbaseDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.SQLServerDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.TimesTenDialect
 
getLine() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getList(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getList(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getListAttribute() - Method in class org.hibernate.ejb.criteria.expression.ListIndexExpression
 
getListener() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the listener property.
getListener() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
Gets the value of the listener property.
getListIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the listIndex property.
getLiteral() - Method in class org.hibernate.ejb.criteria.expression.LiteralExpression
 
getLiteralPrefix() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getLiteralProcessor() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getLiteralSuffix() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getLoadContext() - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
 
getLoadContexts() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getLoadContexts() - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve this persistence context's managed load context.
getLoadCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
getLoadCount
getLoadCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getLoadCount
getLoadCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getLoadCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getLoadCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the ID for the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the ID for the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owned this persistent collection when it was loaded
getLoadedCollectionPersister(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedElementsIterator(SessionImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingAction
Iterate just the elements of the collection that are already there.
getLoadedKey() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getLoadedOwnerIdOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedOwnerOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getLoadedState() - Method in class org.hibernate.engine.spi.EntityEntry
 
getLoadedValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the loaded value of this attribute.
getLoadedValue(String) - Method in class org.hibernate.engine.spi.EntityEntry
 
getLoader() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getLoader() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the loader property.
getLoader() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getLoaderName() - Method in class org.hibernate.mapping.Collection
 
getLoaderName() - Method in class org.hibernate.mapping.PersistentClass
 
getLoaders() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
getLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLoadingCollection(CollectionPersister, Serializable) - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
Retrieve the collection that is being loaded as part of processing this result set.
getLoadQueryInfluencers() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the load query influencers associated with this session.
getLoadQueryInfluencers() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getLoadQueryInfluencers() - Method in class org.hibernate.internal.SessionImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.loader.JoinWalker
 
getLoadQueryInfluencers() - Method in class org.hibernate.loader.OuterJoinLoader
 
getLob() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the lob property.
getLob() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the lob property.
getLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Create an instance of a LobCreator appropriate for the current environment, mainly meant to account for variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5).
getLobCreator(Session) - Static method in class org.hibernate.Hibernate
 
getLobCreator(SessionImplementor) - Static method in class org.hibernate.Hibernate
 
getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Obtain access to the LobCreator
getLobHelper() - Method in class org.hibernate.internal.SessionImpl
 
getLobHelper() - Method in interface org.hibernate.Session
Retrieve this session's helper/delegate for creating LOB instances.
getLobMergeStrategy() - Method in class org.hibernate.dialect.Dialect
 
getLobMultiplier() - Method in class org.hibernate.metamodel.relational.Size
 
getLocalBindingContext() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getLocalBindingContext() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getLocalBindingContext() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getLocalBindingContext() - Method in interface org.hibernate.metamodel.source.binder.AttributeSourceContainer
Obtain the local binding context associated with this container.
getLocalBindingContext() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the binding context local to this entity source.
getLocalBindingContext() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getLocalBindingContext() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getLocalBindingContext() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getLocale(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getLocale(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a locale
getLocalKeys() - Method in class org.hibernate.metamodel.source.MetaAttributeContext
 
getLocalMetaAttribute(String) - Method in class org.hibernate.metamodel.source.MetaAttributeContext
 
getLocalStatus() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
getLocalStatus() - Method in interface org.hibernate.Transaction
Get the current local status of this transaction.
getLockable() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Cache71Dialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Dialect
Get a strategy instance which knows how to acquire a database-level lock of the specified mode for this dialect.
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.FrontBaseDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.HSQLDialect
For HSQLDB 2.0, this is a copy of the base class implementation.
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.MckoiDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.PointbaseDialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.TimesTenDialect
 
getLockMode() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Retrieve the specific lock mode defined.
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
getLockMode(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getLockMode() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getLockMode() - Method in class org.hibernate.ejb.QueryImpl
 
getLockMode(LockModeType) - Static method in class org.hibernate.ejb.util.LockModeTypeHelper
 
getLockMode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the lock-mode to apply to this return
getLockMode() - Method in class org.hibernate.engine.spi.EntityEntry
 
getLockMode() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockMode() - Method in class org.hibernate.event.spi.LockEvent
 
getLockMode() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockMode() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getLockMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.loader.custom.NonScalarReturn
 
getLockMode() - Method in class org.hibernate.LockOptions
Retrieve the overall lock mode in effect for this set of options.
getLockMode() - Method in interface org.hibernate.Session.LockRequest
Get the lock mode.
getLockMode() - Method in class org.hibernate.sql.Select
Deprecated.
Instead use getLockOptions
getLockModeArray() - Method in class org.hibernate.loader.JoinWalker
 
getLockModeOptions() - Method in class org.hibernate.loader.JoinWalker
 
getLockModes(LockOptions) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getLockModes() - Method in class org.hibernate.internal.CriteriaImpl
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.custom.CustomLoader
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.hql.QueryLoader
 
getLockModes(LockOptions) - Method in class org.hibernate.loader.Loader
What lock options does this load entities with?
getLockModes(LockOptions) - Method in class org.hibernate.loader.OuterJoinLoader
 
getLockModeType(LockMode) - Static method in class org.hibernate.ejb.util.LockModeTypeHelper
 
getLockOptions() - Method in class org.hibernate.engine.spi.QueryParameters
 
getLockOptions() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.LockEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getLockOptions() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getLockOptions() - Method in class org.hibernate.internal.QueryImpl
 
getLockOptions() - Method in class org.hibernate.internal.SQLQueryImpl
 
getLockOptions() - Method in class org.hibernate.loader.OuterJoinLoader
 
getLockOptions() - Method in interface org.hibernate.Query
 
getLockOptions() - Method in class org.hibernate.sql.Select
Get the current lock options
getLockRequest(LockModeType, Map<String, Object>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getLockRequest(LockModeType, Map<String, Object>) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Convert from JPA 2 LockModeType & properties into LockOptions
getLockScope() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockScope() - Method in class org.hibernate.event.spi.LockEvent
 
getLockScope() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockTimeout() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getLockTimeout() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.LockEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getLog() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getLoggableName(String, Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getLoggableValueQualifier() - Method in class org.hibernate.metamodel.relational.InLineView
 
getLoggableValueQualifier() - Method in class org.hibernate.metamodel.relational.Table
 
getLoggableValueQualifier() - Method in class org.hibernate.metamodel.relational.Tuple
 
getLoggableValueQualifier() - Method in interface org.hibernate.metamodel.relational.ValueContainer
Get a qualifier which can be used to qualify values belonging to this container in their logging.
getLogicalColumnName(String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
 
getLogicalColumnName(String, Table) - Method in interface org.hibernate.cfg.Mappings
Find the logical column name against whcih the given physical column name was bound within the given table.
getLogicalConnection() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getLogicalConnection() - Method in class org.hibernate.engine.jdbc.internal.proxy.ConnectionProxyHandler
Access to our logical connection.
getLogicalConnection() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Retrieves the logical connection associated with this JDBC coordinator.
getLogicalName() - Method in interface org.hibernate.cfg.ObjectNameSource
Retrieve the logical name for this object.
getLogicalName() - Method in interface org.hibernate.metamodel.source.binder.TableSource
Obtain the logical name of the table.
getLogicalTableName(Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getLogicalTableName(Table) - Method in interface org.hibernate.cfg.Mappings
Get the logical table name mapped for the given physical table.
getLong(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getLong(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a long
getLongBeanProperty(Object, String) - Static method in class org.hibernate.cache.ehcache.management.impl.BeanUtils
Retrieve a Long bean property value.
getLongValue(String, long) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
 
getLowerBound() - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
 
getLowercaseFunction() - Method in class org.hibernate.dialect.Cache71Dialect
 
getLowercaseFunction() - Method in class org.hibernate.dialect.DB2Dialect
 
getLowercaseFunction() - Method in class org.hibernate.dialect.Dialect
The name of the SQL function that transforms a string to lowercase
getLowercaseFunction() - Method in class org.hibernate.dialect.IngresDialect
The name of the SQL function that transforms a string to lowercase
getLowOperand() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
getMainXmlMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
getManagedTypes() - Method in class org.hibernate.ejb.metamodel.MetamodelImpl
 
getManagementBean() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
getManagementBean() - Method in interface org.hibernate.service.spi.Manageable
The the management bean (MBean) for this service.
getManagementDomain() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
getManagementDomain() - Method in interface org.hibernate.service.spi.Manageable
Get the domain name to be used in registering the management bean.
getManagementServiceType() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
getManagementServiceType() - Method in interface org.hibernate.service.spi.Manageable
Allows the service to specify a special 'serviceType' portion of the object name.
getManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the manyToAny property.
getManyToAny() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the manyToMany property.
getManyToMany() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the manyToMany property.
getManyToManyFilterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyFilterFragment(String, Map) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getManyToManyFilters() - Method in class org.hibernate.mapping.Collection
 
getManyToManyOrderBy() - Method in class org.hibernate.metamodel.binding.ManyToManyCollectionElement
 
getManyToManyOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the order-by to be applied at the target table of a many to many
getManyToManyOrdering() - Method in class org.hibernate.mapping.Collection
 
getManyToManyOwnerSideEntityName() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
 
getManyToManyWhere() - Method in class org.hibernate.metamodel.binding.ManyToManyCollectionElement
 
getManyToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the manyToOne property.
getManyToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the manyToOne property.
getMap(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
 
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMapKey() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getMapKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mapKey property.
getMapKeyAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mapKeyClass property.
getMapKeyColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mapKeyColumn property.
getMapKeyEnumerated() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyManyToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.