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

$

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

A

abortBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abs(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
AbsFunction<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL ABS function.
AbsFunction(CriteriaBuilderImpl, Expression) - Constructor for class org.hibernate.ejb.criteria.expression.function.AbsFunction
 
AbstractAnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trim function itself.
AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
AbstractAttribute<X,Y> - Class in org.hibernate.ejb.metamodel
Models the commonality of the JPA Attribute hierarchy.
AbstractAttribute(String, Class<Y>, AbstractManagedType<X>, Member, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.AbstractAttribute
 
AbstractAttributeBinding - Class in org.hibernate.metamodel.binding
Basic support for AttributeBinding implementors
AbstractAttributeBinding(AttributeBindingContainer, Attribute) - Constructor for class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
AbstractAttributeContainer - Class in org.hibernate.metamodel.domain
Convenient base class for AttributeContainer.
AbstractAttributeContainer(String, String, ValueHolder<Class<?>>, Hierarchical) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
AbstractAttributeContainer.IndexedPluralAttributeImpl - Class in org.hibernate.metamodel.domain
 
AbstractAttributeContainer.IndexedPluralAttributeImpl(String, PluralAttributeNature, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.IndexedPluralAttributeImpl
 
AbstractAttributeContainer.PluralAttributeImpl - Class in org.hibernate.metamodel.domain
 
AbstractAttributeContainer.PluralAttributeImpl(String, PluralAttributeNature, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
AbstractAttributeContainer.SingularAttributeImpl - Class in org.hibernate.metamodel.domain
 
AbstractAttributeContainer.SingularAttributeImpl(String, AttributeContainer) - Constructor for class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
AbstractAttributeTypeResolver - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
AbstractAttributeTypeResolver() - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
AbstractAuditQuery - Class in org.hibernate.envers.query.impl
 
AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
 
AbstractAuditQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String) - Constructor for class org.hibernate.envers.query.impl.AbstractAuditQuery
 
AbstractAuditWorkUnit - Class in org.hibernate.envers.synchronization.work
 
AbstractAuditWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, RevisionType) - Constructor for class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.mapping
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(HashSet) - Constructor for class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.metamodel.relational
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBatchImpl - Class in org.hibernate.engine.jdbc.batch.internal
Convenience base class for implementers of the Batch interface.
AbstractBatchImpl(BatchKey, JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
AbstractBynaryType - Class in org.hibernate.type
Deprecated. Use the AbstractStandardBasicType approach instead
AbstractBynaryType() - Constructor for class org.hibernate.type.AbstractBynaryType
Deprecated.  
AbstractCharArrayType - Class in org.hibernate.type
Deprecated. Use the AbstractStandardBasicType approach instead
AbstractCharArrayType() - Constructor for class org.hibernate.type.AbstractCharArrayType
Deprecated.  
AbstractClassTransformerImpl - Class in org.hibernate.bytecode.spi
Basic implementation of the ClassTransformer contract.
AbstractClassTransformerImpl(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
AbstractCollectionElement - Class in org.hibernate.metamodel.binding
Basic contract describing the commonality between the various types of collection element mappings.
AbstractCollectionEvent - Class in org.hibernate.event.spi
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Serializable) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
AbstractCollectionInitializor<T> - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a persistent collection.
AbstractCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.entities.mapper.relation
 
AbstractCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, boolean, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractComponentTuplizer - Class in org.hibernate.tuple.component
Support for tuplizers relating to components.
AbstractComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.AbstractComponentTuplizer
 
AbstractComponentType - Interface in org.hibernate.type
Deprecated. in favor of CompositeType
AbstractCompositeIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
AbstractCompositeIdMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
AbstractConstraint - Class in org.hibernate.metamodel.relational
Support for writing Constraint implementations
AbstractConstraint(TableSpecification, String) - Constructor for class org.hibernate.metamodel.relational.AbstractConstraint
 
AbstractCurrentSessionContext - Class in org.hibernate.context.spi
Base support for CurrentSessionContext implementors.
AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
 
AbstractDataSourceBasedMultiTenantConnectionProviderImpl - Class in org.hibernate.service.jdbc.connections.spi
Basic support for implementations of MultiTenantConnectionProvider based on DataSources.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
AbstractDelegateSessionImplementor - Class in org.hibernate.envers.entities.mapper.relation.lazy
 
AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
AbstractDialectResolver - Class in org.hibernate.service.jdbc.dialect.internal
A templated resolver impl which delegates to the AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method and handles any thrown SQL errors.
AbstractDialectResolver() - Constructor for class org.hibernate.service.jdbc.dialect.internal.AbstractDialectResolver
 
AbstractEmptinessExpression - Class in org.hibernate.criterion
Implementation of AbstractEmptinessExpression.
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
AbstractEntityInsertAction - Class in org.hibernate.action.internal
A base class for entity insert actions.
AbstractEntityInsertAction(Serializable, Object[], Object, boolean, EntityPersister, SessionImplementor) - Constructor for class org.hibernate.action.internal.AbstractEntityInsertAction
Constructs an AbstractEntityInsertAction object.
AbstractEntityJoinWalker - Class in org.hibernate.loader
Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityJoinWalker(OuterJoinLoadable, SessionFactoryImplementor, LoadQueryInfluencers, String) - Constructor for class org.hibernate.loader.AbstractEntityJoinWalker
 
AbstractEntityLoader - Class in org.hibernate.loader.entity
 
AbstractEntityLoader(OuterJoinLoadable, Type, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.AbstractEntityLoader
 
AbstractEntityManagerImpl - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl(EntityManagerFactoryImpl, PersistenceContextType, PersistenceUnitTransactionType, Map) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl
 
AbstractEntityManagerImpl.TupleBuilderTransformer - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl.TupleBuilderTransformer(Query) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl(int, String, Type) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl - Class in org.hibernate.ejb
 
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl(Object[]) - Constructor for class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
AbstractEntityPersister - Class in org.hibernate.persister.entity
Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister(EntityBinding, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister.CacheEntryHelper - Interface in org.hibernate.persister.entity
Consolidated these onto a single helper because the 2 pieces work in tandem.
AbstractEntityPersister.InclusionChecker - Interface in org.hibernate.persister.entity
 
AbstractEntitySourceImpl - Class in org.hibernate.metamodel.source.hbm
 
AbstractEntitySourceImpl(MappingDocument, EntityElement) - Constructor for class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
AbstractEntityTuplizer - Class in org.hibernate.tuple.entity
Support for tuplizers relating to entities.
AbstractEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
Constructs a new AbstractEntityTuplizer instance.
AbstractEntityTuplizer(EntityMetamodel, EntityBinding) - Constructor for class org.hibernate.tuple.entity.AbstractEntityTuplizer
Constructs a new AbstractEntityTuplizer instance.
AbstractEvent - Class in org.hibernate.event.spi
Defines a base class for Session generated events.
AbstractEvent(EventSource) - Constructor for class org.hibernate.event.spi.AbstractEvent
Constructs an event from the given event session.
AbstractExplicitParameterSpecification - Class in org.hibernate.param
Convenience base class for explicitly defined query parameters.
AbstractExplicitParameterSpecification(int, int) - Constructor for class org.hibernate.param.AbstractExplicitParameterSpecification
Constructs an AbstractExplicitParameterSpecification.
AbstractFieldInterceptor - Class in org.hibernate.bytecode.instrumentation.spi
 
AbstractFieldInterceptor(SessionImplementor, Set, String) - Constructor for class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
AbstractFlushingEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.internal.AbstractFlushingEventListener
 
AbstractFromImpl<Z,X> - Class in org.hibernate.ejb.criteria.path
Convenience base class for various From implementors.
AbstractFromImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
AbstractFromImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
AbstractFromImpl.BasicJoinScope - Class in org.hibernate.ejb.criteria.path
 
AbstractFromImpl.BasicJoinScope() - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
 
AbstractFromImpl.CorrelationJoinScope - Class in org.hibernate.ejb.criteria.path
 
AbstractFromImpl.CorrelationJoinScope() - Constructor for class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
AbstractFromImpl.JoinScope<X> - Interface in org.hibernate.ejb.criteria.path
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
AbstractIdentifiableType<X> - Class in org.hibernate.ejb.metamodel
Defines commonality for the JPA IdentifiableType types.
AbstractIdentifiableType(Class<X>, AbstractIdentifiableType<? super X>, boolean, boolean) - Constructor for class org.hibernate.ejb.metamodel.AbstractIdentifiableType
 
AbstractIdentifiableType.Builder<X> - Interface in org.hibernate.ejb.metamodel
 
AbstractIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
AbstractIdMapper() - Constructor for class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
AbstractInstrumenter - Class in org.hibernate.bytecode.buildtime.spi
Provides the basic templating of how instrumentation should occur.
AbstractInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Creates the basic instrumentation strategy.
AbstractInstrumenter.CustomFieldFilter - Class in org.hibernate.bytecode.buildtime.spi
Allows control over what exactly to transform.
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor, Set) - Constructor for class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
 
AbstractJarVisitor - Class in org.hibernate.ejb.packaging
Parse a JAR of any form (zip file, exploded directory, ...) apply a set of filters (File filter, Class filter, Package filter) and return the appropriate matching sets of elements
AbstractJarVisitor(String, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
 
AbstractJarVisitor(URL, Filter[]) - Constructor for class org.hibernate.ejb.packaging.AbstractJarVisitor
 
AbstractJoinImpl<Z,X> - Class in org.hibernate.ejb.criteria.path
TODO : javadoc
AbstractJoinImpl(CriteriaBuilderImpl, PathSource<Z>, Attribute<? super Z, X>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
 
AbstractJoinImpl(CriteriaBuilderImpl, Class<X>, PathSource<Z>, Attribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.AbstractJoinImpl
 
AbstractJtaPlatform - Class in org.hibernate.service.jta.platform.internal
 
AbstractJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
AbstractLazyInitializer - Class in org.hibernate.proxy
Convenience base class for lazy initialization handlers.
AbstractLazyInitializer() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
For serialization from the non-pojo initializers (HHH-3309)
AbstractLazyInitializer(String, Serializable, SessionImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLimitHandler - Class in org.hibernate.dialect.pagination
Default implementation of LimitHandler interface.
AbstractLimitHandler(String, RowSelection) - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
Default constructor.
AbstractLobCreator - Class in org.hibernate.engine.jdbc
Convenient base class for proxy-based LobCreator for handling wrapping.
AbstractLobCreator() - Constructor for class org.hibernate.engine.jdbc.AbstractLobCreator
 
AbstractLobType - Class in org.hibernate.type
Deprecated.  
AbstractLobType() - Constructor for class org.hibernate.type.AbstractLobType
Deprecated.  
AbstractLockUpgradeEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to perform a pessimistic lock upgrade on an entity.
AbstractLockUpgradeEventListener() - Constructor for class org.hibernate.event.internal.AbstractLockUpgradeEventListener
 
AbstractLongBinaryType - Class in org.hibernate.type
Deprecated. Use the AbstractStandardBasicType approach instead
AbstractLongBinaryType() - Constructor for class org.hibernate.type.AbstractLongBinaryType
Deprecated.  
AbstractLongStringType - Class in org.hibernate.type
Deprecated. Use the AbstractStandardBasicType approach instead
AbstractLongStringType() - Constructor for class org.hibernate.type.AbstractLongStringType
Deprecated.  
AbstractManagedType<X> - Class in org.hibernate.ejb.metamodel
Defines commonality for the JPA ManagedType hierarchy of interfaces.
AbstractManagedType(Class<X>, AbstractManagedType<? super X>) - Constructor for class org.hibernate.ejb.metamodel.AbstractManagedType
 
AbstractManagedType.Builder<X> - Interface in org.hibernate.ejb.metamodel
 
AbstractMapComponentNode - Class in org.hibernate.hql.internal.ast.tree
Basic support for KEY, VALUE and ENTRY based "qualified identification variables".
AbstractMapComponentNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
AbstractMultiTenantConnectionProvider - Class in org.hibernate.service.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using individual ConnectionProvider instances per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractNode - Class in org.hibernate.ejb.criteria
All nodes in a criteria query tree will generally need access to the CriteriaBuilderImpl from which they come.
AbstractNode(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.AbstractNode
 
AbstractNullnessCheckNode - Class in org.hibernate.hql.internal.ast.tree
Base class for nodes dealing 'is null' and 'is not null' operators.
AbstractNullnessCheckNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
 
AbstractOneToOneMapper - Class in org.hibernate.envers.entities.mapper.relation
Template class for property mappers that manage one-to-one relation.
AbstractOneToOneMapper(String, String, PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.AbstractOneToOneMapper
 
AbstractPathImpl<X> - Class in org.hibernate.ejb.criteria.path
Convenience base class for various Path implementors.
AbstractPathImpl(CriteriaBuilderImpl, Class<X>, PathSource) - Constructor for class org.hibernate.ejb.criteria.path.AbstractPathImpl
Constructs a basic path instance.
AbstractPersistentCollection - Class in org.hibernate.collection.internal
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SessionImplementor) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection
 
AbstractPersistentCollection.DelayedOperation - Interface in org.hibernate.collection.internal
Contract for operations which are part of a collection's operation queue.
AbstractPersistentCollection.IteratorProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.IteratorProxy(Iterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.internal
 
AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.ListIteratorProxy(ListIterator) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.ListProxy(List) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
AbstractPersistentCollection.SetProxy - Class in org.hibernate.collection.internal
 
AbstractPersistentCollection.SetProxy(Collection) - Constructor for class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
AbstractPluralAttributeBinding - Class in org.hibernate.metamodel.binding
TODO : javadoc
AbstractPluralAttributeBinding(AttributeBindingContainer, PluralAttribute, CollectionElementNature) - Constructor for class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
AbstractPluralAttributeSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
AbstractPluralAttributeSourceImpl(PluralAttributeElement, AttributeSourceContainer) - Constructor for class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
AbstractPostInsertGenerator - Class in org.hibernate.id
Basic implementation of the PostInsertIdentifierGenerator contract.
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
 
AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation we are about to perform against the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Serializable, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPredicateImpl - Class in org.hibernate.ejb.criteria.predicate
Basic template support for Predicate implementors providing expression handling, negation and conjunction/disjunction handling.
AbstractPredicateImpl(CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
 
AbstractPropertyHolder - Class in org.hibernate.cfg
 
AbstractPropertyHolder(String, PropertyHolder, XClass, Mappings) - Constructor for class org.hibernate.cfg.AbstractPropertyHolder
 
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Basic implementation of the PropertyMapping contract.
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
 
AbstractQueryImpl<X> - Class in org.hibernate.ejb
Intended as a base class providing convenience in implementing both Query and TypedQuery.
AbstractQueryImpl(HibernateEntityManagerImplementor) - Constructor for class org.hibernate.ejb.AbstractQueryImpl
 
AbstractQueryImpl - Class in org.hibernate.internal
Abstract implementation of the Query interface.
AbstractQueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.AbstractQueryImpl
 
AbstractReassociateEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ).
AbstractReassociateEventListener() - Constructor for class org.hibernate.event.internal.AbstractReassociateEventListener
 
AbstractRelationQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Base class for implementers of RelationQueryGenerator contract.
AbstractRelationQueryGenerator(AuditEntitiesConfiguration, MiddleIdData, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
AbstractRestrictableStatement - Class in org.hibernate.hql.internal.ast.tree
Convenience implementation of RestrictableStatement to centralize common functionality.
AbstractRestrictableStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
 
AbstractReturningWork<T> - Class in org.hibernate.jdbc
An abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result.
AbstractReturningWork() - Constructor for class org.hibernate.jdbc.AbstractReturningWork
 
AbstractSaveEventListener - Class in org.hibernate.event.internal
A convenience bas class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.internal.AbstractSaveEventListener
 
AbstractSaveEventListener.EntityState - Enum in org.hibernate.event.internal
 
AbstractScrollableResults - Class in org.hibernate.internal
Implementation of the ScrollableResults interface
AbstractScrollableResults(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.AbstractScrollableResults
 
AbstractSelectExpression - Class in org.hibernate.hql.internal.ast.tree
Partial implementation of SelectExpression for all the nodes that aren't constructors.
AbstractSelectExpression() - Constructor for class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier.
AbstractSelectingDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
 
AbstractSelectLockingStrategy - Class in org.hibernate.dialect.lock
Base LockingStrategy implementation to support implementations based on issuing SQL SELECT statements
AbstractSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
AbstractSerializableProxy - Class in org.hibernate.proxy
Convenience base class for SerializableProxy.
AbstractSerializableProxy() - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
For serialization
AbstractSerializableProxy(String, Serializable, Boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractServiceRegistryImpl - Class in org.hibernate.service.internal
 
AbstractServiceRegistryImpl() - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(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
 
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(PropertyData) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
add(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
add(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
add(PropertyData) - Method in interface org.hibernate.envers.entities.mapper.SimpleMapperBuilder
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an addition
add(Criteria, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
add(Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
add(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
add(String[], String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
add(SubclassEntitySource) - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
add(SubclassEntitySource) - Method in interface org.hibernate.metamodel.source.binder.SubclassEntityContainer
 
add(SubclassEntitySource) - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
add(SubclassEntitySourceImpl) - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
add(MetaAttribute) - Method in class org.hibernate.metamodel.source.MetaAttributeContext
 
add(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
add(NativeSQLQueryReturn) - Method in interface org.hibernate.SQLQueryResultMappingBuilder.ReturnsHolder
 
add(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
 
add(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Entity) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Text) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Comment) - Method in class org.hibernate.tuple.ElementWrapper
 
add(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
add(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
 
addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
 
addAction(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, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
addAttribute(Attribute<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractManagedType.Builder
 
addAttribute(Attribute) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
addAttribute(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addAttribute(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAttribute(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addAuditingOverride(AuditOverride) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
addAuditingOverrides(AuditOverrides) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.cfg.Mappings
Add metadata pertaining to an auxiliary database object to this repository.
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.metamodel.relational.Database
 
addBatchLoadableCollection(PersistentCollection, CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If an CollectionEntry represents a batch loadable collection, add it to the queue.
addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If an EntityKey represents a batch loadable entity, add it to the queue.
addBundle(Bundle) - Method in class org.hibernate.osgi.OsgiClassLoader
 
addCacheableFile(File) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
addCacheableFile(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(String) - Method in class org.hibernate.metamodel.MetadataSources
See MetadataSources.addCacheableFile(java.io.File) for description
addCacheableFile(File) - Method in class org.hibernate.metamodel.MetadataSources
Add a cached mapping file.
addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!

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

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

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

addJar(File) - Method in class org.hibernate.metamodel.MetadataSources
Read all mappings from a jar file.
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
addJoin(Join<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.BasicJoinScope
 
addJoin(Join<X, ?>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl.CorrelationJoinScope
 
addJoin(Join<X, ?>) - Method in interface org.hibernate.ejb.criteria.path.AbstractFromImpl.JoinScope
 
addJoin(AssociationType, String, JoinType, String[]) - Method in class org.hibernate.engine.internal.JoinSequence
 
addJoin(String, String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(String, String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.CacheJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.JoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.JoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addJoin(String, String, String) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result.
addJoin(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Declare a join fetch result, specifying a lock mode
addJoins(PersistentClass, Map<String, Join>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addJoins(PersistentClass, Map<String, Join>) - Method in interface org.hibernate.cfg.Mappings
Add join metadata for a persistent entity.
addJoins(JoinFragment) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addJoins(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.JoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addListener(String, NamespaceChangeListener) - Method in class org.hibernate.service.jndi.internal.JndiServiceImpl
 
addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.service.jndi.spi.JndiService
Adds the specified listener to the given JNDI namespace.
addManyToManyFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addManyToManyJoin(JoinFragment, QueryableCollection) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addMappedBy(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addMappedBy(String, String, String) - Method in interface org.hibernate.cfg.Mappings
 
addMappedSuperclass(Class, MappedSuperclass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addMappedSuperclass(Class, MappedSuperclass) - Method in interface org.hibernate.cfg.Mappings
add a new MappedSuperclass This should not be called if the MappedSuperclass already exists (it would be erased)
addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.Join
 
addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addMappedsuperclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addMappings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
addMappings(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
addMapResource(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addMapResource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Add a mapping file
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Adds query statements, which contains restrictions, which express the property that part of the middle entity with alias prefix1, is equal to part of the middle entity with alias prefix2 (the entity is the same).
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(CompositeMapperBuilder, Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleStraightComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
addModifiedFlagProperty(Element, String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in class org.hibernate.envers.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Adds query statements, which contains named parameters, which express the property that the id of the entity with alias prefix, is equal to the given object.
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addNamedQuery(NamedQueryDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addNamedQuery(NamedQueryDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addNamespace(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addNamespace(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addNativelyGeneratedId(Element, String, String, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addNegatedParameters() - Method in class org.hibernate.envers.tools.query.Parameters
Adds negated parameters, by default with the "and" connective.
addNeighbour(Vertex<R>) - Method in class org.hibernate.envers.tools.graph.Vertex
 
addNewCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Add a new collection (ie.
addNewCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a new collection (ie.
addNonLazyCollection(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNonLazyCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
 
addNotNullRestriction(String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
Adds IS NOT NULL restriction.
addNullProperty(EntityKey, String) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addNullRestriction(String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
Adds IS NULL restriction.
addObserver(BatchObserver) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Adds an observer to this batch.
addObserver(ConnectionObserver) - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
addObserver(ConnectionObserver) - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Add an observer interested in notification of connection events.
addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
addObserver(TransactionObserver) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
addObserver(TransactionObserver) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Adds an observer to the coordinator.
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
addOrder(Order) - Method in interface org.hibernate.Criteria
Add an ordering to the result set.
addOrder(Order) - Method in class org.hibernate.criterion.DetachedCriteria
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
addOrder(String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
addOrder(Order) - Method in class org.hibernate.internal.CriteriaImpl
 
addOrder(Order) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
 
addOrderFragment(String) - Method in class org.hibernate.hql.internal.ast.tree.OrderByClause
 
addOrModifyColumn(Element, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
Column name shall be wrapped with '`' signs if quotation required.
addPackage(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated. Read package-level metadata.
addPackage(String) - Method in class org.hibernate.cfg.Configuration
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
addPackage(String) - Method in class org.hibernate.metamodel.MetadataSources
Read package-level metadata.
addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
 
addParameter(int, int) - Method in class org.hibernate.sql.SelectValues
 
addParameter(int, int, int) - Method in class org.hibernate.sql.SelectValues
 
addPermission(String, String, String) - Method in class org.hibernate.secure.internal.JACCConfiguration
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Update
 
addProcessingInstruction(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addProcessingInstruction(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
addProcessingInstruction(String, Map) - Method in class org.hibernate.tuple.ElementWrapper
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
addProjection(String, String, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
addProjection(String, String, boolean, boolean) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
addProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Add the given properties to ours.
addProperties(Properties) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Element, String, String, boolean, boolean, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addProperty(Element, String, String, boolean, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
addProperty(Property) - Method in class org.hibernate.mapping.Component
 
addProperty(Property) - Method in class org.hibernate.mapping.Join
 
addProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addProperty(String, String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Add a simple property-to-one-column mapping
addProperty(String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Add a property, presumably with more than one column.
addProperty(String, String) - Method in interface org.hibernate.SQLQuery.RootReturn
Add a simple property-to-one-column mapping
addProperty(String) - Method in interface org.hibernate.SQLQuery.RootReturn
Add a property, presumably with more than one column.
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in interface org.hibernate.cfg.Mappings
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in interface org.hibernate.cfg.Mappings
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
Add an audited property.
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
 
addPropertyPath(String, Type, String[], String[], String[], String[]) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
addPropertyReference(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyReference(String, String) - Method in interface org.hibernate.cfg.Mappings
Adds a property reference binding to this repository.
addPropertyReferencedAssociation(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addPropertyReferencedAssociation(String, String, String) - Method in interface org.hibernate.cfg.Mappings
 
addPropertyTypedValue(Object, Type, List) - Method in class org.hibernate.criterion.Example
 
addProxy(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Add a proxy to the session cache
addProxy(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a proxy to the session cache
addQuery(String, NamedQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addQuery(String, NamedQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds metadata for a named query to this repository.
addQueryReturn(NativeSQLQueryReturn) - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
addQuerySpaces(Serializable[]) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
 
addRegion(String, BaseRegion) - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
addResolver(DialectResolver) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectResolverSet
Add a resolver at the end of the underlying resolver list.
addResolverAtFirst(DialectResolver) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectResolverSet
Add a resolver at the beginning of the underlying resolver list.
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
addResource(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resource (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resourceName (i.e.
addResource(String) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
addResource(String, ClassLoader) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
addResource(String) - Method in class org.hibernate.metamodel.MetadataSources
Read mappings as a application resourceName (i.e.
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds the metadata for a named SQL result set mapping to this repository.
addResultSetMapping(ResultSetMappingDefinition) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addrExpr(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
addrExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
addrExprLhs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
addRoot(String, String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addRoot(String, Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addRoot(String, String) - Method in interface org.hibernate.SQLQuery
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition
addRoot(String, Class) - Method in interface org.hibernate.SQLQuery
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition
addScalar(String, Type) - Method in class org.hibernate.internal.SQLQueryImpl
 
addScalar(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addScalar(String) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result.
addScalar(String, Type) - Method in interface org.hibernate.SQLQuery
Declare a scalar query result.
addSecondaryTable(String, TableSpecification) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
addSecondPass(SecondPass) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addSecondPass(SecondPass, boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addSecondPass(SecondPass) - Method in interface org.hibernate.cfg.Mappings
Adds a second-pass to the end of the current queue.
addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.cfg.Mappings
Adds a second pass.
addSelectColumn(String, String) - Method in class org.hibernate.sql.QuerySelect
 
addSelectFragmentString(String) - Method in class org.hibernate.sql.QuerySelect
 
addService(Class, Service) - Method in class org.hibernate.service.ServiceRegistryBuilder
Adds a user-provided service
addSessionFactory(String, String, boolean, SessionFactory, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
addSqlFunction(String, SQLFunction) - Method in class org.hibernate.cfg.Configuration
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addSQLQuery(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.cfg.Mappings
Adds metadata for a named SQL query to this repository.
addSubclass(Subclass) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.RootClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubParameters(String) - Method in class org.hibernate.envers.tools.query.Parameters
Adds sub-parameters with a new connective.
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Adds a subselect fetch decriptor for the given entity key.
addSynchronizedEntityClass(Class) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SQLQuery
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedEntityName(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedQuerySpace(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
Adds a query space (table name) for (a) auto-flush checking and (b) query result cache invalidation checking
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
addSynchronizedTableNames(Collection<String>) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
addTable(String, String, String, String, boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addTable(String, String, String, String, boolean) - Method in interface org.hibernate.cfg.Mappings
Adds table metadata to this repository returning the created metadata instance.
addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addTableBinding(String, String, String, String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addTableBinding(String, String, String, String, Table) - Method in interface org.hibernate.cfg.Mappings
Adds a table binding to this repository.
addText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
addText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
addToBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
addToBatch() - Method in class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
addToBatch() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Indicates completion of the current part of the batch.
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
addToCollection(Object[], Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
addToCollection(List, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
addToCollectionIfNotNull(Collection, Object) - Static method in class org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper
 
addToExtendsQueue(ExtendsQueueEntry) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addToExtendsQueue(ExtendsQueueEntry) - Method in interface org.hibernate.cfg.Mappings
Adds an entry to the extends queue queue.
addToManyMiddleNotOwningRelation(String, String, String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToManyMiddleRelation(String, String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToManyNotOwningRelation(String, String, String, IdMapper, PropertyMapper, PropertyMapper) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToOneAndIdProperty(XClass, PropertyData) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addToOneAndIdProperty(XClass, PropertyData) - Method in interface org.hibernate.cfg.Mappings
 
addToOneNotOwningRelation(String, String, String, IdMapper) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addToOneRelation(String, String, IdMapper, boolean) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
addTopExpression(StringBuilder) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Adds TOP expression.
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.BetweenAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.IdentifierEqAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.InAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.LogicalAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NotNullAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.NullAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.PropertyAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RelatedAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.RevisionTypeAuditExpression
 
addToQuery(AuditConfiguration, AuditReaderImplementor, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.SimpleAuditExpression
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.Component
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.PersistentClass
 
addTypeDef(String, String, Properties) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addTypeDef(String, String, Properties) - Method in interface org.hibernate.cfg.Mappings
Adds a type definition to this metadata repository.
addTypeDefinition(TypeDef) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
addTypeDefinition(TypeDef) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
addUnderscores(String) - Static method in class org.hibernate.cfg.ImprovedNamingStrategy
 
addUninitializedCachedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
 
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedCollection(CollectionPersister, PersistentCollection, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
add a detached uninitialized collection
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a detached uninitialized collection
addUninitializedEntity(EntityKey, Object, EntityPersister, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
Add an uninitialized instance of an entity class, as a placeholder to ensure object identity.
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in interface org.hibernate.cfg.Mappings
 
addUniqueConstraints(Table, List) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addUniqueConstraints(Table, List) - Method in interface org.hibernate.cfg.Mappings
Deprecated. Use Mappings.addUniqueConstraintHolders(org.hibernate.mapping.Table, java.util.List) instead
addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
 
addUniquePropertyReference(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
addUniquePropertyReference(String, String) - Method in interface org.hibernate.cfg.Mappings
Adds a property reference binding to this repository where said proeprty reference is marked as unique.
addUnownedCollection(CollectionKey, PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addUnownedCollection(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a collection which has no owner loaded
addUnresolvedEntityInsertAction(AbstractEntityInsertAction, NonNullableTransientDependencies) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Add an unresolved insert action.
addURL(URL) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL
addURL(URL) - Method in class org.hibernate.metamodel.MetadataSources
Read mappings from a URL
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValue(String) - Method in class org.hibernate.metamodel.binding.MetaAttribute
 
addValue(SimpleValue) - Method in class org.hibernate.metamodel.relational.Tuple
 
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addWhenColumnNotNull(String, String, String) - Method in class org.hibernate.sql.CaseFragment
 
addWhere(String, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhere(String, boolean, String, QueryBuilder) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereColumn(String) - Method in class org.hibernate.sql.Update
 
addWhereColumn(String, String) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[]) - Method in class org.hibernate.sql.Update
 
addWhereColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addWhereFragment(JoinFragment, String, QueryNode, FromElement, HqlSqlWalker) - Method in class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
 
addWhereFragment(String) - Method in class org.hibernate.sql.Delete
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
 
addWhereWithNamedParam(String, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithNamedParam(String, boolean, String, String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParam(String, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParam(String, boolean, String, Object) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWhereWithParams(String, String, Object[], String) - Method in class org.hibernate.envers.tools.query.Parameters
 
addWorkUnit(AuditWorkUnit) - Method in class org.hibernate.envers.synchronization.AuditProcess
 
AddWorkUnit - Class in org.hibernate.envers.synchronization.work
 
AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.synchronization.work.AddWorkUnit
 
AddWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, Map<String, Object>) - Constructor for class org.hibernate.envers.synchronization.work.AddWorkUnit
 
addXML(String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
addXML(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a String
affectsTable(String) - Method in class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
after() - Method in class org.hibernate.internal.AbstractQueryImpl
 
after() - Method in class org.hibernate.internal.CriteriaImpl
 
AFTER_EVICT - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after eviction of the parent entity from the session cache
AFTER_INSERT_BEFORE_DELETE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion
AFTER_INSERT_BEFORE_DELETE_VIA_COLLECTION - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after the insertion of the parent entity and just before deletion, inside a collection
AFTER_LOCK - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after refreshing a parent entity
AFTER_UPDATE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after update of the parent entity
afterAction(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after execution of an action
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
afterAfterCompletion() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
afterBegin(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the beginning of a transaction.
AfterClassCallbackHandler - Class in org.hibernate.testing.junit4
 
AfterClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
AfterClassOnce - Annotation Type in org.hibernate.testing
Annotation used to mark a method which should be run once after the last test execution for the given class.
afterCompletion(int) - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSynch
afterCompletion(int) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSynch
afterCompletion(boolean, TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the last phase of transaction completion.
afterCompletion(int) - Method in class org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization
afterCompletion(int) - Method in class org.hibernate.engine.transaction.synchronization.internal.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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.JdbcCoordinatorImpl
 
afterStatementExecution() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Used to signify that a statement has completed execution which may indicate that this logical connection need to perform an aggressive release of its physical connection.
afterTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterTransaction() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Signals the end of transaction.
afterTransaction(TransactionImplementor, int) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
afterTransaction(TransactionImplementor, int) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
afterTransactionBegin(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
afterTransactionBegin() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
afterTransactionBegin(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
 
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionBegin(TransactionImplementor) - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionBegin(TransactionImplementor) - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionCompletion() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache softlocks.
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
afterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
afterTransactionCompletion(TransactionImplementor, boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
 
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
afterTransactionCompletion(TransactionImplementor, boolean) - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionCompletion(TransactionImplementor, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
AfterTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during after transaction completion.
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Throws UnsupportedOperationException since this cache is read-only
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Throws UnsupportedOperationException since this cache is read-only
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been updated (after the transaction completes), instead of calling release().
aggregate() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
aggregate(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
AGGREGATE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
AggregatedAuditExpression(PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
AggregatedAuditExpression.AggregatedMode - Enum in org.hibernate.envers.query.criteria
 
AggregatedSelectExpression - Interface in org.hibernate.hql.internal.ast.tree
Contract for a select expression which aggregates other select expressions together into a single return
aggregateExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
aggregateFuncNoArgsHasParenthesis(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
aggregateHasArgs(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
AggregateNode - Class in org.hibernate.hql.internal.ast.tree
Represents an aggregate function i.e.
AggregateNode() - Constructor for class org.hibernate.hql.internal.ast.tree.AggregateNode
 
AggregateProjection - Class in org.hibernate.criterion
Base class for standard aggregation functions.
AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
 
aggregateType(List, Type, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
AggregationFunction<T> - Class in org.hibernate.ejb.criteria.expression.function
Models SQL aggregation functions (MIN, MAX, COUNT, etc).
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Object) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction(CriteriaBuilderImpl, Class<T>, String, Expression<?>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction
Constructs an aggregation function with a single literal argument.
AggregationFunction.AVG - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a AVG function providing convenience in construction.
AggregationFunction.AVG(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.AVG
 
AggregationFunction.COUNT - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a COUNT function providing convenience in construction.
AggregationFunction.COUNT(CriteriaBuilderImpl, Expression<?>, boolean) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.COUNT
 
AggregationFunction.GREATEST<X extends Comparable<X>> - Class in org.hibernate.ejb.criteria.expression.function
Models the MAX function in terms of non-numeric expressions.
AggregationFunction.GREATEST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.GREATEST
 
AggregationFunction.LEAST<X extends Comparable<X>> - Class in org.hibernate.ejb.criteria.expression.function
Models the MIN function in terms of non-numeric expressions.
AggregationFunction.LEAST(CriteriaBuilderImpl, Expression<X>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.LEAST
 
AggregationFunction.MAX<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a MAX function providing convenience in construction.
AggregationFunction.MAX(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.MAX
 
AggregationFunction.MIN<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a MIN function providing convenience in construction.
AggregationFunction.MIN(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.MIN
 
AggregationFunction.SUM<N extends Number> - Class in org.hibernate.ejb.criteria.expression.function
Implementation of a SUM function providing convenience in construction.
AggregationFunction.SUM(CriteriaBuilderImpl, Expression<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.SUM
 
AggregationFunction.SUM(CriteriaBuilderImpl, Expression<? extends Number>, Class<N>) - Constructor for class org.hibernate.ejb.criteria.expression.function.AggregationFunction.SUM
 
aggressiveRelease() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
Force aggressive release of the underlying connection.
aggressiveRelease() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
 
alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
Assign an alias to a projection, by wrapping it
ALIAS - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
alias(String) - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
 
alias() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ALIAS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
 
alias - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
 
Alias - Class in org.hibernate.sql
An alias generator for SQL identifiers
Alias(int, String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
Alias(String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
ALIAS_REF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALIAS_REF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ALIAS_SPECIFIC_LOCK_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
Query hint (aka Query.setHint(java.lang.String, java.lang.Object)) for applying an alias specific lock mode (aka Query.setLockMode(java.lang.String, org.hibernate.LockMode)).
ALIAS_TO_ENTITY_MAP - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a Map from alias to entity instance
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Each row of results is a Map from alias to values/entities
aliasedExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
AliasedProjection - Class in org.hibernate.criterion
 
AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
 
aliasedSelectExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
AliasedTupleSubsetResultTransformer - Class in org.hibernate.transform
An implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.
AliasedTupleSubsetResultTransformer() - Constructor for class org.hibernate.transform.AliasedTupleSubsetResultTransformer
 
aliases - Variable in class org.hibernate.loader.JoinWalker
 
aliases - Variable in class org.hibernate.loader.OuterJoinLoader
 
AliasGenerator - Class in org.hibernate.hql.internal.ast.util
Generates class/table/column aliases during semantic analysis and SQL rendering.
AliasGenerator() - Constructor for class org.hibernate.hql.internal.ast.util.AliasGenerator
 
AliasGenerator - Interface in org.hibernate.sql
TODO : javadoc
aliasRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in interface org.hibernate.internal.CoreMessageLogger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
aliasSpecificLockingWithFollowOnLocking$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
aliasToBean(Class) - Static method in class org.hibernate.transform.Transformers
Creates a resulttransformer that will inject aliased values into instances of Class via property methods or fields.
AliasToBeanConstructorResultTransformer - Class in org.hibernate.transform
Wraps the tuples in a constructor call.
AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Instantiates a AliasToBeanConstructorResultTransformer.
AliasToBeanResultTransformer - Class in org.hibernate.transform
Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names.
AliasToBeanResultTransformer(Class) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
 
AliasToEntityMapResultTransformer - Class in org.hibernate.transform
ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
alignColumns() - Method in class org.hibernate.mapping.ForeignKey
Validates that columnspan of the foreignkey and the primarykey is the same.
all(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
ALL - Static variable in class org.hibernate.engine.spi.CascadeStyle
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ALL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyle
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
ALL_FILTERS - Static variable in interface org.hibernate.metamodel.source.annotations.xml.filter.IndexedAnnotationFilter
 
allEq(Map) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equals" constraint to each property in the key set of a Map
allocationSize - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
allocationSize - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
allowFailedCommitToPhysicallyRollback() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
alreadySessionBound() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
alreadySessionBound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
alreadySessionBound() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
alreadySessionBound() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
alreadySessionBound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
altWhenClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Values for this property are generated by the database on both insert and update.
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of two expressions
and(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of multiple expressions
and(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
and(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
AND - Static variable in class org.hibernate.envers.tools.query.Parameters
 
AND - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AND - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
AnnotatedClassType - Enum in org.hibernate.cfg
Type of annotation of a class will give its type
ANNOTATION_STRING_DEFAULT - Static variable in class org.hibernate.cfg.BinderHelper
 
AnnotationBinder - Class in org.hibernate.cfg
JSR 175 annotation binder which reads the annotations from classes, applies the principles of the EJB3 spec and produces the Hibernate configuration-time metamodel (the classes in the org.hibernate.mapping package)
AnnotationBindingContext - Interface in org.hibernate.metamodel.source.annotations
Defines an interface for providing additional annotation related context information.
AnnotationBindingContextImpl - Class in org.hibernate.metamodel.source.annotations
 
AnnotationBindingContextImpl(MetadataImplementor, Index) - Constructor for class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
AnnotationConfiguration - Class in org.hibernate.cfg
Deprecated. All functionality has been moved to Configuration
AnnotationConfiguration() - Constructor for class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
AnnotationConfiguration.ExtendedMappingsImpl - Class in org.hibernate.cfg
Deprecated. 
AnnotationConfiguration.ExtendedMappingsImpl() - Constructor for class org.hibernate.cfg.AnnotationConfiguration.ExtendedMappingsImpl
Deprecated.  
AnnotationConfigurationTaskWithEnvers - Class in org.hibernate.envers.ant
 
AnnotationConfigurationTaskWithEnvers() - Constructor for class org.hibernate.envers.ant.AnnotationConfigurationTaskWithEnvers
 
AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(Throwable) - Constructor for exception org.hibernate.AnnotationException
 
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
 
annotationFetchModeToHibernateFetchMode(FetchMode) - Static method in class org.hibernate.metamodel.source.annotations.EnumConversionHelper
 
AnnotationMetadataSourceProcessorImpl - Class in org.hibernate.metamodel.source.annotations
Main class responsible to creating and binding the Hibernate meta-model from annotations.
AnnotationMetadataSourceProcessorImpl(MetadataImpl) - Constructor for class org.hibernate.metamodel.source.annotations.AnnotationMetadataSourceProcessorImpl
 
annotations() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
AnnotationsMetadataReader - Class in org.hibernate.envers.configuration.metadata.reader
A helper class to read versioning meta-data from annotations on a persistent class.
AnnotationsMetadataReader(GlobalConfiguration, ReflectionManager, PersistentClass) - Constructor for class org.hibernate.envers.configuration.metadata.reader.AnnotationsMetadataReader
 
annotationType() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
annotationType() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
ANSICaseFragment - Class in org.hibernate.sql
An ANSI SQL CASE expression.
ANSICaseFragment() - Constructor for class org.hibernate.sql.ANSICaseFragment
 
ANSIJoinFragment - Class in org.hibernate.sql
An ANSI-style join
ANSIJoinFragment() - Constructor for class org.hibernate.sql.ANSIJoinFragment
 
AnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.
AnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a new AnsiTrimEmulationFunction using AnsiTrimEmulationFunction.LTRIM, AnsiTrimEmulationFunction.RTRIM, and AnsiTrimEmulationFunction.REPLACE respectively.
AnsiTrimEmulationFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Constructs a trim() emulation function definition using the specified function calls.
AnsiTrimFunction - Class in org.hibernate.dialect.function
Defines support for rendering according to ANSI SQL TRIM function specification.
AnsiTrimFunction() - Constructor for class org.hibernate.dialect.function.AnsiTrimFunction
 
Any - Annotation Type in org.hibernate.annotations
Define a ToOne association pointing to several entity types.
any(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
ANY - Static variable in class org.hibernate.engine.spi.IdentifierValue
Always assume the transient instance is newly instantiated
ANY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ANY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
any(Type, Type) - Method in class org.hibernate.internal.TypeLocatorImpl
Any - Class in org.hibernate.mapping
A Hibernate "any" type (ie.
Any(Mappings, Table) - Constructor for class org.hibernate.mapping.Any
 
ANY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ANY - Static variable in class org.hibernate.secure.internal.HibernatePermission
 
any(Type, Type) - Method in class org.hibernate.type.TypeFactory
 
any(Type, Type) - Method in interface org.hibernate.TypeHelper
 
ANY_META_DEF - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ANY_META_DEFS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
AnyMetaDef - Annotation Type in org.hibernate.annotations
Defines @Any and @manyToAny metadata
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Defines @Any and @ManyToAny set of metadata.
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(Type, Type) - Constructor for class org.hibernate.type.AnyType
 
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
 
APP_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the ClassLoader used to load user application classes.
append(StringBuilder, Iterator<String>, String) - Static method in class org.hibernate.envers.tools.StringTools
To the given string builder, appends all strings in the given iterator, separating them with the given separator.
append(int, String, boolean) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
 
append(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTAppender
 
append(String) - Method in class org.hibernate.loader.PropertyPath
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendAttributes(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendAttributes(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
appendComponentCondition(String, Object, CompositeType, Criteria, CriteriaQuery, StringBuilder) - Method in class org.hibernate.criterion.Example
 
appendContent(Branch) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
appendContent(Branch) - Method in class org.hibernate.tuple.ElementWrapper
 
appendDisplayText(StringBuilder) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
appendElementColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendEscapedMultibyteChars(String, StringBuilder) - Static method in class org.hibernate.hql.internal.ast.util.ASTPrinter
 
appendIdentifierColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.Dialect
Provided we Dialect.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.SQLServerDialect
Use insert table(...) values(...) select SCOPE_IDENTITY()
appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendListener(T) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
appendListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(T...) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendLockHint(LockMode, String) - Method in class org.hibernate.dialect.Dialect
Deprecated. use appendLockHint(LockOptions,String) instead
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.Dialect
Some dialects support an alternative means to SELECT FOR UPDATE, whereby a "lock hint" is appends to the table name in the from clause.
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
appendPropertyCondition(String, Object, Criteria, CriteriaQuery, StringBuilder) - Method in class org.hibernate.criterion.Example
 
appendSibling(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
appliesToDialect(Dialect) - Method in class org.hibernate.mapping.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
appliesToDialect(Dialect) - Method in class org.hibernate.metamodel.relational.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.metamodel.relational.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
apply(Statement, FrameworkMethod, Object) - Method in class org.hibernate.testing.junit4.ClassLoadingIsolater
 
APPLY_CONSTRAINTS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
applyAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheable(boolean) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyCacheable(boolean) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheMode(CacheMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyCacheMode(CacheMode) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheRegion(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyCacheRegion(String) - Method in class org.hibernate.ejb.QueryImpl
 
applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
applyComment(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyComment(String) - Method in class org.hibernate.ejb.QueryImpl
 
applyFetchSize(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyFetchSize(int) - Method in class org.hibernate.ejb.QueryImpl
 
applyFirstResult(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
Apply the given first-result value.
applyFirstResult(int) - Method in class org.hibernate.ejb.QueryImpl
 
applyFlushMode(FlushMode) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
applyFlushMode(FlushMode) - Method in class org.hibernate.ejb.QueryImpl
 
applyIdAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
 
applyIdClassAttributes(Set<SingularAttribute<? super X, ?>>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
 
applyIncrementSizeToSourceValues() - Method in interface org.hibernate.id.enhanced.Optimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
 
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
applyNonFlushedChanges(NonFlushedChanges) - Method in interface org.hibernate.engine.spi.SessionImplementor
Apply non-flushed changes from a different session to this session.
applyNonFlushedChanges(NonFlushedChanges) - Method in class org.hibernate.envers.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
 
applyUniquesOnAlter(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
applyUniquesOnAlter(UniqueKey) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
applyUniquesOnAlter(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesOnAlter(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesOnAlter(UniqueKey, String, String) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If creating unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
applyUniquesOnAlter(UniqueKey) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If creating unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
applyUniquesToTable(Table) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesToTable(Table) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniquesToTable(Table) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If constraints are supported, but not in seperate alter statements, return uniqueConstraintSql in order to add the constraint to the original table definition.
applyUniquesToTable(Table) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If constraints are supported, but not in seperate alter statements, return uniqueConstraintSql in order to add the constraint to the original table definition.
applyUniqueToColumn(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniqueToColumn(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
applyUniqueToColumn(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If the dialect does not supports unique constraints, this method should return the syntax necessary to mutate the column definition (usually "unique").
applyUniqueToColumn(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If the dialect does not supports unique constraints, this method should return the syntax necessary to mutate the column definition (usually "unique").
applyVersionAttribute(SingularAttributeImpl<X, ?>) - Method in interface org.hibernate.ejb.metamodel.AbstractIdentifiableType.Builder
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
areAssociationsLazy() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
areAssociationsLazy() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies whether associations are lazy by default if not specified in the mapping.
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Determine if two instances are equal
areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
areEqual(BigInteger, BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
areEqual(Blob, Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Determine if two instances are equal
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
areInsertionsOrDeletionsQueued() - Method in class org.hibernate.engine.spi.ActionQueue
Check whether any insertion or deletion actions are currently queued.
areLazyPropertiesUnfetched() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
 
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
areLazyPropertiesUnfetched() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
areMatch(Object, Object) - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
areMatch(Object, Object) - Method in class org.hibernate.envers.event.EnversListenerDuplicationStrategy
 
areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
Are the two listener instances considered a duplication?
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.Loader
Are rows transformed immediately after being read from the ResultSet?
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Cache71Dialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Dialect
Are string comparisons implicitly case insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.MySQLDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SQLServerDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SybaseASE15Dialect
By default, Sybase string comparisons are case-insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.TeradataDialect
 
areTablesToBeUpdated(Set) - Method in class org.hibernate.engine.spi.ActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
areValuesIncludedInInsertByDefault() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSourceContainer
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSourceContainer
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
areValuesNullableByDefault() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSourceContainer
 
areValuesNullableByDefault() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
arguments(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
ArgumentsTools - Class in org.hibernate.envers.tools
 
ArgumentsTools() - Constructor for class org.hibernate.envers.tools.ArgumentsTools
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
arithmeticExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
array - Variable in class org.hibernate.collection.internal.PersistentArrayHolder
 
array(Selection<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
array(List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.array(Selection[]) taking a list of selections.
array(Class<Y>, List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.array(Selection[]) taking a list of selections, as well as the type of array.
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Array
 
array(String, String, boolean, Class) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.array(String, String, Class) instead. See Jira issue: HHH-7771
array(String, String, Class) - Method in class org.hibernate.type.TypeFactory
 
ArrayBinder - Class in org.hibernate.cfg.annotations
Bind an Array
ArrayBinder() - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
 
ArrayCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a map.
ArrayCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
ArrayHelper - Class in org.hibernate.internal.util.collections
 
arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.tools.ArraysTools
 
arrayList(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
A mutability plan for arrays.
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
arraysEqual(Object[], Object[]) - Static method in class org.hibernate.envers.tools.Tools
 
ArraysTools - Class in org.hibernate.envers.tools
 
ArraysTools() - Constructor for class org.hibernate.envers.tools.ArraysTools
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(TypeFactory.TypeScope, String, String, Class, boolean) - Constructor for class org.hibernate.type.ArrayType
Deprecated. Use ArrayType.ArrayType(TypeFactory.TypeScope, String, String, Class ) instead. See Jira issue: HHH-7771
ArrayType(TypeFactory.TypeScope, String, String, Class) - Constructor for class org.hibernate.type.ArrayType
 
ARTEFACT_PROCESSING_ORDER - Static variable in class org.hibernate.cfg.Configuration
 
as(String) - Method in class org.hibernate.criterion.SimpleProjection
 
as(Class<X>) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
AS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
AS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
AS4_TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
AS7_TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
asAlias() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
asBigDecimal() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toBigDecimal(javax.persistence.criteria.Expression)
asBigDecimal() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toBigDecimal(javax.persistence.criteria.Expression)
asBigInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toBigInteger(javax.persistence.criteria.Expression)
asBigInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toBigInteger(javax.persistence.criteria.Expression)
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc() - Method in class org.hibernate.criterion.Property
 
asc(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ASCENDING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ASCENDING - Static variable in class org.hibernate.sql.ordering.antlr.OrderingSpecification.Ordering
 
ascendingOrDescending() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
asDouble() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toDouble(javax.persistence.criteria.Expression)
asDouble() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toDouble(javax.persistence.criteria.Expression)
asFloat() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toFloat(javax.persistence.criteria.Expression)
asFloat() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toFloat(javax.persistence.criteria.Expression)
asInteger() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toInteger(javax.persistence.criteria.Expression)
asInteger() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toInteger(javax.persistence.criteria.Expression)
asLong() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toLong(javax.persistence.criteria.Expression)
asLong() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toLong(javax.persistence.criteria.Expression)
asLong(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret the binary representation of a long.
asReader() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a Reader.
asReader() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
 
assemble(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
assemble(Serializable, Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
Assemble a previously disassembled value.
assemble(Serializable) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Assemble a previously disassembled value.
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
Assemble a previously disassembled value.
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
assemble(Serializable, SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
assemble(Serializable, Object) - Method in class org.hibernate.type.StringClobType
Deprecated.  
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Reconstruct the object from its disassembled state.
assemble(Serializable[], Type[], SessionImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
Apply the Type.assemble(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor, java.lang.Object) operation across a series of values.
assemble(Serializable, SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
Reconstruct an object from the cacheable representation.
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
assertClassAssignability(Class, Class) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
AssertionFailure - Exception in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
 
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
 
assertJdbcTypeCode(int, int) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertTyping(Class<T>, Object) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
Assigned - Class in org.hibernate.id
assigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class org.hibernate.id.Assigned
 
assignment() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
assignment(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
AssignmentSpecification - Class in org.hibernate.hql.internal.ast.tree
Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement.
AssignmentSpecification(AST, Queryable) - Constructor for class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
Association - Class in org.hibernate.engine.profile
Models the association of a given fetch.
Association(EntityPersister, String) - Constructor for class org.hibernate.engine.profile.Association
 
association - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
 
ASSOCIATION_OVERRIDE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ASSOCIATION_OVERRIDES - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
AssociationAttribute - Class in org.hibernate.metamodel.source.annotations.attribute
Represents an association attribute.
AssociationAttributeBinding - Interface in org.hibernate.metamodel.binding
Contract describing a binding for attributes which model associations.
AssociationAttributeSource - Interface in org.hibernate.metamodel.source.binder
Contract describing sources for attributes which model associations.
AssociationKey - Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey(EntityKey, String) - Constructor for class org.hibernate.engine.spi.AssociationKey
 
associationOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
associationOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
 
associationOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
associationProcessed(OuterJoinableAssociation, int) - Method in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
 
associations - Variable in class org.hibernate.loader.JoinWalker
 
AssociationType - Interface in org.hibernate.type
A type that represents some kind of association between entities.
asString() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
See CriteriaBuilder.toString(javax.persistence.criteria.Expression)
asString() - Method in interface org.hibernate.ejb.criteria.ExpressionImplementor
See CriteriaBuilder.toString(javax.persistence.criteria.Expression)
asString() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a String.
asString() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
ASSUMED_ORM_XSD_VERSION - Static variable in class org.hibernate.metamodel.source.internal.JaxbHelper
 
ASTAppender - Class in org.hibernate.hql.internal.ast.util
Appends child nodes to a parent efficiently.
ASTAppender(ASTFactory, AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTAppender
 
ASTAppender(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTAppender
 
ASTIterator - Class in org.hibernate.hql.internal.ast.util
Depth first iteration of an ANTLR AST.
ASTIterator(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTIterator
 
ASTParentsFirstIterator - Class in org.hibernate.hql.internal.ast.util
Depth first iteration of an ANTLR AST.
ASTParentsFirstIterator(AST) - Constructor for class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
ASTPrinter - Class in org.hibernate.hql.internal.ast.util
Utility for generating pretty "ASCII art" representations of syntax trees.
ASTPrinter(Class) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
Constructs a printer.
ASTPrinter(boolean) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
 
ASTPrinter(Class, boolean) - Constructor for class org.hibernate.hql.internal.ast.util.ASTPrinter
Constructs a printer.
ASTQueryTranslatorFactory - Class in org.hibernate.hql.internal.ast
Generates translators which uses the Antlr-based parser to perform the translation.
ASTQueryTranslatorFactory() - Constructor for class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
ASTUtil - Class in org.hibernate.hql.internal.ast.util
Provides utility methods for AST traversal and manipulation.
ASTUtil.FilterPredicate - Interface in org.hibernate.hql.internal.ast.util
Filters nodes out of a tree.
ASTUtil.IncludePredicate - Class in org.hibernate.hql.internal.ast.util
A predicate that uses inclusion, rather than exclusion semantics.
ASTUtil.IncludePredicate() - Constructor for class org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
 
asXML() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXML() - Method in class org.hibernate.tuple.ElementWrapper
 
asXPathResult(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
asXPathResult(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
asyncWriteCache(AdvancedCache, Flag) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
atom() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
attemptedDereference() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
attemptToRestartAlreadyStartedEhCacheProvider() - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
attemptToRestartAlreadyStartedEhCacheProvider() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
attemptToRestartAlreadyStartedEhCacheProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
attribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
 
Attribute - Interface in org.hibernate.metamodel.domain
Describes an attribute.
attribute(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attribute(int) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attribute(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
ATTRIBUTE_OVERRIDE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ATTRIBUTE_OVERRIDES - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
AttributeBinding - Interface in org.hibernate.metamodel.binding
The basic contract for binding a attribute from the domain model to the relational model.
AttributeBindingContainer - Interface in org.hibernate.metamodel.binding
Common contract for EntityBinding and ComponentAttributeBinding in so far as they are both containers for AttributeBinding descriptors
attributeBindings() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Obtain all attribute bindings
attributeBindings() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
attributeBindings() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
AttributeContainer - Interface in org.hibernate.metamodel.domain
Basic contract for any container holding attributes.
attributeCount() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeCount() - Method in class org.hibernate.tuple.ElementWrapper
 
AttributeFactory - Class in org.hibernate.ejb.metamodel
A factory for building Attribute instances.
AttributeFactory(MetadataContext) - Constructor for class org.hibernate.ejb.metamodel.AttributeFactory
 
AttributeImplementor<X,Y> - Interface in org.hibernate.ejb.metamodel
TODO : javadoc
attributeIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
AttributeNature - Enum in org.hibernate.metamodel.source.annotations.attribute
An enum defining the type of a mapped attribute.
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
 
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
 
attributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
AttributeOverride - Class in org.hibernate.metamodel.source.annotations.attribute
Contains the information about a single AttributeOverride.
AttributeOverride(AnnotationInstance) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
AttributeOverride(String, AnnotationInstance) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
attributes - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
 
attributes - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
attributes - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
attributes() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
attributes() - Method in interface org.hibernate.metamodel.domain.AttributeContainer
Retrieve the attributes contained in this container.
attributes() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributes() - Method in class org.hibernate.tuple.ElementWrapper
 
AttributeSource - Interface in org.hibernate.metamodel.source.binder
Contract for sources of persistent attribute descriptions.
AttributeSourceContainer - Interface in org.hibernate.metamodel.source.binder
Contract for a container of AttributeSource references.
attributeSources() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
attributeSources() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
attributeSources() - Method in interface org.hibernate.metamodel.source.binder.AttributeSourceContainer
Obtain this container's attribute sources.
attributeSources() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
attributeSources() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
attributeSources() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
AttributeTypeResolver - Interface in org.hibernate.metamodel.source.annotations.attribute.type
Determines explicit Hibernate type information for JPA mapped attributes when additional type information is provided via annotations like Lob, Enumerated and Temporal.
AttributeTypeResolverImpl - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
AttributeTypeResolverImpl(MappedAttribute) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolverImpl
 
attributeValue(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
attributeValue(String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
attributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
 
AuditConfiguration - Class in org.hibernate.envers.configuration
 
AuditConfiguration(Configuration) - Constructor for class org.hibernate.envers.configuration.AuditConfiguration
 
AuditConfiguration(Configuration, ClassLoaderService) - Constructor for class org.hibernate.envers.configuration.AuditConfiguration
 
AuditConjunction - Class in org.hibernate.envers.query.criteria
 
AuditConjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditConjunction
 
AuditCriterion - Interface in org.hibernate.envers.query.criteria
 
AuditDisjunction - Class in org.hibernate.envers.query.criteria
 
AuditDisjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditDisjunction
 
Audited - Annotation Type in org.hibernate.envers
When applied to a class, indicates that all of its properties should be audited.
AuditedPropertiesHolder - Interface in org.hibernate.envers.configuration.metadata.reader
Implementations hold other audited properties.
AuditedPropertiesReader - Class in org.hibernate.envers.configuration.metadata.reader
Reads persistent properties form a PersistentPropertiesSource and adds the ones that are audited to a AuditedPropertiesHolder, filling all the auditing data.
AuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader
 
AuditedPropertiesReader.ComponentPropertiesSource - Class in org.hibernate.envers.configuration.metadata.reader
 
AuditedPropertiesReader.ComponentPropertiesSource(ReflectionManager, Component) - Constructor for class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
AuditEntitiesConfiguration - Class in org.hibernate.envers.configuration
Configuration of versions entities - names of fields, entities and tables created to store versioning information.
AuditEntitiesConfiguration(Properties, String) - Constructor for class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
AuditEntity - Class in org.hibernate.envers.query
TODO: ilike
AuditEntityNameRegister - Class in org.hibernate.envers.configuration.metadata
A register of all audit entity names used so far.
AuditEntityNameRegister() - Constructor for class org.hibernate.envers.configuration.metadata.AuditEntityNameRegister
 
AuditException - Exception in org.hibernate.envers.exception
 
AuditException(String) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(String, Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditId<T> - Class in org.hibernate.envers.query.criteria
Create restrictions and projections for the id of an audited entity.
AuditId() - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
AuditJoinTable - Annotation Type in org.hibernate.envers
 
AuditMappedBy - Annotation Type in org.hibernate.envers
Annotation to specify a "fake" bi-directional relation.
AuditMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
 
AuditMetadataGenerator(Configuration, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Element, AuditEntityNameRegister) - Constructor for class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditOverride - Annotation Type in org.hibernate.envers
The AuditingOverride annotation is used to override the auditing behavior of a superclass or single property inherited from MappedSuperclass type, or attribute inside an embedded component.
AuditOverrides - Annotation Type in org.hibernate.envers
The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
AuditProcess - Class in org.hibernate.envers.synchronization
 
AuditProcess(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.synchronization.AuditProcess
 
AuditProcessManager - Class in org.hibernate.envers.synchronization
 
AuditProcessManager(RevisionInfoGenerator) - Constructor for class org.hibernate.envers.synchronization.AuditProcessManager
 
AuditProjection - Interface in org.hibernate.envers.query.projection
 
AuditProperty<T> - Class in org.hibernate.envers.query.criteria
Create restrictions, projections and specify order for a property of an audited entity.
AuditProperty(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditProperty
 
AuditQuery - Interface in org.hibernate.envers.query
 
AuditQueryCreator - Class in org.hibernate.envers.query
 
AuditQueryCreator(AuditConfiguration, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
 
AuditReader - Interface in org.hibernate.envers
 
AuditReaderFactory - Class in org.hibernate.envers
 
AuditReaderImpl - Class in org.hibernate.envers.reader
 
AuditReaderImpl(AuditConfiguration, Session, SessionImplementor) - Constructor for class org.hibernate.envers.reader.AuditReaderImpl
 
AuditReaderImplementor - Interface in org.hibernate.envers.reader
An interface exposed by a VersionsReader to library-facing classes.
AuditRelatedId - Class in org.hibernate.envers.query.criteria
Create restrictions on an id of an entity related to an audited entity.
AuditRelatedId(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
 
AuditStrategy - Interface in org.hibernate.envers.strategy
Behaviours of different audit strategy for populating audit data.
auditStrategy - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
AuditTable - Annotation Type in org.hibernate.envers
 
AuditTableData - Class in org.hibernate.envers.configuration.metadata
Holds information necessary to create an audit table: its name, schema and catalog, as well as the audit entity name.
AuditTableData(String, String, String, String) - Constructor for class org.hibernate.envers.configuration.metadata.AuditTableData
 
AuditWorkUnit - Interface in org.hibernate.envers.synchronization.work
TODO: refactor constructors into factory methods
AUTO_CLOSE_SESSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic session close at end of transaction
AUTO_FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
AUTO_REGISTER - Static variable in class org.hibernate.envers.event.EnversIntegrator
 
autoAliasInjection - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
Deprecated. Only integrations can specify autoClosing behavior of individual sessions. See SessionOwner
autoClose() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated. For same reasons as SessionBuilder.autoClose(boolean) was deprecated. However, shared session builders can use SharedSessionBuilder.autoClose(boolean) since they do not "inherit" the owner.
autoClose(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AUTOCOMMIT - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC autocommit mode
autoCommitMode(boolean) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoCommitMode(boolean) - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoCommitMode(boolean) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoCommitMode(boolean) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoCommitMode$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoCommmitMode(boolean) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
autoCommmitMode(boolean) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoCommmitMode$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
AUTODETECTION - Static variable in class org.hibernate.ejb.AvailableSettings
JAR autodetection artifacts class, hbm
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.Loader
 
AutoFlushEvent - Class in org.hibernate.event.spi
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set) - Method in class org.hibernate.internal.SessionImpl
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoFlushWillNotWork() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoFlushWillNotWork() - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoFlushWillNotWork() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoFlushWillNotWork() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
autoFlushWillNotWork$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
autoImport - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
autoJoinTransactions(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session built automatically join in any ongoing JTA transactions
autoJoinTransactions() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session
autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject - Interface in org.hibernate.metamodel.relational
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
auxiliaryDatabaseObjects - Variable in class org.hibernate.cfg.Configuration
 
AvailableSettings - Interface in org.hibernate.cfg
 
AvailableSettings - Class in org.hibernate.ejb
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific

NOTE : Does *not* include Environment values.

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

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
BackrefPropertyAccessor - Class in org.hibernate.property
Represents a "back-reference" to the id of a collection owner.
BackrefPropertyAccessor(String, String) - Constructor for class org.hibernate.property.BackrefPropertyAccessor
Constructs a new instance of BackrefPropertyAccessor.
BackrefPropertyAccessor.BackrefGetter - Class in org.hibernate.property
Internal implementation of a property getter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefGetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
 
BackrefPropertyAccessor.BackrefSetter - Class in org.hibernate.property
Internal implementation of a property setter specific to these back-ref properties.
BackrefPropertyAccessor.BackrefSetter() - Constructor for class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
 
bag - Variable in class org.hibernate.collection.internal.PersistentBag
 
Bag - Class in org.hibernate.mapping
A bag permits duplicates, so it has no primary key
Bag(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
 
bag(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.bag(String, String) instead. See Jira issue: HHH-7771
bag(String, String) - Method in class org.hibernate.type.TypeFactory
 
BagAttributeSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
BagAttributeSourceImpl(JaxbBagElement, AttributeSourceContainer) - Constructor for class org.hibernate.metamodel.source.hbm.BagAttributeSourceImpl
 
BagBinder - Class in org.hibernate.cfg.annotations
Bind a bag.
BagBinder() - Constructor for class org.hibernate.cfg.annotations.BagBinder
 
BagBinding - Class in org.hibernate.metamodel.binding
TODO : javadoc
BagBinding(AttributeBindingContainer, PluralAttribute, CollectionElementNature) - Constructor for class org.hibernate.metamodel.binding.BagBinding
 
BagType - Class in org.hibernate.type
 
BagType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.BagType
Deprecated. Use BagType.BagType(TypeFactory.TypeScope, String, String ) See Jira issue: HHH-7771
BagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.BagType
 
base - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
 
BaseCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
Applies functional testing logic for core Hibernate testing on top of BaseUnitTestCase
BaseCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
BaseCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
 
BaseCoreFunctionalTestCase.RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
BaseEmitterBean - Class in org.hibernate.cache.ehcache.management.impl
 
BaseEmitterBean(Class<T>) - Constructor for class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
BaseEmitterBean
BaseEnversCollectionEventListener - Class in org.hibernate.envers.event
Base class for Envers' collection event related listeners
BaseEnversCollectionEventListener(AuditConfiguration) - Constructor for class org.hibernate.envers.event.BaseEnversCollectionEventListener
 
BaseEnversEventListener - Class in org.hibernate.envers.event
Base class for all Envers event listeners
BaseEnversEventListener(AuditConfiguration) - Constructor for class org.hibernate.envers.event.BaseEnversEventListener
 
BaseGeneralDataRegion - Class in org.hibernate.cache.infinispan.impl
Support for Infinispan GeneralDataRegion implementors.
BaseGeneralDataRegion(AdvancedCache, String, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
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, boolean, Class<? extends T>, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
BasicCollectionJoinWalker - Class in org.hibernate.loader.collection
Walker for collections of values and many-to-many associations
BasicCollectionJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
BasicCollectionLoader - Class in org.hibernate.loader.collection
Loads a collection of values or a many-to-many association.
BasicCollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionLoader(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionMapper<T extends Collection> - Class in org.hibernate.envers.entities.mapper.relation
 
BasicCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, boolean, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicDialectResolver - Class in org.hibernate.service.jdbc.dialect.internal
Intended as support for custom resolvers.
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.service.jdbc.dialect.internal.BasicDialectResolver
 
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.service.jdbc.dialect.internal.BasicDialectResolver
 
BasicEntityPropertyMapping - Class in org.hibernate.persister.entity
 
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
BasicExecutor - Class in org.hibernate.hql.internal.ast.exec
Implementation of BasicExecutor.
BasicExecutor(HqlSqlWalker, Queryable) - Constructor for class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
BasicExtractor<J> - Class in org.hibernate.type.descriptor.sql
Convenience base implementation of ValueExtractor
BasicExtractor(JavaTypeDescriptor<J>, SqlTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.sql.BasicExtractor
 
BasicFormatterImpl - Class in org.hibernate.engine.jdbc.internal
Performs formatting of basic SQL statements (DML + query).
BasicFormatterImpl() - Constructor for class org.hibernate.engine.jdbc.internal.BasicFormatterImpl
 
BasicFunctionExpression<X> - Class in org.hibernate.ejb.criteria.expression.function
Models the basic concept of a SQL function.
BasicFunctionExpression(CriteriaBuilderImpl, Class<X>, String) - Constructor for class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
 
BasicInstrumentationTask - Class in org.hibernate.tool.instrument
Super class for all Hibernate instrumentation tasks.
BasicInstrumentationTask() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask
 
BasicInstrumentationTask.LoggerBridge - Class in org.hibernate.tool.instrument
 
BasicInstrumentationTask.LoggerBridge() - Constructor for class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Serializable, Method, Method, CompositeType, SessionImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
 
BasicLoader - Class in org.hibernate.loader
Uses the default mapping from property to result set column alias defined by the entities' persisters.
BasicLoader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.BasicLoader
 
BasicMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
Generates metadata for basic properties: immutable types (including enums).
BasicMetadataGenerator() - Constructor for class org.hibernate.envers.configuration.metadata.BasicMetadataGenerator
 
BasicPathUsageException - Exception in org.hibernate.ejb.criteria
Represents an incorrect usage of a basic path.
BasicPathUsageException(String, Attribute<?, ?>) - Constructor for exception org.hibernate.ejb.criteria.BasicPathUsageException
Construct the usage exception.
BasicPathUsageException(String, Throwable, Attribute<?, ?>) - Constructor for exception org.hibernate.ejb.criteria.BasicPathUsageException
Construct the usage exception.
BasicPluralAttributeElementSource - Interface in org.hibernate.metamodel.source.binder
 
BasicPluralAttributeElementSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
BasicPluralAttributeElementSourceImpl(JaxbElementElement, LocalBindingContext) - Constructor for class org.hibernate.metamodel.source.hbm.BasicPluralAttributeElementSourceImpl
 
BasicPropertyAccessor - Class in org.hibernate.property
Accesses property values via a get/set pair, which may be nonpublic.
BasicPropertyAccessor() - Constructor for class org.hibernate.property.BasicPropertyAccessor
 
BasicPropertyAccessor.BasicGetter - Class in org.hibernate.property
 
BasicPropertyAccessor.BasicSetter - Class in org.hibernate.property
 
BasicProxyFactory - Interface in org.hibernate.bytecode.spi
A proxy factory for "basic proxy" generation
BasicServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Contract for an initiator of services that target the standard ServiceRegistry
BasicSQLExceptionConverter - Class in org.hibernate.dialect.resolver
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
 
BasicTransformerAdapter - Class in org.hibernate.transform
Provides the basic "noop" impls of the ResultTransformer contract.
BasicTransformerAdapter() - Constructor for class org.hibernate.transform.BasicTransformerAdapter
 
BasicType - Class in org.hibernate.metamodel.domain
Models a basic type.
BasicType(String, ValueHolder<Class<?>>) - Constructor for class org.hibernate.metamodel.domain.BasicType
 
BasicType - Interface in org.hibernate.type
Marker interface for basic types.
BasicTypeImpl<X> - Class in org.hibernate.ejb.metamodel
 
BasicTypeImpl(Class<X>, Type.PersistenceType) - Constructor for class org.hibernate.ejb.metamodel.BasicTypeImpl
 
BasicTypeRegistry - Class in org.hibernate.type
A registry of BasicType instances
BasicTypeRegistry() - Constructor for class org.hibernate.type.BasicTypeRegistry
 
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Conceptually models a batch.
BATCH_FETCH_STYLE - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the BatchFetchStyle to use.
BATCH_ID_PLACEHOLDER - Static variable in class org.hibernate.internal.util.StringHelper
 
BATCH_SIZE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
BATCH_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Select a custom batcher.
BATCH_VERSIONED_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
Should versioned data be included in batching?
BatchBuilder - Interface in org.hibernate.engine.jdbc.batch.spi
A builder for Batch instances
batchBuilder() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
BatchBuilderImpl - Class in org.hibernate.engine.jdbc.batch.internal
A builder for Batch instances.
BatchBuilderImpl() - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
BatchBuilderImpl(int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
BatchBuilderInitiator - Class in org.hibernate.engine.jdbc.batch.internal
Initiator for the BatchBuilder service
BatchBuilderInitiator() - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in interface org.hibernate.internal.CoreMessageLogger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
batchContainedStatementsOnRelease() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
batchContainedStatementsOnRelease$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
BatchedTooManyRowsAffectedException - Exception in org.hibernate.jdbc
Much like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected.
BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
batchExplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates explicit execution of the batch via a call to Batch.execute().
BatchFailedException - Exception in org.hibernate.jdbc
Indicates a failed batch entry (-3 return).
BatchFailedException(String) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFailedException(String, Throwable) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFetchQueue - Class in org.hibernate.engine.spi
Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections.
BatchFetchQueue(PersistenceContext) - Constructor for class org.hibernate.engine.spi.BatchFetchQueue
Constructs a queue for the given context.
BatchFetchStyle - Enum in org.hibernate.loader
Defines the style that should be used to perform batch loading.
batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates an implicit execution of the batch.
BatchingBatch - Class in org.hibernate.engine.jdbc.batch.internal
A Batch implementation which does bathing based on a given size.
BatchingBatch(BatchKey, JdbcCoordinator, int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
BatchingCollectionInitializer - Class in org.hibernate.loader.collection
The base contract for loaders capable of performing batch-fetch loading of collections using multiple foreign key values in the SQL WHERE clause.
BatchingCollectionInitializer(QueryableCollection) - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializer
 
BatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
Contract for building CollectionInitializer instances capable of performing batch-fetch loading.
BatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
BatchingEntityLoader - Class in org.hibernate.loader.entity
The base contract for loaders capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.
BatchingEntityLoader(EntityPersister) - Constructor for class org.hibernate.loader.entity.BatchingEntityLoader
 
BatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
The contract for building UniqueEntityLoader capable of performing batch-fetch loading.
BatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
BatchKey - Interface in org.hibernate.engine.jdbc.batch.spi
Unique key for batch identification.
BatchObserver - Interface in org.hibernate.engine.jdbc.batch.spi
An observer contract for batch events.
BatchSize - Annotation Type in org.hibernate.annotations
Batch size for SQL loading
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
batchSize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
BeanCallback - Class in org.hibernate.ejb.event
 
BeanCallback(Method) - Constructor for class org.hibernate.ejb.event.BeanCallback
 
BeanInfoHelper - Class in org.hibernate.internal.util.beans
Utility for helping deal with BeanInfo
BeanInfoHelper(Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper(Class, Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper.BeanInfoDelegate - Interface in org.hibernate.internal.util.beans
 
BeanIntrospectionException - Exception in org.hibernate.internal.util.beans
Indicates a problem dealing with BeanInfo via the BeanInfoHelper delegate.
BeanIntrospectionException(String, Throwable) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanIntrospectionException(String) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanUtils - Class in org.hibernate.cache.ehcache.management.impl
Reflective utilities for dealing with backward-incompatible change to statistics types in Hibernate 3.5.
BeanUtils() - Constructor for class org.hibernate.cache.ehcache.management.impl.BeanUtils
 
BeanValidationEventListener - Class in org.hibernate.cfg.beanvalidation
Event listener used to enable Bean Validation for insert/update/delete events.
BeanValidationEventListener() - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
No-arg constructor used when listener is configured via configuration file
BeanValidationEventListener(ValidatorFactory, Properties) - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
Constructor used in an environment where validator factory is injected (JPA2).
BeanValidationIntegrator - Class in org.hibernate.cfg.beanvalidation
 
BeanValidationIntegrator() - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
before() - Method in class org.hibernate.internal.AbstractQueryImpl
 
before() - Method in class org.hibernate.internal.CriteriaImpl
 
BEFORE_FLUSH - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just before the session is flushed
BEFORE_INSERT_AFTER_DELETE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just before the insertion of the parent entity and just after deletion
BEFORE_MERGE - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just before merging from a transient parent entity into the object in the session cache
BEFORE_REFRESH - Static variable in class org.hibernate.engine.internal.Cascade
A cascade point that occurs just after locking a transient parent entity into the session cache
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
beforeAssemble(Serializable, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
beforeAssemble(Serializable, SessionImplementor) - Method in interface org.hibernate.type.Type
Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.
beforeAssemble(Serializable[], Type[], SessionImplementor) - Static method in class org.hibernate.type.TypeHelper
Apply the Type.beforeAssemble(java.io.Serializable, org.hibernate.engine.spi.SessionImplementor) operation across a series of values.
BeforeClassCallbackHandler - Class in org.hibernate.testing.junit4
 
BeforeClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
BeforeClassOnce - Annotation Type in org.hibernate.testing
Annotation used to mark a method which should be run once before the first test execution for the given class.
beforeCompletion() - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSynch
beforeCompletion() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSynch
beforeCompletion(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the initial phase of transaction completion.
beforeCompletion() - Method in class org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization
beforeCompletion() - Method in class org.hibernate.engine.transaction.synchronization.internal.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
 
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.engine.spi.SessionDelegatorBaseImpl
 
beginTransaction() - Method in class org.hibernate.internal.SessionImpl
 
beginTransaction() - Method in class org.hibernate.internal.StatelessSessionImpl
 
beginTransaction() - Method in interface org.hibernate.SharedSessionContract
Begin a unit of work and return the associated Transaction object.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in class org.hibernate.envers.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
Binds all NamedQuery, NamedQueries, NamedNativeQuery, NamedNativeQueries, NamedQuery, NamedQueries, NamedNativeQuery, and NamedNativeQueries annotations to the supplied metadata.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.TableBinder
Binds Tables and Table annotations to the supplied metadata.
bind(AnnotationBindingContext) - Static method in class org.hibernate.metamodel.source.annotations.global.TypeDefBinder
Binds all TypeDef and TypeDefs annotations to the supplied metadata.
bind(PreparedStatement, QueryParameters, SessionImplementor, int) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Bind 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. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
bindLimitParametersFirst() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.HSQLDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the LIMIT clause come at the start of the SELECT statement, rather than at the end?
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.CUBRIDDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.FirebirdDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.H2Dialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.InterbaseDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle8iDialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
ANSI SQL defines the LIMIT clause to be in the form LIMIT offset, limit.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
bindListSecondPass(Element, List, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Lists, arrays, primitive arrays
bindManytoManyInverseFk(PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, Mappings) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
bind the inverse FK of a ManyToMany If we are in a mappedBy case, read the columns from the associated collection element Otherwise delegates to the usual algorithm
bindManyToManySecondPass(Collection, Map, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XClass, boolean, boolean, boolean, TableBinder, XProperty, PropertyHolder, String, Mappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindManyToOne(Element, ManyToOne, String, boolean, Mappings) - Static method in class org.hibernate.cfg.HbmBinder
 
bindMapSecondPass(Element, Map, Map, Mappings, Map) - Static method in class org.hibernate.cfg.HbmBinder
Called for Maps
bindNamedParameters(PreparedStatement, QueryParameters, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.internal.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map, int, ParameterBinder.NamedParameterSource, SessionImplementor) - Static method in class org.hibernate.engine.internal.ParameterBinder
 
bindNamedParameters(PreparedStatement, Map, 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.
buildBatchFetchRestrictionFragment(String, String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBytecodeProvider(Properties) - Static method in class org.hibernate.cfg.Environment
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
buildCacheEntry(Object, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
buildCacheEntryHelper() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCallback(SessionImplementor) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
A callback to be able to get the next value from the underlying structure as needed.
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
buildCallback(SessionImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
 
buildCleanupSynch() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Build a cache region specialized for storing collection data.
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing collection data.
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, Mappings) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, Mappings) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(OrderColumn, PropertyHolder, PropertyData, Map<String, Join>, Mappings) - Static method in class org.hibernate.cfg.IndexColumn
 
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, Mappings) - Static method in class org.hibernate.cfg.IndexColumn
 
buildConfiguration() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildConnectionProvider() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(boolean) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildCustomSql(CustomSqlElement) - Static method in class org.hibernate.metamodel.source.hbm.Helper
Given a user-specified description of how to perform custom SQL, build the CustomSQL representation.
buildDatabaseStructure(Type, Properties, Dialect, boolean, String, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy
Build a handler capable of handling the bulk delete indicated by the given walker.
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
buildDialect(Map, Connection) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectFactoryImpl
 
buildDialect(Map, Connection) - Method in interface org.hibernate.service.jdbc.dialect.spi.DialectFactory
Builds an appropriate Dialect instance.
buildDiscriminatorColumn(DiscriminatorType, DiscriminatorColumn, DiscriminatorFormula, Mappings) - Static method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
buildEntityManagerFactory() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
buildEntityManagerFactory(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Build a cache region specialized for storing entity data.
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing entity data.
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
BUILDER - Static variable in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
buildEvictAllCommand(String) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(String) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.CountProjection
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildHolder() - Method in class org.hibernate.id.SequenceGenerator
 
buildHolder() - Method in class org.hibernate.id.TableGenerator
Deprecated.  
buildIdAttribute(AbstractIdentifiableType<X>, Property) - Method in class org.hibernate.ejb.metamodel.AttributeFactory
Build the identifier attribute descriptor
buildIdentifierProperty(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates an IdentifierProperty representation of the for a given entity mapping.
buildIdentifierProperty(EntityBinding, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates an IdentifierProperty representation of the for a given entity mapping.
buildIllegalCollectionDereferenceException(String, FromReferenceNode) - Method in interface org.hibernate.hql.internal.ast.tree.DotNode.IllegalCollectionDereferenceExceptionBuilder
 
buildInheritanceStates(List<XClass>, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
For the mapped entities build some temporary data-structure containing information about the inheritance status of a class.
buildInsertQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildInstantiator(Component) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(EntityBinding) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(EntityBinding) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(EntityBinding) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
buildInstrumenter(Logger, Instrumenter.Options) - Method in class org.hibernate.tool.instrument.javassist.InstrumentTask
 
buildIsolatedClassLoader() - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
buildJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, Map<String, Join>, PropertyHolder, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
Build JoinColumn for a JOINED hierarchy
buildJoinColumns(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsOrFormulas(JoinColumnsOrFormulas, String, Map<String, Join>, PropertyHolder, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsWithDefaultColumnSuffix(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinFormula(JoinFormula, String, Map<String, Join>, PropertyHolder, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
build join formula
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, Mappings) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildLimitHandler(String, RowSelection) - Method in class org.hibernate.dialect.Dialect
Build delegate managing LIMIT clause.
buildLimitHandler(String, RowSelection) - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
buildLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.
buildLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-options, etc.
buildLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.LobCreatorBuilder
 
buildLockRequest(LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
buildLockRequest(LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
buildLockRequest(LockOptions) - Method in interface org.hibernate.Session
Build a LockRequest that specifies the LockMode, pessimistic lock timeout and lock scope.
buildMapping() - Method in class org.hibernate.cfg.Configuration
 
buildMappings() - Method in class org.hibernate.cfg.Configuration
Call this to ensure the mappings are fully compiled/built.
buildMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
buildMetaAttributeSources(List<JaxbMetaElement>) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
buildMetadata() - Method in interface org.hibernate.metamodel.MetadataBuilder
 
buildMetadata() - Method in class org.hibernate.metamodel.MetadataSources
 
buildMetadata() - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
buildMetamodel(Iterator<PersistentClass>, SessionFactoryImplementor) - Static method in class org.hibernate.ejb.metamodel.MetamodelImpl
Deprecated. use MetamodelImpl.buildMetamodel(java.util.Iterator,org.hibernate.engine.spi.SessionFactoryImplementor,boolean) instead
buildMetamodel(Iterator<PersistentClass>, SessionFactoryImplementor, boolean) - Static method in class org.hibernate.ejb.metamodel.MetamodelImpl
Build the metamodel using the information from the collection of Hibernate PersistentClass models as well as the Hibernate SessionFactory.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Builds a minimal converter.
buildNamedQueries(Element, boolean, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing NaturalId to Primary Key mappings.
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated. Use OptimizerFactory.buildOptimizer(String, Class, int, long) instead
buildOptimizer(String, Class, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Builds an optimizer
buildOrObtainSession() - Method in class org.hibernate.context.internal.JTASessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildOrObtainSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildPositionsArray() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer.NamedParameterDescription
 
buildProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyGetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Getter for the given property.
buildPropertyHolder(XClass, PersistentClass, EntityBinder, Mappings, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
 
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, Mappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, Mappings) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
buid a property holder on top of a collection
buildPropertyHolder(PersistentClass, Map<String, Join>, Mappings, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
must only be used on second level phases ( has to be settled already)
buildPropertyPath(String, String) - Static method in exception org.hibernate.PropertyValueException
Return a well formed property path.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(AttributeBinding) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate Setter for the given property.
buildProxyFactory() - Method in class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
Builds a Javassist-based proxy factory.
buildProxyFactory() - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory specifically for handling runtime lazy loading.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactory(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxyFactoryInternal(EntityBinding, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildQuery() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Build a cache region specialized for storing query results
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Build a cache region specialized for storing query results
buildQueryResultsRegion(String, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildResultRow(Object[], ResultSet, boolean, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
Build a logical result row.
buildResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
buildResultSetMappingDefinition(Element, String, Mappings) - Static method in class org.hibernate.cfg.ResultSetMappingBinder
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
buildSafeClassName(String, String) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSafeClassName(String, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSequenceGeneratorAnnotation(Element) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildServiceRegistry(SessionFactoryImplementor, Configuration) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry(SessionFactoryImplementor, MetadataImplementor) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
buildServiceRegistry() - Method in class org.hibernate.service.ServiceRegistryBuilder
Build the service registry accounting for all settings and service initiators and services.
buildServiceRegistry(SessionFactoryImplementor, Configuration) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
Create the registry.
buildServiceRegistry(SessionFactoryImplementor, MetadataImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
Create the registry.
buildServiceRegistry(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildServiceRegistry() - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(Map) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildSessionFactory(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Deprecated. Use Configuration.buildSessionFactory(ServiceRegistry) instead
buildSessionFactory() - Method in interface org.hibernate.metamodel.Metadata
 
buildSessionFactory() - Method in interface org.hibernate.metamodel.SessionFactoryBuilder
 
buildSessionFactory() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
buildSessionFactory() - Method in class org.hibernate.metamodel.source.internal.SessionFactoryBuilderImpl
 
buildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSessionFactoryUniqueIdentifierGenerator() - Static method in class org.hibernate.id.UUIDGenerator
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildSettings(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create an object-oriented view of the configuration properties
buildSettings(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
 
buildSettings(Properties, ServiceRegistry) - Method in class org.hibernate.cfg.SettingsFactory
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, TableSpecification, Iterable<Column>, boolean) - Static method in class org.hibernate.metamodel.relational.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, TableSpecification, String) - Static method in class org.hibernate.metamodel.relational.Index
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Cache71Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Dialect
Build an instance of a SQLExceptionConversionDelegate for interpreting dialect-specific error or SQLState codes.
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MySQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Oracle8iDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
buildSQLExceptionConverter() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildSQLExceptionConversionDelegate() should be overridden instead.
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.
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
Deprecated. Use TableBinder.buildUniqueConstraintHolders(javax.persistence.UniqueConstraint[]) instead
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.engine.spi.SessionDelegatorBaseImpl
 
byId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(String) - Method in class org.hibernate.internal.SessionImpl
 
byId(Class) - Method in class org.hibernate.internal.SessionImpl
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity type by primary key.
byId(Class) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity by primary key.
byName(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
 
byName(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(Class) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byNaturalId(Class) - Method in interface org.hibernate.Session
Create an NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(Class) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(Class) - Method in interface org.hibernate.Session
Create an SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its simple (single attribute) natural id.
BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte to JDBC TINYINT.
ByteArrayBlobType - Class in org.hibernate.type
Deprecated. replaced by WrappedMaterializedBlobType
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 - Interface in org.hibernate.cache.spi.entry
A cached instance of a persistent class
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
 
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 interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Attempt to cancel the last query sent to the JDBC driver.
cancelQuery() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
cancelQuery() - Method in class org.hibernate.internal.SessionImpl
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
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.osgi.OsgiJtaPlatform
 
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
 
canUseReferenceCacheEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
captureExpressionFinish() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
captureExpressionStart() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association
Cascade - Class in org.hibernate.engine.internal
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
Cascade(CascadingAction, 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
 
ClassLoaderHelper - Class in org.hibernate.internal.util
This exists purely to allow custom ClassLoaders to be injected and used prior to ServiceRegistry and ClassLoadingService existence.
ClassLoaderHelper() - Constructor for class org.hibernate.internal.util.ClassLoaderHelper
 
CLASSLOADERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to define a Collection of the ClassLoader instances Hibernate should use for class-loading and resource-lookups.
ClassLoaderService - Interface in org.hibernate.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
The clean up process of PersistenceContext.NaturalIdHelper.handleSynchronization(org.hibernate.persister.entity.EntityPersister, java.io.Serializable, java.lang.Object).
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 this 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.EntityEntryContext
 
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.engine.spi.SessionDelegatorBaseImpl
 
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.osgi.OsgiClassLoader
 
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(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close(ResultSet) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
close() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Close this coordinator and release and resources.
close() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Release the underlying connection and clean up any other resources associated with this logical connection.
close() - Method in interface org.hibernate.engine.spi.CacheImplementor
Close all cache regions.
close() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
close() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
close() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Close the transaction context, returning any user supplied connection from the underlying JDBC coordinator.
close(Iterator) - Static method in class org.hibernate.Hibernate
Close an Iterator 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.JdbcCoordinatorImpl
 
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
Cross between StringHelper.collapse(java.lang.String) and StringHelper.partiallyUnqualify(java.lang.String, java.lang.String).
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
The collation name wrt GeneratedOrderByFragmentParser.collationSpecification().
CollationSpecification - Class in org.hibernate.sql.ordering.antlr
Models a collation specification (COLLATE using a specific character-set) within a SortSpecification.
CollationSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.CollationSpecification
 
collationSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the collation specification used to allow specifying that sorting for the given GeneratedOrderByFragmentParser.sortSpecification() be treated within a specific character-set.
collationSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
collectAnnotations(Class<S>, Class<P>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
collectChildren(AST, ASTUtil.FilterPredicate) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
collectCorrelatedJoins() - Method in class org.hibernate.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() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
collectionPersister() - Method in class org.hibernate.loader.collection.CollectionLoader
 
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a collection role.
collectionPersisters - Variable in class org.hibernate.loader.JoinWalker
 
collectionPersisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
CollectionProperties - Class in org.hibernate.hql.internal
Provides a map of collection function names to the corresponding property names.
CollectionPropertyHolder - Class in org.hibernate.cfg
 
CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, Mappings) - Constructor for class org.hibernate.cfg.CollectionPropertyHolder
 
CollectionPropertyMapping - Class in org.hibernate.persister.collection
 
CollectionPropertyMapping(QueryableCollection) - Constructor for class org.hibernate.persister.collection.CollectionPropertyMapping
 
CollectionPropertyNames - Class in org.hibernate.persister.collection
The names of all the collection properties.
CollectionPropertyNames() - Constructor for class org.hibernate.persister.collection.CollectionPropertyNames
 
CollectionProxy<U,T extends Collection<U>> - Class in org.hibernate.envers.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
Deprecated. Use CollectionType.CollectionType(TypeFactory.TypeScope, String, String) instead See Jira issue: HHH-7771
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
An extractor which uses ResultSetMetaData.getColumnLabel(int)
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(Map) - 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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.
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
 
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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
 
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. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
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. Use AuditProperty.count().
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
 
countNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
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
Deprecated. use Criteria.createAlias(String, String, org.hibernate.sql.JoinType)
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
Deprecated. use Criteria.createAlias(String, String, JoinType, Criterion)
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
Deprecated. use DetachedCriteria.createAlias(String, String, JoinType)
createAlias(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Deprecated. use DetachedCriteria.createAlias(String, String, JoinType, Criterion)
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) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for basic and many-to-many collections (collections with a dedicated collection table).
createBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
Builds a batch-fetch capable CollectionInitializer for one-to-many collections (collections without a dedicated collection table).
createBinarySubtree(ASTFactory, int, String, AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Creates a 'binary operator' subtree, given the information about the parent and the two child nodex.
createBlob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual BLOB reference.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCacheManager(Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
createCacheManager(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
Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
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).
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createCopy() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
createCopy() - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(String) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopy(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
createCorrelationDelegate() - Method in class org.hibernate.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
Deprecated. use Criteria.createAlias(String, String, org.hibernate.sql.JoinType)
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
Deprecated. use Criteria.createCriteria(String, org.hibernate.sql.JoinType)
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
Deprecated. use Criteria.createCriteria(String, String, org.hibernate.sql.JoinType, org.hibernate.criterion.Criterion)
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
Deprecated. use DetachedCriteria.createCriteria(String, JoinType)
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
Deprecated. use DetachedCriteria.createCriteria(String, String, JoinType)
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Deprecated. use DetachedCriteria.createCriteria(String, String, JoinType, Criterion)
createCriteria(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl
 
createCriteria(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, JoinType, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
createCriteria(Class, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.SessionImpl
 
createCriteria(Class, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String, String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
createCriteria(Class) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors)
createCriteria(Class, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given class (entity or subclasses/implementors), using a specific alias.
createCriteria(String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name.
createCriteria(String, String) - Method in interface org.hibernate.SharedSessionContract
Create Criteria instance for the given entity name, using a specific alias.
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.  
createEntityManagerFactory(String, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(EntityBinding, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityPersister(EntityBinding, EntityRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in interface org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType
createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType
createExtendedMappings() - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
createFilter(Object, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createFilter(Object, String) - Method in class org.hibernate.internal.SessionImpl
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Create a Query instance for the given collection and filter string.
createFilterKeys(Map<String, Filter>) - Static method in class org.hibernate.cache.spi.FilterKey
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
 
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey(String, List, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(TableSpecification, String) - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
createForeignKey(TableSpecification, String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - Method in class org.hibernate.mapping.Table
 
createFormulatedValue(Value, Collection, String, PersistentClass, Mappings) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromElement(String, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromFilterElement(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
createFromJoinElement(AST, AST, int, AST, AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
createGetter(Class, String) - Static method in class org.hibernate.property.BasicPropertyAccessor
 
createH2Schema(String, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
 
createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
Create additional H2 schema.
createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Given a strategy, retrieve the appropriate identifier generator instance.
createIdentifierGenerator(String, Type, Properties) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.Component
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Properties) - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
createIdMap(int) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
Creates map for storing identifier data.
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
Create an instance of JaxbHibernateConfiguration.JaxbSecurity
createJaxbHibernateConfigurationJaxbSecurityJaxbGrant() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
createJaxbHibernateConfigurationJaxbSessionFactory() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration.JaxbSessionFactory
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbClassCache() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbCollectionCache() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbEvent() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbMapping() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
createJaxbHibernateConfigurationJaxbSessionFactoryJaxbProperty() - Method in class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create an instance of JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
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
Create an instance of JaxbHibernateMapping.JaxbClass.JaxbCompositeId
createJaxbHibernateMappingJaxbClassJaxbDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
createJaxbHibernateMappingJaxbClassJaxbId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbClass.JaxbId
createJaxbHibernateMappingJaxbClassJaxbNaturalId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbClass.JaxbNaturalId
createJaxbHibernateMappingJaxbClassJaxbTimestamp() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbClass.JaxbTimestamp
createJaxbHibernateMappingJaxbClassJaxbVersion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbClass.JaxbVersion
createJaxbHibernateMappingJaxbDatabaseObject() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbDatabaseObject
createJaxbHibernateMappingJaxbDatabaseObjectJaxbDefinition() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
createJaxbHibernateMappingJaxbDatabaseObjectJaxbDialectScope() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
createJaxbHibernateMappingJaxbFilterDef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbFilterDef
createJaxbHibernateMappingJaxbFilterDefFilterParam(JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam) - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JAXBElement<JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam>}
createJaxbHibernateMappingJaxbFilterDefJaxbFilterParam() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
createJaxbHibernateMappingJaxbIdentifierGenerator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create an instance of JaxbHibernateMapping.JaxbIdentifierGenerator
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
Create an instance of JaxbMapElement.JaxbCompositeMapKey
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
Create an instance of JaxbMapElement.JaxbIndexManyToMany
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
Create an instance of JaxbMapElement.JaxbMapKeyManyToMany
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
Create an instance of JaxbReturnElement.JaxbReturnDiscriminator
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
Create an instance of JaxbReturnPropertyElement.JaxbReturnColumn
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
Create NaturalIdRegionAccessStrategy for the input EhcacheNaturalIdRegion and AccessType
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, boolean, 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, boolean, 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(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
createRegionFactory(Properties, boolean) - Static method in class org.hibernate.cfg.SettingsFactory
 
createRoot(AssociationType, String, SessionFactoryImplementor) - Static method in class org.hibernate.loader.OuterJoinableAssociation
 
createSAXReader(ErrorHandler, EntityResolver) - Method in class org.hibernate.internal.util.xml.XMLHelper
 
createSchema() - Method in class org.hibernate.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.engine.spi.SessionDelegatorBaseImpl
 
createSQLQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
createSQLQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createSQLQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a SQLQuery instance for the given SQL query string.
createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Create a statement.
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
Deprecated. Use TypeFactory.customCollection(String, java.util.Properties, String, String) instead. See Jira issue: HHH-7771
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
Deprecated. Use CustomCollectionType.CustomCollectionType(TypeFactory.TypeScope, Class, String, String ) instead. See Jira issue: HHH-7771
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
Deprecated. Use DatabaseMetadata.DatabaseMetadata(Connection, Dialect, Configuration) instead
DatabaseMetadata(Connection, Dialect, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
Deprecated. Use DatabaseMetadata.DatabaseMetadata(Connection, Dialect, Configuration, boolean) instead
DatabaseMetadata(Connection, Dialect, Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
DatabaseMetadata(Connection, Dialect, Configuration, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
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
 
DB2UniqueDelegate - Class in org.hibernate.dialect.unique
DB2 does not allow unique constraints on nullable columns.
DB2UniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DB2UniqueDelegate
 
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() - Method in class org.hibernate.envers.tools.MutableInteger
 
deepCopy() - Method in class org.hibernate.envers.tools.query.Parameters
 
deepCopy() - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
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
Default value for InfinispanRegionFactory.ENTITY_CACHE_RESOURCE_PROP.
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
Default value for InfinispanRegionFactory.INFINISPAN_CONFIG_RESOURCE_PROP.
DEF_QUERY_RESOURCE - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Default value for InfinispanRegionFactory.QUERY_CACHE_RESOURCE_PROP.
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
Default value for InfinispanRegionFactory.TIMESTAMPS_CACHE_RESOURCE_PROP.
DEF_USE_SYNCHRONIZATION - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Default value for InfinispanRegionFactory.INFINISPAN_USE_SYNCHRONIZATION_PROP.
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_NULL_ORDERING - Static variable in interface org.hibernate.cfg.AvailableSettings
Default precedence of null values in ORDER BY clause.
DEFAULT_PARAMETER_METADATA_MAX_COUNT - Static variable in class org.hibernate.engine.query.spi.QueryPlanCache
The default strong reference count.
DEFAULT_POST_LOAD - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_POST_PERSIST - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_POST_REMOVE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_POST_UPDATE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRE_PERSIST - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRE_REMOVE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRE_UPDATE - Static variable in interface org.hibernate.metamodel.source.annotations.xml.PseudoJpaDotNames
 
DEFAULT_PRECISION - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_PRECISION - Static variable in class org.hibernate.metamodel.relational.Size
 
DEFAULT_QUERY_PLAN_MAX_COUNT - Static variable in class org.hibernate.engine.query.spi.QueryPlanCache
The default soft reference count.
DEFAULT_RETRIEVE_MODE - Static variable in class org.hibernate.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
 
DefaultUniqueDelegate - Class in org.hibernate.dialect.unique
The default UniqueDelegate implementation for most dialects.
DefaultUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
DefaultUpdateEventListener - Class in org.hibernate.event.internal
An event handler for update() events
DefaultUpdateEventListener() - Constructor for class org.hibernate.event.internal.DefaultUpdateEventListener
 
defineFetchingStrategy(ToOne, XProperty) - Static method in class org.hibernate.cfg.AnnotationBinder
 
definesLimits() - Method in class org.hibernate.engine.spi.RowSelection
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in class org.hibernate.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
 
delayedAfterCompletion() - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
delayedAfterCompletion() - Method in interface org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator
 
DelayedPostInsertIdentifier - Class in org.hibernate.action.internal
Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert).
DelayedPostInsertIdentifier() - Constructor for class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object, boolean, Set) - Method in interface org.hibernate.event.spi.EventSource
Cascade delete an entity instance
DELETE - Static variable in class org.hibernate.event.spi.EventType
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DELETE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
delete(Object) - Method in class org.hibernate.internal.SessionImpl
Delete a persistent object
delete(String, Object) - Method in class org.hibernate.internal.SessionImpl
Delete a persistent object (by explicit entity name)
delete(String, Object, boolean, Set) - Method in class org.hibernate.internal.SessionImpl
Delete a persistent object
delete(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(Serializable, Object, int, Object, String, SessionImplementor, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL DELETE
delete(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Serializable, Object, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
DELETE - 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, StatefulPersistenceContext) - Static method in class org.hibernate.engine.internal.EntityEntryContext
 
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.dialect.unique.DefaultUniqueDelegate
 
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.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.engine.spi.SessionDelegatorBaseImpl
 
disableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
disableFetchProfile(String) - Method in interface org.hibernate.Session
Disable a particular fetch profile on this session.
disableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFilter(String) - Method in class org.hibernate.internal.SessionImpl
Disable the named filter for the current session.
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disableReleases() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
disableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
 
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
disableStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
disableTransactionAutoJoin() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableTransactionAutoJoin() - Method in interface org.hibernate.engine.spi.SessionImplementor
Disable automatic transaction joining.
disableTransactionAutoJoin() - Method in class org.hibernate.envers.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
Apply the Type.disassemble(java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object) operation across a series of values.
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.engine.spi.SessionDelegatorBaseImpl
 
disconnect() - Method in class org.hibernate.internal.SessionImpl
 
disconnect() - Method in interface org.hibernate.Session
Disconnect the session from its underlying JDBC connection.
discriminator - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
DISCRIMINATOR_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
DISCRIMINATOR_FORMULA - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
DISCRIMINATOR_OPTIONS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
DISCRIMINATOR_PROPERTY_NAME - Static variable in class org.hibernate.hql.internal.ast.tree.FromElement
 
DISCRIMINATOR_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
DISCRIMINATOR_VALUE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
discriminatorColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
discriminatorColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
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.
doBatchLoad(Serializable, Loader, SessionImplementor, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityIncrementVersionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityVerifyVersionProcess
 
doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.envers.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
doDirtyCheckingInline(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we in-line dirty checking for persistent attributes for this class?
doDirtyCheckingInline(CtClass) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
doDispose() - Method in class org.hibernate.cache.ehcache.management.impl.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?
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
 
doQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Execute an SQL query and attempt to instantiate instances of the class mapped by the given persister from each row of the ResultSet.
doQueryAndInitializeNonLazyCollections(SessionImplementor, QueryParameters, boolean, ResultTransformer) - Method in class org.hibernate.loader.Loader
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.internal.SessionImpl
 
doReturningWork(ReturningWork<T>) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
doRollback() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
doRollback() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
doRollback() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
doRollback() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
Perform the actual steps of rolling back a transaction according to the strategy.
doScript() - Method in enum org.hibernate.tool.hbm2ddl.Target
 
doSecondPass(Map) - Method in class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.CreateKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.IndexOrUniqueKeySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.NamedSQLQuerySecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.OneToOneSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ResultSetMappingSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SecondaryTableSecondPass
 
doSecondPass(Map) - Method in interface org.hibernate.cfg.SecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.SetSimpleValueTypeSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
DOT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
DOT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
DOT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
DotNode - Class in org.hibernate.hql.internal.ast.tree
Represents a reference to a property or alias expression.
DotNode() - Constructor for class org.hibernate.hql.internal.ast.tree.DotNode
 
DotNode.IllegalCollectionDereferenceExceptionBuilder - Interface in org.hibernate.hql.internal.ast.tree
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
 
doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
DOUBLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Double to JDBC DOUBLE.
DoubleType - Class in org.hibernate.type
A type that maps between DOUBLE and Double
DoubleType() - Constructor for class org.hibernate.type.DoubleType
 
DoubleTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Double handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
DoubleTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DOUBLE handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
downgradeLocks() - Method in class org.hibernate.engine.internal.EntityEntryContext
 
doWork() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.LazyInitializationWork
 
doWork(Work) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doWork(Work) - Method in class org.hibernate.internal.SessionImpl
 
doWork(Work) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC driver class
DRIVER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
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
 
dropUniquesOnAlter(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
dropUniquesOnAlter(UniqueKey) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
dropUniquesOnAlter(UniqueKey, String, String) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
dropUniquesOnAlter(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
dropUniquesOnAlter(UniqueKey, String, String) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If dropping unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
dropUniquesOnAlter(UniqueKey) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
If dropping unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
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
 
DynamicBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
A BatchingCollectionInitializerBuilder that builds CollectionInitializer instances capable of dynamically building its batch-fetch SQL based on the actual number of collections keys waiting to be fetched.
DynamicBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer - Class in org.hibernate.loader.collection
 
DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
 
DynamicBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
A BatchingEntityLoaderBuilder that builds UniqueEntityLoader instances capable of dynamically building its batch-fetch SQL based on the actual number of entity ids waiting to be fetched.
DynamicBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader - Class in org.hibernate.loader.entity
 
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
DynamicFilterAliasGenerator - Class in org.hibernate.internal
 
DynamicFilterAliasGenerator(String[], String) - Constructor for class org.hibernate.internal.DynamicFilterAliasGenerator
 
DynamicFilterParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a dynamic filter parameters.
DynamicFilterParameterSpecification(String, String, Type) - Constructor for class org.hibernate.param.DynamicFilterParameterSpecification
Constructs a parameter specification for a particular filter parameter.
DynamicInsert - Annotation Type in org.hibernate.annotations
For inserting, should this entity use dynamic sql generation where only non-null columns get referenced in the prepared sql statement?
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
dynamicInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
DynamicMapComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the dynamic-map entity mode.
DynamicMapComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
DynamicMapEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the dynamic-map entity mode.
DynamicMapEntityTuplizer.BasicEntityNameResolver - Class in org.hibernate.tuple.entity
 
DynamicMapEntityTuplizer.BasicEntityNameResolver() - Constructor for class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
DynamicMapInstantiator - Class in org.hibernate.tuple
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(EntityBinding) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicParameterizedType - Interface in org.hibernate.usertype
Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType 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
Implementation of EhcacheHibernateMBeanRegistration.
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.ejb.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.ejb.engine.spi.EJB3CascadeStyle
 
EJB3CascadingAction - Class in org.hibernate.ejb.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.ejb.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
 
ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.AvailableSettings
If enabled, allows DatabaseMetadata to support synonyms during schema update and validations.
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
enableFetchProfile(String) - Method in interface org.hibernate.Session
Enable a particular fetch profile on this session.
enableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFilter(String) - Method in class org.hibernate.internal.SessionImpl
Enable the named filter for this current session.
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableHibernateStatistics(SessionFactory) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
Enable hibernate statistics with the input session factory
enableHibernateStatisticsSupport(SessionFactory) - Method in interface org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistration
Enable hibernate statistics in the mbean.
enableHibernateStatisticsSupport(SessionFactory) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
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.JdbcCoordinatorImpl
 
enableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
 
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.
enhance(String, byte[]) - Method in class org.hibernate.bytecode.enhance.spi.Enhancer
Performs the enhancement.
EnhancedProjection - Interface in org.hibernate.criterion
An "enhanced" Projection for a Criteria query.
EnhancedUserType - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type
EnhancementContext - Interface in org.hibernate.bytecode.enhance.spi
todo : not sure its a great idea to expose Javassist classes this way.
EnhancementException - Exception in org.hibernate.bytecode.enhance
 
EnhancementException(String) - Constructor for exception org.hibernate.bytecode.enhance.EnhancementException
 
EnhancementException(String, Throwable) - Constructor for exception org.hibernate.bytecode.enhance.EnhancementException
 
EnhancementTask - Class in org.hibernate.tool.enhance
Ant task for performing build-time enhancement of entities and component/embeddable classes.
EnhancementTask() - Constructor for class org.hibernate.tool.enhance.EnhancementTask
 
Enhancer - Class in org.hibernate.bytecode.enhance.spi
 
Enhancer(EnhancementContext) - Constructor for class org.hibernate.bytecode.enhance.spi.Enhancer
 
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, boolean) - Constructor for class org.hibernate.envers.query.impl.EntitiesAtRevisionQuery
 
EntitiesAtRevisionQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String, Number, boolean) - 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_ENTRY_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
ENTITY_ENTRY_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
ENTITY_ENTRY_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_INSTANCE_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
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
 
EntityEntryContext - Class in org.hibernate.engine.internal
Defines a context for maintaining the relation between an entity associated with the Session ultimately owning this EntityEntryContext instance and that entity's corresponding EntityEntry.
EntityEntryContext() - Constructor for class org.hibernate.engine.internal.EntityEntryContext
 
EntityEntryContext.EntityEntryCrossRef - Interface in org.hibernate.engine.internal
 
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
Deprecated. Use EntityType.EntityType(TypeFactory.TypeScope, String, String, boolean, boolean ) instead. See Jira issue: HHH-7771
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
 
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
EVICT - Static variable in class org.hibernate.event.spi.EventType
 
evict(Class, Serializable) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evict(Class) - Method in class org.hibernate.internal.SessionFactoryImpl
 
evict(Object) - Method in class org.hibernate.internal.SessionImpl
remove any hard references to the entity that are held by the infrastructure (references held by application or other persistent instances are okay)
evict(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. Use Cache.evictEntityRegion(Class) accessed through SessionFactory.getCache() instead.
evict(Class, Serializable) - Method in interface org.hibernate.SessionFactory
Deprecated. Use Cache.containsEntity(Class, Serializable) accessed through SessionFactory.getCache() instead.
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. Use Cache.evictCollectionRegion(String) accessed through SessionFactory.getCache() instead.
evictCollection(String, Serializable) - Method in interface org.hibernate.SessionFactory
Deprecated. Use Cache.evictCollection(String,Serializable) accessed through SessionFactory.getCache() instead.
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. Use Cache.evictEntityRegion(String) accessed through SessionFactory.getCache() instead.
evictEntity(String, Serializable) - Method in interface org.hibernate.SessionFactory
Deprecated. Use Cache.evictEntity(String,Serializable) accessed through SessionFactory.getCache() instead.
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. Use Cache.evictQueryRegion(String) accessed through SessionFactory.getCache() instead.
evictQueries() - Method in interface org.hibernate.SessionFactory
Deprecated. Use Cache.evictQueryRegions() accessed through SessionFactory.getCache() instead.
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(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
Execute the given callback, making sure it has access to a viable JDBC Connection.
execute(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the Statement query and, if results in a ResultSet, extract it.
execute(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the Statement query and, if results in a ResultSet, extract it.
execute(Executable) - Method in class org.hibernate.engine.spi.ActionQueue
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.envers.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() - Method in class org.hibernate.tool.enhance.EnhancementTask
 
execute(boolean, boolean, boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute(Target, SchemaExport.Type) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
execute(boolean, boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Execute the schema updates
execute(Target) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Execute the task
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Execute the task
execute() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
executeActions() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued actions.
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
executeAndExtract(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
executeBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
executeBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Execute the currently managed batch (if any)
executeInserts() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued entity-insertion actions.
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a native SQL update or delete query
executeNativeUpdate(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.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(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the Statement queryUpdate.
executeUpdate(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the Statement query and, if results in a ResultSet, extract it.
executeUpdate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
executeUpdate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a HQL update or delete query
executeUpdate(String, QueryParameters) - Method in class org.hibernate.envers.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
 
expandBatchIdPlaceholder(String, Serializable[], String, String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
 
expandParameterLists(Map) - Method in class org.hibernate.internal.AbstractQueryImpl
Warning: adds new parameters to the argument by side-effect, as well as mutating the query string!
Expectation - Interface in org.hibernate.jdbc
Defines an expected DML operation outcome.
Expectations - Class in org.hibernate.jdbc
Holds various often used Expectations.BasicExpectation 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(PreparedStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(CallableStatement) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the statement.
extract(CallableStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the statement.
extract(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the statement.
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
extractNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
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
Deprecated. Use TableBinder.buildAndFillTable(java.lang.String, java.lang.String, org.hibernate.cfg.ObjectNameSource, org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper, boolean, java.util.List, java.lang.String, org.hibernate.mapping.Table, org.hibernate.cfg.Mappings, java.lang.String) instead.
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>, String, Object, Number, boolean) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName, possibly including deleted entities in the search.
find(Class<T>, Object, Number) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
find(Class<T>, String, Object, Number) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
find(Class<T>, String, Object, Number, boolean) - 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
 
findClass(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findColumnOwner(PersistentClass, String, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the names of the columns mapped by a property path; if the property path is not found in criteria, try the "outer" query.
findColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the names of the columns mapped by a property path; if the property path is not found in subcriteria, try the "outer" query.
findCurrentTransaction() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called from flush().
findDirty(Object[], Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findDirty(Object[], Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent dirty state.
findDirty(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.
findResource(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findResources(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
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 - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
FIRST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
first() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
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
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
firstIndexOfChar(String, BitSet, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstIndexOfChar(String, String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstKey() - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
firstKey() - Method in class org.hibernate.envers.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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
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.
forEntitiesAtRevision(Class<?>, String, Number, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesModifiedAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntitiesModifiedAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntityName(String) - Static method in class org.hibernate.criterion.DetachedCriteria
 
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
 
fromStringArray(String[], boolean) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdateScript
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
fromStringValue(String) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.  
fromStringValue(String) - Method in class org.hibernate.type.AbstractLongStringType
Deprecated.  
fromStringValue(String) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromStringValue(String) - Method in class org.hibernate.type.ByteType
 
fromStringValue(String) - Method in class org.hibernate.type.CustomType
 
fromStringValue(String) - Method in class org.hibernate.type.NullableType
Deprecated.  
fromStringValue(String) - Method in interface org.hibernate.type.SingleColumnType
 
fromStringValue(String) - Method in interface org.hibernate.type.StringRepresentableType
Consume the given string representation back into this types java form.
fromStringValue(String) - Method in class org.hibernate.type.TimestampType
 
fromTable(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
fromTableFragment(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the main from table fragment, given a query alias.
fromTableFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
fromTabularData(TabularData) - Static method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
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. use JoinType.FULL_JOIN
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateCacheKey(Serializable, Type, String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Hide the changing requirements of cache key creation.
generateCacheKey(Serializable, Type, String) - Method in class org.hibernate.envers.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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateEntityKey(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.SessionImplementor
Hide the changing requirements of entity key creation
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.envers.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
Deprecated. Use Configuration.generateSchemaUpdateScriptList(Dialect, DatabaseMetadata) instead
generateSchemaUpdateScriptList(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(Class, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open session.
get(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open entity manager.
get(PersistentClass) - Static method in enum org.hibernate.envers.configuration.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() - Method in class org.hibernate.envers.tools.MutableInteger
 
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
Deprecated. Dialect.getUniqueDelegate() should be overridden instead.
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the ID for the collection owner entity that is affected by this event.
getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the collection owner entity that is affected by this event.
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the after-transaction-completion process, if any, for this action.
getAggregatedAliases() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieve the aliases for the columns aggregated here.
getAggregatedAliases() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregatedAliases() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAggregatedSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
getAggregatedSelectExpression() - Method in class org.hibernate.loader.hql.QueryLoader
 
getAggregatedSelectionTypeList() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieves a list of the selection types being aggregated
getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregatedSelectionTypeList() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAggregationResultType() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Obtain the java type of the aggregation
getAggregationResultType() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getAggregationResultType() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getAlias() - Method in interface org.hibernate.Criteria
Get the alias of the entity encapsulated by this criteria instance.
getAlias() - Method in class org.hibernate.criterion.DetachedCriteria
 
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.entities.EntityInstantiator
 
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
 
getAuditReaderImplementor() - Method in class org.hibernate.envers.entities.EntityInstantiator
 
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.
getBatchFetchStyle() - Method in class org.hibernate.cfg.Settings
 
getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
getBatchSize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the batchSize property.
getBatchSize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getBatchSize() - Method in class org.hibernate.mapping.Collection
 
getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
 
getBatchSize() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getBatchSize() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getBatchSize() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getBatchSize() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getBatchSize() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getBatchSize() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the batch-size to be applied when initializing proxies of this entity.
getBatchSize() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getBatchSizes(int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
getBatchStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchingBatch
 
getBatchStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Get a statement which is part of the batch, creating if necessary (and storing for next time).
getBatchVersionedDataEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
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
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
getByte(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getByte(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a byte
getBytecodeProvider() - Static method in class org.hibernate.cfg.Environment
 
getBytes() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
The bytes making up the class' bytecode.
getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Access to the bytes.
getBytes() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getBytesFromInputStream(InputStream) - Static method in class org.hibernate.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 interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache structure
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getCacheHitCount() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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
getClassesInJar(URL, Set<Class<? extends Annotation>>) - Method in class org.hibernate.osgi.OsgiScanner
 
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
 
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
 
getContextClassLoader() - Static method in class org.hibernate.internal.util.ClassLoaderHelper
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Return the identifier of the persistent object, or null if not associated with the session
getContextEntityIdentifier(Object) - Method in class org.hibernate.envers.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
Deprecated. Use Dialect.getCreateSequenceString(String, int, int) instead
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.engine.spi.SessionDelegatorBaseImpl
 
getCurrentLockMode(Object) - Method in class org.hibernate.internal.SessionImpl
 
getCurrentLockMode(Object) - Method in interface org.hibernate.Session
Determine the current lock mode of the given object.
getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
Gets an instance of the current revision entity, to which any entries in the audit tables will be bound.
getCurrentRevision(Class<T>, boolean) - Method in class org.hibernate.envers.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.osgi.OsgiJtaPlatform
 
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
 
getDeclaringClass() - Method in class org.hibernate.ejb.metamodel.MapMember
 
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
 
getDefaultNullPrecedence() - Method in class org.hibernate.cfg.Settings
 
getDefaultPackage() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getDefaultPackage() - Method in interface org.hibernate.cfg.Mappings
Get the currently bound default package name.
getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
getDefaultReleaseMode() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
getDefaultReleaseMode() - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Get the default connection release mode.
getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getDefaultSchema() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultSchema() - Method in 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 interface org.hibernate.cache.spi.entry.CacheEntry
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getDiscriminator() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the discriminator property.
getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
getDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Gets the value of the discriminatorColumn property.
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getDiscriminatorColumnName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getDiscriminatorColumnName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default column name to use for the discriminator column if none specified in the mapping.
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.Loadable
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnValues() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorFormula() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getDiscriminatorMatchValue() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Get the actual discriminator value in case of a single table inheritance
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.metamodel.source.hbm.SubclassEntitySourceImpl
 
getDiscriminatorRelationalValueSource() - Method in class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.metamodel.source.binder.DiscriminatorSource
Obtain the column/formula information about the discriminator.
getDiscriminatorSource() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getDiscriminatorSource() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the source information about the discriminator attribute for single table inheritance
getDiscriminatorSource() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
Get the discriminator value for this particular concrete subclass, as a string that may be embedded in a select statement
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Gets the value of the discriminatorType property.
getDiscriminatorType() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorType() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator type
getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator value
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.AbstractStatement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin
 
getDisplayText() - Method in interface org.hibernate.hql.internal.ast.tree.DisplayableNode
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
Returns additional display text for the AST node.
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getDisplayText() - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getDocument() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getDocument() - Method in class org.hibernate.tuple.ElementWrapper
 
getDocumentFactory() - Static method in class org.hibernate.internal.util.xml.XMLHelper
 
getDocumentTree() - Method in interface org.hibernate.internal.util.xml.XmlDocument
Retrieve the parsed DOM tree.
getDocumentTree() - Method in class org.hibernate.internal.util.xml.XmlDocumentImpl
Retrieve the parsed DOM tree.
getDontFlushFromFind() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getDontFlushFromFind() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getDontFlushFromFind() - Method in class org.hibernate.envers.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
 
getEmbeddableSetOrdinalPropertyName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the embedded property.
getEmbeddedAttributeName() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableClass
 
getEmbeddedClasses() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getEmbeddedId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the embeddedId property.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getEmbeddedParameters() - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated. Retrieve all embedded parameter specifications.
getEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEnabledFilter(String) - Method in class org.hibernate.internal.SessionImpl
Retrieve a currently enabled filter by name.
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilters() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEnabledFilters() - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated. use #getLoadQueryInfluencers instead
getEnabledFilters() - Method in class org.hibernate.envers.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() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
 
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
Deprecated. Due to the introduction of EntityEntryContext and bytecode enhancement; only valid really for sizing, see PersistenceContext.getNumberOfManagedEntities(). For iterating the entity/EntityEntry combos, see PersistenceContext.reentrantSafeEntityEntries()
getEntityEntry() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
 
getEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
 
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) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the persister for the named entity
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the EntityPersister for any instance
getEntityPersister(String, Object) - Method in class org.hibernate.envers.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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the entity instance associated with the given Key, calling the Interceptor if necessary
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.envers.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
 
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the creating SessionFactoryImplementor
getFactory() - Method in class org.hibernate.envers.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() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve fetch profile by name.
getFetchProfile() - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated. use #getLoadQueryInfluencers instead
getFetchProfile() - Method in class org.hibernate.envers.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.
getFilesInClasspath(Set<String>) - Method in class org.hibernate.osgi.OsgiScanner
 
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
getFilesInJar(URL, Set<String>) - Method in class org.hibernate.osgi.OsgiScanner
 
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFilterParameterType(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated. use #getLoadQueryInfluencers instead
getFilterParameterType(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getFilterParameterType(String) - Method in class org.hibernate.internal.SessionImpl
Retreive the type for a given filter parrameter.
getFilterParameterType(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFilterParameterValue(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated. use #getLoadQueryInfluencers instead
getFilterParameterValue(String) - Method in class org.hibernate.envers.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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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
Deprecated. Use ClassMetadata.getIdentifier(Object,SessionImplementor) instead
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
Deprecated. Use EntityPersister.getIdentifier(Object,SessionImplementor) instead
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
Deprecated. Use EntityTuplizer.getIdentifier(Object,SessionImplementor) instead.
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, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.SortedMapCollectionMapper
 
getInitializor(AuditConfiguration, AuditReaderImplementor, Object, Number, boolean) - 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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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 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. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
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.persister.entity.AbstractEntityPersister
 
getLoadingClassLoader() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Obtain access to the ClassLoader that can be used to load Class references.
getLoadingClassLoader() - Method in class org.hibernate.tool.enhance.EnhancementTask
 
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.engine.spi.SessionDelegatorBaseImpl
 
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 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.JaxbMapElement
Gets the value of the mapKeyManyToMany property.
getMapKeyTemporal() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mapKeyTemporal property.
getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getMappedBy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getMappedByPropertyName() - Method in class org.hibernate.envers.entities.RelationDescription
 
getMappedClass() - Method in class org.hibernate.mapping.MappedSuperclass
 
getMappedClass() - Method in class org.hibernate.mapping.PersistentClass
 
getMappedClass() - Method in interface org.hibernate.metadata.ClassMetadata
The persistent class, or null
getMappedClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedClass() - Method in interface org.hibernate.persister.entity.EntityPersister
The persistent class, or null
getMappedClass() - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
getMappedClass() - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
getMappedClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Return the pojo class managed by this tuplizer.
getMappedClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Return the pojo class managed by this tuplizer.
getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
Return the pojo class managed by this tuplizer.
getMappedSuperclass(Class) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getMappedSuperclass(Class) - Method in interface org.hibernate.cfg.Mappings
Get a MappedSuperclass or null if not mapped
getMappedSuperclass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the mappedSuperclass property.
getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedSuperclass() - Method in interface org.hibernate.persister.entity.Queryable
Get the class that this class is mapped as a subclass of - not necessarily the direct superclass
getMappedSuperclassMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the mapped super class mappings EXPERIMENTAL Consider this API as PRIVATE
getMappedSuperclassOrNull(XClass, Map<XClass, InheritanceState>, Mappings) - Static method in class org.hibernate.cfg.BinderHelper
 
getMapping() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the mapping property.
getMappingColumn() - Method in class org.hibernate.cfg.Ejb3Column
 
getMappingDefaults() - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getMappingDefaults() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getMappingDefaults() - Method in interface org.hibernate.metamodel.source.BindingContext
 
getMappingDefaults() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getMappingFiles() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getMappingLocalBindingContext() - Method in class org.hibernate.metamodel.source.hbm.MappingDocument
 
getMappingPackage() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getMappingRoot() - Method in class org.hibernate.metamodel.source.hbm.MappingDocument
 
getMappings() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getMappings() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getMappings() - Method in class org.hibernate.cfg.Ejb3Column
 
getMappings() - Method in class org.hibernate.mapping.Collection
 
getMappings() - Method in class org.hibernate.mapping.SimpleValue
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getMapReference() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
getMapResources() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMapResources() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. The Hibernate mapping files (might be overridden by subclasses that want to specify the mapping files by some other mechanism)
getMapsId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the mapsId property.
getMapsId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the mapsId property.
getMatchExpression() - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
 
getMatchingEntries() - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
Return the matching entries for each filter in the same order the filter where passed
getMatchingEntries() - Method in class org.hibernate.ejb.packaging.JarProtocolVisitor
 
getMatchingEntries() - Method in interface org.hibernate.ejb.packaging.JarVisitor
Return the matching entries for each filter in the same order the filter where passed
getMaxAliasLength() - Method in class org.hibernate.dialect.Dialect
What is the maximum length Hibernate can use for generated aliases?
getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getMaxGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMaxGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMaxGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getMaxGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getMaximumFetchDepth() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMaximumFetchDepth() - Method in class org.hibernate.cfg.Settings
 
getMaximumFetchDepth() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Get the maximum outer join fetch depth
getMaximumScale() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getMaxIndex() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
getMaxOrLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Some dialect-specific LIMIT clauses require the maximum last row number (aka, first_row_number + total_row_count), while others require the maximum returned row count (the total maximum number of rows to return).
getMaxResults() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getMaxResults() - Method in class org.hibernate.internal.CriteriaImpl
 
getMaxRows() - Method in class org.hibernate.engine.spi.RowSelection
 
getMember() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
Retrieve the member to which this property maps.
getMember() - Method in interface org.hibernate.property.Getter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.MapAccessor.MapGetter
Retrieve the member to which this property maps.
getMemberAnnotations(ClassInfo, String) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
 
getMergeMap(Object) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getMergeMap(Object) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getMessage() - Method in exception org.hibernate.InstantiationException
 
getMessage() - Method in exception org.hibernate.NonUniqueObjectException
 
getMessage() - Method in exception org.hibernate.PropertyAccessException
 
getMessage() - Method in exception org.hibernate.PropertyValueException
 
getMessage() - Method in exception org.hibernate.QueryException
 
getMessage() - Method in exception org.hibernate.StaleObjectStateException
 
getMessage() - Method in exception org.hibernate.TransientPropertyValueException
Return the exception message.
getMessage() - Method in exception org.hibernate.UnresolvableObjectException
 
getMessage() - Method in exception org.hibernate.WrongClassException
 
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the meta property.
getMeta() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the meta property.
getMeta() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.MetaAttributeContainer
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.Component
 
getMetaAttribute(String) - Method in interface org.hibernate.mapping.MetaAttributable
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.PersistentClass
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.Property
 
getMetaAttribute(String) - Method in class org.hibernate.metamodel.source.MetaAttributeContext
 
getMetaAttributeContext() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getMetaAttributeContext() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
Obtain the meta attributes associated with this binding
getMetaAttributeContext() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Obtain the meta-attribute context for this container.
getMetaAttributeContext() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
getMetaAttributeContext() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getMetaAttributeContext() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getMetaAttributeContext() - Method in interface org.hibernate.metamodel.source.hbm.HbmBindingContext
 
getMetaAttributes() - Method in class org.hibernate.mapping.Component
 
getMetaAttributes() - Method in interface org.hibernate.mapping.MetaAttributable
 
getMetaAttributes() - Method in class org.hibernate.mapping.PersistentClass
 
getMetaAttributes() - Method in class org.hibernate.mapping.Property
 
getMetadataBuilder() - Method in class org.hibernate.metamodel.MetadataSources
 
getMetadataComplete() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getMetadataImplementor() - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getMetadataImplementor() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getMetadataImplementor() - Method in interface org.hibernate.metamodel.source.BindingContext
 
getMetadataImplementor() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getMetadataSourceProcessingOrder() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getMetadataXml() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getMetamodel() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
getMetamodel() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getMetas(Element, Map, boolean) - Static method in class org.hibernate.cfg.HbmBinder
 
getMetaType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.mapping.Any
 
getMetaValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the metaValue property.
getMetaValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Gets the value of the metaValue property.
getMetaValues() - Method in class org.hibernate.mapping.Any
 
getMethod(Class, Method) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getMethod() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
getMethod() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
Optional operation (return null)
getMethod() - Method in interface org.hibernate.property.Getter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
Optional operation (return null)
getMethod() - Method in class org.hibernate.property.MapAccessor.MapGetter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.MapAccessor.MapSetter
Optional operation (return null)
getMethod() - Method in interface org.hibernate.property.Setter
Optional operation (return null)
getMethod() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getMethodName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
getMethodName() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
Optional operation (return null)
getMethodName() - Method in interface org.hibernate.property.Getter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
Optional operation (return null)
getMethodName() - Method in class org.hibernate.property.MapAccessor.MapGetter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.MapAccessor.MapSetter
Optional operation (return null)
getMethodName() - Method in interface org.hibernate.property.Setter
Optional operation (return null)
getMinGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMinGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getMinGetTimeMillis() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getMinGetTimeMillis(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getMinimalPutsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMinimalPutsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Is the second-level cache optimized for miminal puts?
getMinimumScale() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getMissCount() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getMissCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getMissCount() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getMissCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getMissCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getModel() - Method in class org.hibernate.ejb.criteria.path.CollectionAttributeJoin
 
getModel() - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
 
getModel() - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
 
getModel() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
 
getModel() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
 
getModel() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
 
getModel() - Method in class org.hibernate.ejb.criteria.path.PluralAttributePath
 
getModel() - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
getModel() - Method in class org.hibernate.ejb.criteria.path.SetAttributeJoin
 
getModel() - Method in class org.hibernate.ejb.criteria.path.SingularAttributeJoin
 
getModel() - Method in class org.hibernate.ejb.criteria.path.SingularAttributePath
getModes(Object) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
getModifiedEntityNames() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
getModifiedEntityNames() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
getModifiedEntityNames(Object) - Method in class org.hibernate.envers.revisioninfo.ModifiedEntityNamesReader
 
getModifiedEntityNamesReader() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getModifiedFlagPropertyName(String, String) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
getModifiedFlagPropertyName() - Method in class org.hibernate.envers.entities.PropertyData
 
getModifiedFlagSuffix() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
getModifier() - Method in class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
 
getModifiers() - Method in class org.hibernate.ejb.metamodel.MapMember
 
getModuleCommandFactory() - Method in class org.hibernate.cache.infinispan.util.CacheCommandExtensions
 
getModuleCommandInitializer() - Method in class org.hibernate.cache.infinispan.util.CacheCommandExtensions
 
getModuleCommands() - Method in class org.hibernate.cache.infinispan.util.CacheCommandFactory
 
getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.cfg.Settings
 
getMultiTenancyStrategy() - Method in class org.hibernate.cfg.Settings
 
getMutabilityPlan() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getMutabilityPlan() - Method in class org.hibernate.type.AdaptedImmutableType
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Retrieve the mutability plan for this Java type.
getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the mutability plan for this Java type.
getName() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
The name of the class.
getName() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
getName() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Retrieve the name of this region.
getName() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getName
getName() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getName() - Method in interface org.hibernate.cache.spi.Region
Retrieve the name of this region.
getName() - Method in class org.hibernate.cfg.annotations.TableBinder
 
getName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getName() - Method in class org.hibernate.cfg.Ejb3Column
 
getName() - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
getName() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the name of this attribute
getName() - Method in class org.hibernate.dialect.function.StandardSQLFunction
Function name accessor
getName() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
getName() - Method in exception org.hibernate.DuplicateMappingException
 
getName() - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
getName() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
getName() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
getName() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
 
getName() - Method in class org.hibernate.ejb.metamodel.MapMember
 
getName() - Method in class org.hibernate.ejb.packaging.Entry
 
getName() - Method in class org.hibernate.ejb.packaging.NamedInputStream
 
getName() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getName() - Method in enum org.hibernate.engine.jdbc.internal.FormatStyle
 
getName() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'name'.
getName() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getName() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
getName() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getName() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getName() - Method in class org.hibernate.envers.entities.PropertyData
 
getName() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
getName() - Method in interface org.hibernate.Filter
Get the name of this filter.
getName() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The name of the database structure (table or sequence).
getName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getName() - Method in class org.hibernate.id.enhanced.TableStructure
 
getName() - Method in class org.hibernate.internal.FilterConfiguration
 
getName() - Method in class org.hibernate.internal.FilterImpl
Get the name of this filter.
getName() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
Gets the value of the name property.
getName() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParentElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbResultsetElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement.JaxbReturnColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTypeElement
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the name property.
getName() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getName() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.SingularAttributeSource
 
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKey
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTransient
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Gets the value of the name property.
getName() - Method in class org.hibernate.internal.jaxb.Origin
The name of the document origin.
getName() - Method in interface org.hibernate.internal.util.xml.Origin
The name of the document origin.
getName() - Method in class org.hibernate.internal.util.xml.OriginImpl
The name of the document origin.
getName() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getName() - Method in class org.hibernate.mapping.Column
 
getName() - Method in class org.hibernate.mapping.Constraint
 
getName() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the name of the fetch profile.
getName() - Method in class org.hibernate.mapping.IdGenerator
 
getName() - Method in class org.hibernate.mapping.Index
 
getName() - Method in class org.hibernate.mapping.MetaAttribute
 
getName() - Method in class org.hibernate.mapping.Property
 
getName() - Method in class org.hibernate.mapping.PropertyGeneration
 
getName() - Method in class org.hibernate.mapping.Table
 
getName() - Method in class org.hibernate.metamodel.binding.FetchProfile
Retrieve the name of the fetch profile.
getName() - Method in class org.hibernate.metamodel.binding.IdGenerator
 
getName() - Method in class org.hibernate.metamodel.binding.MetaAttribute
 
getName() - Method in class org.hibernate.metamodel.binding.TypeDef
 
getName() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getName() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
getName() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
getName() - Method in interface org.hibernate.metamodel.domain.Attribute
Retrieve the attribute name.
getName() - Method in class org.hibernate.metamodel.domain.BasicType
 
getName() - Method in class org.hibernate.metamodel.domain.JavaType
 
getName() - Method in enum org.hibernate.metamodel.domain.PluralAttributeNature
 
getName() - Method in interface org.hibernate.metamodel.domain.Type
Obtain the name of the type.
getName() - Method in enum org.hibernate.metamodel.domain.TypeNature
 
getName() - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
getName() - Method in class org.hibernate.metamodel.relational.CheckConstraint
Obtain the constraint name.
getName() - Method in interface org.hibernate.metamodel.relational.Constraint
Obtain the constraint name.
getName() - Method in class org.hibernate.metamodel.relational.Identifier
Get the identifiers name (text)
getName() - Method in class org.hibernate.metamodel.relational.ObjectName
 
getName() - Method in class org.hibernate.metamodel.relational.PrimaryKey
 
getName() - Method in class org.hibernate.metamodel.relational.Schema
 
getName() - Method in class org.hibernate.metamodel.relational.Sequence
 
getName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnSourceImpl
 
getName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
getName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ExplicitHibernateTypeSourceImpl
 
getName() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getName() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
getName() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getName() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getName() - Method in interface org.hibernate.metamodel.source.binder.AttributeSource
Obtain the attribute name.
getName() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain the name of the column.
getName() - Method in interface org.hibernate.metamodel.source.binder.ExplicitHibernateTypeSource
Obtain the supplied Hibernate type name.
getName() - Method in interface org.hibernate.metamodel.source.binder.JpaCallbackClass
 
getName() - Method in interface org.hibernate.metamodel.source.binder.MetaAttributeSource
Obtain the supplied meta-attribute name
getName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getName() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getName() - Method in class org.hibernate.param.NamedParameterSpecification
Getter for property 'name'.
getName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getName() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getName() - Method in interface org.hibernate.persister.entity.Joinable
An identifying name; a class name or collection role name.
getName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getName() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
getName() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
getName() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getName() - Method in class org.hibernate.tuple.ElementWrapper
 
getName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getName() - Method in class org.hibernate.tuple.Property
 
getName() - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
getName() - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
getName() - Method in class org.hibernate.type.AdaptedImmutableType
 
getName() - Method in class org.hibernate.type.AnyType
 
getName() - Method in class org.hibernate.type.BigDecimalType
Returns the abbreviated name of the type.
getName() - Method in class org.hibernate.type.BigIntegerType
Returns the abbreviated name of the type.
getName() - Method in class org.hibernate.type.BinaryType
 
getName() - Method in class org.hibernate.type.BlobType
Returns the abbreviated name of the type.
getName() - Method in class org.hibernate.type.BooleanType
 
getName() - Method in class org.hibernate.type.ByteType
 
getName() - Method in class org.hibernate.type.CalendarDateType
 
getName() - Method in class org.hibernate.type.CalendarType
 
getName() - Method in class org.hibernate.type.CharacterArrayClobType
 
getName() - Method in class org.hibernate.type.CharacterArrayNClobType
 
getName() - Method in class org.hibernate.type.CharacterArrayType
 
getName() - Method in class org.hibernate.type.CharacterNCharType
 
getName() - Method in class org.hibernate.type.CharacterType
 
getName() - Method in class org.hibernate.type.CharArrayType
 
getName() - Method in class org.hibernate.type.ClassType
 
getName() - Method in class org.hibernate.type.ClobType
 
getName() - Method in class org.hibernate.type.CollectionType
 
getName() - Method in class org.hibernate.type.ComponentType
 
getName() - Method in class org.hibernate.type.CompositeCustomType
 
getName() - Method in class org.hibernate.type.CurrencyType
 
getName() - Method in class org.hibernate.type.CustomType
 
getName() - Method in class org.hibernate.type.DateType
 
getName() - Method in class org.hibernate.type.DbTimestampType
 
getName() - Method in class org.hibernate.type.DoubleType
 
getName() - Method in class org.hibernate.type.EntityType
For entity types, the name correlates to the associated entity name.
getName() - Method in class org.hibernate.type.FloatType
 
getName() - Method in class org.hibernate.type.ImageType
 
getName() - Method in class org.hibernate.type.IntegerType
 
getName() - Method in class org.hibernate.type.LocaleType
 
getName() - Method in class org.hibernate.type.LongType
 
getName() - Method in class org.hibernate.type.MaterializedBlobType
 
getName() - Method in class org.hibernate.type.MaterializedClobType
 
getName() - Method in class org.hibernate.type.MaterializedNClobType
 
getName() - Method in class org.hibernate.type.MetaType
 
getName() - Method in class org.hibernate.type.NClobType
 
getName() - Method in class org.hibernate.type.NTextType
 
getName() - Method in class org.hibernate.type.NumericBooleanType
 
getName() - Method in class org.hibernate.type.ObjectType
 
getName() - Method in class org.hibernate.type.PostgresUUIDType
 
getName() - Method in class org.hibernate.type.PrimitiveCharacterArrayClobType
 
getName() - Method in class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
getName() - Method in class org.hibernate.type.SerializableToBlobType
Returns the abbreviated name of the type.
getName() - Method in class org.hibernate.type.SerializableType
 
getName() - Method in class org.hibernate.type.ShortType
 
getName() - Method in class org.hibernate.type.StringNVarcharType
 
getName() - Method in class org.hibernate.type.StringType
 
getName() - Method in class org.hibernate.type.TextType
 
getName() - Method in class org.hibernate.type.TimestampType
 
getName() - Method in class org.hibernate.type.TimeType
 
getName() - Method in class org.hibernate.type.TimeZoneType
 
getName() - Method in class org.hibernate.type.TrueFalseType
 
getName() - Method in interface org.hibernate.type.Type
Returns the abbreviated name of the type.
getName() - Method in class org.hibernate.type.UrlType
 
getName() - Method in class org.hibernate.type.UUIDBinaryType
 
getName() - Method in class org.hibernate.type.UUIDCharType
 
getName() - Method in class org.hibernate.type.WrappedMaterializedBlobType
 
getName() - Method in class org.hibernate.type.WrapperBinaryType
 
getName() - Method in class org.hibernate.type.YesNoType
 
getName() - Method in exception org.hibernate.UnknownProfileException
The unknown fetch profile name.
getNamedEntityManagerFactory(String) - Method in class org.hibernate.ejb.internal.EntityManagerFactoryRegistry
Lookup the specified entity manager factory by name
getNamedNativeQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the namedNativeQuery property.
getNamedNativeQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the namedNativeQuery property.
getNamedNativeQuery(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getNamedNativeQueryDefinitions() - Method in interface org.hibernate.metamodel.Metadata
 
getNamedNativeQueryDefinitions() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getNamedParameterBindPoints() - Method in interface org.hibernate.loader.custom.CustomQuery
A map representing positions within the supplied query to which we need to bind named parameters.
getNamedParameterBindPoints() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getNamedParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Returns the map of named parameter locations.
getNamedParameterDescriptor(String) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getNamedParameterExpectedType(String) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getNamedParameterExpectedType(String) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterExpectedType(String) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParameterExplicitTypes() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor.Options
Get the explicit parameter types.
getNamedParameterInfo(String) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterLists() - Method in class org.hibernate.internal.AbstractQueryImpl
Retreive the value map for any named parameter lists (i.e., for auto-expansion) bound to this query.
getNamedParameterLocations(String) - Method in interface org.hibernate.engine.internal.ParameterBinder.NamedParameterSource
 
getNamedParameterLocations(String) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
Returns the locations of all occurrences of the named parameter.
getNamedParameterLocMap() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getNamedParameterLocs(String) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getNamedParameterLocs(String) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.custom.CustomLoader
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.hql.QueryLoader
Returns the locations of all occurrences of the named parameter.
getNamedParameterLocs(String) - Method in class org.hibernate.loader.Loader
 
getNamedParameterNames() - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getNamedParameterNames() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterNames() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParameters() - Method in class org.hibernate.cache.spi.QueryKey
Provide (unmodifiable) access to the named parameters that are part of this query.
getNamedParameters() - Method in class org.hibernate.engine.spi.QueryParameters
 
getNamedParameters() - Method in class org.hibernate.internal.AbstractQueryImpl
Returns an array representing all named parameter names encountered during (intial) parsing of the query.
getNamedParameters() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
getNamedParameters() - Method in interface org.hibernate.Query
Return the names of all named parameters of the query.
getNamedParameterSourceLocations(String) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getNamedParameterSqlLocations(String) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getNamedParameterSqlLocations(String) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParams() - Method in class org.hibernate.internal.AbstractQueryImpl
Returns a shallow copy of the named parameter value map.
getNamedQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedQueries() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get a Query instance for a named query or named native SQL query
getNamedQuery(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getNamedQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getNamedQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the namedQuery property.
getNamedQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the namedQuery property.
getNamedQuery(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNamedQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
getNamedQuery(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getNamedQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a Query instance for the named query string defined in the metadata.
getNamedQueryDefinitions() - Method in interface org.hibernate.metamodel.Metadata
 
getNamedQueryDefinitions() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getNamedSessionFactory(String) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Get a Query instance for a named native SQL query
getNamedSQLQuery(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getNamedSQLQuery(String) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getNamedSQLQuery(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNamespace() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespace() - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespaceForPrefix(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespaceForPrefix(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespaceForURI(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespaceForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespacePrefix() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespacePrefix() - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespacesForURI(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespacesForURI(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getNamespaceURI() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNamespaceURI() - Method in class org.hibernate.tuple.ElementWrapper
 
getNamingStrategy() - Method in class org.hibernate.cfg.Configuration
 
getNamingStrategy() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getNamingStrategy() - Method in interface org.hibernate.cfg.Mappings
Get the current naming strategy.
getNamingStrategy() - Method in class org.hibernate.cfg.ObjectNameNormalizer
Get the current NamingStrategy.
getNamingStrategy() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
getNamingStrategy() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getNamingStrategy() - Method in class org.hibernate.metamodel.MetadataSources
 
getNamingStrategy() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getNamingStrategy() - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getNamingStrategy() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getNamingStrategy() - Method in interface org.hibernate.metamodel.source.BindingContext
 
getNamingStrategy() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Dialect
The class (which implements IdentifierGenerator) which acts as this dialects native generation strategy.
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
 
getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.internal.AbstractSessionImpl
 
getNaturalId() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the naturalId property.
getNaturalIdCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the NaturalId cache (optional operation)
getNaturalIdCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getNaturalIdCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached naturalId lookups successfully retrieved from cache
getNaturalIdCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getNaturalIdCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached naturalId lookups *not* found in cache
getNaturalIdCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getNaturalIdCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cacheable naturalId lookups put in cache
getNaturalIdCacheRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Get natural id cache region by its name.
getNaturalIdCacheRegion(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a named naturalId cache region
getNaturalIdCacheRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
getNaturalIdCacheRegion(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.PersistentClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.Subclass
 
getNaturalIdCacheStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getNaturalIdCacheStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
Natural id cache statistics per region
getNaturalIdentifierProperties() - Method in interface org.hibernate.metadata.ClassMetadata
Which properties hold the natural id?
getNaturalIdentifierProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
If the entity defines a natural id (EntityPersister.hasNaturalIdentifier()), which properties make up the natural id.
getNaturalIdentifierProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getNaturalIdentifierSnapshot(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierSnapshot(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the current state of the natural-id properties from the database.
getNaturalIdHelper() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNaturalIdHelper() - Method in interface org.hibernate.engine.spi.PersistenceContext
Access to the natural-id helper for this persistence context
getNaturalIdQueryExecutionCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getNaturalIdQueryExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of naturalId queries executed against the database
getNaturalIdQueryExecutionMaxTime() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getNaturalIdQueryExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
Get the global maximum query time for naturalId queries executed against the database
getNaturalIdQueryExecutionMaxTimeRegion() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getNaturalIdQueryExecutionMaxTimeRegion() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getNaturalIdQueryExecutionMaxTimeRegion() - Method in interface org.hibernate.stat.Statistics
Get the region for the maximum naturalId query time
getNaturalIdSnapshot(Serializable, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNaturalIdSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the values of the natural id fields as known to the underlying database, or null if the entity has no natural id or there is no corresponding row.
getNaturalIdUniqueKeyName() - Method in class org.hibernate.mapping.Table
 
getNaturalIdValues() - Method in class org.hibernate.cache.spi.NaturalIdCacheKey
 
getNaturalIdValues() - Method in class org.hibernate.criterion.NaturalIdentifier
 
getNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getNature() - Method in class org.hibernate.criterion.Junction
 
getNature() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
getNature() - Method in interface org.hibernate.metamodel.domain.PluralAttribute
 
getNature() - Method in class org.hibernate.metamodel.source.annotations.attribute.SimpleIdentifierSourceImpl
 
getNature() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
getNature() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getNature() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getNature() - Method in interface org.hibernate.metamodel.source.binder.IdentifierSource
Obtain the nature of this identifier source.
getNature() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeElementSource
 
getNature() - Method in interface org.hibernate.metamodel.source.binder.SingularAttributeSource
Obtain the nature of this attribute type.
getNature() - Method in class org.hibernate.metamodel.source.hbm.BasicPluralAttributeElementSourceImpl
 
getNature() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getNature() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getNature() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getNature() - Method in class org.hibernate.metamodel.source.hbm.OneToManyPluralAttributeElementSourceImpl
 
getNClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getNeighbours(PersistentClass) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getNeighbours(V) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getNeighbours() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getNestedWorkUnit() - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getNextValue() - Method in interface org.hibernate.id.enhanced.AccessCallback
Retrieve the next value from the underlying source.
getNoColumnsInsertString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.Dialect
The fragment used to insert a row without specifying any column values.
getNoColumnsInsertString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
Sybase Anywhere syntax would require a "DEFAULT" for each column specified, but I suppose Hibernate use this syntax only with tables with just 1 column
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the node property.
getNode() - Method in class org.hibernate.tuple.Property
 
getNodeName() - Method in class org.hibernate.mapping.Collection
 
getNodeName() - Method in class org.hibernate.mapping.Component
 
getNodeName() - Method in class org.hibernate.mapping.PersistentClass
 
getNodeName() - Method in class org.hibernate.mapping.Property
 
getNodeName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getNodeName() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getNodeType() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNodeType() - Method in class org.hibernate.tuple.ElementWrapper
 
getNodeTypeName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getNodeTypeName() - Method in class org.hibernate.tuple.ElementWrapper
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.UnionSubclass
 
getNonFinal(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.
getNonFlushedChanges() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNonFlushedChanges() - Method in interface org.hibernate.engine.spi.SessionImplementor
Return changes to this session that have not been flushed yet.
getNonFlushedChanges() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getNonFlushedChanges() - Method in class org.hibernate.internal.SessionImpl
Return changes to this session and its child sessions that have not been flushed yet.
getNonFlushedChanges() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getNonJtaDatasource() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getNonNullableTransientEntities() - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
getNonNullableTransientPropertyPaths(Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
getNormalizedPropertyName(String) - Static method in class org.hibernate.hql.internal.CollectionProperties
 
getNotAuditedEntitiesConfigurations() - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
Get the notAuditedEntitiesConfigurations property.
getNotExpression(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Dialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getNotFound() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Gets the value of the notFound property.
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
 
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
 
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
 
getNotificationInfo() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
 
getNotVersionEntityConfiguration(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
getNoWaitSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getNullability() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getNullable() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getNullColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNullColumnString() - Method in class org.hibernate.dialect.Dialect
The keyword used to specify a nullable column.
getNullColumnString() - Method in class org.hibernate.dialect.IngresDialect
The keyword used to specify a nullable column.
getNullColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getNullColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getNullColumnString() - Method in class org.hibernate.dialect.SybaseDialect
 
getNullifiableEntityKeys() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Retrieve the set of EntityKeys representing nullifiable references
getNullifiableEntityKeys() - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the set of EntityKeys representing nullifiable references
getNullValue() - Method in interface org.hibernate.mapping.KeyValue
 
getNullValue() - Method in class org.hibernate.mapping.SimpleValue
 
getNumberOfElementsInMemory(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getNumberOfElementsInMemory(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getNumberOfElementsOffHeap(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getNumberOfElementsOffHeap(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getNumberOfElementsOnDisk(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getNumberOfElementsOnDisk(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getNumberOfManagedEntities() - Method in class org.hibernate.engine.internal.EntityEntryContext
 
getNumberOfManagedEntities() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNumberOfManagedEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
getNumberOfParametersInSetClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getObject() - Method in class org.hibernate.event.spi.DeleteEvent
Returns the encapsulated entity to be deleed.
getObject() - Method in class org.hibernate.event.spi.EvictEvent
 
getObject() - Method in class org.hibernate.event.spi.LockEvent
 
getObject() - Method in class org.hibernate.event.spi.PersistEvent
 
getObject() - Method in class org.hibernate.event.spi.RefreshEvent
 
getObject() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getObject() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getObjectFromList(List, Serializable, SessionImplementor) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.hibernate.ejb.Ejb3ConfigurationObjectFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.hibernate.internal.SessionFactoryRegistry.ObjectFactoryImpl
 
getObjectNameNormalizer() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getObjectNameNormalizer() - Method in interface org.hibernate.cfg.Mappings
Retrieve the database identifier normalizer for this context.
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
getOldState() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getOldState() - Method in class org.hibernate.event.spi.PreUpdateEvent
The old state of the entity at the time it was last loaded from the database; can be null in the case of detached entities.
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.AnyType
 
getOnCondition(String, SessionFactoryImplementor, Map) - Method in interface org.hibernate.type.AssociationType
Get the "filtering" SQL fragment that is applied in the SQL on clause, in addition to the usual join condition
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.CollectionType
 
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.EntityType
 
getOnDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the onDelete property.
getOnDeleteAction() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeKeySource
 
getOnDeleteAction() - Method in class org.hibernate.metamodel.source.hbm.PluralAttributeKeySourceImpl
 
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.IdBagPluralAttributeElementAdapter
 
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the oneToMany property.
getOneToMany() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the oneToMany property.
getOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the oneToOne property.
getOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the oneToOne property.
getOp() - Method in class org.hibernate.criterion.LogicalExpression
 
getOp() - Method in class org.hibernate.criterion.PropertyExpression
 
getOp() - Method in class org.hibernate.criterion.SimpleExpression
 
getOperand() - Method in class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
Get the operand.
getOperand() - Method in interface org.hibernate.ejb.criteria.expression.UnaryOperatorExpression
Get the operand.
getOperand() - Method in class org.hibernate.ejb.criteria.predicate.IsEmptyPredicate
 
getOperand() - Method in class org.hibernate.ejb.criteria.predicate.NullnessPredicate
 
getOperand() - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
getOperand() - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
getOperand() - Method in interface org.hibernate.hql.internal.ast.tree.UnaryOperatorNode
Retrievs the node representing the operator's single operand.
getOperation() - Method in class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
 
getOperator() - Method in enum org.hibernate.criterion.Junction.Nature
 
getOperator() - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
 
getOperator() - Method in class org.hibernate.ejb.criteria.predicate.AbstractSimplePredicate
 
getOperator() - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
 
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getOptimisticFailureCount
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getOptimisticFailureCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getOptimisticFailureCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getOptimisticFailureCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getOptimisticFailureCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getOptimisticFailureCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
The number of StaleObjectStateExceptions that occurred
getOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the optimisticLock property.
getOptimisticLockMode() - Method in class org.hibernate.mapping.PersistentClass
 
getOptimisticLockMode() - Method in class org.hibernate.mapping.RootClass
 
getOptimisticLockMode() - Method in class org.hibernate.mapping.Subclass
 
getOptimisticLockStyle() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getOptimisticLockStyle() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getOptimisticLockStyle() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getOptimisticLockStyle() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the optimistic locking style for this entity.
getOptimisticLockStyle() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getOptimisticLockStyle() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getOptimizer() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'optimizer'.
getOptimizer() - Method in class org.hibernate.id.enhanced.TableGenerator
The optimizer being used by this generator.
getOptimizerClass() - Method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
 
getOptionalChild(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChild(Element, String, Element) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Gets the child of the specified element having the specified name.
getOptionalChildBooleanContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
 
getOptionalChildContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Macro to get the content of an optional child element.
getOptionalEntityName() - Method in class org.hibernate.engine.spi.QueryParameters
 
getOptionalId() - Method in class org.hibernate.engine.spi.QueryParameters
 
getOptionalObject() - Method in class org.hibernate.engine.spi.QueryParameters
 
getOptions() - Method in interface org.hibernate.metamodel.Metadata
 
getOptions() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getOracleCursorTypeSqlType() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
 
getOrCreateIndex(String) - Method in class org.hibernate.metamodel.relational.InLineView
 
getOrCreateIndex(String) - Method in class org.hibernate.metamodel.relational.Table
 
getOrCreateIndex(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getOrCreateUniqueKey(String) - Method in class org.hibernate.metamodel.relational.InLineView
 
getOrCreateUniqueKey(String) - Method in class org.hibernate.metamodel.relational.Table
 
getOrCreateUniqueKey(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getOrder() - Method in class org.hibernate.internal.CriteriaImpl.OrderEntry
 
getOrder() - Method in interface org.hibernate.metamodel.source.binder.Orderable
 
getOrder() - Method in class org.hibernate.metamodel.source.hbm.BagAttributeSourceImpl
 
getOrder() - Method in class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getOrderBy() - Method in class org.hibernate.mapping.Collection
 
getOrderBy() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getOrderBy() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getOrderBy() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getOrderBy() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getOrderByClause() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getOrderColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the orderColumn property.
getOrderedNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getOrdering() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
 
getOrdering() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
Locate the specified ordering specification, if one.
getOrderList() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getOrdinalParameterCount() - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getOrdinalParameterCount() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterCount() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getOrdinalParameterDescriptor(int) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getOrdinalParameterExpectedType(int) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getOrdinalParameterExpectedType(int) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterExpectedType(int) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getOrdinalParameterInfo(int) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterLocationList() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Returns the list of ordinal parameter locations.
getOrdinalParameterSourceLocation(int) - Method in class org.hibernate.engine.query.spi.ParameterMetadata
 
getOrdinalParameterSqlLocation(int) - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
getOrdinalParameterSqlLocation(int) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getOrdinalPosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getOrigin() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getOrigin() - Method in class org.hibernate.internal.jaxb.JaxbRoot
Obtain the metadata about the document's origin
getOrigin() - Method in interface org.hibernate.internal.util.xml.XmlDocument
Retrieve the document's origin.
getOrigin() - Method in class org.hibernate.internal.util.xml.XmlDocumentImpl
Retrieve the document's origin.
getOrigin() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getOrigin() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getOrigin() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the origin of this source.
getOrigin() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getOrigin() - Method in class org.hibernate.metamodel.source.hbm.MappingDocument
 
getOrigin() - Method in interface org.hibernate.metamodel.source.LocalBindingContext
 
getOrigin() - Method in exception org.hibernate.metamodel.source.MappingException
 
getOriginal() - Method in class org.hibernate.event.spi.MergeEvent
 
getOriginalConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getOriginalConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getOriginalConfigDeclaration() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getOriginalConfigDeclaration(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getOriginalIdPropName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getOriginalMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
getOriginalText() - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
getOrphan() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
get all "orphaned" elements
getOrphans(Collection, Collection, String, SessionImplementor) - Static method in class org.hibernate.collection.internal.AbstractPersistentCollection
Given a collection of entity instances that used to belong to the collection, and a collection of instances that currently belong, return a collection of orphans
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentBag
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentList
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentMap
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.internal.PersistentSet
 
getOrphans(Serializable, String) - Method in interface org.hibernate.collection.spi.PersistentCollection
get all "orphaned" elements
getOrphans(String, PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Get the collection orphans (entities which were removed from the collection)
getOtherwiseResult() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
getOtherwiseResult() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the outerJoin property.
getOuterJoin() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getOutputFile() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getOverriddenColumn(String) - 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.
getOverriddenColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenJoinColumn(String) - 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.
getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getOverriddenJoinColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenJoinTable(String) - 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.
getOwner() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getOwner() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the owning entity.
getOwner() - Method in class org.hibernate.engine.profile.Association
 
getOwner() - Method in class org.hibernate.loader.custom.FetchReturn
Retrieves the return descriptor for the owner of this fetch.
getOwner(List) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getOwner() - Method in class org.hibernate.mapping.Collection
 
getOwner() - Method in class org.hibernate.mapping.Component
 
getOwnerAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Retrieve the alias of the owner of this fetched association.
getOwnerAssociationTypes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getOwnerAssociationTypes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getOwnerAssociationTypes() - Method in class org.hibernate.loader.JoinWalker
 
getOwnerAssociationTypes() - Method in class org.hibernate.loader.Loader
An array of the owner types corresponding to the Loader.getOwners() returns.
getOwnerAssociationTypes() - Method in class org.hibernate.loader.OuterJoinLoader
 
getOwnerEntityName() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
Returns the class owning the collection.
getOwnerEntityName() - Method in class org.hibernate.loader.custom.CollectionReturn
Returns the class owning the collection.
getOwnerEntityName() - Method in class org.hibernate.mapping.Collection
 
getOwnerEntityName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getOwnerEntityPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getOwnerEntityPersister() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the persister of the entity that "owns" this collection
getOwnerId(String, String, Object, Map) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Search this persistence context for an associated entity instance which is considered the "owner" of the given childEntity, and return that owner's id value.
getOwnerId(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
Search the persistence context for an owner for the child object, given a collection role
getOwnerId() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getOwnerProperty() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
Returns the name of the property representing the collection from the NativeSQLQueryCollectionReturn.getOwnerEntityName().
getOwnerProperty() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Retrieve the property name (relative to the owner) which maps to the association to be fetched.
getOwnerProperty() - Method in class org.hibernate.loader.custom.CollectionReturn
Returns the name of the property representing the collection from the CollectionReturn.getOwnerEntityName().
getOwnerProperty() - Method in class org.hibernate.loader.custom.FetchReturn
The name of the property on the owner which represents this association.
getOwners() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getOwners() - Method in class org.hibernate.loader.custom.CustomLoader
 
getOwners() - Method in class org.hibernate.loader.hql.QueryLoader
An array of indexes of the entity that owns a one-to-one association to the entity at the given index (-1 if there is no "owner")
getOwners() - Method in class org.hibernate.loader.JoinWalker
 
getOwners() - Method in class org.hibernate.loader.Loader
An array of indexes of the entity that owns a one-to-one association to the entity at the given index (-1 if there is no "owner").
getOwners() - Method in class org.hibernate.loader.OuterJoinLoader
 
getPackage() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Gets the value of the package property.
getPackage() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the package property.
getPackage() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the package property.
getPackageName() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getPackageName() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
getPackageName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getPackageName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default package name to use if none specified in the mapping.
getPackages() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getPackagesInJar(URL, Set<Class<? extends Annotation>>) - Method in class org.hibernate.ejb.packaging.NativeScanner
This implementation does not honor the list of annotations and return everything.
getPackagesInJar(URL, Set<Class<? extends Annotation>>) - Method in interface org.hibernate.ejb.packaging.Scanner
return all packages in the jar matching one of these annotations if annotationsToLookFor is empty, return all packages
getPackagesInJar(URL, Set<Class<? extends Annotation>>) - Method in class org.hibernate.osgi.OsgiScanner
 
getParam() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
Gets the value of the param property.
getParam() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
Gets the value of the param property.
getParam() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTypeElement
Gets the value of the param property.
getParameter(String) - Method in class org.hibernate.ejb.QueryImpl
getParameter(int) - Method in class org.hibernate.ejb.QueryImpl
getParameter(String, Class<T>) - Method in class org.hibernate.ejb.QueryImpl
getParameter(int, Class<T>) - Method in class org.hibernate.ejb.QueryImpl
getParameter(String) - Method in class org.hibernate.internal.FilterImpl
Get the value of the named parameter for the current filter.
getParameterMetadata() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getParameterMetadata() - Method in class org.hibernate.engine.query.spi.QueryMetadata
 
getParameterMetadata() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getParameterName() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.ImplicitParameterBinding
Retrieve the generated name of the implicit parameter.
getParameterNames() - Method in class org.hibernate.engine.spi.FilterDefinition
Get a set of the parameters defined by this configuration.
getParameters() - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
getParameters() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getParameters() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
getParameters() - Method in class org.hibernate.ejb.QueryImpl
getParameters() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getParameters() - Method in class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
getParameters() - Method in class org.hibernate.internal.FilterImpl
 
getParameters() - Method in class org.hibernate.mapping.TypeDef
 
getParameters() - Method in class org.hibernate.metamodel.binding.IdGenerator
 
getParameters() - Method in class org.hibernate.metamodel.binding.TypeDef
 
getParameters() - Method in class org.hibernate.metamodel.source.annotations.attribute.ExplicitHibernateTypeSourceImpl
 
getParameters() - Method in interface org.hibernate.metamodel.source.binder.ExplicitHibernateTypeSource
Obtain any supplied Hibernate type parameters.
getParameterTranslations() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getParameterTranslations() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getParameterTranslations() - Method in interface org.hibernate.hql.spi.QueryTranslator
Return information about any parameters encountered during translation.
getParameterType() - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
getParameterType(String) - Method in class org.hibernate.engine.spi.FilterDefinition
Retreive the type of the named parameter defined for this filter.
getParameterTypes(Element) - Static method in class org.hibernate.cfg.HbmBinder
 
getParameterTypes() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getParameterTypes() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getParameterValue(Parameter<T>) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getParameterValue(String) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getParameterValue(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getParams() - Method in class org.hibernate.mapping.IdGenerator
 
getParent() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
getParent() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
getParent() - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
getParent() - Method in class org.hibernate.ejb.metamodel.EmbeddableTypeImpl
 
getParent() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getParent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the parent property.
getParent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Gets the value of the parent property.
getParent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the parent property.
getParent() - Method in class org.hibernate.loader.PropertyPath
 
getParent() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getParent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getParent(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getParent(Object) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Retreive the current value of the parent property.
getParent(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
getParent() - Method in class org.hibernate.tuple.ElementWrapper
 
getParentEntityName() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getParentFromClause() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
getParentPath() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
getParentPath() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
 
getParentProperty() - Method in class org.hibernate.mapping.Component
 
getParentReference() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getParentReferenceAttributeName() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getParentReferenceAttributeName() - Method in interface org.hibernate.metamodel.source.binder.ComponentAttributeSource
 
getParentReferenceAttributeName() - Method in interface org.hibernate.metamodel.source.binder.CompositePluralAttributeElementSource
 
getParentReferenceAttributeName() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getParentReferenceAttributeName() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getParentReferencingAttributeName() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableClass
 
getParentServiceRegistry() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
getParentServiceRegistry() - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
getParentServiceRegistry() - Method in interface org.hibernate.service.ServiceRegistry
Retrieve this registry's parent registry.
getParseErrorHandler() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
getParseErrorHandler() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getParseErrorHandler() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
getPassword() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getPassword() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Log into the database with this password
getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.BinderHelper
 
getPath() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPath() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Returns the full path of the node.
getPath() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
getPath() - Method in interface org.hibernate.hql.internal.ast.tree.PathNode
Returns the full path name represented by the node.
getPath() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getPath() - Method in exception org.hibernate.InvalidMappingException
 
getPath() - Method in exception org.hibernate.MappingNotFoundException
 
getPath() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getPath() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getPath() - Method in interface org.hibernate.metamodel.source.binder.AttributeSourceContainer
Obtain the path used to uniquely identify this container.
getPath() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getPath() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getPath() - Method in class org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
 
getPath() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getPath(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getPath() - Method in class org.hibernate.tuple.ElementWrapper
 
getPath(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
getPathBase() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Obtain the path base of this container.
getPathBase() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
getPathBase() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getPathIdentifier() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
getPathIdentifier() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
Get the string representation of this path as a navigation from one of the queries identification variables
getPathIdentifier() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
 
getPathIdentifier() - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
getPathIdentifier() - Method in interface org.hibernate.ejb.criteria.PathSource
Get the string representation of this path as a navigation from one of the queries identification variables
getPathSource() - Method in exception org.hibernate.ejb.criteria.IllegalDereferenceException
 
getPathSource() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
getPathSource() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
 
getPathSource() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
 
getPathText(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
getPattern() - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
getPattern() - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
 
getPersistenceContext() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Retrieves the persistence context to which this is bound.
getPersistenceContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPersistenceContext() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the persistence context for this session
getPersistenceContext() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getPersistenceContext() - Method in class org.hibernate.internal.SessionImpl
 
getPersistenceContext() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getPersistenceType() - Method in class org.hibernate.ejb.metamodel.BasicTypeImpl
 
getPersistenceType() - Method in class org.hibernate.ejb.metamodel.EmbeddableTypeImpl
 
getPersistenceType() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
 
getPersistenceType() - Method in class org.hibernate.ejb.metamodel.MappedSuperclassTypeImpl
 
getPersistenceUnitDefaults() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
Gets the value of the persistenceUnitDefaults property.
getPersistenceUnitMetadata() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the persistenceUnitMetadata property.
getPersistenceUnitUtil() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getPersistentAttributeType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
getPersistentAttributeType() - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
getPersistentClass() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getPersistentClass() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPersistentClass() - Method in exception org.hibernate.InstantiationException
 
getPersistentClass() - Method in class org.hibernate.mapping.Join
 
getPersistentClass() - Method in class org.hibernate.mapping.Property
 
getPersistentClass() - Method in exception org.hibernate.PropertyAccessException
 
getPersistentClass() - Method in class org.hibernate.proxy.dom4j.Dom4jLazyInitializer
 
getPersistentClass() - Method in interface org.hibernate.proxy.LazyInitializer
Get the actual class of the entity.
getPersistentClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getPersistentClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getPersister() - Method in class org.hibernate.action.internal.CollectionAction
 
getPersister() - Method in class org.hibernate.action.internal.EntityAction
entity persister accessor
getPersister() - Method in class org.hibernate.ejb.criteria.path.PluralAttributePath
 
getPersister() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getPersister() - Method in class org.hibernate.engine.spi.EntityEntry
 
getPersister() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The persister for the entity.
getPersister() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getPersister() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getPersister() - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
getPersister() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the persister property.
getPersister() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getPersister() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getPersisters() - Method in class org.hibernate.loader.JoinWalker
 
getPhysicalColumnName(String, Table) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getPhysicalColumnName(String, Table) - Method in interface org.hibernate.cfg.Mappings
Find the physical column name for the given logical column name within the given table.
getPkColumnName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the pkColumnName property.
getPkColumnValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the pkColumnValue property.
getPluralAttributeBinding() - Method in class org.hibernate.metamodel.binding.CollectionKey
 
getPluralAttributeElement() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getPluralAttributeElement() - Method in class org.hibernate.metamodel.source.hbm.BagAttributeSourceImpl
 
getPluralAttributeElement() - Method in class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
getPluralAttributeNature() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getPluralAttributeNature() - Method in class org.hibernate.metamodel.source.hbm.BagAttributeSourceImpl
 
getPluralAttributeNature() - Method in class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
getPluralAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getPolymorphism() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the polymorphism property.
getPosition() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl
 
getPosition() - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
getPosition() - Method in class org.hibernate.metamodel.relational.AbstractSimpleValue
 
getPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
getPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
 
getPositionMappedBy() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getPostLoad() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the postLoad property.
getPostOrderSubEntityBindingClosure() - Method in class org.hibernate.metamodel.binding.EntityBinding
Returns sub-EntityBinding objects in a special 'order', most derived subclasses first.
getPostPersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the postPersist property.
getPostRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the postRemove property.
getPostUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the postUpdate property.
getPrecision() - Method in class org.hibernate.cfg.Ejb3Column
 
getPrecision() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getPrecision() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.mapping.Column
 
getPrecision() - Method in class org.hibernate.metamodel.relational.Size
 
getPrecision() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
getPrefixedMapper() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
getPreOrderSubEntityBindingClosure() - Method in class org.hibernate.metamodel.binding.EntityBinding
Returns sub-EntityBinding ordered as a depth-first, pre-order traversal (a subclass precedes its own subclasses).
getPrepareStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getPrepareStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getPrepareStatementCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getPrepareStatementCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getPrepareStatementCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were acquired
getPrePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the prePersist property.
getPreRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the preRemove property.
getPreUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the preUpdate property.
getPrimaryExpression() - Method in class org.hibernate.ejb.criteria.expression.NullifExpression
 
getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
 
getPrimaryKey() - Method in class org.hibernate.mapping.Table
 
getPrimaryKey() - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
getPrimaryKey() - Method in interface org.hibernate.metamodel.relational.TableSpecification
Get the primary key definition for this table spec.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Gets the value of the primaryKeyJoinColumn property.
getPrimaryTable() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getPrimaryTable() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getPrimaryTable() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the primary table for this entity.
getPrimaryTable() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getPrimaryTable() - Method in class org.hibernate.metamodel.source.hbm.SubclassEntitySourceImpl
 
getPrimaryTableName() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getPrimaryTableSource() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getPrimitiveClass() - Method in class org.hibernate.type.BooleanType
 
getPrimitiveClass() - Method in class org.hibernate.type.ByteType
 
getPrimitiveClass() - Method in class org.hibernate.type.CharacterNCharType
 
getPrimitiveClass() - Method in class org.hibernate.type.CharacterType
 
getPrimitiveClass() - Method in class org.hibernate.type.DoubleType
 
getPrimitiveClass() - Method in class org.hibernate.type.FloatType
 
getPrimitiveClass() - Method in class org.hibernate.type.IntegerType
 
getPrimitiveClass() - Method in class org.hibernate.type.LongType
 
getPrimitiveClass() - Method in class org.hibernate.type.NumericBooleanType
 
getPrimitiveClass() - Method in interface org.hibernate.type.PrimitiveType
Retrieve the primitive counterpart to the wrapper type identified by Type.getReturnedClass().
getPrimitiveClass() - Method in class org.hibernate.type.ShortType
 
getPrimitiveClass() - Method in class org.hibernate.type.TrueFalseType
 
getPrimitiveClass() - Method in class org.hibernate.type.YesNoType
 
getProcessedSql() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
getProcessedSql() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
getProcessedSql() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Return processed SQL query.
getProcessedSql() - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
getProcessedSql() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Add a LIMIT clause to the given SQL SELECT (HHH-2655: ROW_NUMBER for Paging) The LIMIT SQL will look like:
getProjectedAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getProjectedColumnAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getProjectedTypes() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getProjection(int) - Method in class org.hibernate.criterion.ProjectionList
 
getProjection() - Method in class org.hibernate.internal.CriteriaImpl
 
getProjectionCriteria() - Method in class org.hibernate.internal.CriteriaImpl
 
getProjectionList() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Returns the list of from elements that will be part of the result set.
getProperties() - Method in class org.hibernate.cfg.Configuration
Get all properties
getProperties() - Static method in class org.hibernate.cfg.Environment
Return System properties, extended by any properties specified in hibernate.properties.
getProperties() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getProperties() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
getProperties() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getProperties() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a copy of the Properties used to configure this session factory.
getProperties() - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
getProperties() - Method in interface org.hibernate.envers.entities.mapper.CompositeMapperBuilder
 
getProperties() - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
getProperties() - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
getProperties() - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
getProperties() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getProperties() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getProperties() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertiesToInsert(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Transform the array of property indexes to an array of booleans, true when the property is insertable and non-null
getPropertiesToUpdate(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Transform the array of property indexes to an array of booleans, true when the property is dirty
getProperty(String) - Method in class org.hibernate.cfg.Configuration
Get a property value by name
getProperty() - Method in interface org.hibernate.cfg.PropertyData
Return the Hibernate mapping property
getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
 
getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
 
getProperty(String) - Method in class org.hibernate.criterion.Property
Get a component attribute of this property
getProperty(String) - Method in class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
getProperty(String) - Method in interface org.hibernate.envers.configuration.metadata.reader.PersistentPropertiesSource
 
getProperty(String) - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
getProperty(Properties, String, String, String) - Static method in class org.hibernate.envers.tools.Tools
 
getProperty(XClass, String) - Static method in class org.hibernate.envers.tools.Tools
 
getProperty(XClass, String, String) - Static method in class org.hibernate.envers.tools.Tools
 
getProperty() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Gets the value of the property property.
getProperty() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
Gets the value of the property property.
getProperty(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getProperty(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Get a property
getProperty() - Method in class org.hibernate.loader.PropertyPath
 
getProperty(String) - Method in class org.hibernate.mapping.Component
 
getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getProperty(int) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getProperty(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAccessor(Class) - Method in class org.hibernate.mapping.Backref
 
getPropertyAccessor(Class) - Method in class org.hibernate.mapping.IndexBackref
 
getPropertyAccessor(Class) - Method in class org.hibernate.mapping.Property
 
getPropertyAccessor(Property, EntityMode) - Static method in class org.hibernate.property.PropertyAccessorFactory
Retrieves a PropertyAccessor instance based on the given property definition and entity mode.
getPropertyAccessor(AttributeBinding, EntityMode) - Static method in class org.hibernate.property.PropertyAccessorFactory
Retrieves a PropertyAccessor instance based on the given property definition and entity mode.
getPropertyAccessor(Class, String) - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getPropertyAccessor(String) - Static method in class org.hibernate.property.PropertyAccessorFactory
 
getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
 
getPropertyAccessorName() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
getPropertyAccessorName() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
getPropertyAccessorName() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
getPropertyAccessorName() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getPropertyAccessorName() - Method in interface org.hibernate.metamodel.source.binder.AttributeSource
Obtain the name of the property accessor style used to access this attribute.
getPropertyAccessorName() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getPropertyAccessorName() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getPropertyAccessorName(String, boolean, String) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
getPropertyAccessorName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getPropertyAccessorName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default PropertyAccessor name to use if none specified in the mapping.
getPropertyAccessType() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getPropertyAliases(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyAliases(String, int) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in interface org.hibernate.cfg.Mappings
Return the property annotated with @ToOne and @Id if any.
getPropertyAnnotatedWithMapsId(XClass, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in interface org.hibernate.cfg.Mappings
Return the property annotated with @MapsId("propertyName") if any.
getPropertyAuditingData(String) - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
 
getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
 
getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cascade styles of the properties (optional operation)
getPropertyCheckability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCheckability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "checkability" of the properties of this class (is the property dirty checked, does the cache need to be updated)
getPropertyCheckability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyClass() - Method in interface org.hibernate.cfg.PropertyData
Return the class itself
getPropertyClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getPropertyColumnInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set column names mapped for this property (properties of this class, only).
getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the column names for the given property path
getPropertyColumnSpan(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnUpdateable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnWriters(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyData() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getPropertyData() - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
 
getPropertyGeneration() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getPropertyGeneration() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
getPropertyGeneration() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
getPropertyHolder() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyIndex(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyIndex(String) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Get the property number of the unique key property
getPropertyIndex(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertyIndex(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyIndex(String) - Method in class org.hibernate.type.ComponentType
 
getPropertyIndexOrNull(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyInsertability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyInsertability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "insertability" of the properties of this class (does the property appear in an SQL INSERT)
getPropertyInsertability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyInsertGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyInsertGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Which of the properties of this class are database generated values on insert?
getPropertyInsertGenerationInclusions() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyIterator() - Method in class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
getPropertyIterator() - Method in interface org.hibernate.envers.configuration.metadata.reader.PersistentPropertiesSource
 
getPropertyIterator() - Method in class org.hibernate.mapping.Component
 
getPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator over the properties defined on this class.
getPropertyLaziness() - Method in interface org.hibernate.metadata.ClassMetadata
Get the "laziness" of the properties of this class
getPropertyLaziness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyLaziness() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getPropertyLaziness() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyList() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getPropertyList() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Display the properties
getPropertyMapper() - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getPropertyMapping(String) - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
getPropertyMapping(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getPropertyName() - Method in class org.hibernate.cfg.Ejb3Column
 
getPropertyName() - Method in interface org.hibernate.cfg.PropertyData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyName() - Method in class org.hibernate.criterion.AggregateProjection
 
getPropertyName(String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the property name, given a possibly qualified property name
getPropertyName() - Method in class org.hibernate.criterion.Order
 
getPropertyName() - Method in class org.hibernate.criterion.PropertyProjection
 
getPropertyName() - Method in class org.hibernate.criterion.SimpleExpression
 
getPropertyName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'propertyName'.
getPropertyName(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getPropertyName() - Method in class org.hibernate.mapping.OneToOne
 
getPropertyName(AnnotationTarget) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
Expects a method or field annotation target and returns the property name for this target
getPropertyName(Member) - Static method in class org.hibernate.metamodel.source.annotations.ReflectionHelper
Process bean properties getter by applying the JavaBean naming conventions.
getPropertyName() - Method in exception org.hibernate.PropertyAccessException
 
getPropertyName() - Method in exception org.hibernate.PropertyValueException
 
getPropertyName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the property name.
getPropertyName() - Method in class org.hibernate.type.EntityType
 
getPropertyName() - Method in class org.hibernate.type.OneToOneType
 
getPropertyNames() - Method in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
getPropertyNames() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
 
getPropertyNames() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
getPropertyNames() - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
 
getPropertyNames() - Method in interface org.hibernate.metadata.ClassMetadata
Get the names of the class' persistent properties
getPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyNames() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the names of the class properties - doesn't have to be the names of the actual Java properties (used for XML generation only)
getPropertyNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyNames() - Method in class org.hibernate.type.AnyType
 
getPropertyNames() - Method in class org.hibernate.type.ComponentType
 
getPropertyNames() - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyNames() - Method in interface org.hibernate.type.CompositeType
Get the names of the component properties
getPropertyNames() - Method in interface org.hibernate.usertype.CompositeUserType
Get the "property names" that may be used in a query.
getPropertyNullability() - Method in interface org.hibernate.metadata.ClassMetadata
Get the nullability of the class' persistent properties
getPropertyNullability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyNullability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the nullability of the properties of this class
getPropertyNullability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyNullability() - Method in class org.hibernate.type.AnyType
 
getPropertyNullability() - Method in class org.hibernate.type.ComponentType
 
getPropertyNullability() - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyNullability() - Method in interface org.hibernate.type.CompositeType
Retrieve the indicators regarding which component properties are nullable.
getPropertyOrManyToOneOrAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Gets the value of the propertyOrManyToOneOrAny property.
getPropertyOrManyToOneOrAny() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the propertyOrManyToOneOrAny property.
getPropertyOrManyToOneOrComponent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbNaturalId
Gets the value of the propertyOrManyToOneOrComponent property.
getPropertyOrManyToOneOrComponent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the propertyOrManyToOneOrComponent property.
getPropertyOrManyToOneOrComponent() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Gets the value of the propertyOrManyToOneOrComponent property.
getPropertyOrManyToOneOrOneToOne() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getPropertyOrManyToOneOrOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the propertyOrManyToOneOrOneToOne property.
getPropertyOrManyToOneOrOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the propertyOrManyToOneOrOneToOne property.
getPropertyOrManyToOneOrOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the propertyOrManyToOneOrOneToOne property.
getPropertyOrManyToOneOrOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the propertyOrManyToOneOrOneToOne property.
getPropertyOrManyToOneOrOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the propertyOrManyToOneOrOneToOne property.
getPropertyOrManyToOneOrOneToOne() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the propertyOrManyToOneOrOneToOne property.
getPropertyOwnerEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for entity that owns the association property.
getPropertyPath() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
getPropertyPath() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getPropertyRef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the propertyRef property.
getPropertyReferencedAssociation(String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getPropertyReferencedAssociation(String, String) - Method in interface org.hibernate.cfg.Mappings
 
getPropertyResultsMap() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the user-supplied column->property mappings.
getPropertySelectable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getPropertySpaces() - Method in class org.hibernate.action.internal.CollectionAction
 
getPropertySpaces() - Method in class org.hibernate.action.internal.EntityAction
 
getPropertySpaces() - Method in interface org.hibernate.action.spi.Executable
What spaces (tables) are affected by this action?
getPropertySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class only.
getPropertySpaces() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertySpan() - Method in class org.hibernate.mapping.Component
 
getPropertySpan() - Method in class org.hibernate.mapping.Join
 
getPropertySpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertySpan() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertySpan() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertySubclassNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertyTableName(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the table name for the given property path
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertyType(String, String) - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
Returns the type of a property, given it's name (the last part) and the full path.
getPropertyType(String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getPropertyType() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getPropertyType(String) - Method in interface org.hibernate.metadata.ClassMetadata
Get the type of a particular (named) property
getPropertyType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyType(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the type of a particular property by name.
getPropertyTypes() - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the types of properties.
getPropertyTypes() - Method in interface org.hibernate.metadata.ClassMetadata
Get the Hibernate types of the class properties
getPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTypes() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the Hibernate types of the class properties
getPropertyTypes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyTypes() - Method in interface org.hibernate.usertype.CompositeUserType
Get the corresponding "property types".
getPropertyUniqueness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Which properties appear in the SQL update? (Initialized, updateable ones!)
getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "updateability" of the properties of this class (does the property appear in an SQL UPDATE)
getPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Which of the properties of this class are database generated values on update?
getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyValue(Object, String) - Method in interface org.hibernate.metadata.ClassMetadata
Get the value of a particular (named) property
getPropertyValue(Object, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(Object, int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getPropertyValue(Object, int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValue(Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValue(Object, String) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the value of a particular property from the given entity.
getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
Extract the value of a particular property from the given entity.
getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int, SessionImplementor) - Method in interface org.hibernate.type.CompositeType
Extract a particular component property value indicated by index.
getPropertyValue(Object, int) - Method in interface org.hibernate.usertype.CompositeUserType
Get the value of a property.
getPropertyValues(Object) - Method in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
getPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Obtains the values of properties of a given bean.
getPropertyValues(Object) - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the values of properties of a given bean.
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
 
getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getPropertyValues(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Extract the property values from the given entity.
getPropertyValues(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Return the (loaded) values of the mapped properties of the object (not including backrefs)
getPropertyValues(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getPropertyValues(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Extract the current values contained on the given entity.
getPropertyValues(Object) - Method in interface org.hibernate.tuple.Tuplizer
Extract the current values contained on the given entity.
getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValues(Object, SessionImplementor) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance
getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance without access to the session.
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Return the values of the mapped properties of the object
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Return the values of the insertable properties of the object (including backrefs)
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the values of the insertable properties of the entity (including backrefs)
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Extract the values of the insertable properties of the entity (including backrefs)
getPropertyValuesWithOptimizer(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getPropertyVersionability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyVersionability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "versionability" of the properties of this class (is the property optimistic-locked)
getPropertyVersionability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getProps() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getProvider() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getProviderUtil() - Method in class org.hibernate.ejb.HibernatePersistence
getProxiesByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getProxy() - Method in interface org.hibernate.bytecode.spi.BasicProxyFactory
Get a proxy reference.
getProxy(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get an existing proxy by key
getProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an existing proxy by key
getProxy() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getProxy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the proxy property.
getProxy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the proxy property.
getProxy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the proxy property.
getProxy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the proxy property.
getProxy() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getProxy() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getProxy() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
For lazy entities, obtain the interface to use in constructing its proxies.
getProxy() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.dom4j.Dom4jProxyFactory
Create a new proxy
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
getProxy(String, Class, Class[], Method, Method, CompositeType, Serializable, SessionImplementor) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
getProxy(Class, String, Class, Class[], Method, Method, CompositeType, Serializable, SessionImplementor, boolean) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
getProxy(Serializable, SessionImplementor) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
getProxy(Serializable, SessionImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
Create a new proxy instance
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.ClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.NClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyFactory(Class, Class[]) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
getProxyFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getProxyFactoryFactory() - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
getProxyInterface() - Method in class org.hibernate.mapping.PersistentClass
 
getProxyInterfaceName() - Method in class org.hibernate.mapping.PersistentClass
 
getProxyInterfaceType() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getPs() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getPutCount() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getPutCount() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getPutCount() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getPutCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getPutCount() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getPutFromLoadValidator() - Method in class org.hibernate.cache.infinispan.collection.CollectionRegionImpl
 
getPutFromLoadValidator() - Method in class org.hibernate.cache.infinispan.entity.EntityRegionImpl
 
getPutFromLoadValidator() - Method in class org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl
 
getQName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getQName(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getQName() - Method in class org.hibernate.tuple.ElementWrapper
 
getQName(String) - Method in class org.hibernate.tuple.ElementWrapper
 
getQualifiedName(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
getQualifiedName(Dialect) - Method in class org.hibernate.metamodel.relational.InLineView
 
getQualifiedName(Dialect) - Method in class org.hibernate.metamodel.relational.Table
 
getQualifiedName(Dialect) - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getQualifiedName() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getQualifiedName() - Method in class org.hibernate.tuple.ElementWrapper
 
getQueries() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueries() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get all executed query strings
getQueries() - Method in interface org.hibernate.stat.Statistics
Get all executed query strings
getQuery() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
getQuery
getQuery(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getQuery(String) - Method in interface org.hibernate.cfg.Mappings
Get named query metadata by name.
getQuery() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getQuery(AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getQuery(AuditReaderImplementor, Object, Number, boolean) - Method in interface org.hibernate.envers.entities.mapper.relation.query.RelationQueryGenerator
 
getQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the query property.
getQuery() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Gets the value of the query property.
getQueryable() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getQueryable() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getQueryableCollection(String, String, SessionFactoryImplementor) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
getQueryableCollection() - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
getQueryableCollection() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getQueryCache(String, UpdateTimestampsCache, Settings, Properties) - Method in class org.hibernate.cache.internal.StandardQueryCacheFactory
 
getQueryCache(String, UpdateTimestampsCache, Settings, Properties) - Method in interface org.hibernate.cache.spi.QueryCacheFactory
 
getQueryCache(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Get query cache by region name or create a new one if none exist.
getQueryCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
Get the default QueryCache.
getQueryCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the default query cache
getQueryCache(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a particular named query cache, or the default cache
getQueryCache() - Method in class org.hibernate.internal.CacheImpl
 
getQueryCache(String) - Method in class org.hibernate.internal.CacheImpl
 
getQueryCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getQueryCache(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getQueryCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getQueryCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Is the query cache enabled?
getQueryCacheFactory() - Method in class org.hibernate.cfg.Settings
 
getQueryCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueryCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries successfully retrieved from cache
getQueryCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueryCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries *not* found in cache
getQueryCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueryCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cacheable queries put in cache
getQueryExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getQueryExecutionCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryExecutionCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueryExecutionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
Get global number of executed queries
getQueryExecutionMaxTime() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueryExecutionMaxTime() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
Get the time in milliseconds of the slowest query.
getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
Get the query string for the slowest query.
getQueryExecutionRate() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryExecutionRate() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getQueryExecutionRate() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getQueryExecutionSample() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryGenerator() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getQueryIdentifier() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getQueryIdentifier() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getQueryIdentifier() - Method in interface org.hibernate.hql.spi.QueryTranslator
Retrieve the query identifier for this translator.
getQueryIdentifier() - Method in class org.hibernate.loader.custom.CustomLoader
 
getQueryIdentifier() - Method in class org.hibernate.loader.hql.QueryLoader
 
getQueryIdentifier() - Method in class org.hibernate.loader.Loader
Identifies the query for statistics reporting, if null, no statistics will be reported
getQueryOrSqlQuery() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getQueryOrSqlQuery() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the queryOrSqlQuery property.
getQueryOrSqlQuery() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the queryOrSqlQuery property.
getQueryOrSqlQuery() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the queryOrSqlQuery property.
getQueryOrSqlQuery() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the queryOrSqlQuery property.
getQueryOrSqlQuery() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the queryOrSqlQuery property.
getQueryParameterName() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
getQueryParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getQueryParameters(Map) - Method in class org.hibernate.internal.AbstractQueryImpl
 
getQueryParameters() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getQueryParameters(Map) - Method in class org.hibernate.internal.SQLQueryImpl
 
getQueryParameters() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getQueryPlanCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getQueryPlanCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getQueryRef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoaderElement
Gets the value of the queryRef property.
getQueryRemovedString() - Method in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.entities.mapper.relation.query.OneEntityQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
getQueryRemovedString() - Method in class org.hibernate.envers.entities.mapper.relation.query.TwoEntityQueryGenerator
 
getQueryReturnAliases() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
The HQL aliases, or generated aliases
getQueryReturnAliases() - Method in class org.hibernate.hql.internal.HolderInstantiator
 
getQueryReturns() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQueryReturns() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
getQueryReturns() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getQueryReturnTypes() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
The types actually being returned from this query at the "object level".
getQuerySequencesString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
getQuerySequencesString() - Method in class org.hibernate.dialect.Dialect
Get the select command used retrieve the names of all sequences.
getQuerySequencesString() - Method in class org.hibernate.dialect.H2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.HSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.InformixDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Ingres9Dialect
Get the select command used retrieve the names of all sequences.
getQuerySequencesString() - Method in class org.hibernate.dialect.IngresDialect
A query used to find all sequences
getQuerySequencesString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.MimerSQLDialect
The syntax for fetching all sequnces avialable in the current schema.
getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getQuerySpaces() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getQuerySpaces() - Method in class org.hibernate.engine.query.spi.QueryMetadata
The set of query spaces affected by this source query.
getQuerySpaces() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQuerySpaces() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getQuerySpaces() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
getQuerySpaces() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
Returns the set of unique query spaces (a.k.a.
getQuerySpaces() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getQuerySpaces() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getQuerySpaces() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the set of query spaces (table names) that the query refers to.
getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getQuerySpaces() - Method in class org.hibernate.loader.custom.CustomLoader
 
getQuerySpaces() - Method in interface org.hibernate.loader.custom.CustomQuery
Any query spaces to apply to the query execution.
getQuerySpaces() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getQuerySpaces() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class and its subclasses.
getQuerySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getQueryStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getQueryStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Query statistics from query string (HQL or SQL)
getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
Query statistics from query string (HQL or SQL)
getQueryStats() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getQueryStats() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getQueryStats() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getQueryString() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderedCriteriaQuery
 
getQueryString() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQueryString() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getQueryString() - Method in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.entities.mapper.relation.query.OneEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
getQueryString() - Method in class org.hibernate.envers.entities.mapper.relation.query.TwoEntityQueryGenerator
 
getQueryString() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getQueryString() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getQueryString() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the HQL string processed by the translator.
getQueryString() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getQueryString() - Method in interface org.hibernate.Query
Get the query string.
getQueryString() - Method in exception org.hibernate.QueryException
 
getQuerySubstitutions() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getQuerySubstitutions() - Method in class org.hibernate.cfg.Settings
 
getQuerySubstitutions() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Get the query language substitutions
getQueryTranslatorFactory() - Method in class org.hibernate.cfg.Settings
 
getQueuedOrphans(String) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Iterate the "queued" additions
getQueuedOrphans(String) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the "queued" orphans
getQuotedCatalog() - Method in class org.hibernate.mapping.Table
 
getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedName() - Method in class org.hibernate.mapping.Column
returns quoted name as it would be in the mapping file.
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
 
getQuotedName() - Method in class org.hibernate.mapping.Table
returns quoted name as it would be in the mapping file.
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedSchema() - Method in class org.hibernate.mapping.Table
returns quoted name as it is in the mapping file.
getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
 
getRawSession() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Return a Session (even if the entity manager is closed).
getRawSession() - Method in class org.hibernate.ejb.EntityManagerImpl
 
getRead() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the read property.
getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
 
getReadFragment() - Method in class org.hibernate.metamodel.relational.Column
 
getReadFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnSourceImpl
 
getReadFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getReadFragment() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
A SQL fragment to apply to the column value on read.
getReadLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
getReadLockString(int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect.
getReadLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getRealKey() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
getRealOrigin() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getRecreateCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
getRecreateCount
getRecreateCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getRecreateCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getReference() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getReference(Class<T>, Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getReference() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
getReference(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, assuming that the instance exists.
getReference() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReference() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
getReference() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the natural id value(s) defined by the call(s) to NaturalIdLoadAccess.using(java.lang.String, java.lang.Object).
getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, assuming that the instance exists.
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.JoinedSubclass
 
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator of properties which are "referenceable".
getReferencedAttributeBinding() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getReferencedAttributeBinding() - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
 
getReferencedAttributeName() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getReferencedAttributeName() - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
 
getReferencedColumn() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getReferencedColumnName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
Returns the referenced columns if the foreignkey does not refer to the primary key
getReferencedEntityAttributeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeKeySource
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.metamodel.source.binder.ToOneAttributeSource
Obtain the name of the referenced attribute.
getReferencedEntityAttributeName() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getReferencedEntityAttributeName() - Method in class org.hibernate.metamodel.source.hbm.PluralAttributeKeySourceImpl
 
getReferencedEntityBinding() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getReferencedEntityBinding() - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
 
getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
getReferencedEntityName(Value) - Static method in class org.hibernate.envers.tools.MappingTools
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedEntityName() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
getReferencedEntityName() - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
Obtain the name of the referenced entity.
getReferencedEntityName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
getReferencedEntityName() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getReferencedEntityName() - Method in interface org.hibernate.metamodel.source.binder.OneToManyPluralAttributeElementSource
 
getReferencedEntityName() - Method in interface org.hibernate.metamodel.source.binder.ToOneAttributeSource
Obtain the name of the referenced entity.
getReferencedEntityName() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getReferencedEntityName() - Method in class org.hibernate.metamodel.source.hbm.OneToManyPluralAttributeElementSourceImpl
 
getReferencedEntityType() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getReferencedIdAttributeName() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
getReferencedProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Given a property path, locate the appropriate referenceable property reference.
getReferencedPropertyName() - Method in class org.hibernate.mapping.Collection
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedPropertyName() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getReferencedPropertyType(String, String) - Method in interface org.hibernate.engine.spi.Mapping
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedTableName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
getReferenceEntityName(PropertyData, XClass, Mappings) - Static method in class org.hibernate.cfg.ToOneBinder
 
getReferenceEntityName(PropertyData, Mappings) - Static method in class org.hibernate.cfg.ToOneBinder
 
getReferencingIdData() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getReferencingPropertyName() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
getReflectionManager() - Method in class org.hibernate.cfg.Configuration
 
getReflectionManager() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getReflectionManager() - Method in interface org.hibernate.cfg.Mappings
 
getReflectionOptimizationEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.
getRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Get the wrapped naturalId cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Get the wrapped naturalId cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Get the wrapped naturalId cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Get the wrapped naturalId cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
Get the wrapped naturalId cache region
getRegion() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getRegion() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
getRegion() - Method in interface org.hibernate.cache.spi.access.CollectionRegionAccessStrategy
Get the wrapped collection cache region
getRegion() - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Get the wrapped entity cache region
getRegion() - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Get the wrapped naturalId cache region
getRegion() - Method in interface org.hibernate.cache.spi.QueryCache
 
getRegion() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
 
getRegion() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Gets the value of the region property.
getRegion() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Gets the value of the region property.
getRegion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
Gets the value of the region property.
getRegion() - Method in class org.hibernate.metamodel.binding.Caching
 
getRegionCacheAttributes() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheAttributes(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheAttributes() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionCacheAttributes(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionCacheMaxTTISeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheMaxTTISeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionCacheMaxTTLSeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheMaxTTLSeconds(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionCacheOrphanEvictionPeriod(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheOrphanEvictionPeriod(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionCacheSamples() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheSamples() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionCacheTargetMaxInMemoryCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheTargetMaxInMemoryCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionCacheTargetMaxTotalCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getRegionCacheTargetMaxTotalCount(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getRegionFactory() - Method in class org.hibernate.cfg.Settings
 
getRegionFactory() - Method in interface org.hibernate.engine.spi.CacheImplementor
 
getRegionFactory() - Method in class org.hibernate.internal.CacheImpl
 
getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegistrationKeys() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getRegistrationKeys() - Method in interface org.hibernate.type.BasicType
Get the names under which this type should be registered in the type registry.
getRegistrationKeys() - Method in class org.hibernate.type.BinaryType
 
getRegistrationKeys() - Method in class org.hibernate.type.BooleanType
 
getRegistrationKeys() - Method in class org.hibernate.type.ByteType
 
getRegistrationKeys() - Method in class org.hibernate.type.CalendarType
 
getRegistrationKeys() - Method in class org.hibernate.type.CharacterArrayType
 
getRegistrationKeys() - Method in class org.hibernate.type.CharacterType
 
getRegistrationKeys() - Method in class org.hibernate.type.CharArrayType
 
getRegistrationKeys() - Method in class org.hibernate.type.CompositeCustomType
 
getRegistrationKeys() - Method in class org.hibernate.type.CustomType
 
getRegistrationKeys() - Method in class org.hibernate.type.DateType
 
getRegistrationKeys() - Method in class org.hibernate.type.DbTimestampType
 
getRegistrationKeys() - Method in class org.hibernate.type.DoubleType
 
getRegistrationKeys() - Method in class org.hibernate.type.FloatType
 
getRegistrationKeys() - Method in class org.hibernate.type.IntegerType
 
getRegistrationKeys() - Method in class org.hibernate.type.LongType
 
getRegistrationKeys() - Method in class org.hibernate.type.MetaType
 
getRegistrationKeys() - Method in class org.hibernate.type.ObjectType
 
getRegistrationKeys() - Method in class org.hibernate.type.ShortType
 
getRegistrationKeys() - Method in class org.hibernate.type.TimestampType
 
getRegistrationKeys() - Method in class org.hibernate.type.TimeType
 
getRegistrationKeys() - Method in class org.hibernate.type.WrapperBinaryType
 
getRelatedEntity(AuditConfiguration, String, String) - Static method in class org.hibernate.envers.query.criteria.CriteriaTools
 
getRelationalStates() - Method in interface org.hibernate.metamodel.relational.state.TupleRelationalState
 
getRelationDescription(String, String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
getRelationDescription(String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
getRelationMappedBy() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getRelationTargetAuditMode() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
Get the relationTargetAuditMode property.
getRelationType() - Method in class org.hibernate.envers.entities.RelationDescription
 
getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.cfg.BinderHelper
 
getRemovalQueueLength() - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Only for use by unit tests; may be removed at any time
getRemoveCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
getRemoveCount
getRemoveCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getRemoveCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getRename() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
Gets the value of the rename property.
getRenderableText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Build the node's representation for use in the resulting rendering.
getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
 
getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.Node
Retrieve the text to be used for rendering this particular node.
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
getRenderText(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.ResultVariableRefNode
Retrieve the text to be used for rendering this particular node.
getReplacement(T, T, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getReplacement(Blob, Blob, SessionImplementor) - Method in class org.hibernate.type.BlobType
 
getReplacement(Clob, Clob, SessionImplementor) - Method in class org.hibernate.type.ClobType
 
getReplacement(NClob, NClob, SessionImplementor) - Method in class org.hibernate.type.NClobType
 
getReplicationMode() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getRepresentation(PersistentClass) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getRepresentation() - Method in enum org.hibernate.envers.RevisionType
 
getRepresentation(V) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getRepresentation() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getRequestedId() - Method in class org.hibernate.event.spi.MergeEvent
 
getRequestedId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getResolutionType() - Method in interface org.hibernate.hql.internal.ast.TypeDiscriminatorMetadata
Get the type used to resolve the actual discriminator value resulting from TypeDiscriminatorMetadata.getSqlFragment() back into a Class reference.
getResolutionType() - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
Get the type used to resolve the actual discriminator value resulting from DiscriminatorMetadata.getSqlFragment(java.lang.String) back into a Class reference.
getResolvedType(Class<?>) - Method in interface org.hibernate.metamodel.source.annotations.AnnotationBindingContext
 
getResolvedType(Class<?>) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getResolvedType(Class<?>) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getResolvedTypeMapping() - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
getResource() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Gets the value of the resource property.
getResourceAsStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
 
getRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getRestriction() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
getRestriction() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
getResult() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression.WhenClause
 
getResult() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
 
getResult() - Method in class org.hibernate.engine.spi.SubselectFetch
Get the Set of EntityKeys
getResult() - Method in class org.hibernate.event.spi.LoadEvent
 
getResult() - Method in class org.hibernate.event.spi.MergeEvent
 
getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Extract the generated key value from the given result set.
getResult(SessionImplementor, ResultSet, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
getResultClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the resultClass property.
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SessionImplementor) - Method in class org.hibernate.loader.Loader
Get the actual object that is returned in the user-visible result list.
getResultId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getResultList() - Method in class org.hibernate.ejb.QueryImpl
getResultList() - Method in interface org.hibernate.envers.query.AuditQuery
 
getResultList() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.Loader
 
getResultMetadataValidator() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderedCriteriaQuery
 
getResultMetadataValidator() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor.Options
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultRow(Object[], ResultSet, SessionImplementor) - Method in class org.hibernate.loader.Loader
 
getResultRowAliases() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultRowAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultRowAliases() - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultRowAliases() - Method in class org.hibernate.loader.Loader
Returns the aliases that corresponding to a result row.
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Cache71Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DataDirectOracle9Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DB2Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet from the OUT parameter.
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.MySQLDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getResultSet() - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
 
getResultSet() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
getResultSet() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getResultset() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getResultset() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the resultset property.
getResultSet(PreparedStatement, RowSelection, LimitHandler, boolean, SessionImplementor) - Method in class org.hibernate.loader.Loader
Execute given PreparedStatement, advance to the first result and return SQL ResultSet.
getResultSet() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
 
getResultSetMapping(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getResultSetMapping(String) - Method in interface org.hibernate.cfg.Mappings
Get the metadata for a named SQL result set mapping.
getResultSetMapping(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getResultSetMapping() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Gets the value of the resultSetMapping property.
getResultSetMapping(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getResultSetMappingDefinitions() - Method in interface org.hibernate.metamodel.Metadata
 
getResultSetMappingDefinitions() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getResultSetRef() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getResultsetRef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the resultsetRef property.
getResultSetReturn() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getResultSetReturn() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the resultset extractor associated with this JDBC coordinator.
getResultSetWrapper() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getResultSetWrapper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for wrapping a ResultSet in a "column name cache" wrapper.
getResultTransformer() - Method in class org.hibernate.cache.spi.QueryKey
Provides access to the explicitly user-provided result transformer.
getResultTransformer() - Method in class org.hibernate.engine.spi.QueryParameters
 
getResultTransformer() - Method in interface org.hibernate.hql.internal.ast.tree.AggregatedSelectExpression
Retrieve the ResultTransformer responsible for building aggregated select expression results into their aggregated form.
getResultTransformer() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getResultTransformer() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getResultTransformer() - Method in class org.hibernate.hql.internal.HolderInstantiator
 
getResultTransformer() - Method in class org.hibernate.internal.CriteriaImpl
 
getResultType() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getResultType() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
getResultTypes() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getReturnAliases() - Method in class org.hibernate.engine.query.spi.QueryMetadata
Return source query select clause aliases (if any)
getReturnAliases() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReturnAliases(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the return aliases of a query
getReturnAliases() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getReturnAliases() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getReturnAliases() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getReturnAliases() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns an array of HQL aliases
getReturnAliases() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getReturnAliases(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReturnAliases() - Method in class org.hibernate.internal.SQLQueryImpl
 
getReturnAliases() - Method in interface org.hibernate.Query
Return the HQL select clause aliases (if any)
getReturnClass() - Method in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
Getter for property 'returnClass'.
getReturnColumn() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
Gets the value of the returnColumn property.
getReturnDiscriminatorAndReturnProperty() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Gets the value of the returnDiscriminatorAndReturnProperty property.
getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getReturnedClass() - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.  
getReturnedClass() - Method in class org.hibernate.type.AbstractLongBinaryType
Deprecated.  
getReturnedClass() - Method in class org.hibernate.type.AbstractLongStringType
Deprecated.  
getReturnedClass() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getReturnedClass() - Method in class org.hibernate.type.AnyType
 
getReturnedClass() - Method in class org.hibernate.type.ArrayType
 
getReturnedClass() - Method in class org.hibernate.type.BagType
 
getReturnedClass() - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
getReturnedClass() - Method in class org.hibernate.type.ComponentType
 
getReturnedClass() - Method in class org.hibernate.type.CompositeCustomType
 
getReturnedClass() - Method in class org.hibernate.type.CustomCollectionType
 
getReturnedClass() - Method in class org.hibernate.type.CustomType
 
getReturnedClass() - Method in class org.hibernate.type.EntityType
This returns the wrong class for an entity with a proxy, or for a named entity.
getReturnedClass() - Method in class org.hibernate.type.IdentifierBagType
 
getReturnedClass() - Method in class org.hibernate.type.ListType
 
getReturnedClass() - Method in class org.hibernate.type.MapType
 
getReturnedClass() - Method in class org.hibernate.type.MetaType
 
getReturnedClass() - Method in class org.hibernate.type.PrimitiveByteArrayBlobType
Deprecated.  
getReturnedClass() - Method in class org.hibernate.type.SetType
 
getReturnedClass() - Method in class org.hibernate.type.SortedMapType
 
getReturnedClass() - Method in class org.hibernate.type.SortedSetType
 
getReturnedClass() - Method in interface org.hibernate.type.Type
The class returned by Type.nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor, java.lang.Object) methods.
getReturnedClass() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getReturnEntityName() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
The name of the entity to be returned.
getReturnMetadata() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getReturnProperty() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
Gets the value of the returnProperty property.
getReturnProperty() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
Gets the value of the returnProperty property.
getReturnScalarOrReturnOrReturnJoin() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbResultsetElement
Gets the value of the returnScalarOrReturnOrReturnJoin property.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CastFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ClassicAvgFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ClassicCountFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ConvertFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
The return type of the function.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NvlFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
getReturnType(Type, Mapping) - Method in interface org.hibernate.dialect.function.SQLFunction
The return type of the function.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
The return type of the function.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardSQLFunction
The return type of the function.
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
The return type of the function.
getReturnType() - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefGetter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
Retrieve the declared Java type
getReturnType() - Method in interface org.hibernate.property.Getter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.IndexPropertyAccessor.IndexGetter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.MapAccessor.MapGetter
Retrieve the declared Java type
getReturnTypes() - Method in class org.hibernate.engine.query.spi.QueryMetadata
An array of types describing the returns of the source query.
getReturnTypes() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReturnTypes(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the return types of a query
getReturnTypes() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getReturnTypes() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Types of the return values of an iterate() style query.
getReturnTypes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Types of the return values of an iterate() style query.
getReturnTypes() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns an array of Types represented in the query result.
getReturnTypes() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getReturnTypes(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReturnTypes() - Method in class org.hibernate.internal.SQLQueryImpl
 
getReturnTypes() - Method in interface org.hibernate.Query
Return the Hibernate types of the query result set.
getRevision() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
Get the date, at which a revision was created.
getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getRevisionDate() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getRevisionDate(Number) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getRevisionDateQuery(Session, Number) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
getRevisionEndFieldName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionEndTimestampFieldName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionFieldName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionInfoEntityName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionInfoNumberReader() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getRevisionInfoQueryCreator() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getRevisionListenerClass() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
getRevisionNumber(Object) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoNumberReader
 
getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
getRevisionNumberForDate(Date) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getRevisionNumberForDateQuery(Session, Date) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
getRevisionNumberPath() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionPropPath(String) - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisions(Class<?>, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified.
getRevisions(Class<?>, String, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified, looking by entityName.
getRevisions(Class<?>, Object) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getRevisions(Class<?>, String, Object) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getRevisionsQuery(Session, Set<Number>) - Method in class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
getRevisionType() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
getRevisionType() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
getRevisionTypePath() - Method in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getRevisionTypePropName() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRevisionTypePropType() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
getRHSAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRHSColumnNames(AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.engine.internal.JoinHelper
Get the columns of the associated table which are to be used in the join
getRHSUniqueKeyName() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.AnyType
 
getRHSUniqueKeyPropertyName() - Method in interface org.hibernate.type.AssociationType
The name of a unique property of the associated entity that provides the join key (null if the identifier of an entity, or key of a collection)
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.CollectionType
 
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.EntityType
 
getRightHandOperand() - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
Get the right-hand operand.
getRightHandOperand() - Method in interface org.hibernate.ejb.criteria.expression.BinaryOperatorExpression
Get the right-hand operand.
getRightHandOperand() - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
 
getRightHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
Retrieves the right-hand operand of the operator.
getRightHandOperand() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
Retrieves the right-hand operand of the operator.
getRightHandOperand() - Method in interface org.hibernate.hql.internal.ast.tree.BinaryOperatorNode
Retrieves the right-hand operand of the operator.
getRole() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getRole() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current role name
getRole() - Method in class org.hibernate.engine.profile.Association
 
getRole() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getRole() - Method in class org.hibernate.engine.spi.CollectionKey
 
getRole() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'role'.
getRole() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Gets the value of the role property.
getRole() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
Gets the value of the role property.
getRole() - Method in class org.hibernate.mapping.Collection
 
getRole() - Method in interface org.hibernate.metadata.CollectionMetadata
The name of this collection role
getRole() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
getRole() - Method in interface org.hibernate.metamodel.domain.PluralAttribute
 
getRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the name of this collection role (the fully qualified class name, extended by a "property path")
getRole() - Method in class org.hibernate.type.CollectionType
 
getRoleBaseName() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getRoleBaseName() - Method in interface org.hibernate.metamodel.domain.AttributeContainer
Obtain the name of this container in terms of creating attribute role names.
getRoleBaseName() - Method in class org.hibernate.metamodel.domain.Component
 
getRoleName() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
getRoleName
getRoleName() - Method in class org.hibernate.mapping.Component
 
getRollbackOnly() - Method in class org.hibernate.ejb.TransactionImpl
 
getRoot() - Method in class org.hibernate.internal.jaxb.JaxbRoot
Obtain the root JAXB bound object
getRootClass() - Method in class org.hibernate.mapping.PersistentClass
 
getRootClass() - Method in class org.hibernate.mapping.RootClass
 
getRootClass() - Method in class org.hibernate.mapping.Subclass
 
getRootCriteria() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getRootEntityBinding() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getRootEntityBinding(String) - Method in interface org.hibernate.metamodel.Metadata
Get the "root" entity binding
getRootEntityBinding(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getRootEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an object that identifies the space in which identifiers of this entity hierarchy are unique.
getRootEntitySource() - Method in class org.hibernate.metamodel.source.annotations.EntityHierarchyImpl
 
getRootEntitySource() - Method in interface org.hibernate.metamodel.source.binder.EntityHierarchy
Obtain the hierarchy's root entity.
getRootEntitySource() - Method in class org.hibernate.metamodel.source.hbm.EntityHierarchyImpl
 
getRootName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getRootParameters() - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
getRootParameters() - Method in class org.hibernate.envers.tools.query.UpdateBuilder
 
getRoots() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getRoots() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
getRoots() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
getRootSQLALias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getRootTable() - Method in class org.hibernate.mapping.PersistentClass
 
getRootTable() - Method in class org.hibernate.mapping.RootClass
 
getRootTable() - Method in class org.hibernate.mapping.Subclass
 
getRootTableAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getRootTableAlias(String) - Method in interface org.hibernate.persister.entity.Lockable
Get the SQL alias this persister would use for the root table given the passed driving alias.
getRootTableIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Lockable
Get the names of columns on the root table used to persist the identifier.
getRootTableKeyColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
The names of the primary key columns in the root table.
getRootTableKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getRootTableName() - Method in interface org.hibernate.persister.entity.Lockable
Locks are always applied to the "root table".
getRowId() - Method in class org.hibernate.engine.spi.EntityEntry
 
getRowid() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the rowid property.
getRowId() - Method in class org.hibernate.mapping.Table
 
getRowId() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getRowId() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getRowId() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getRowId() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the row-id name for this entity
getRowId() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getRowIdAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
The result set column alias for the Oracle row id
getRowIdAlias() - Method in interface org.hibernate.loader.EntityAliases
The result set column alias for the Oracle row id
getRowNumber() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Get the current location in the result set.
getRowNumber() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
getRowNumber() - Method in interface org.hibernate.ScrollableResults
Get the current location in the result set.
getRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
getRowSelection() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
getScalarColumnIndex() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getScalarColumnIndex() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Gets index of the select expression in the projection list.
getScale() - Method in class org.hibernate.cfg.Ejb3Column
 
getScale() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the scale property.
getScale() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the scale property.
getScale() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the scale property.
getScale() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.mapping.Column
 
getScale() - Method in class org.hibernate.metamodel.relational.Size
 
getScale() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
getSchema() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getSchema(String, Table) - Method in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
getSchema() - Method in class org.hibernate.envers.configuration.metadata.AuditTableData
 
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the schema property.
getSchema() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.mapping.Table
 
getSchema(Identifier, Identifier) - Method in class org.hibernate.metamodel.relational.Database
 
getSchema(String, String) - Method in class org.hibernate.metamodel.relational.Database
 
getSchema() - Method in class org.hibernate.metamodel.relational.InLineView
 
getSchema() - Method in class org.hibernate.metamodel.relational.ObjectName
 
getSchema() - Method in class org.hibernate.metamodel.relational.Schema.Name
 
getSchema() - Method in class org.hibernate.metamodel.relational.Sequence
 
getSchema() - Method in class org.hibernate.metamodel.relational.Table
 
getSchema() - Method in interface org.hibernate.metamodel.relational.TableSpecification
Obtain a reference to the schema to which this table specification belongs.
getSchema() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
getSchema() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getSchemaName() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getSchemaName() - Method in interface org.hibernate.cfg.Mappings
Returns the currently bound default schema name.
getSchemaName() - Method in class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
getSchemaName() - Method in interface org.hibernate.metamodel.source.MappingDefaults
Identifies the default database schema name to use if none specified in the mapping.
getScope() - Method in class org.hibernate.LockOptions
Retrieve the current lock scope setting.
getScope() - Method in interface org.hibernate.Session.LockRequest
Check if locking is cascaded to owned collections and relationships.
getScript() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateScript
 
getScrollMode() - Method in class org.hibernate.engine.spi.QueryParameters
 
getSearchability() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getSecond() - Method in class org.hibernate.envers.tools.Pair
 
getSecond() - Method in class org.hibernate.envers.tools.Triple
 
getSecondaryExpression() - Method in class org.hibernate.ejb.criteria.expression.NullifExpression
 
getSecondaryTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the secondaryTable property.
getSecondaryTableDictionary() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
getSecondaryTableName() - Method in class org.hibernate.cfg.Ejb3Column
 
getSecondaryTables() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getSecondaryTables() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getSecondaryTables() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the secondary tables for this entity
getSecondaryTables() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getSecondaryTableSources() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getSecondLevelCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Is the second-level cache enabled?
getSecondLevelCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSecondLevelCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections successfully retrieved from the cache
getSecondLevelCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSecondLevelCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections not found in the cache and loaded from the database.
getSecondLevelCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSecondLevelCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections put in the cache
getSecondLevelCacheRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Get second level cache region by its name.
getSecondLevelCacheRegion(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a named second-level cache region
getSecondLevelCacheRegion(String) - Method in class org.hibernate.internal.CacheImpl
 
getSecondLevelCacheRegion(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSecondLevelCacheRegionNames() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSecondLevelCacheRegionNames() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Get all second-level cache region names
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
Get all second-level cache region names
getSecondLevelCacheStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSecondLevelCacheStatistics(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Second level cache statistics per region
getSecondLevelCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
Second level cache statistics per region
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, Mappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, Mappings) - Method in class org.hibernate.cfg.annotations.ListBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, Mappings) - Method in class org.hibernate.cfg.annotations.MapBinder
 
getSecurity() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
Gets the value of the security property.
getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store the segment to which each row belongs.
getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The value in segment column which corresponding to this generator instance.
getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
The size of the segment column in the underlying table.
getSelect() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSelect() - Method in class org.hibernate.metamodel.relational.InLineView
 
getSelectByUniqueKeyString(String) - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get a SQL select string that performs a select based on a unique key determined by the given property name).
getSelectByUniqueKeyString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSelectClause() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getSelectClause() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
Retreive this insert statement's select-clause.
getSelectClause() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
Locate the select clause that is part of this select statement.
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Dialect
Given a Types type code, determine an appropriate null value to use in a select clause.
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.HSQLDialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.OracleDialect
Deprecated.  
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
Workaround for postgres bug #1453
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.TeradataDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.Dialect
Get the command used to select a GUID from the underlying database.
getSelectGUIDString() - Method in class org.hibernate.dialect.IngresDialect
Expression for created UUID string
getSelectGUIDString() - Method in class org.hibernate.dialect.MySQLDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getSelectGUIDString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getSelection() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
getSelection() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
 
getSelection() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
getSelection() - Method in class org.hibernate.internal.AbstractQueryImpl
 
getSelectName() - Method in class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
Generate the select expression fragment that will retrieve the next value of a sequence as part of another (typically DML) statement.
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getSelectSQL() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
getSelectSQL() - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Get the SQL statement to be used to retrieve generated key values.
getSelectSQL() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
getSelectType() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getSemiResolvedType(SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
As part of 2-phase loading, when we perform resolving what is the resolved type for this type? Generally speaking the type and its semi-resolved type will be the same.
getSequence() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getSequenceGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the sequenceGenerator property.
getSequenceName() - Method in class org.hibernate.id.SequenceGenerator
 
getSequenceName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Gets the value of the sequenceName property.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
getSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
Generate the appropriate select statement to to retrieve the next value of a sequence.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
The syntax that fetches the next value of a sequence, if sequences are supported.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
The syntax used to get the next value of a sequence in Mimer SQL
getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiPersistenceProviderService
 
getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiSessionFactoryService
 
getService(Class<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
getService(Class<R>) - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
getService() - Method in class org.hibernate.service.internal.ProvidedService
 
getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
getService() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceImpls(Class<T>, BundleContext) - Static method in class org.hibernate.osgi.util.OsgiServiceUtil
 
getServiceInitiated() - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.spi.CacheInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.transaction.internal.TransactionFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.config.internal.ConfigurationServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.jdbc.dialect.internal.DialectFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.jdbc.dialect.internal.DialectResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.jmx.internal.JmxServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.jndi.internal.JndiServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.jta.platform.internal.JtaPlatformInitiator
 
getServiceInitiated() - Method in interface org.hibernate.service.spi.ServiceInitiator
Obtains the service role initiated by this initiator.
getServiceInitiated() - Method in class org.hibernate.stat.internal.StatisticsInitiator
 
getServiceInitiated() - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
getServiceInitiator() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRegistry() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the ServiceRegistry specific to the SessionFactory being built.
getServiceRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getServiceRegistry() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getServiceRegistry() - Method in class org.hibernate.metamodel.MetadataSources
 
getServiceRegistry() - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
getServiceRegistry() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
getServiceRegistry() - Method in interface org.hibernate.metamodel.source.BindingContext
 
getServiceRegistry() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getServiceRegistry() - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
getServiceRole() - Method in class org.hibernate.service.internal.ProvidedService
 
getServiceRole() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRole() - Method in exception org.hibernate.service.UnknownServiceException
 
getSession() - Method in class org.hibernate.action.internal.CollectionAction
 
getSession() - Method in class org.hibernate.action.internal.EntityAction
originating session accessor
getSession() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
getSession() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Get the current session
getSession() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
return a Session
getSession() - Method in class org.hibernate.ejb.EntityManagerImpl
 
getSession() - Method in interface org.hibernate.ejb.HibernateEntityManager
Retrieve a reference to the Hibernate Session used by this EntityManager.
getSession() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getSession() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the session to which this persistence context is bound.
getSession() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getSession() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
 
getSession() - Method in class org.hibernate.event.spi.AbstractEvent
Returns the session event source for this event.
getSession() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getSession() - Method in class org.hibernate.internal.CriteriaImpl
 
getSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getSession() - Method in interface org.hibernate.proxy.LazyInitializer
Get the session to which this proxy is associated, or null if it is not attached.
getSessionCloseCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getSessionCloseCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getSessionCloseCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getSessionCloseCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSessionCloseCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions closed
getSessionFactory() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the SessionFactory being built to trigger this BV activation
getSessionFactory() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
getSessionFactory() - Method in interface org.hibernate.ejb.HibernateEntityManagerFactory
 
getSessionFactory() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getSessionFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getSessionFactory() - Method in interface org.hibernate.engine.transaction.spi.TransactionEnvironment
Retrieve the session factory for this environment.
getSessionFactory() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
Gets the value of the sessionFactory property.
getSessionFactory(String) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
getSessionFactory() - Method in class org.hibernate.internal.SessionImpl
 
getSessionFactory() - Method in class org.hibernate.internal.TransactionEnvironmentImpl
 
getSessionFactory() - Method in interface org.hibernate.Session
Get the session factory which created this session.
getSessionFactory() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the session factory for this context.
getSessionFactory() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSessionFactoryBuilder() - Method in interface org.hibernate.metamodel.Metadata
 
getSessionFactoryBuilder() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getSessionFactoryHelper() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getSessionFactoryHelper() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getSessionFactoryName() - Method in class org.hibernate.cfg.Settings
 
getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
 
getSessionFactoryOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSessionFactoryOptions() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
getSessionFactoryOptions() - Method in interface org.hibernate.SessionFactory
 
getSessionIdentifier() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getSessionImplementor() - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
getSessionImplementor() - Method in interface org.hibernate.envers.reader.AuditReaderImplementor
 
getSessionOpenCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getSessionOpenCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getSessionOpenCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getSessionOpenCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSessionOpenCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions opened
getSet(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getSet(String, Class<E>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getSetClause() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getSetter(Class, PropertyData) - Static method in class org.hibernate.envers.tools.reflection.ReflectionTools
 
getSetter(Class) - Method in class org.hibernate.mapping.Property
 
getSetter(Class, String) - Method in class org.hibernate.property.BackrefPropertyAccessor
Create a "setter" for the named attribute
getSetter(Class, String) - Method in class org.hibernate.property.BasicPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.ChainedPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.DirectPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.EmbeddedPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.IndexPropertyAccessor
 
getSetter(Class, String) - Method in class org.hibernate.property.MapAccessor
Create a "setter" for the named attribute
getSetter(Class, String) - Method in class org.hibernate.property.NoopAccessor
Create a "setter" for the named attribute
getSetter(Class, String) - Method in interface org.hibernate.property.PropertyAccessor
Create a "setter" for the named attribute
getSetters() - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Returns the getter names of the properties.
getSetting(String, ConfigurationService.Converter<T>) - Method in class org.hibernate.service.config.internal.ConfigurationServiceImpl
 
getSetting(String, ConfigurationService.Converter<T>, T) - Method in class org.hibernate.service.config.internal.ConfigurationServiceImpl
 
getSetting(String, Class<T>, T) - Method in class org.hibernate.service.config.internal.ConfigurationServiceImpl
 
getSetting(String, ConfigurationService.Converter<T>) - Method in interface org.hibernate.service.config.spi.ConfigurationService
 
getSetting(String, ConfigurationService.Converter<T>, T) - Method in interface org.hibernate.service.config.spi.ConfigurationService
 
getSetting(String, Class<T>, T) - Method in interface org.hibernate.service.config.spi.ConfigurationService
 
getSettings() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Return the hibernate settings
getSettings() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSettings() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSettings() - Method in class org.hibernate.service.config.internal.ConfigurationServiceImpl
 
getSettings() - Method in interface org.hibernate.service.config.spi.ConfigurationService
 
getSharedCacheMode() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getSharedCacheMode() - Method in interface org.hibernate.metamodel.Metadata.Options
 
getShort(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getShort(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a short
getShortName() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
getShortName() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
getShortName
getShortName() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getShortName
getShowSqlEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getShowSqlEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Is SQL logging enabled?
getSignatureType(Member) - Static method in class org.hibernate.ejb.metamodel.AttributeFactory
 
getSimpleAttributes() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getSimpleValue() - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
 
getSimpleValueBinder() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
getSimpleValueBindings() - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
getSimpleValueBindings() - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
 
getSimpleValueSpan() - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
getSimpleValueSpan() - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
Returns the number of SimpleValueBinding objects that will be returned by SingularAttributeBinding.getSimpleValueBindings()
getSingleAnnotation(ClassInfo, DotName) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
 
getSingleAnnotation(Map<DotName, List<AnnotationInstance>>, DotName) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
 
getSingleResult() - Method in class org.hibernate.ejb.QueryImpl
getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
 
getSingleResult() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
getSingularAttribute(String) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getSingularAttributes() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
getSingularAttributeType() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
getSingularAttributeType() - Method in interface org.hibernate.metamodel.domain.SingularAttribute
Retrieve the attribute type descriptor.
getSize() - Method in class org.hibernate.metamodel.relational.Column
 
getSize() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getSize() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getSize() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain the specified column size.
getSize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSize(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getSizeInMemory() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
The number of bytes is this cache region currently consuming in memory.
getSizeInMemory() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Not supported.
getSizeInMemory() - Method in interface org.hibernate.cache.spi.Region
The number of bytes is this cache region currently consuming in memory.
getSizeInMemory() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
getSizeInMemory() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
getSizeInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
 
getSizeInMemory() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
 
getSnapshot() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Get the current snapshot from the session
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentList
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentMap
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentSet
 
getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Return a new snapshot of the current state of the collection
getSnapshot(PersistentCollection) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshot() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getSnapshot(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentList
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentMap
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.internal.PersistentSet
 
getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot value of the given collection entry
getSort() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the sort property.
getSort() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the sort property.
getSortKey() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
Locate the specified SortKey.
getSource() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Deprecated. Use AbstractEvent.getSession() instead
getSource() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the source property.
getSource() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetch profile source.
getSourceColumn() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
Retrieves the column number (within the ExplicitParameterSpecification.getSourceLine()) where this parameter occurs.
getSourceColumn() - Method in interface org.hibernate.param.ExplicitParameterSpecification
Retrieves the column number (within the ExplicitParameterSpecification.getSourceLine()) where this parameter occurs.
getSourceColumns() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getSourceLine() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
Retrieves the line number on which this parameter occurs in the source query.
getSourceLine() - Method in interface org.hibernate.param.ExplicitParameterSpecification
Retrieves the line number on which this parameter occurs in the source query.
getSourceLocation() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getSourceLocations() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getSourceQuery() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getSourceQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
getSourceQuery() - Method in class org.hibernate.engine.query.spi.QueryMetadata
Get the source HQL or native-SQL query.
getSourceTable() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getSpecifiedFlushMode() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getSpecifiedMaxResults() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getSQL() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
getSQL() - Method in exception org.hibernate.JDBCException
Get the actual SQL statement that caused the exception (may be null)
getSQL() - Method in interface org.hibernate.loader.custom.CustomQuery
The SQL query string to be performed.
getSQL() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getSql() - Method in class org.hibernate.metamodel.binding.CustomSQL
 
getSQLAlias(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the root table alias of an entity
getSQLAlias(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the root table alias of an entity, taking into account the qualifier of the property path
getSQLAlias(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSQLAlias(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSQLAliasCount() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getSqlAliasSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getSqlAssignmentFragment() - Method in class org.hibernate.hql.internal.ast.tree.AssignmentSpecification
 
getSqlAST() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
getSqlDelete() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the sqlDelete property.
getSqlDelete() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSqlDeleteAll() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSQLDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
getSQLException() - Method in exception org.hibernate.JDBCException
Get the underlying SQLException.
getSqlExceptionConverter() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Access the current exception converter being used internally.
getSQLExceptionConverter() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
getSQLExceptionConverter() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSQLExceptionConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for dealing with exceptions.
getSQLExceptionHelper() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieves the SqlExceptionHelper in effect for this SessionFactory.
getSQLExceptionHelper() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSQLExceptionHelper() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlFragment() - Method in interface org.hibernate.hql.internal.ast.TypeDiscriminatorMetadata
Get the sql fragment that is used to determine the actual discriminator value for a row.
getSqlFragment(String) - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
Get the sql fragment that is used to determine the actual discriminator value for a row.
getSQLFunction() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
getSQLFunction() - Method in interface org.hibernate.hql.internal.ast.tree.FunctionNode
 
getSQLFunction() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
getSqlFunctionRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSqlFunctionRegistry() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSqlFunctionRegistry() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the SQL function registry/tt> for this context.
getSqlFunctions() - Method in class org.hibernate.cfg.Configuration
 
getSQLIdentityInsertString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
The query that inserts a row, letting the database generate an id
getSqlInsert() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the sqlInsert property.
getSqlInsert() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSQLInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLInsertStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazyUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazyUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlLocations() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
getSQLOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the order by SQL
getSQLParameterMetadata(String) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Obtain the parameter metadata for given native-sql query.
getSQLQuery(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getSQLQuery(String) - Method in interface org.hibernate.cfg.Mappings
Get named SQL query metadata.
getSqlResultSetMapping() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMapping() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMappings() - Method in class org.hibernate.cfg.Configuration
 
getSQLSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLState() - Method in exception org.hibernate.JDBCException
Get the SQLState of the underlying SQLException.
getSqlStatementLogger() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getSqlStatementLogger() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for logging SQL statements.
getSqlStatements() - Method in class org.hibernate.hql.internal.ast.exec.BasicExecutor
 
getSqlStatements() - Method in class org.hibernate.hql.internal.ast.exec.MultiTableDeleteExecutor
 
getSqlStatements() - Method in class org.hibernate.hql.internal.ast.exec.MultiTableUpdateExecutor
 
getSqlStatements() - Method in interface org.hibernate.hql.internal.ast.exec.StatementExecutor
 
getSqlStatements() - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy.DeleteHandler
 
getSqlStatements() - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy.UpdateHandler
 
getSqlStatements() - Method in class org.hibernate.hql.spi.TableBasedDeleteHandlerImpl
 
getSqlStatements() - Method in class org.hibernate.hql.spi.TableBasedUpdateHandlerImpl
 
getSqlStateType() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Retrieve the type of codes the driver says it uses for SQLState.
getSQLString() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
The SQL query string to be called; implemented by all subclasses
getSQLString() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getSQLString() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the SQL string generated by the translator.
getSQLString() - Method in class org.hibernate.loader.custom.CustomLoader
 
getSQLString() - Method in class org.hibernate.loader.hql.QueryLoader
The SQL query string to be called.
getSQLString() - Method in class org.hibernate.loader.JoinWalker
 
getSQLString() - Method in class org.hibernate.loader.Loader
The SQL query string to be called; implemented by all subclasses
getSQLString() - Method in class org.hibernate.loader.OuterJoinLoader
 
getSqlStrings() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getSqlType() - Method in class org.hibernate.cfg.Ejb3Column
 
getSqlType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the sqlType property.
getSqlType(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.metamodel.relational.Column
 
getSqlType() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getSqlType() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getSqlType() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Obtain the free-hand definition of the column's type.
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getSqlType() - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Return the JDBC type-code for the column mapped by this type.
getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode() - Method in class org.hibernate.mapping.Column
Returns the underlying columns sqltypecode.
getSqlTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.Dialect
Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code.
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code.
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SQLServerDialect
Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code.
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseDialect
 
getSqlUpdate() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSQLUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLWhereString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLWhereString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getStart() - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
getStart() - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
getStartTime() - Method in class org.hibernate.envers.tools.graph.Vertex
 
getStartTime() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getStartTime() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getStartTime() - Method in interface org.hibernate.stat.Statistics
 
getState() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Returns the entity state.
getState() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
 
getState() - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
getState() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getState() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getState() - Method in class org.hibernate.event.spi.PreInsertEvent
Getter for property 'state'.
getState() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getState() - Method in class org.hibernate.event.spi.PreUpdateEvent
Retrieves the state to be used in the update.
getStatement() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
 
getStatementList() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
getStatementPreparer() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the statement preparer associated with this JDBC coordinator.
getStatements() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Access to the batch's map of statements (keyed by SQL statement string).
getStatementType() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
 
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getStatementType() - Method in interface org.hibernate.hql.internal.ast.tree.Statement
Return the main token type representing the type of this statement.
getStatementType() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getStatistics() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getStatistics() - Method in class org.hibernate.internal.SessionImpl
 
getStatistics() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
getStatistics() - Method in interface org.hibernate.Session
Get the statistics for this session.
getStatistics() - Method in interface org.hibernate.SessionFactory
Retrieve the statistics fopr this factory.
getStatisticsImplementor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Statistics SPI
getStatisticsImplementor() - Method in interface org.hibernate.engine.transaction.spi.TransactionEnvironment
Get access to the statistics collector
getStatisticsImplementor() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getStatisticsImplementor() - Method in class org.hibernate.internal.TransactionEnvironmentImpl
 
getStatus() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
getStatus() - Method in class org.hibernate.engine.spi.EntityEntry
 
getStatus(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Extract the status code from a UserTransaction
getStatus(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Extract the status code from the current Transaction associated with the given TransactionManager
getStatus() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
getStatus() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
getStore() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
getStore() - Method in class org.hibernate.envers.entities.PropertyData
 
getStoredSnapshot() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
getStoredSnapshot() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot cached by the collection instance
getStrategies() - Method in interface org.hibernate.ejb.cfg.spi.IdentifierGeneratorStrategyProvider
set of strategy / generator class pairs to register as accepted strategies
getStrategy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.metamodel.binding.IdGenerator
 
getStream() - Method in class org.hibernate.ejb.packaging.Filter
 
getStream() - Method in class org.hibernate.ejb.packaging.NamedInputStream
 
getStreamsForBinaryEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getString() - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
getString(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getString(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String
getString(String, Map, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String
getString(String, Map, String, String...) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String.
getString(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a string
getString1() - Method in class org.hibernate.ejb.criteria.expression.ConcatExpression
 
getString2() - Method in class org.hibernate.ejb.criteria.expression.ConcatExpression
 
getStringBuilder() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
getStringValue(String, String) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
getStringValue() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getStringValue() - Method in class org.hibernate.tuple.ElementWrapper
 
getStyle() - Method in class org.hibernate.engine.profile.Fetch
 
getStyle() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
Gets the value of the style property.
getStyle() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getStyle() - Method in class org.hibernate.metamodel.binding.FetchProfile.Fetch
 
getSubclass() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Hibernate stores all entries pertaining to a given entity hierarchy in a single region.
getSubclass() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getSubclass() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the subclass property.
getSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the subclass property.
getSubclassClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassColumnAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Retrieves the defined entity-names for any subclasses defined for this entity.
getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
A request has already identified the entity-name of this persister as the mapping for the given instance.
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in interface org.hibernate.persister.entity.Loadable
Get the concrete subclass corresponding to the given discriminator value
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassFormulaAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassId() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassId() - Method in class org.hibernate.mapping.RootClass
 
getSubclassId() - Method in class org.hibernate.mapping.Subclass
 
getSubclassIterator() - Method in class org.hibernate.mapping.PersistentClass
Iterate over subclasses in a special 'order', most derived subclasses first.
getSubclassJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the column names used to persist the numbered property of the class or a subclass.
getSubclassPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in interface org.hibernate.persister.entity.Queryable
Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses...
getSubclassPropertyFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyFormulaTemplateClosure() - Method in interface org.hibernate.persister.entity.Queryable
 
getSubclassPropertyName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the name of the numbered property of the class or a subclass.
getSubclassPropertyNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertySubclassNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the table name used to persist the numbered property of the class or a subclass.
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses of the class, this method may return the wrong table number for the duplicated subclass property (note that SingleTableEntityPersister defines an overloaded form which takes the entity name.
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in interface org.hibernate.persister.entity.Queryable
Given a property name, determine the number of the table which contains the column to which this property is mapped.
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyType(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the type of the numbered property of the class or a subclass.
getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableName(int) - Method in interface org.hibernate.persister.entity.Queryable
Get the name of the table with the given index from the internal array.
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubEntityAttributeBindingClosure() - Method in class org.hibernate.metamodel.binding.EntityBinding
Gets the attribute bindings for this EntityBinding and all of its sub-EntityBinding, starting from the root of the hierarchy; includes the identifier and attribute bindings defined as part of a join.
getSubEntityBindingClosureSpan() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getSubqueries() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
getSubquery() - Method in class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
 
getSubquery() - Method in class org.hibernate.ejb.criteria.predicate.ExistsPredicate
 
getSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Retrieve the fetch descriptor associated with the given entity key.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the subselect property.
getSubselect() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSubselect() - Method in class org.hibernate.mapping.Table
 
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSubString(long, int) - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getSubtypes() - Method in class org.hibernate.type.AnyType
 
getSubtypes() - Method in class org.hibernate.type.ComponentType
 
getSubtypes() - Method in class org.hibernate.type.CompositeCustomType
 
getSubtypes() - Method in interface org.hibernate.type.CompositeType
Get the types of the component properties
getSuccessfulTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getSuccessfulTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getSuccessfulTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getSuccessfulTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getSuccessfulTransactionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have been successful
getSuffix() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffix used to unique the column aliases for this particular alias set.
getSuffix() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffix used to unique the column aliases for this particular alias set.
getSuffix() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffix used to unique the column aliases for this particular alias set.
getSuffixedDiscriminatorAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
The result set column aliases for the discriminator columns
getSuffixedDiscriminatorAlias() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the discriminator columns
getSuffixedElementAliases() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
getSuffixedElementAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
getSuffixedElementAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
getSuffixedIdentifierAlias() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
getSuffixedIndexAliases() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
getSuffixedIndexAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
getSuffixedIndexAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
getSuffixedKeyAliases() - Method in interface org.hibernate.loader.CollectionAliases
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).
getSuffixedKeyAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).
getSuffixedKeyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
The result set column aliases for the primary key columns
getSuffixedKeyAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the primary key columns
getSuffixedKeyAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).
getSuffixedPropertyAliases(Loadable) - Method in class org.hibernate.loader.DefaultEntityAliases
The result set column aliases for the property columns of a subclass
getSuffixedPropertyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
The result set column aliases for the property columns
getSuffixedPropertyAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the property columns
getSuffixedPropertyAliases(Loadable) - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the property columns of a subclass
getSuffixedVersionAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
The result set column aliases for the version columns
getSuffixedVersionAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the version columns
getSuffixes() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
getSuffixes() - Method in class org.hibernate.loader.BasicLoader
 
getSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
 
getSuffixes() - Method in class org.hibernate.loader.JoinWalker
 
getSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
 
getSuperclass() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperclass() - Method in class org.hibernate.mapping.RootClass
 
getSuperclass() - Method in class org.hibernate.mapping.Subclass
 
getSuperclass() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSuperclassInheritanceState(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
 
getSuperEntityBinding() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @Entity
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperPersistentClass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the PersistentClass of the first superclass marked as @Entity or null if none exists
getSupertype() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
getSupertype() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
 
getSuperType() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
getSuperType() - Method in interface org.hibernate.metamodel.domain.Hierarchical
Retrieve the super type.
getSupportedHints() - Method in class org.hibernate.ejb.AbstractQueryImpl
 
getSynchronizationCallbackCoordinator() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
getSynchronizationCallbackCoordinator() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
getSynchronizationRegistry() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
getSynchronizationRegistry() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Obtain the Synchronization registry associated with this coordinator.
getSynchronizationRegistry() - Method in interface org.hibernate.service.jta.platform.internal.SynchronizationRegistryAccess
Obtain the synchronization registry
getSynchronizationStrategy() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
getSynchronizationStrategy() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
getSynchronize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the synchronize property.
getSynchronize() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getSynchronizedTableNames() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getSynchronizedTableNames() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getSynchronizedTableNames() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
getSynchronizedTableNames() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain any additional table names on which to synchronize (auto flushing) this entity.
getSynchronizedTableNames() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
getSynchronizedTables() - Method in class org.hibernate.mapping.Collection
 
getSynchronizedTables() - Method in class org.hibernate.mapping.PersistentClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.RootClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.Subclass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.UnionSubclass
 
getSyncManager() - Method in class org.hibernate.envers.configuration.AuditConfiguration
 
getTable() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getTable(String, String, String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getTable() - Method in class org.hibernate.cfg.Ejb3Column
Find appropriate table of the column.
getTable(String, String, String) - Method in interface org.hibernate.cfg.Mappings
Returns the named table metadata.
getTable() - Method in interface org.hibernate.cfg.PropertyHolder
 
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSynchronizeElement
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the table property.
getTable() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the table property.
getTable() - Method in class org.hibernate.mapping.Collection
 
getTable() - Method in class org.hibernate.mapping.Constraint
 
getTable() - Method in class org.hibernate.mapping.Index
 
getTable() - Method in class org.hibernate.mapping.Join
 
getTable() - Method in class org.hibernate.mapping.JoinedSubclass
 
getTable() - Method in class org.hibernate.mapping.OneToMany
Table of the owner entity (the "one" side)
getTable() - Method in class org.hibernate.mapping.PersistentClass
 
getTable() - Method in class org.hibernate.mapping.RootClass
 
getTable() - Method in class org.hibernate.mapping.SimpleValue
 
getTable() - Method in class org.hibernate.mapping.Subclass
 
getTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getTable() - Method in interface org.hibernate.mapping.Value
 
getTable() - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
getTable() - Method in class org.hibernate.metamodel.relational.AbstractSimpleValue
 
getTable() - Method in class org.hibernate.metamodel.relational.CheckConstraint
Obtain the table to which this constraint applies.
getTable() - Method in interface org.hibernate.metamodel.relational.Constraint
Obtain the table to which this constraint applies.
getTable() - Method in class org.hibernate.metamodel.relational.Tuple
 
getTable() - Method in interface org.hibernate.metamodel.relational.Value
Retrieve the table that owns this value.
getTable() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
getTable() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
Getter for property 'tableAccessCount'.
getTableAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getTableAliasForColumn(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableAliasForColumn(String, String) - Method in interface org.hibernate.persister.entity.Loadable
Given a column name and the root table alias in use for the entity hierarchy, determine the proper table alias for the table in that hierarchy that contains said column.
getTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getTableClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getTableClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getTableComment(String) - Method in class org.hibernate.dialect.Dialect
 
getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getTableGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the tableGenerator property.
getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableMappings() - Method in class org.hibernate.cfg.Configuration
Iterate the table mappings
getTableMappings() - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
getTableMetadata(String, String, String, boolean) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
getTableName() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the table in which we store this generator's persistent state.
getTableName() - Method in class org.hibernate.metamodel.relational.Table
 
getTableName() - Method in interface org.hibernate.metamodel.source.binder.ConstraintSource
Obtain the logical name of the table for this constraint.
getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableName() - Method in interface org.hibernate.persister.entity.Joinable
The table to join to.
getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.sql.Update
 
getTableNumber() - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
getTableNumber() - Method in interface org.hibernate.metamodel.relational.TableSpecification
Get the table number.
getTables() - Method in class org.hibernate.metamodel.relational.Schema
 
getTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableTypeString() - Method in class org.hibernate.dialect.Dialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getTableUniqueConstraints() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
getTableUniqueConstraints() - Method in interface org.hibernate.cfg.Mappings
Deprecated. Use Mappings.getUniqueConstraintHoldersByTable() instead
getTableUpdateNeeded(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Decide which tables need to be updated.
getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'target'.
getTargetClass() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the targetClass property.
getTargetClassIfProxied(Class<T>) - Static method in class org.hibernate.envers.tools.Tools
 
getTargetColumns() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getTargetedQueryable() - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy.DeleteHandler
 
getTargetedQueryable() - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy.UpdateHandler
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.TableBasedDeleteHandlerImpl
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.TableBasedUpdateHandlerImpl
 
getTargetEntity(PropertyData, Mappings) - Static method in class org.hibernate.cfg.ToOneBinder
 
getTargetEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the targetEntity property.
getTargetFromProxy(SessionFactoryImplementor, HibernateProxy) - Static method in class org.hibernate.envers.tools.Tools
 
getTargetTable() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getTemplate() - Method in class org.hibernate.dialect.function.TemplateRenderer
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Column
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Formula
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
 
getTemplateFromColumn(Column, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemplateFromString(String, SessionFactoryImplementor) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemporal() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Gets the value of the temporal property.
getTemporaryIdTableDDL() - Method in class org.hibernate.mapping.PersistentClass
 
getTemporaryIdTableDDL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemporaryIdTableDDL() - Method in interface org.hibernate.persister.entity.Queryable
Get the appropriate DDL command for generating the temporary table to be used to (potentially) store id values when performing bulk update/deletes.
getTemporaryIdTableName() - Method in class org.hibernate.mapping.PersistentClass
 
getTemporaryIdTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemporaryIdTableName() - Method in interface org.hibernate.persister.entity.Queryable
Get the name of the temporary table to be used to (potentially) store id values when performing bulk update/deletes.
getTenantId() - Method in class org.hibernate.cache.spi.CacheKey
 
getTenantId() - Method in class org.hibernate.cache.spi.NaturalIdCacheKey
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTenantIdentifier() - Method in interface org.hibernate.engine.spi.SessionImplementor
Match te method on Session and StatelessSession
getTenantIdentifier() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getTenantIdentifier() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getTenantIdentifier() - Method in interface org.hibernate.SharedSessionContract
Obtain the tenant identifier associated with this session.
Getter - Interface in org.hibernate.property
Gets values of a particular property
getTerracottaHibernateCacheRegionNames() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getTerracottaHibernateCacheRegionNames() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
getters - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
getters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
gettersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
getTestClassMetadata() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getTestInstance() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getText(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getText(Dialect) - Method in class org.hibernate.mapping.Column
 
getText() - Method in class org.hibernate.mapping.Column
 
getText(Dialect) - Method in class org.hibernate.mapping.Formula
 
getText() - Method in class org.hibernate.mapping.Formula
 
getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
 
getText() - Method in interface org.hibernate.mapping.Selectable
 
getText() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getText(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read text
getText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Get the intrinsic text of this node.
getText() - Method in class org.hibernate.tuple.ElementWrapper
 
getTextLength() - Method in class org.hibernate.hql.internal.ast.tree.Node
 
getTextTrim() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getTextTrim() - Method in class org.hibernate.tuple.ElementWrapper
 
getThird() - Method in class org.hibernate.envers.tools.Triple
 
getTimeout() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
getTimeout() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getTimeout() - Method in interface org.hibernate.cache.spi.Region
 
getTimeout() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getTimeout() - Method in class org.hibernate.engine.spi.RowSelection
 
getTimeout() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
getTimeout() - Method in class org.hibernate.internal.CriteriaImpl
 
getTimeout() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the timeout property.
getTimeOut() - Method in class org.hibernate.LockOptions
Retrieve the current timeout setting.
getTimeOut() - Method in interface org.hibernate.Session.LockRequest
Get the timeout setting.
getTimeout() - Method in interface org.hibernate.Transaction
Retrieve the transaction timeout set for this transaction.
getTimesAccessed() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
How many times has this structure been accessed through this reference?
getTimesAccessed() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
 
getTimestamp() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTimestamp() - Method in interface org.hibernate.engine.spi.SessionImplementor
System time before the start of the transaction
getTimestamp() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getTimestamp() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getTimestamp() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getTimestamp() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the timestamp property.
getTimestamp() - Method in class org.hibernate.internal.SessionImpl
 
getTimestamp() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getTimestampsPutCache(AdvancedCache) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
getTimestampsPutCache(AdvancedCache) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
getTimeZone(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getTimeZone(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a timezone
getToEntityName() - Method in class org.hibernate.envers.entities.RelationDescription
 
getTokenReplacements() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
getTokenTypeName(int) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Returns the token type name for the given token type.
getTokenTypeName(Class, int) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Intended to retrieve the name of an AST token type based on the token type interface.
getToPropertyNames(String, String, String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
getTransaction() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransaction() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
getTransaction() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Get the Hibernate transaction facade object currently associated with this coordinator.
getTransaction() - Method in class org.hibernate.internal.SessionImpl
 
getTransaction() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getTransaction() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
getTransaction() - Method in interface org.hibernate.SharedSessionContract
Get the Transaction instance associated with this session.
getTransactionContext() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
getTransactionContext() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Retrieves the context in which this coordinator operates.
getTransactionCoordinator() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getTransactionCoordinator() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Retrieve the transaction coordinator associated with this JDBC coordinator.
getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransactionCoordinator() - Method in interface org.hibernate.engine.spi.SessionImplementor
Retrieve access to the session's transaction coordinator.
getTransactionCoordinator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
getTransactionCoordinator() - Method in class org.hibernate.internal.SessionImpl
 
getTransactionCoordinator() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
getTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
getTransactionCount() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
getTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getTransactionCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have completed
getTransactionEnvironment() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Obtain the TransactionEnvironment associated with this context.
getTransactionEnvironment() - Method in class org.hibernate.internal.AbstractSessionImpl
 
getTransactionEnvironment() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getTransactionEnvironment() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getTransactionFactory() - Method in interface org.hibernate.engine.transaction.spi.TransactionEnvironment
Retrieve the transaction factory for this environment.
getTransactionFactory() - Method in class org.hibernate.internal.TransactionEnvironmentImpl
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.service.jta.platform.internal.NoJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.service.jta.platform.internal.TransactionManagerLookupBridge
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in interface org.hibernate.service.jta.platform.spi.JtaPlatform
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionIdentifier(Transaction) - Method in interface org.hibernate.transaction.TransactionManagerLookup
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionManager() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
getTransactionManager() - Method in class org.hibernate.cache.infinispan.tm.HibernateTransactionManagerLookup
 
getTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
getTransactionManager() - Method in interface org.hibernate.service.jta.platform.internal.TransactionManagerAccess
Obtain the transaction manager
getTransactionManager(Properties) - Method in interface org.hibernate.transaction.TransactionManagerLookup
Obtain the JTA TransactionManager.
getTransactionStrategy() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getTransactionStrategy() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. The fully qualified class name of the Hibernate TransactionFactory implementation to use
getTransactionTimeout() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
getTransactionType() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
getTransactionType() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getTransactionType(String) - Static method in class org.hibernate.ejb.packaging.PersistenceXmlLoader
 
getTransformer(ClassFilter, FieldFilter) - Method in class org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl
 
getTransformer(ClassFilter, FieldFilter) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Generate a ClassTransformer capable of performing bytecode manipulation.
getTransient() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the transient property.
getTransient() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
Gets the value of the transient property.
getTransientEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for the transient entity.
getTranslators() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getTrimCharacter() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
getTrimCharacter() - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
getTrimSource() - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
getTrimspec() - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
getTrimSpecification() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
getTrueString() - Method in class org.hibernate.type.CharBooleanType
Deprecated. Pass the true/false values into constructor instead.
getTruthValue() - Method in class org.hibernate.ejb.criteria.predicate.ExplicitTruthValueCheck
 
getTuplizer() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
getTuplizer() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Component
 
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.PersistentClass
 
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Subclass
 
getTuplizerMap() - Method in class org.hibernate.mapping.Component
 
getTuplizerMap() - Method in class org.hibernate.mapping.PersistentClass
 
getTuplizerMap() - Method in class org.hibernate.mapping.Subclass
 
getType() - Method in enum org.hibernate.cfg.AccessType
 
getType() - Method in class org.hibernate.cfg.InheritanceState
 
getType(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the type of a property path, ignoring projection aliases
getType() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the mapping type of this attribute.
getType() - Method in class org.hibernate.dialect.function.StandardSQLFunction
Function static return type accessor.
getType() - Method in exception org.hibernate.DuplicateMappingException
 
getType() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
 
getType() - Method in class org.hibernate.ejb.metamodel.MapMember
 
getType() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
getType() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
getType() - Method in class org.hibernate.engine.spi.TypedValue
 
getType(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
getType() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
Gets the value of the type property.
getType() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
Gets the value of the type property.
getType() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.SingularAttributeSource
 
getType() - Method in class org.hibernate.internal.jaxb.Origin
Retrieve the type of origin.
getType() - Method in interface org.hibernate.internal.util.xml.Origin
Retrieve the type of origin.
getType() - Method in class org.hibernate.internal.util.xml.OriginImpl
Retrieve the type of origin.
getType() - Method in exception org.hibernate.InvalidMappingException
 
getType(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getType() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getType() - Method in class org.hibernate.mapping.Any
 
getType() - Method in class org.hibernate.mapping.Collection
 
getType() - Method in class org.hibernate.mapping.Component
 
getType() - Method in class org.hibernate.mapping.DependantValue
 
getType() - Method in class org.hibernate.mapping.ManyToOne
 
getType() - Method in class org.hibernate.mapping.OneToMany
 
getType() - Method in class org.hibernate.mapping.OneToOne
 
getType() - Method in class org.hibernate.mapping.Property
 
getType() - Method in class org.hibernate.mapping.SimpleValue
 
getType() - Method in class org.hibernate.mapping.ToOne
 
getType() - Method in interface org.hibernate.mapping.Value
 
getType() - Method in exception org.hibernate.MappingNotFoundException
 
getType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getType() - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
getType() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
getType() - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
getType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getType() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getType() - Method in interface org.hibernate.persister.entity.PropertyMapping
Get the type of the thing containing the properties
getType() - Method in interface org.hibernate.persister.entity.SQLLoadable
Get the type
getType(int) - Method in interface org.hibernate.ScrollableResults
Get the type of the ith column of results
getType() - Method in class org.hibernate.tuple.Property
 
getTypeAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.SingularAttributeSource
 
getTypeClass() - Method in class org.hibernate.mapping.TypeDef
 
getTypeClass() - Method in class org.hibernate.metamodel.binding.TypeDef
 
getTypeCode() - Method in class org.hibernate.metamodel.relational.Datatype
 
getTypeCode() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getTypeDef(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getTypeDef(String) - Method in interface org.hibernate.cfg.Mappings
Retrieve a type definition by name.
getTypedef() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the typedef property.
getTypeDefinition(String) - Method in interface org.hibernate.metamodel.Metadata
 
getTypeDefinition(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getTypeDefinitions() - Method in interface org.hibernate.metamodel.Metadata
 
getTypeDefinitions() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getTypeDeterminingAnnotationInstance() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
getTypeDeterminingAnnotationInstance() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolverImpl
 
getTypeDeterminingAnnotationInstance() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.EnumeratedTypeResolver
 
getTypeDeterminingAnnotationInstance() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.LobTypeResolver
 
getTypeDeterminingAnnotationInstance() - Method in class org.hibernate.metamodel.source.annotations.attribute.type.TemporalTypeResolver
 
getTypedIdentifierValue(Criteria, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
 
getTypedIdentifierValue(Criteria, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.Queryable
Retrieve the information needed to properly deal with this entity's discriminator in a query.
getTypedValue(Criteria, String, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the a typed value for the given property value.
getTypedValue(Criteria, String, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the a typed value for the given property value.
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
Return typed values for all parameters in the rendered SQL fragment
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.  
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
getTypeFactory() - Method in class org.hibernate.type.TypeResolver
 
getTypeFromXML(Element) - Static method in class org.hibernate.cfg.HbmBinder
 
getTypeHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTypeHelper() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getTypeHelper() - Method in class org.hibernate.internal.SessionImpl
Convenience access to the TypeHelper associated with this session's SessionFactory.
getTypeHelper() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
getTypeHelper() - Method in interface org.hibernate.Session
Convenience access to the TypeHelper associated with this session's SessionFactory.
getTypeHelper() - Method in interface org.hibernate.SessionFactory
Retrieve this factory's TypeHelper
getTypeIndex() - Method in class org.hibernate.mapping.Column
 
getTypeInformation() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
getTypeInformation() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
getTypeInformation() - Method in interface org.hibernate.metamodel.source.binder.AttributeSource
Obtain information about the Hibernate type (Type) for this attribute.
getTypeInformation() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getTypeInformation() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
getTypeInfoSet() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Set of type info reported by the driver.
getTypeName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself
getTypeName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getTypeName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getTypeName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode.
getTypeName(int, long, int, int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode with the given storage specification parameters.
getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.TeradataDialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName() - Method in class org.hibernate.ejb.metamodel.AbstractType
 
getTypeName() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
getTypeName() - Method in class org.hibernate.mapping.Collection
 
getTypeName() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeName() - Method in class org.hibernate.metamodel.relational.Datatype
 
getTypeName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
 
getTypeOverrides() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Returns an unmodifiable map containing configured entity/collection type configuration overrides.
getTypeParameters() - Method in class org.hibernate.mapping.Collection
 
getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeParameters() - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
getTypeResolver() - Method in class org.hibernate.cfg.Configuration
 
getTypeResolver() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getTypeResolver() - Method in interface org.hibernate.cfg.Mappings
Retrieve the type resolver in effect.
getTypeResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve the Type resolver associated with this factory.
getTypeResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getTypeResolver() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
getTypeResolver() - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
Types returned by the rendered SQL fragment.
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
getTypes(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Types returned by the rendered SQL fragment.
getTypes(String, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Get the return types for a particular user-visible alias.
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
getTypes() - Method in class org.hibernate.criterion.SubqueryExpression
 
getTypes() - Method in class org.hibernate.internal.AbstractQueryImpl
Retreives the list of parameter types bound to this query for ordinal parameters.
getTypes() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getTypeUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the type of a property path
getTypeUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.BlobImplementer
Gets access to the data underlying this BLOB.
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.ClobImplementer
Gets access to the data underlying this CLOB.
getUninitializedFields() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
getUnionSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the unionSubclass property.
getUnionSubclass() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the unionSubclass property.
getUniqueChild(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Gets the child of the specified element having the specified unique name.
getUniqueChildContent(Element, String) - Static method in class org.hibernate.ejb.packaging.XmlHelper
Macro to get the content of a unique child element.
getUniqueConstraint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the uniqueConstraint property.
getUniqueConstraintHoldersByTable() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
getUniqueConstraintHoldersByTable() - Method in interface org.hibernate.cfg.Mappings
 
getUniqueCounter() - Method in class org.hibernate.cfg.FkSecondPass
 
getUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.Dialect
 
getUniqueInteger() - Method in class org.hibernate.mapping.Table
 
getUniqueKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the uniqueKey property.
getUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
 
getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getUniqueKeys() - Method in class org.hibernate.metamodel.relational.InLineView
 
getUniqueKeys() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
getUniqueKeys() - Method in class org.hibernate.metamodel.relational.Table
 
getUniqueKeys() - Method in interface org.hibernate.metamodel.relational.TableSpecification
 
getUniquePath() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getUniquePath(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getUniquePath() - Method in class org.hibernate.tuple.ElementWrapper
 
getUniquePath(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
getUnjoinedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator over the properties defined on this class which are not defined as part of a join.
getUnqualifiedJarName() - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
Get the unqualified Jar name (ie wo path and wo extension)
getUnqualifiedJarName() - Method in class org.hibernate.ejb.packaging.JarProtocolVisitor
 
getUnqualifiedJarName() - Method in interface org.hibernate.ejb.packaging.JarVisitor
Get the unqualified Jar name (ie wo path and wo extension)
getUnqualifiedJarName(URL) - Method in class org.hibernate.ejb.packaging.NativeScanner
 
getUnqualifiedJarName(URL) - Method in interface org.hibernate.ejb.packaging.Scanner
return the unqualified JAR name ie customer-model.jar or store.war
getUnqualifiedJarName(URL) - Method in class org.hibernate.osgi.OsgiScanner
 
getUnsavedIdentifierValue(String, Getter, Type, Constructor) - Static method in class org.hibernate.engine.internal.UnsavedValueFactory
Return an IdentifierValue for the specified unsaved-value.
getUnsavedValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
getUnsavedValue() - Method in interface org.hibernate.metamodel.binding.KeyValueBinding
 
getUnsavedValue() - Method in class org.hibernate.tuple.IdentifierProperty
 
getUnsavedValue() - Method in class org.hibernate.tuple.VersionProperty
 
getUnsavedVersionValue(String, Getter, VersionType, Constructor) - Static method in class org.hibernate.engine.internal.UnsavedValueFactory
 
getUpdateCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getUpdateCount() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
getUpdateCount
getUpdateCount() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
getUpdateCount
getUpdateCount() - Method in interface org.hibernate.stat.CollectionStatistics
 
getUpdateCount() - Method in interface org.hibernate.stat.EntityStatistics
 
getUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
getUpdateCount() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
getUpdateId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Determine the id to use for updating.
getUpdateId(Object, EntityPersister, Serializable, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultUpdateEventListener
If the user specified an id, assign it to the instance and use that, otherwise use the id already assigned to the instance
getUpdateRule() - Method in class org.hibernate.metamodel.relational.ForeignKey
 
getUpdateTimestampsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
Get UpdateTimestampsCache instance managed by the SessionFactory.
getUpdateTimestampsCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the cache of table update timestamps
getUpdateTimestampsCache() - Method in class org.hibernate.internal.CacheImpl
 
getUpdateTimestampsCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getUpdateTimestampsCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getUpdateTimestampsCacheHitCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getUpdateTimestampsCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of timestamps successfully retrieved from cache
getUpdateTimestampsCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getUpdateTimestampsCacheMissCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getUpdateTimestampsCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of tables for which no update timestamps was *not* found in cache
getUpdateTimestampsCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
getUpdateTimestampsCachePutCount() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
getUpdateTimestampsCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of timestamps put in cache
getUpperBound() - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
 
getURLFromPath(String) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
get the URL from a given path string
getUsage() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
Gets the value of the usage property.
getUserAliases() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getUserName() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getUserName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Log into the database with this name
getUserResourceAsStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
 
getUserTransaction() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
getUserTransactionName() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
getUserTransactionName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. The JNDI name of the JTA UserTransaction object (used only be JtaTransaction).
getUserTransactionName() - Method in interface org.hibernate.transaction.TransactionManagerLookup
Return the JNDI namespace of the JTA UserTransaction for this platform or null; optional operation.
getUserType() - Method in class org.hibernate.type.CompositeCustomType
 
getUserType() - Method in class org.hibernate.type.CustomCollectionType
 
getUserType() - Method in class org.hibernate.type.CustomType
 
getUserWhereClauseFragment() - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
getUtilizedFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getValidationMode() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getValidationModes() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the requested validation mode(s).
getValue() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
getValue() - Method in class org.hibernate.cfg.FkSecondPass
 
getValue() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
return the user-visible collection (or array) instance
getValue() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
getValue() - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
getValue() - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
getValue() - Method in interface org.hibernate.collection.spi.PersistentCollection
return the user-visible collection (or array) instance
getValue() - Method in class org.hibernate.criterion.SimpleExpression
 
getValue() - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
getValue() - Method in class org.hibernate.engine.spi.TypedValue
 
getValue(String) - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getValue() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
getValue(R) - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getValue() - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
getValue() - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
Gets the value of the value property.
getValue() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.CustomSqlElement
 
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
Gets the value of the value property.
getValue() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityMapEntry
 
getValue() - Method in class org.hibernate.internal.util.ValueHolder
 
getValue() - Method in class org.hibernate.mapping.Column
 
getValue() - Method in class org.hibernate.mapping.MetaAttribute
 
getValue() - Method in class org.hibernate.mapping.Property
 
getValue() - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
getValue() - Method in class org.hibernate.metamodel.binding.MetaAttribute
 
getValue() - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
Obtain the value bound here.
getValue(AnnotationInstance, String, Class<T>) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
Retrieves a jandex annotation element value.
getValue() - Method in interface org.hibernate.metamodel.source.binder.MetaAttributeSource
Obtain the supplied meta-attribute value.
getValueBinding() - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store our persistent generator value.
getValueColumnName() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Gets the value of the valueColumnName property.
getValueHandler() - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
getValueHandler() - Method in interface org.hibernate.ejb.criteria.TupleElementImplementor
 
getValueHandlers() - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderedCriteriaQuery
 
getValueHandlers() - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
 
getValueHandlers() - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
 
getValueHandlers() - Method in interface org.hibernate.ejb.criteria.SelectionImplementor
 
getValueHandlers() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor.Options
Get the conversions for the individual tuples in the query results.
getValues() - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
getValues() - Method in class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
getValues() - Method in interface org.hibernate.envers.tools.graph.GraphDefiner
 
getValues() - Method in class org.hibernate.internal.AbstractQueryImpl
Retreives the list of parameter values bound to this query for ordinal parameters.
getValues() - Method in class org.hibernate.mapping.MetaAttribute
 
getValues() - Method in class org.hibernate.metamodel.binding.MetaAttribute
 
getValueSources() - Method in interface org.hibernate.metamodel.source.binder.BasicPluralAttributeElementSource
 
getValueSources() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getValueSources() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeKeySource
 
getValueSources() - Method in class org.hibernate.metamodel.source.hbm.BasicPluralAttributeElementSourceImpl
 
getValueSources() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getValueSources() - Method in class org.hibernate.metamodel.source.hbm.PluralAttributeKeySourceImpl
 
getVerEntCfg() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getVersion() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Retrieves the version (optimistic locking) associated with this cache entry.
getVersion() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getVersion() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getVersion(Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
getVersion() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
getVersion(Object[], EntityPersister) - Static method in class org.hibernate.engine.internal.Versioning
Extract the optimistic locking value out of the entity state snapshot.
getVersion() - Method in class org.hibernate.engine.spi.EntityEntry
 
getVersion() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the version property.
getVersion() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Gets the value of the version property.
getVersion() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Gets the value of the version property.
getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getVersion() - Method in class org.hibernate.mapping.RootClass
 
getVersion() - Method in class org.hibernate.mapping.Subclass
 
getVersion(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersion(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getVersion(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the value of the version property from the given entity.
getVersionAttribute() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
getVersionColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionColumnName() - Method in interface org.hibernate.persister.entity.Lockable
For versioned entities, get the name of the column (again, expected on the root table) used to store the version values.
getVersionComparator() - Method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
 
getVersionComparator() - Method in interface org.hibernate.cache.spi.CacheDataDescription
Get the comparator used to compare two different version values.
getVersionComparator() - Method in interface org.hibernate.cache.spi.OptimisticCacheSource
Get the comparator used to compare two different version values.
getVersionComparator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getVersionGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Retrieve the getter for the version property.
getVersioningAttributeBinding() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
getVersioningAttributeSource() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getVersioningAttributeSource() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the source information about the attribute used for versioning.
getVersioningAttributeSource() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getVersionProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Get the index of the version property
getVersionProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the index of the property holding the locking value.
getVersionProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getVersionPropertyIndex() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getVersionSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionsMiddleEntityName() - Method in class org.hibernate.envers.entities.mapper.relation.CommonCollectionMapperData
 
getVersionString() - Static method in class org.hibernate.Version
 
getVersionType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionType() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the type of the property holding the locking value.
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Cache71Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.H2Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.HSQLDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.InformixDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getViolatedConstraintNameExtracter() - Method in interface org.hibernate.exception.spi.ConversionContext
 
getVisitor(String, Filter[]) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
Get a JarVisitor to the jar jarPath applying the given filters Method used in a non-managed environment
getVisitor(URL, Filter[]) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
Build a JarVisitor on the given JAR URL applying the given filters
getVisitor(URL, Filter[], String) - Static method in class org.hibernate.ejb.packaging.JarVisitorFactory
 
getWalker() - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
getWalker() - Method in interface org.hibernate.hql.internal.ast.tree.Statement
Retreive the "phase 2" walker which generated this statement tree.
getWhenClauses() - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
getWhenClauses() - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the where property.
getWhere() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the where property.
getWhere() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
getWhere() - Method in class org.hibernate.mapping.Collection
 
getWhere() - Method in class org.hibernate.mapping.PersistentClass
 
getWhere() - Method in class org.hibernate.mapping.RootClass
 
getWhere() - Method in class org.hibernate.mapping.Subclass
 
getWhere() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
getWhere() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
getWhere() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
getWhere() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
getWhere() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
getWhere() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Obtain the specified extra where condition to be applied to this entity.
getWhere() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
getWhere() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
getWhere() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
getWhereClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getWhereClause() - Method in interface org.hibernate.hql.internal.ast.tree.RestrictableStatement
Retreives the where-clause defining the restriction(s) in effect for this statement.
getWhereClause() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
getWhereClauseParentTokenType() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
getWhereColumn() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWhereColumns() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWhereColumnType() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWhereCondition() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getWhereFilter() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
getWhereFragment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getWhereFragment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
Use the discriminator, to narrow the select to instances of the queried subclass, also applying any filters.
getWhereJoin() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
getWithClause() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
getWithClause(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getWithClause(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getWithClause(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
 
getWithClauseFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getWithClauseJoinAlias() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
getWrappedBlob() - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
 
getWrappedBlob() - Method in interface org.hibernate.engine.jdbc.WrappedBlob
Retrieve the wrapped Blob reference
getWrappedClob() - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
 
getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedClob
Retrieve the wrapped Blob reference
getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
Deprecated. 
getWrappedNClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
 
getWrappedObject() - Method in interface org.hibernate.engine.jdbc.spi.JdbcWrapper
Retrieve the wrapped JDBC object.
getWrite() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the write property.
getWriteExpr() - Method in class org.hibernate.mapping.Column
 
getWriteFragment() - Method in class org.hibernate.metamodel.relational.Column
 
getWriteFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnSourceImpl
 
getWriteFragment() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
getWriteFragment() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
A SQL fragment to apply to the column value on write.
getWriteLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
getWriteLockString(int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect.
getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getXClass() - Method in class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
 
getXClass() - Method in interface org.hibernate.envers.configuration.metadata.reader.PersistentPropertiesSource
 
getXMLContext() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getXmlMapping() - Method in class org.hibernate.envers.entities.IdMappingData
 
getXmlMappingMetadataComplete() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
Gets the value of the xmlMappingMetadataComplete property.
getXmlRelationMapping() - Method in class org.hibernate.envers.entities.IdMappingData
 
getXMLTree(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getXPathResult(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
getXPathResult(int) - Method in class org.hibernate.tuple.ElementWrapper
 
getXsdName() - Method in exception org.hibernate.metamodel.source.XsdException
 
GLOBAL_WITH_MODIFIED_FLAG_PROPERTY - Static variable in class org.hibernate.envers.configuration.GlobalConfiguration
 
GlobalConfiguration - Class in org.hibernate.envers.configuration
 
GlobalConfiguration(Properties) - Constructor for class org.hibernate.envers.configuration.GlobalConfiguration
 
GLOBALLY_QUOTED_IDENTIFIERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Should all database identifiers be quoted.
globalTimeout - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
 
grant - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
 
GraphDefiner<V,R> - Interface in org.hibernate.envers.tools.graph
Defines a graph, where each vertex has a representation, which identifies uniquely a value.
GraphTopologicalSort - Class in org.hibernate.envers.tools.graph
 
GraphTopologicalSort() - Constructor for class org.hibernate.envers.tools.graph.GraphTopologicalSort
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
greaterThan(Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
greaterThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
greatest(Expression<X>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
group() - Method in class org.hibernate.criterion.Property
 
GROUP - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
GROUP - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
GROUP - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
GROUP_ID - Static variable in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Group id for all sampled mbeans registered
groupBy(Expression<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
groupBy(List<Expression<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
 
groupBy(Expression<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
groupBy(List<Expression<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
groupByClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
GroupByParser - Class in org.hibernate.hql.internal.classic
Parses the GROUP BY clause of an aggregate query
GroupByParser() - Constructor for class org.hibernate.hql.internal.classic.GroupByParser
 
groupClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
groupEntityHierarchies() - Method in class org.hibernate.metamodel.source.hbm.HierarchyBuilder
 
groupExprs(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
groupProperty(String) - Static method in class org.hibernate.criterion.Projections
A grouping property value
GroupsPerOperation - Class in org.hibernate.cfg.beanvalidation
 
GroupsPerOperation(Properties) - Constructor for class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
GroupsPerOperation.Operation - Enum in org.hibernate.cfg.beanvalidation
 
gt(Object) - Method in class org.hibernate.criterion.Property
 
gt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
gt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than" constraint to the named property
gt(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
gt(Expression<? extends Number>, Number) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
gt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint
GT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
GT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
GT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gtAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
gtAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
gtProperty(Property) - Method in class org.hibernate.criterion.Property
 
gtProperty(String) - Method in class org.hibernate.criterion.Property
 
gtProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than" constraint to two properties
gtProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint to another property
gtSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
gtSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
guessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
guessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
The guessed entity name for an entity not in an association
guessEntityName(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
guessEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
guessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
guidGenerated(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
guidGenerated(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
guidGenerated(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
guidGenerated(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
guidGenerated(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
guidGenerated(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
guidGenerated(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
guidGenerated$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
guidGenerated$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
guidGenerated$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
guidGenerated$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
guidGenerated$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
guidGenerated$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
GUIDGenerator - Class in org.hibernate.id
Generates string values using the SQL Server NEWID() function.
GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
 

H

H2Dialect - Class in org.hibernate.dialect
A dialect compatible with the H2 database.
H2Dialect() - Constructor for class org.hibernate.dialect.H2Dialect
 
handleAddedParametersOnDelete(PreparedStatement, SessionImplementor) - Method in class org.hibernate.hql.spi.TableBasedDeleteHandlerImpl
 
handleAddedParametersOnUpdate(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.TableBasedUpdateHandlerImpl
 
handleAndClearWarnings(Connection, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Connection.
handleAndClearWarnings(Statement, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Statement.
handleDotIdent() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
This method looks ahead and converts .
handleDotIdent() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
handleEntityNotFound(String, Serializable) - Method in interface org.hibernate.proxy.EntityNotFoundDelegate
 
handleEviction(Object, EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Called on Session.evict(java.lang.Object) to give a chance to clean up natural-id cross refs.
handleExplicitName(NamingStrategy, String) - Method in interface org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper
Called when the user has supplied an explicit name for the database object.
handleIdentifierError(Token, RecognitionException) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
This method is overriden in the sub class in order to provide the 'keyword as identifier' hack.
handleIdentifierError(Token, RecognitionException) - Method in class org.hibernate.hql.internal.ast.HqlParser
Overrides the base behavior to retry keywords as identifiers.
handleInterception(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
handleNaturalIdPostSaveNotifications(Serializable) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Handle sending notifications needed for natural-id after saving
handleNaturalIdPreSaveNotifications() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Handle sending notifications needed for natural-id before saving
handleNonstopCacheException(NonStopCacheException) - Method in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Handle NonStopCacheException.
handlePersistenceException(PersistenceException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Handles marking for rollback and other such operations that need to occur depending on the type of exception being handled.
handlePersistenceException(PersistenceException) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Handles marking for rollback and other such operations that need to occur depending on the type of exception being handled.
handlePrependedParametersOnIdSelection(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.TableBasedDeleteHandlerImpl
 
handlePrependedParametersOnIdSelection(PreparedStatement, SessionImplementor, int) - Method in class org.hibernate.hql.spi.TableBasedUpdateHandlerImpl
 
handlePropertyBeingDereferenced(Type, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
handleRead(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
Should the given field be read intercepted?
handleReadAccess(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
 
handleResultVariableRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
handleResultVariableRef(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
handleSynchronization(EntityPersister, Serializable, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Part of the "load synchronization process".
handleWarning(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Handle an individual warning in the stack.
handleWarning(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
handleWrite(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
Should the given field be write intercepted?
handleWriteAccess(String, String) - Method in interface org.hibernate.bytecode.internal.javassist.FieldFilter
 
handlingTransientEntity() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
handlingTransientEntity() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
handlingTransientEntity() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
handlingTransientEntity() - Method in interface org.hibernate.internal.CoreMessageLogger
 
handlingTransientEntity() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
handlingTransientEntity() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
handlingTransientEntity() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
handlingTransientEntity$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
handlingTransientEntity$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
handlingTransientEntity$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
handlingTransientEntity$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
handlingTransientEntity$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
handlingTransientEntity$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
HARD_QUOTE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
HARD_QUOTE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
hasAfterTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAliasSpecificLockModes() - Method in class org.hibernate.LockOptions
 
hasAlterTable() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasAlterTable() - Method in class org.hibernate.dialect.CUBRIDDialect
 
hasAlterTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the ALTER TABLE syntax?
hasAlterTable() - Method in class org.hibernate.dialect.ProgressDialect
 
hasAnyQueuedActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.ConvertFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.DerbyConcatFunction
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
hasArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
Does this function have any arguments?
hasAuditedEntities() - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
hasAutoDiscoverScalarTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasBeforeTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasBind(SessionFactory) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Check to see if there is already a session associated with the current thread for the given session factory.
hasCache() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasCache() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection role cacheable
hasCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCache() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this class have a cache.
hasCacheablePersister() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
hasCascades() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCascades() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity has any non-none cascading.
hasCascades() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
hasCheckConstraint() - Method in class org.hibernate.mapping.Column
 
hasCollectionFecthes() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
hasCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections.
hasCollections() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasContent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
hasContent() - Method in class org.hibernate.tuple.ElementWrapper
 
hasContext() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
hasCustomAccessors - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
hasCustomAccessors - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasCustomRead() - Method in class org.hibernate.mapping.Column
 
hasDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Dialect
Whether this dialect have an Identity clause added to the data type or a completely separate identity data type
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.InformixDialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.Ingres10Dialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
hasDeclaredVersionAttribute() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
 
hasDenormalizedTables() - Method in class org.hibernate.mapping.Table
 
hasDerivedValue() - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
hasDerivedValue() - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
Convenience method to determine if any simple value bindings are derived values (formula mappings).
hasDirtyCollection() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDom4jRepresentation() - Method in class org.hibernate.mapping.PersistentClass
 
hasEmbeddedCompositeIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.RootClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.Subclass
 
hasEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
hasEmbeddedParameters() - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated. Determine whether this node contains embedded parameters.
hasEmbeddedParameters() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
hasEnabledFetchProfiles() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
 
hasErrors() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
hasExactlyOneChild(AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
 
hasFilterCondition() - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
hasFilterCondition() - Method in class org.hibernate.sql.JoinFragment
True if the where fragment is from a filter condition.
hasFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
 
hasFormula() - Method in class org.hibernate.mapping.Collection
 
hasFormula() - Method in class org.hibernate.mapping.OneToMany
 
hasFormula() - Method in class org.hibernate.mapping.SimpleValue
 
hasFormula() - Method in interface org.hibernate.mapping.Value
 
hasFormulaProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
 
hash(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hash(char[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hash(byte[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hashCode() - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
hashCode() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
hashCode() - Method in class org.hibernate.cache.spi.CacheKey
 
hashCode() - Method in class org.hibernate.cache.spi.FilterKey
 
hashCode() - Method in class org.hibernate.cache.spi.NaturalIdCacheKey
 
hashCode() - Method in class org.hibernate.cache.spi.QueryKey
 
hashCode() - Method in class org.hibernate.cfg.FkSecondPass
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentBag
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentList
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentMap
 
hashCode() - Method in class org.hibernate.collection.internal.PersistentSet
 
hashCode() - Method in class org.hibernate.ejb.packaging.Entry
 
hashCode() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
hashCode() - Method in class org.hibernate.engine.spi.AssociationKey
 
hashCode() - Method in class org.hibernate.engine.spi.CollectionKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
hashCode() - Method in class org.hibernate.engine.spi.TypedValue
 
hashCode() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
hashCode() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
hashCode() - Method in class org.hibernate.envers.entities.PropertyData
 
hashCode(Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
hashCode() - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
hashCode() - Method in class org.hibernate.envers.tools.Pair
 
hashCode() - Method in class org.hibernate.envers.tools.Triple
 
hashCode() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
hashCode() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
hashCode() - Method in class org.hibernate.mapping.Column
 
hashCode() - Method in class org.hibernate.mapping.FetchProfile
hashCode() - Method in class org.hibernate.mapping.Table
 
hashCode() - Method in class org.hibernate.metamodel.relational.Datatype
 
hashCode() - Method in class org.hibernate.metamodel.relational.Identifier
 
hashCode() - Method in class org.hibernate.metamodel.relational.ObjectName
 
hashCode() - Method in class org.hibernate.metamodel.relational.Schema
 
hashCode() - Method in class org.hibernate.metamodel.relational.Schema.Name
 
hashCode() - Method in class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
hashCode() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
hashCode() - Method in class org.hibernate.secure.internal.HibernatePermission
 
hashCode() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
hashCode() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
hashCode() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Define our hashCode by our defined constructor's hasCode.
hashCode() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
hashCode() - Method in class org.hibernate.transform.CacheableResultTransformer
 
hashCode() - Method in class org.hibernate.tuple.ElementWrapper
 
hashCode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
hashCode(Object) - Method in class org.hibernate.type.EnumType
 
hashCode(Object) - Method in class org.hibernate.type.StringClobType
Deprecated.  
hashCode(Object) - Method in interface org.hibernate.usertype.CompositeUserType
Get a hashcode for the instance, consistent with persistence "equality"
hashCode(Object) - Method in interface org.hibernate.usertype.UserType
Get a hashcode for the instance, consistent with persistence "equality"
hasHolder() - Method in class org.hibernate.type.ArrayType
 
hasHolder() - Method in class org.hibernate.type.CollectionType
 
hasIdClassOrEmbeddedId() - Method in class org.hibernate.cfg.InheritanceState
 
hasIdentifier - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierMapper() - Method in class org.hibernate.tuple.IdentifierProperty
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
hasIdentifierProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Does this class have an identifier property?
hasIdentifierProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasIdentifierProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity has a particular property holding the identifier value.
hasImmutableNaturalId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasIndex() - Method in interface org.hibernate.metadata.CollectionMetadata
Is this collection indexed?
hasIndex - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an "indexed" collection? (list or map)
hasInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on insert?
hasInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasLazyLoadableAttributes(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
 
hasLazyLoadableAttributes(CtClass) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
hasLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasLazyProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines any lazy properties (ala bytecode instrumentation).
hasLazyProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasLoadingCollectionEntries() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Do we currently have any internal entries corresponding to loading collections?
hasManyToManyOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasManyToManyOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
hasMaxRows(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
 
hasMixedContent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
hasMixedContent() - Method in class org.hibernate.tuple.ElementWrapper
 
hasMutableProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasMutableProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether any properties of this entity are considered mutable.
hasMutableProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNamedParameters() - Method in class org.hibernate.internal.AbstractQueryImpl
Does this query contain named parameters?
hasNaturalId() - Method in class org.hibernate.mapping.PersistentClass
 
hasNaturalIdCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdCache() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this class have a natural id cache
hasNaturalIdentifier() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity declare a natural id?
hasNaturalIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdentifier() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines a natural identifier.
hasNaturalIdentifier() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNext() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
hasNext() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
hasNext() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
 
hasNext() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
hasNext() - Method in class org.hibernate.internal.IteratorImpl
 
hasNext() - Method in class org.hibernate.internal.util.collections.EmptyIterator
 
hasNext() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
hasNext() - Method in class org.hibernate.internal.util.collections.LazyIterator
 
hasNext() - Method in class org.hibernate.internal.util.collections.SingletonIterator
 
hasNonIdentifierPropertyNamedId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNonReadOnlyEntities() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
hasNonReadOnlyEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
hasOrder - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
hasOrder() - Method in class org.hibernate.mapping.Collection
 
hasOrderByClause() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
hasOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an ordered collection? (An ordered collection is ordered by the initialization operation, not by sorting that happens in memory, as in the case of a sorted collection.)
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyle
Do we need to delete orphaned collection elements?
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyle.MultipleCascadeStyle
 
hasOrphanDelete() - Method in class org.hibernate.mapping.Collection
 
hasOrphanDelete() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrphanDelete() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection implement "orphan delete"?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.ConvertFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.DerbyConcatFunction
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasParenthesesIfNoArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
If there are no arguments, are parentheses required?
hasParentProperty() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
hasParentProperty() - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Does the component managed by this tuuplizer contain a parent property?
hasParentProperty() - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
hasParents() - Method in class org.hibernate.cfg.InheritanceState
 
hasPhysicalDiscriminatorColumn(Queryable) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Does the given persister define a physical discriminator column for the purpose of inheritance discrimination?
hasPojoRepresentation() - Method in class org.hibernate.mapping.Component
 
hasPojoRepresentation() - Method in class org.hibernate.mapping.PersistentClass
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
hasPrevious() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
hasPrimaryKey() - Method in class org.hibernate.mapping.Table
 
hasProjection - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
hasProjection() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
hasProxy() - Method in interface org.hibernate.metadata.ClassMetadata
Does this class support dynamic proxies?
hasProxy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasProxy() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity supports dynamic proxies.
hasProxy() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasProxy() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does this entity, for this mode, present a possibility for proxying?
hasQueuedOperations() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Does this instance have any "queued" additions?
hasQueuedOperations() - Method in interface org.hibernate.collection.spi.PersistentCollection
Does this instance have any "queued" additions?
hasRegisteredLoadingCollectionEntries() - Method in class org.hibernate.engine.loading.internal.LoadContexts
Do we currently have any registered internal entries corresponding to loading collections?
hasRegisteredResources() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
hasRegisteredResources() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Does this registry currently have any registered resources?
hasRestriction() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
hasRestriction(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
hasRestriction(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
hasRestriction(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
 
hasRestriction() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
hasRowId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasRowId() - Method in interface org.hibernate.persister.entity.Loadable
Does the result set contain rowids?
hasRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasSelectBeforeUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Dialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasSettingForUsingModifiedFlag() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
hasSiblings() - Method in class org.hibernate.cfg.InheritanceState
 
hasSingleIdAttribute() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
hasSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubclasses() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity have mapped subclasses?
hasSubclasses() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubclasses() - Method in interface org.hibernate.persister.entity.Loadable
Does this persistent class have subclasses?
hasSubclasses() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasSubEntityBindings() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
hasSubselectLoadableCollections() - Method in class org.hibernate.loader.Loader
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.Subclass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
hasSubselectLoadableCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubselectLoadableCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections which are fetchable by subselect?
hasText(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
hasThetaJoins() - Method in class org.hibernate.sql.JoinFragment
 
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Does the given instance have any uninitialized lazy properties?
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does the given entity instance have any currently uninitialized lazy properties?
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Does the given entity instance have any currently uninitialized lazy properties?
hasUnresolvedEntityInsertActions() - Method in class org.hibernate.engine.spi.ActionQueue
Are there unresolved entity insert actions that depend on non-nullable associations with a transient entity?
hasUpdateGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUpdateGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on update?
hasUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasVersionAttribute() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
hasWhere - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in interface org.hibernate.persister.collection.QueryableCollection
Does this collection role have a where clause filter?
hasWhere() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasWhereClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
hasWhereClause() - Method in interface org.hibernate.hql.internal.ast.tree.RestrictableStatement
Does this statement tree currently contain a where clause?
having(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
having(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
having(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
having(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
HAVING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
HAVING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
HAVING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
havingClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HavingParser - Class in org.hibernate.hql.internal.classic
Parses the having clause of a hibernate query and translates it to an SQL having clause.
HavingParser() - Constructor for class org.hibernate.hql.internal.classic.HavingParser
 
HBM2DDL_AUTO - Static variable in interface org.hibernate.cfg.AvailableSettings
Auto export/update schema using hbm2ddl tool.
HBM2DDL_IMPORT_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
Comma-separated names of the optional files containing SQL DML statements executed during the SessionFactory creation.
HBM2DDL_IMPORT_FILES_SQL_EXTRACTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
String reference to ImportSqlCommandExtractor implementation class.
HBM_SCHEMA_NAME - Static variable in class org.hibernate.metamodel.source.internal.JaxbHelper
 
HbmBinder - Class in org.hibernate.cfg
Walks an XML mapping document and produces the Hibernate configuration-time metamodel (the classes in the mapping package)
HbmBindingContext - Interface in org.hibernate.metamodel.source.hbm
Defines features specific to the hbm.xml variety of a BindingContext
HbmMetadataSourceProcessorImpl - Class in org.hibernate.metamodel.source.hbm
The MetadataSourceProcessor implementation responsible for processing hbm.xml sources.
HbmMetadataSourceProcessorImpl(MetadataImplementor) - Constructor for class org.hibernate.metamodel.source.hbm.HbmMetadataSourceProcessorImpl
 
HBXML_FILES - Static variable in class org.hibernate.ejb.AvailableSettings
 
headMap(Object) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
headMap(K) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
headSet(Object) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
headSet(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
Helper - Class in org.hibernate.id.uuid
TODO : javadoc
Helper() - Constructor for class org.hibernate.id.uuid.Helper
 
Helper - Class in org.hibernate.metamodel.binding
Helper utilities specific to the binding package.
Helper() - Constructor for class org.hibernate.metamodel.binding.Helper
 
Helper - Class in org.hibernate.metamodel.source.hbm
 
Helper() - Constructor for class org.hibernate.metamodel.source.hbm.Helper
 
Helper - Class in org.hibernate.testing.junit4
Centralized utility functionality
Helper() - Constructor for class org.hibernate.testing.junit4.Helper
 
Helper.ValueSourcesAdapter - Class in org.hibernate.metamodel.source.hbm
 
Helper.ValueSourcesAdapter() - Constructor for class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
heuristicType(String) - Method in class org.hibernate.internal.TypeLocatorImpl
Uses heuristics to deduce the proper Type given a string naming the type or Java class.
heuristicType(String) - Method in class org.hibernate.type.TypeResolver
See TypeResolver.heuristicType(String, Properties)
heuristicType(String, Properties) - Method in class org.hibernate.type.TypeResolver
Uses heuristics to deduce the proper Type given a string naming the type or Java class.
heuristicType(String) - Method in interface org.hibernate.TypeHelper
Uses heuristics to deduce the proper Type given a string naming the type or Java class.
HEX_DIGIT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Hibernate - Class in org.hibernate
Provides access to the full range of Hibernate built-in types.
HIBERNATE_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the ClassLoader responsible for loading Hibernate classes.
HIBERNATE_LOG_EXCEPTION_STACK_TRACE_PROPERTY - Static variable in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Property name for logging the stack trace of the nonstop cache exception too.
HIBERNATE_THROW_EXCEPTION_ON_TIMEOUT_PROPERTY - Static variable in class org.hibernate.cache.ehcache.internal.nonstop.HibernateNonstopCacheExceptionHandler
Property name which set as "true" will throw exceptions on timeout with hibernate
HibernateBundleActivator - Class in org.hibernate.osgi
This BundleActivator provides three different uses of Hibernate in OSGi environments: 1.) Enterprise OSGi JPA: The OSGi container/runtime is in charge of managing all of the client bundles' persistence units.
HibernateBundleActivator() - Constructor for class org.hibernate.osgi.HibernateBundleActivator
 
hibernateClassLoader() - Static method in class org.hibernate.internal.util.SerializationHelper
 
hibernateConnectionPoolSize(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hibernateConnectionPoolSize(int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hibernateConnectionPoolSize(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hibernateConnectionPoolSize(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
hibernateConnectionPoolSize(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hibernateConnectionPoolSize(int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hibernateConnectionPoolSize(int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
hibernateConnectionPoolSize$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hibernateConnectionPoolSize$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hibernateConnectionPoolSize$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hibernateConnectionPoolSize$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hibernateConnectionPoolSize$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hibernateConnectionPoolSize$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
HibernateDotNames - Interface in org.hibernate.metamodel.source.annotations
Defines the dot names for the Hibernate specific mapping annotations.
HibernateEntityManager - Interface in org.hibernate.ejb
Additional contract for Hibernate implementations of EntityManager providing access to various Hibernate specific functionality.
HibernateEntityManagerEventListener - Interface in org.hibernate.ejb.event
Marker interface for handling listener duplication checking (to avoid multiple registrations).
HibernateEntityManagerFactory - Interface in org.hibernate.ejb
Contract giving access to the underlying SessionFactory from an EntityManagerFactory
HibernateEntityManagerImplementor - Interface in org.hibernate.ejb
Additional internal contracts for the Hibernate EntityManager implementation.
HibernateEntityManagerImplementor.Options - Interface in org.hibernate.ejb
 
HibernateEntityManagerImplementor.Options.ResultMetadataValidator - Interface in org.hibernate.ejb
 
HibernateException - Exception in org.hibernate
The base Throwable type for Hibernate.
HibernateException(String) - Constructor for exception org.hibernate.HibernateException
 
HibernateException(Throwable) - Constructor for exception org.hibernate.HibernateException
 
HibernateException(String, Throwable) - Constructor for exception org.hibernate.HibernateException
 
HibernateIterator - Interface in org.hibernate.engine
Hibernate-specific iterator that may be closed
HibernateMappingProcessor - Class in org.hibernate.metamodel.source.hbm
Responsible for processing a <hibernate-mapping/> element.
HibernateMappingProcessor(MetadataImplementor, MappingDocument) - Constructor for class org.hibernate.metamodel.source.hbm.HibernateMappingProcessor
 
HibernateNonstopCacheExceptionHandler - Class in org.hibernate.cache.ehcache.internal.nonstop
Class that takes care of NonStopCacheException that happens in hibernate module
HibernatePermission - Class in org.hibernate.secure.internal
 
HibernatePermission(String, String) - Constructor for class org.hibernate.secure.internal.HibernatePermission
 
HibernatePersistence - Class in org.hibernate.ejb
Hibernate EJB3 persistence provider implementation
HibernatePersistence() - Constructor for class org.hibernate.ejb.HibernatePersistence
 
HibernateProxy - Interface in org.hibernate.proxy
Marker interface for entity proxies
HibernateProxyHelper - Class in org.hibernate.proxy
Utility methods for working with proxies.
HibernateQuery - Interface in org.hibernate.ejb
 
HibernateService - Class in org.hibernate.jmx
Deprecated. See HHH-6190 for details
HibernateService() - Constructor for class org.hibernate.jmx.HibernateService
Deprecated.  
HibernateServiceMBean - Interface in org.hibernate.jmx
Deprecated. See HHH-6190 for details
HibernateStatsImpl - Class in org.hibernate.cache.ehcache.management.impl
Implementation of HibernateStats

HibernateStatsImpl(SessionFactory) - Constructor for class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
Constructor accepting the backing SessionFactory
HibernateTransactionManagerLookup - Class in org.hibernate.cache.infinispan.tm
HibernateTransactionManagerLookup.
HibernateTransactionManagerLookup(Settings, Properties) - Constructor for class org.hibernate.cache.infinispan.tm.HibernateTransactionManagerLookup
 
HibernateTraversableResolver - Class in org.hibernate.cfg.beanvalidation
Use Hibernate metadata to ignore cascade on entities.
HibernateTraversableResolver(EntityPersister, ConcurrentHashMap<EntityPersister, Set<String>>, SessionFactoryImplementor) - Constructor for class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
HibernateTypeDescriptor - Class in org.hibernate.metamodel.binding
TODO : javadoc
HibernateTypeDescriptor() - Constructor for class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
HibernateUtil - Class in org.hibernate.cache.ehcache.internal.util
 
Hierarchical - Interface in org.hibernate.metamodel.domain
Additional contract for things that can occur in an inheritance hierarchy (specifically ones we would need to traverse).
HierarchyBuilder - Class in org.hibernate.metamodel.source.hbm
 
HierarchyBuilder() - Constructor for class org.hibernate.metamodel.source.hbm.HierarchyBuilder
 
HierarchyDetails - Class in org.hibernate.metamodel.binding
 
HierarchyDetails(EntityBinding, InheritanceType, EntityMode) - Constructor for class org.hibernate.metamodel.binding.HierarchyDetails
 
HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated. Use OptimizerFactory.StandardOptimizerDescriptor.getExternalName() via OptimizerFactory.StandardOptimizerDescriptor.HILO
hint - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
 
hint - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
 
HINT_CACHE_MODE - Static variable in class org.hibernate.ejb.QueryHints
 
HINT_CACHE_REGION - Static variable in class org.hibernate.ejb.QueryHints
 
HINT_CACHEABLE - Static variable in class org.hibernate.ejb.QueryHints
 
HINT_COMMENT - Static variable in class org.hibernate.ejb.QueryHints
 
HINT_FETCH_SIZE - Static variable in class org.hibernate.ejb.QueryHints
 
HINT_FLUSH_MODE - Static variable in class org.hibernate.ejb.QueryHints
 
HINT_READONLY - Static variable in class org.hibernate.ejb.QueryHints
 
HINT_TIMEOUT - Static variable in class org.hibernate.ejb.QueryHints
Deprecated. HINT_TIMEOUT (org.hibernate.timeout), instead use SPEC_HINT_TIMEOUT (javax.persistence.query.timeout)
HIT_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
HIT_COLOR
HIT_DRAW_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
HIT_DRAW_COLOR
HIT_FILL_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
HIT_FILL_COLOR
hitCount - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
hit count
hitRatio - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
hit ratio
HolderInstantiator - Class in org.hibernate.hql.internal
 
HolderInstantiator(ResultTransformer, String[]) - Constructor for class org.hibernate.hql.internal.HolderInstantiator
 
honoringOptimizerSetting(String, String, int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
honoringOptimizerSetting(String, String, int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
honoringOptimizerSetting(String, String, int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
honoringOptimizerSetting(String, String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
honoringOptimizerSetting(String, String, int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
honoringOptimizerSetting(String, String, int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
honoringOptimizerSetting(String, String, int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
honoringOptimizerSetting$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
honoringOptimizerSetting$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
honoringOptimizerSetting$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
honoringOptimizerSetting$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
honoringOptimizerSetting$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
honoringOptimizerSetting$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
hql(String, Long, Long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hql(String, Long, Long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hql(String, Long, Long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hql(String, Long, Long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
hql(String, Long, Long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hql(String, Long, Long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hql(String, Long, Long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
hql$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hql$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hql$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hql$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hql$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hql$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
HQL_BULK_ID_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
 
HQL_COLLECTION_PROPERTIES - Static variable in class org.hibernate.hql.internal.CollectionProperties
 
HQL_SEPARATORS - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
HQL_SEPARATORS_BITSET - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
HQL_VARIABLE_PREFIX - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
HqlASTFactory - Class in org.hibernate.hql.internal.ast
User: Joshua Davis
Date: Sep 23, 2005
Time: 12:30:01 PM
HqlASTFactory() - Constructor for class org.hibernate.hql.internal.ast.HqlASTFactory
 
HqlBaseLexer - Class in org.hibernate.hql.internal.antlr
Hibernate Query Language Lexer
This lexer provides the HQL parser with tokens.
HqlBaseLexer(InputStream) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseLexer(Reader) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseLexer(InputBuffer) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseLexer(LexerSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
HqlBaseParser - Class in org.hibernate.hql.internal.antlr
Hibernate Query Language Grammar
This grammar parses the query language for Hibernate (an Open Source, Object-Relational mapping library).
HqlBaseParser(TokenBuffer, int) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(TokenBuffer) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(TokenStream, int) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(TokenStream) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
HqlBaseParser(ParserSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.HqlBaseParser
 
hqlOrderBy - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
HqlParser - Class in org.hibernate.hql.internal.ast
Implements the semantic action methods defined in the HQL base parser to keep the grammar source file a little cleaner.
HQLQueryPlan - Class in org.hibernate.engine.query.spi
Defines a query execution plan for an HQL query (or filter).
HQLQueryPlan(String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
 
HQLQueryPlan(String, String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
 
HqlSqlBaseWalker - Class in org.hibernate.hql.internal.antlr
Hibernate Query Language to SQL Tree Transform.
This is a tree grammar that transforms an HQL AST into a intermediate SQL AST with bindings to Hibernate interfaces (Queryable, etc.).
HqlSqlBaseWalker() - Constructor for class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
HqlSqlTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
HqlSqlWalker - Class in org.hibernate.hql.internal.ast
Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
HqlSqlWalker(QueryTranslatorImpl, SessionFactoryImplementor, HqlParser, Map, String) - Constructor for class org.hibernate.hql.internal.ast.HqlSqlWalker
Create a new tree transformer.
HqlSqlWalkerNode - Class in org.hibernate.hql.internal.ast.tree
A semantic analysis node, that points back to the main analyzer.
HqlSqlWalkerNode() - Constructor for class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
HqlToken - Class in org.hibernate.hql.internal.ast
A custom token class for the HQL grammar.
HqlToken() - Constructor for class org.hibernate.hql.internal.ast.HqlToken
 
HqlTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
HSQLCaseFragment - Class in org.hibernate.sql
The HSQL CASEWHEN function.
HSQLCaseFragment() - Constructor for class org.hibernate.sql.HSQLCaseFragment
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in interface org.hibernate.internal.CoreMessageLogger
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hsqldbSupportsOnlyReadCommittedIsolation$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
HSQLDialect - Class in org.hibernate.dialect
An SQL dialect compatible with HSQLDB (HyperSQL).
HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect.ReadUncommittedLockingStrategy - Class in org.hibernate.dialect
 
HSQLDialect.ReadUncommittedLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.HSQLDialect.ReadUncommittedLockingStrategy
 
hydrate(ResultSet, Serializable, Object, Loadable, String[][], boolean, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Unmarshall the fields of a persistent instance from a result set, without resolving associations or collections.
hydrate(ResultSet, Serializable, Object, Loadable, String[][], boolean, SessionImplementor) - Method in interface org.hibernate.persister.entity.Loadable
Retrieve property values from one row of a result set
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
hydrate(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value from the JDBC result set.
hydratingEntitiesCount(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hydratingEntitiesCount(int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hydratingEntitiesCount(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hydratingEntitiesCount(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
hydratingEntitiesCount(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hydratingEntitiesCount(int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hydratingEntitiesCount(int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
hydratingEntitiesCount$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
hydratingEntitiesCount$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
hydratingEntitiesCount$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
hydratingEntitiesCount$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
hydratingEntitiesCount$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
hydratingEntitiesCount$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 

I

id() - Static method in class org.hibernate.criterion.Projections
A projected identifier value
id - Static variable in class org.hibernate.envers.DefaultRevisionEntity_
 
id - Static variable in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
id() - Static method in class org.hibernate.envers.query.AuditEntity
 
id - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
id - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
id - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
id - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
id - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
ID - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ID_CLASS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ID_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ID_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
idbag(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.idbag(String, String) instead. See Jira issue: HHH-7771
idbag(String, String) - Method in class org.hibernate.type.TypeFactory
 
IdBagBinder - Class in org.hibernate.cfg.annotations
 
IdBagBinder() - Constructor for class org.hibernate.cfg.annotations.IdBagBinder
 
IdBagPluralAttributeElementAdapter - Class in org.hibernate.internal.jaxb.mapping.hbm
Adaptive implementation of the PluralAttributeElement for <idbag/> mappings which do not support all the configuration available on other collection mappings.
IdBagPluralAttributeElementAdapter() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.IdBagPluralAttributeElementAdapter
 
idClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
idClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
identifier() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
identifier(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
Identifier - Class in org.hibernate.metamodel.relational
Models an identifier (name).
Identifier(String, boolean) - Constructor for class org.hibernate.metamodel.relational.Identifier
Constructs an identifier instance.
IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in class org.hibernate.ejb.AvailableSettings
Deprecated. if possible wait of Hibernate 4.1 and theService registry (MutableIdentifierGeneratorStrategy service)
IDENTIFIER_NORMALIZER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The key under whcih to find the ObjectNameNormalizer in the config param map.
IDENTIFIER_PLACEHOLDER - Static variable in class org.hibernate.envers.query.criteria.AuditId
 
IdentifierBag - Class in org.hibernate.mapping
An IdentifierBag has a primary key consisting of just the identifier column
IdentifierBag(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
 
IdentifierBagType - Class in org.hibernate.type
 
IdentifierBagType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.IdentifierBagType
Deprecated. Use IdentifierBagType.IdentifierBagType(org.hibernate.type.TypeFactory.TypeScope, String, String) See Jira issue: HHH-7771
IdentifierBagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.IdentifierBagType
 
IdentifierCollection - Class in org.hibernate.mapping
A collection with a synthetic "identifier" column
IdentifierCollection(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IdentifierEqAuditExpression - Class in org.hibernate.envers.query.criteria
A criterion that expresses that the id of an entity is equal or not equal to some specified value.
IdentifierEqAuditExpression(Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.IdentifierEqAuditExpression
 
IdentifierEqExpression - Class in org.hibernate.criterion
An identifier constraint
IdentifierEqExpression(Object) - Constructor for class org.hibernate.criterion.IdentifierEqExpression
 
IdentifierGeneratingInsert - Class in org.hibernate.id.insert
Nothing more than a distinguishing subclass of Insert used to indicate intent.
IdentifierGeneratingInsert(Dialect) - Constructor for class org.hibernate.id.insert.IdentifierGeneratingInsert
 
IdentifierGenerationException - Exception in org.hibernate.id
Thrown by IdentifierGenerator implementation class when ID generation fails.
IdentifierGenerationException(String) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
IdentifierGenerationException(String, Throwable) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
IdentifierGenerator - Interface in org.hibernate.id
The general contract between a class that generates unique identifiers and the Session.
identifierGenerator - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
IdentifierGeneratorAggregator - Interface in org.hibernate.id
Identifies generators which potentially aggregate other PersistentIdentifierGenerator generators.
IdentifierGeneratorFactory - Interface in org.hibernate.id.factory
Contract for a factory of IdentifierGenerator instances.
IdentifierGeneratorHelper - Class in org.hibernate.id
Factory and helper methods for IdentifierGenerator framework.
IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BasicHolder(Class) - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigDecimalHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigIntegerHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
IdentifierGeneratorResolver - Class in org.hibernate.metamodel.source.internal
 
IdentifierGeneratorStrategyProvider - Interface in org.hibernate.ejb.cfg.spi
Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default ones
IdentifierLoadAccess - Interface in org.hibernate
Loads an entity by its primary identifier
IdentifierProjection - Class in org.hibernate.criterion
A property value, or grouped property value
IdentifierProjection(boolean) - Constructor for class org.hibernate.criterion.IdentifierProjection
 
IdentifierProjection() - Constructor for class org.hibernate.criterion.IdentifierProjection
 
IdentifierProperty - Class in org.hibernate.tuple
Represents a defined entity identifier property within the Hibernate runtime-metamodel.
IdentifierProperty(String, String, Type, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a non-virtual identifier property.
IdentifierProperty(Type, boolean, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a virtual IdentifierProperty.
identifiers - Variable in class org.hibernate.collection.internal.PersistentIdentifierBag
 
identifierSelectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
identifierSelectFragment(String, String) - Method in interface org.hibernate.persister.entity.Queryable
Given a query alias and an identifying suffix, render the identifier select fragment.
IdentifierSource - Interface in org.hibernate.metamodel.source.binder
Contract describing source of identifier information for the entity.
IdentifierSource.Nature - Enum in org.hibernate.metamodel.source.binder
 
IdentifierType<T> - Interface in org.hibernate.type
Additional contract for a Type may be used for a discriminator.
IdentifierValue - Class in org.hibernate.engine.spi
A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
IdentifierValue() - Constructor for class org.hibernate.engine.spi.IdentifierValue
 
IdentifierValue(Serializable) - Constructor for class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if its identifier is null or equal to value
IdentityGenerator - Class in org.hibernate.id
A generator for use with ANSI-SQL IDENTITY columns used as the primary key.
IdentityGenerator() - Constructor for class org.hibernate.id.IdentityGenerator
 
IdentityGenerator.BasicDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value
IdentityGenerator.BasicDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.BasicDelegate
 
IdentityGenerator.GetGeneratedKeysDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
IdentityGenerator.GetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
IdentityGenerator.InsertSelectDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.
IdentityGenerator.InsertSelectDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
IdentityMap<K,V> - Class in org.hibernate.internal.util.collections
A Map where keys are compared by object identity, rather than equals().
IdentityMap.IdentityKey<K> - Class in org.hibernate.internal.util.collections
We need to base the identity on System.identityHashCode(Object) but attempt to lazily initialize and cache this value: being a native invocation it is an expensive value to retrieve.
IdentityMap.IdentityMapEntry<K,V> - Class in org.hibernate.internal.util.collections
 
identityRemove(Collection, Object, String, SessionImplementor) - Static method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
IdentitySet - Class in org.hibernate.internal.util.collections
Set implementation that use == instead of equals() as its comparison mechanism.
IdentitySet() - Constructor for class org.hibernate.internal.util.collections.IdentitySet
Create an IdentitySet with default sizing.
IdentitySet(int) - Constructor for class org.hibernate.internal.util.collections.IdentitySet
Create an IdentitySet with the given sizing.
IdentNode - Class in org.hibernate.hql.internal.ast.tree
Represents an identifier all by itself, which may be a function name, a class alias, or a form of naked property-ref depending on the context.
IdentNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IdentNode
 
identPrimary() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
idEq(Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the identifier property
IdGenerator - Class in org.hibernate.mapping
Identifier generator container, Useful to keep named generator in annotations
IdGenerator() - Constructor for class org.hibernate.mapping.IdGenerator
 
IdGenerator - Class in org.hibernate.metamodel.binding
Identifier generator container, Useful to keep named generator in annotations
IdGenerator(String, String, Map<String, String>) - Constructor for class org.hibernate.metamodel.binding.IdGenerator
 
IdGeneratorBinder - Class in org.hibernate.metamodel.source.annotations.global
Binds SequenceGenerator, TableGenerator, GenericGenerator, and GenericGenerators annotations.
IdMapper - Interface in org.hibernate.envers.entities.mapper.id
 
IdMappingData - Class in org.hibernate.envers.entities
 
IdMappingData(IdMapper, Element, Element) - Constructor for class org.hibernate.envers.entities.IdMappingData
 
IdMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
Generates metadata for primary identifiers (ids) of versions entities.
ids - Variable in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
idType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
idType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
 
idType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
 
IdType - Enum in org.hibernate.metamodel.source.annotations.entity
An emum for the type of id configuration for an entity.
ignoreCase() - Method in class org.hibernate.criterion.Example
Ignore case for all string-valued properties
ignoreCase() - Method in class org.hibernate.criterion.Order
 
ignoreCase() - Method in class org.hibernate.criterion.SimpleExpression
 
ignoreInitialJoin() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
ignoreReturnValuesCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
ignoreReturnValuesCache(AdvancedCache, Flag) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
ignoringEntityNotFound(String, String) - Method in interface org.hibernate.ejb.internal.EntityManagerMessageLogger
 
ignoringEntityNotFound(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
ignoringEntityNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
ignoringTableGeneratorConstraints(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
ignoringTableGeneratorConstraints(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
ignoringTableGeneratorConstraints(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
ignoringTableGeneratorConstraints(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ignoringTableGeneratorConstraints(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
ignoringTableGeneratorConstraints(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
ignoringTableGeneratorConstraints(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ignoringTableGeneratorConstraints$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
ignoringTableGeneratorConstraints$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
ignoringTableGeneratorConstraints$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
ignoringTableGeneratorConstraints$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
ignoringTableGeneratorConstraints$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
ignoringTableGeneratorConstraints$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ignoringUnrecognizedQueryHint(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
ignoringUnrecognizedQueryHint(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
ignoringUnrecognizedQueryHint(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
ignoringUnrecognizedQueryHint(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ignoringUnrecognizedQueryHint(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
ignoringUnrecognizedQueryHint(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
ignoringUnrecognizedQueryHint(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ignoringUnrecognizedQueryHint$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
ignoringUnrecognizedQueryHint$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
ignoringUnrecognizedQueryHint$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
ignoringUnrecognizedQueryHint$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
ignoringUnrecognizedQueryHint$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
ignoringUnrecognizedQueryHint$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ilike(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like", similar to Postgres ilike operator
ilike(String, Object) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like", similar to Postgres ilike operator
IlikeExpression - Class in org.hibernate.criterion
Deprecated. 
IlikeExpression(String, Object) - Constructor for class org.hibernate.criterion.IlikeExpression
Deprecated.  
IlikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.IlikeExpression
Deprecated.  
ILLEGAL_COLL_DEREF_EXCP_BUILDER - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
illegalArgumentOnStaticMetamodelFieldInjection(String, String, String, String) - Method in interface org.hibernate.ejb.internal.EntityManagerMessageLogger
 
illegalArgumentOnStaticMetamodelFieldInjection(String, String, String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
illegalArgumentOnStaticMetamodelFieldInjection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
illegalDereference() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
 
IllegalDereferenceException - Exception in org.hibernate.ejb.criteria
Represents an illegal attempt to dereference from a path source which cannot be dereferenced.
IllegalDereferenceException(PathSource) - Constructor for exception org.hibernate.ejb.criteria.IllegalDereferenceException
 
IllegalIdentifierException - Exception in org.hibernate.metamodel.relational
Indicates an attempted use of a name that was deemed illegal
IllegalIdentifierException(String) - Constructor for exception org.hibernate.metamodel.relational.IllegalIdentifierException
 
illegalPropertyGetterArgument(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
illegalPropertyGetterArgument(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
illegalPropertyGetterArgument(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
illegalPropertyGetterArgument(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
illegalPropertyGetterArgument(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
illegalPropertyGetterArgument(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
illegalPropertyGetterArgument(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
illegalPropertyGetterArgument$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
illegalPropertyGetterArgument$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
illegalPropertyGetterArgument$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
illegalPropertyGetterArgument$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
illegalPropertyGetterArgument$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
illegalPropertyGetterArgument$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
illegalPropertySetterArgument(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
illegalPropertySetterArgument(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
illegalPropertySetterArgument(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
illegalPropertySetterArgument(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
illegalPropertySetterArgument(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
illegalPropertySetterArgument(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
illegalPropertySetterArgument(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
illegalPropertySetterArgument$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
illegalPropertySetterArgument$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
illegalPropertySetterArgument$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
illegalPropertySetterArgument$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
illegalPropertySetterArgument$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
illegalPropertySetterArgument$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC LONGVARBINARY.
ImageType - Class in org.hibernate.type
A type that maps between LONGVARBINARY and byte[]
ImageType() - Constructor for class org.hibernate.type.ImageType
 
IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
immediateLoad(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
immediateLoad(String, Serializable) - Method in interface org.hibernate.engine.spi.SessionImplementor
Load an instance immediately.
immediateLoad(String, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
immediateLoad(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
Load the data for the object with the specified id into a newly created object.
immediateLoad(String, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
Immutable - Annotation Type in org.hibernate.annotations
Mark an Entity or a Collection as immutable.
IMMUTABLE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
immutableAnnotationOnNonRoot(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
immutableAnnotationOnNonRoot(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
immutableAnnotationOnNonRoot(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
immutableAnnotationOnNonRoot(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
immutableAnnotationOnNonRoot(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
immutableAnnotationOnNonRoot(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
immutableAnnotationOnNonRoot(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
immutableAnnotationOnNonRoot$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
immutableAnnotationOnNonRoot$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
immutableAnnotationOnNonRoot$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
immutableAnnotationOnNonRoot$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
immutableAnnotationOnNonRoot$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
immutableAnnotationOnNonRoot$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for immutable objects
ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
ImmutableType - Class in org.hibernate.type
Deprecated. Use the AbstractStandardBasicType approach instead
ImmutableType() - Constructor for class org.hibernate.type.ImmutableType
Deprecated.  
IMPL_NAME - Static variable in class org.hibernate.cache.internal.RegionFactoryInitiator
Property name to use to configure the full qualified class name for the RegionFactory
IMPL_NAME - Static variable in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
IMPL_NAME - Static variable in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
implementsInterface(Class, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class implements the given interface.
implementsLifecycle() - Method in interface org.hibernate.metadata.ClassMetadata
Does the class implement the Lifecycle interface?
implementsLifecycle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
implementsLifecycle() - Method in interface org.hibernate.persister.entity.EntityPersister
Does the class implement the Lifecycle interface.
ImplicitNumericExpressionTypeDeterminer - Class in org.hibernate.ejb.criteria.predicate
 
ImplicitNumericExpressionTypeDeterminer() - Constructor for class org.hibernate.ejb.criteria.predicate.ImplicitNumericExpressionTypeDeterminer
 
IMPLIED_FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IMPLIED_FROM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ImpliedFromElement - Class in org.hibernate.hql.internal.ast.tree
Represents a FROM element implied by a path expression or a collection reference.
ImpliedFromElement() - Constructor for class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
implies(Permission) - Method in class org.hibernate.secure.internal.HibernatePermission
 
imports - Variable in class org.hibernate.cfg.Configuration
 
ImportScriptException - Exception in org.hibernate.tool.hbm2ddl
 
ImportScriptException(String) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
 
ImportScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
 
ImportSqlCommandExtractor - Interface in org.hibernate.tool.hbm2ddl
Contract for extracting statements from import.sql script.
ImportSqlCommandExtractorInitiator - Class in org.hibernate.tool.hbm2ddl
Instantiates and configures an appropriate ImportSqlCommandExtractor.
ImportSqlCommandExtractorInitiator() - Constructor for class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
ImprovedNamingStrategy - Class in org.hibernate.cfg
An improved naming strategy that prefers embedded underscores to mixed case names
ImprovedNamingStrategy() - Constructor for class org.hibernate.cfg.ImprovedNamingStrategy
 
in(Collection) - Method in class org.hibernate.criterion.Property
 
in(Object[]) - Method in class org.hibernate.criterion.Property
 
in(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
in(String, Object[]) - Static method in class org.hibernate.criterion.Restrictions
Apply an "in" constraint to the named property
in(String, Collection) - Static method in class org.hibernate.criterion.Restrictions
Apply an "in" constraint to the named property
in(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
in(Expression<? extends T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
in(Expression<? extends T>, Expression<? extends T>...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
in(Expression<? extends T>, T...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
in(Expression<? extends T>, Collection<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
in(Object...) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
in(Expression<?>...) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
in(Collection<?>) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
in(Expression<Collection<?>>) - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
in(T[]) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
in(Collection) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IN_LIST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
InAuditExpression - Class in org.hibernate.envers.query.criteria
 
InAuditExpression(PropertyNameGetter, Object[]) - Constructor for class org.hibernate.envers.query.criteria.InAuditExpression
 
inClassDeclaration() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
include(Object, String, Type) - Method in interface org.hibernate.criterion.Example.PropertySelector
 
include(AST) - Method in class org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
 
include - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
 
include - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
 
includeInResultRow() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
includeInResultRow() - Method in class org.hibernate.loader.custom.CustomLoader
 
includeInResultRow() - Method in class org.hibernate.loader.hql.QueryLoader
 
includeInResultRow() - Method in class org.hibernate.loader.Loader
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.AliasedTupleSubsetResultTransformer
Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
includeInTransform(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
includeInTransform(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
includeInTransform(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
includeInTransform(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
includeProperty(int) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.InclusionChecker
 
includeSubclasses(String) - Method in interface org.hibernate.engine.internal.JoinSequence.Selector
 
inCollectionDeclaration() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
inCollectionElementsDeclaration() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
IncomparableComparator - Class in org.hibernate.type.descriptor.java
TODO : javadoc
IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
 
incompatibleCacheValueMode() - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
incompatibleCacheValueMode() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
incompatibleCacheValueMode$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
incompatibleCacheValueModePerCache(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
incompatibleCacheValueModePerCache(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
incompatibleCacheValueModePerCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing() - Method in interface org.hibernate.internal.CoreMessageLogger
 
incompleteMappingMetadataCacheProcessing() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
incompleteMappingMetadataCacheProcessing$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
INCONSISTENT_RTN_CLASS_MARKER - Static variable in class org.hibernate.event.internal.DefaultLoadEventListener
 
INCONSISTENT_RTN_CLASS_MARKER - Static variable in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
increase() - Method in class org.hibernate.envers.tools.MutableInteger
 
increment(Object, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Generate the next increment in the optimistic locking value according the VersionType contract for the version property.
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a ++ operation
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
incrementCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
incrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before cascading
IncrementGenerator - Class in org.hibernate.id
increment

An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup.
IncrementGenerator() - Constructor for class org.hibernate.id.IncrementGenerator
 
incrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
incrementSize - Variable in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
 
Index - Annotation Type in org.hibernate.annotations
Define a DB index
index() - Method in class org.hibernate.ejb.criteria.path.ListAttributeJoin
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
index - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
Index - Class in org.hibernate.mapping
A relational table index
Index() - Constructor for class org.hibernate.mapping.Index
 
Index - Class in org.hibernate.metamodel.relational
Models a SQL INDEX
Index(Table, String) - Constructor for class org.hibernate.metamodel.relational.Index
 
INDEX - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
INDEX_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
INDEX_ENTITY_ALIAS - Static variable in class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
INDEX_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
INDEX_OP - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INDEX_OP - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INDEX_OP - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IndexBackref - Class in org.hibernate.mapping
 
IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
 
IndexBuilder - Class in org.hibernate.metamodel.source.annotations.xml.mocker
 
IndexColumn - Annotation Type in org.hibernate.annotations
Describe an index column of a List Prefer the standard OrderColumn annotation
indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
IndexColumn - Class in org.hibernate.cfg
index column
IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boolean, String, Map<String, Join>, PropertyHolder, Mappings) - Constructor for class org.hibernate.cfg.IndexColumn
 
indexColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexComponentData - Variable in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
indexContainsFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IndexedAnnotationFilter - Interface in org.hibernate.metamodel.source.annotations.xml.filter
 
IndexedCollection - Class in org.hibernate.mapping
Indexed collections include Lists, Maps, arrays and primitive arrays.
IndexedCollection(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedPluralAttribute - Interface in org.hibernate.metamodel.domain
TODO : javadoc
indexes(Set) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
indexes(Set) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
indexes(Set) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
indexes(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
indexes(Set) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
indexes(Set) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
indexes(Set) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
indexes$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
indexes$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
indexes$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
indexes$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
indexes$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
indexes$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
indexExists(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexExists(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
indexForClass(ClassLoaderService, Class<?>...) - Static method in class org.hibernate.metamodel.source.annotations.JandexHelper
Creates a jandex index for the specified classes
indexFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexManyToAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
indexManyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
IndexMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC index metadata
IndexNode - Class in org.hibernate.hql.internal.ast.tree
Represents the [] operator and provides it's semantics.
IndexNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IndexNode
 
indexOf(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
indexOf(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
indexOf(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
indexOf(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
indexOf(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
indexOf(Object[], Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
indexOf(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
indexOf(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.ListType
 
indexOf(Object, Object) - Method in class org.hibernate.type.MapType
 
indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
IndexOrUniqueKeySecondPass - Class in org.hibernate.cfg
 
IndexOrUniqueKeySecondPass(Table, String, String[], Mappings) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexOrUniqueKeySecondPass(String, Ejb3Column, Mappings) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexOrUniqueKeySecondPass(String, Ejb3Column, Mappings, boolean) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index if unique is false or a Unique Key if unique is true
IndexPropertyAccessor - Class in org.hibernate.property
Represents a "back-reference" to the index of a collection.
IndexPropertyAccessor(String, String) - Constructor for class org.hibernate.property.IndexPropertyAccessor
Constructs a new instance of IndexPropertyAccessor.
IndexPropertyAccessor.IndexGetter - Class in org.hibernate.property
The Getter implementation for index backrefs.
IndexPropertyAccessor.IndexGetter() - Constructor for class org.hibernate.property.IndexPropertyAccessor.IndexGetter
 
IndexPropertyAccessor.IndexSetter - Class in org.hibernate.property
The Setter implementation for index backrefs.
IndexPropertyAccessor.IndexSetter() - Constructor for class org.hibernate.property.IndexPropertyAccessor.IndexSetter
 
INDICES - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INDICES - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INDICES - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
InExpression - Class in org.hibernate.criterion
Constrains the property to a specified list of values
InExpression(String, Object[]) - Constructor for class org.hibernate.criterion.InExpression
 
INFINISPAN_CONFIG_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Classpath or filesystem resource containing Infinispan configurations the factory should use.
INFINISPAN_GLOBAL_STATISTICS_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
INFINISPAN_USE_SYNCHRONIZATION_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Property that controls whether Infinispan should interact with the transaction manager as a Synchronization or as an XA resource.
InfinispanRegionFactory - Class in org.hibernate.cache.infinispan
A RegionFactory for Infinispan-backed cache regions.
InfinispanRegionFactory() - Constructor for class org.hibernate.cache.infinispan.InfinispanRegionFactory
Create a new instance using the default configuration.
InfinispanRegionFactory(Properties) - Constructor for class org.hibernate.cache.infinispan.InfinispanRegionFactory
Create a new instance using conifguration properties in props.
info(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
 
info(Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
info(Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
info(String, Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
info(String, Object, Object[], Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
info(Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
info(Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
info(String, Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
info(String, Object, Object[], Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
info(Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
info(Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
info(String, Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
info(String, Object, Object[], Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
info(Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
info(Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
info(String, Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
info(String, Object, Object[], Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
info(Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
info(Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
info(String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
info(String, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
info(Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
info(Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
info(String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
info(String, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
info(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
infof(String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infof(String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infof(String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infof(String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infof(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infof(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infof(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infof(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infof(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infof(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infof(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infof(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infof(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
InformixDialect - Class in org.hibernate.dialect
Informix dialect.

Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3.
InformixDialect() - Constructor for class org.hibernate.dialect.InformixDialect
Creates new InformixDialect instance.
infoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity, based on the given entityName and id.
infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity.
infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity,.
infoString(EntityPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of entities.
infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to given entity persister.
infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a given property value for an entity.
infov(String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
infov(String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
infov(String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
infov(String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
infov(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
infov(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infov(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infov(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infov(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infov(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infov(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infov(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
infov(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
InFragment - Class in org.hibernate.sql
An SQL IN expression.
InFragment() - Constructor for class org.hibernate.sql.InFragment
 
Ingres10Dialect - Class in org.hibernate.dialect
A SQL dialect for Ingres 10 and later versions.
Ingres10Dialect() - Constructor for class org.hibernate.dialect.Ingres10Dialect
 
Ingres9Dialect - Class in org.hibernate.dialect
A SQL dialect for Ingres 9.3 and later versions.
Ingres9Dialect() - Constructor for class org.hibernate.dialect.Ingres9Dialect
 
IngresDialect - Class in org.hibernate.dialect
An SQL dialect for Ingres 9.2.
IngresDialect() - Constructor for class org.hibernate.dialect.IngresDialect
 
inherit - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
 
inheritance - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
INHERITANCE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
INHERITANCE_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
InheritanceState - Class in org.hibernate.cfg
Some extra data to the inheritance position of a class.
InheritanceState(XClass, Map<XClass, InheritanceState>, Mappings) - Constructor for class org.hibernate.cfg.InheritanceState
 
inheritanceStatePerClass - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
InheritanceType - Enum in org.hibernate.envers.configuration.metadata
 
InheritanceType - Enum in org.hibernate.metamodel.binding
The inheritance type for a given entity.
init() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
No-op in this case
INIT_COLL_SIZE - Static variable in class org.hibernate.engine.internal.StatefulPersistenceContext
 
INIT_COLLECTION - Static variable in class org.hibernate.event.spi.EventType
 
INIT_ORACLETYPES_CURSOR_VALUE - Static variable in class org.hibernate.dialect.Oracle8iDialect
 
initAll(String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initAll(String, String, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initCause(Throwable) - Method in exception org.hibernate.bytecode.internal.javassist.BulkAccessorException
Initializes the cause of this throwable.
initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initComponentPropertyPaths(String, CompositeType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initFromWalker(JoinWalker) - Method in class org.hibernate.loader.OuterJoinLoader
 
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
initialize(Configuration) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
initialize(boolean) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Initialize the collection, if possible, wrapping any exceptions in a runtime exception
initialize() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initialize() - Method in interface org.hibernate.envers.entities.mapper.relation.lazy.initializor.Initializor
 
initialize(Object) - Static method in class org.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
initialize() - Method in class org.hibernate.hql.internal.ast.tree.AbstractNullnessCheckNode
Called by the tree walker during hql-sql semantic analysis after the operator sub-tree is completely built.
initialize() - Method in class org.hibernate.hql.internal.ast.tree.BetweenOperatorNode
 
initialize() - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
initialize() - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
Performs the operator node initialization by seeking out any parameter nodes and setting their expected type, if possible.
initialize(Object) - Method in class org.hibernate.hql.internal.ast.tree.HqlSqlWalkerNode
 
initialize(Object) - Method in interface org.hibernate.hql.internal.ast.tree.InitializeableNode
Initializes the node with the parameter.
initialize() - Method in class org.hibernate.hql.internal.ast.tree.InLogicOperatorNode
 
initialize(Queryable) - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
initialize(Token) - Method in class org.hibernate.hql.internal.ast.tree.Node
 
initialize(AST) - Method in class org.hibernate.hql.internal.ast.tree.Node
 
initialize() - Method in interface org.hibernate.hql.internal.ast.tree.OperatorNode
Called by the tree walker during hql-sql semantic analysis after the operator sub-tree is completely built.
initialize() - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
initialize() - Method in class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given primitive long.
initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).
initialize() - Method in interface org.hibernate.internal.util.ValueHolder.DeferredInitializer
Build the initialization value.
initialize(Serializable, SessionImplementor) - Method in interface org.hibernate.loader.collection.CollectionInitializer
Initialize the given collection
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.CollectionLoader
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
 
initialize(ColumnRelationalState, boolean, boolean) - Method in class org.hibernate.metamodel.relational.Column
 
initialize(Size) - Method in class org.hibernate.metamodel.relational.Size
 
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initialize(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Initialize the given collection with the given key
initialize(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.NamedQueryCollectionInitializer
 
initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
initialize() - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy, fetching the target entity if necessary.
InitializeableNode - Interface in org.hibernate.hql.internal.ast.tree
An interface for initializeable AST nodes.
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
initializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.engine.spi.SessionImplementor
Initialize the collection (if not already initialized)
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
 
initializeCollection(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.BaseEnversCollectionEventListener
Forces persistent collection initialization.
initializeCollection(FromClause, String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.internal.SessionImpl
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
InitializeCollectionEvent - Class in org.hibernate.event.spi
An event that occurs when a collection wants to be initialized
InitializeCollectionEvent(PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.InitializeCollectionEvent
 
InitializeCollectionEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of collection initialization events generated by a session.
initializeComponentJoin(FromElementType) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
initializeDerivedSelectClause(FromClause) - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
Prepares a derived (i.e., not explicitly defined in the query) select clause.
initializeEntity(Object, boolean, SessionImplementor, PreLoadEvent, PostLoadEvent) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
Perform the second step of 2-phase load.
initializeEntity(FromClause, String, EntityPersister, EntityType, String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
initializeExplicitSelectClause(FromClause) - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
Prepares an explicitly defined select clause.
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentListElementHolder
Deprecated.  
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentMapElementHolder
Deprecated.  
initializeFromCache(CollectionPersister, Serializable, Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
initializeFromCache(CollectionPersister, Serializable, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeImmediately() - Method in class org.hibernate.type.ArrayType
 
initializeImmediately() - Method in class org.hibernate.type.CollectionType
 
initializeLazyProperty(String, Object, SessionImplementor) - Method in interface org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer
Initialize the property, and return its new value
initializeLazyProperty(String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeMethodNode(AST, boolean) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
initializeNonLazyCollections() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load)
initializeNonLazyCollections() - Method in interface org.hibernate.engine.spi.PersistenceContext
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load)
initializeReplicableCommand(ReplicableCommand, boolean) - Method in class org.hibernate.cache.infinispan.util.CacheCommandInitializer
 
Initializor<T> - Interface in org.hibernate.envers.entities.mapper.relation.lazy.initializor
 
initialValue - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
initialValue - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.engine.spi.CacheInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.engine.spi.CacheInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.internal.TransactionFactoryInitiator
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.config.internal.ConfigurationServiceInitiator
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.StandardServiceRegistryImpl
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectFactoryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectResolverInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.jmx.internal.JmxServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.jndi.internal.JndiServiceInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.service.jta.platform.internal.JtaPlatformInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.BasicServiceInitiator
Initiates the managed service.
initiateService(ServiceInitiator<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
Initiates the managed service.
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
Initiates the managed service.
initiateService(SessionFactoryImplementor, Configuration, ServiceRegistryImplementor) - Method in class org.hibernate.stat.internal.StatisticsInitiator
 
initiateService(SessionFactoryImplementor, MetadataImplementor, ServiceRegistryImplementor) - Method in class org.hibernate.stat.internal.StatisticsInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initLockers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initMappingColumn(String, String, int, int, int, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
initPersisters(List, LockMode) - Method in class org.hibernate.loader.JoinWalker
 
initPersisters(List, LockOptions) - Method in class org.hibernate.loader.JoinWalker
 
initPersisters(List, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.JoinWalker
 
initProjection(String, String, String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initPropertyPaths(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initPropertyPaths(String, Type, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Must be called by subclasses, at the end of their constructors
initSubclassPropertyAliasesMap(EntityBinding) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Must be called by subclasses, at the end of their constructors
injectAliases(OrderByAliasResolver) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
 
injectAliases(OrderByAliasResolver) - Method in interface org.hibernate.sql.ordering.antlr.OrderByTranslation
Inject table aliases into the translated fragment to properly qualify column references, using the given 'aliasResolver' to determine the the proper table alias to use for each column reference.
injectDependencies(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
injectDependencies(ServiceBinding<R>) - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
injectDependencies(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
InjectedDataSourceConnectionProvider - Class in org.hibernate.ejb.connection
A specialization of DatasourceConnectionProviderImpl which uses the DataSource specified vi InjectedDataSourceConnectionProvider.setDataSource(javax.sql.DataSource) rather than locating it from JNDI.
InjectedDataSourceConnectionProvider() - Constructor for class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
 
injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
 
injectFieldInterceptor(Object, String, Set, SessionImplementor) - Static method in class org.hibernate.bytecode.instrumentation.internal.javassist.JavassistHelper
 
injectHierarchy(EntityHierarchyImpl) - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
injectInitialValue(long) - Method in interface org.hibernate.id.enhanced.OptimizerFactory.InitialValueAwareOptimizer
Reports the user specified initial value to the optimizer.
injectInitialValue(long) - Method in class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
 
injectInterceptor(Object, String, Set, SessionImplementor) - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
Build and inject a field interceptor instance into the instrumented entity.
injectInterceptor(Object, String, Set, SessionImplementor) - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
INJECTION_DATA - Static variable in class org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator
 
injectParameters(Object, Properties) - Static method in class org.hibernate.type.TypeFactory
 
InjectService - Annotation Type in org.hibernate.service.spi
Annotation to allow services to request injection of other services
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.service.config.internal.ConfigurationServiceImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.service.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
injectServices(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryAwareService
Callback to inject the registry.
injectSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.type.TypeFactory
 
InLineView - Class in org.hibernate.metamodel.relational
A data container defined by a SELECT statement.
InLineView(Schema, String, String) - Constructor for class org.hibernate.metamodel.relational.InLineView
 
inList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
inList(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
InLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
 
InLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.InLogicOperatorNode
 
INNER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INNER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INNER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
INNER_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated. use JoinType.INNER_JOIN
INNER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated. use JoinType.INNER_JOIN instead.
InPredicate<T> - Class in org.hibernate.ejb.criteria.predicate
Models an [NOT] IN restriction
InPredicate(CriteriaBuilderImpl, Expression<? extends T>) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with an empty list of values.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, Expression<? extends T>...) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given list of expression values.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, List<Expression<? extends T>>) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given list of expression values.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, T...) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given given literal value list.
InPredicate(CriteriaBuilderImpl, Expression<? extends T>, Collection<T>) - Constructor for class org.hibernate.ejb.criteria.predicate.InPredicate
Constructs an IN predicate against a given expression with the given literal value list.
inProjectionList() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
inProjectionList() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
InputStreamZippedJarVisitor - Class in org.hibernate.ejb.packaging
Work on a JAR that can only be accessed through a inputstream This is less efficient than the FileZippedJarVisitor
InputStreamZippedJarVisitor(URL, Filter[], String) - Constructor for class org.hibernate.ejb.packaging.InputStreamZippedJarVisitor
 
InputStreamZippedJarVisitor(String, Filter[]) - Constructor for class org.hibernate.ejb.packaging.InputStreamZippedJarVisitor
 
inRhs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
insert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
insert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Returns false since this is an asynchronous cache access strategy.
insert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Returns false since this is an asynchronous cache access strategy.
insert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
This cache is asynchronous hence a no-op
insert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
This cache is asynchronous hence a no-op
insert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
insert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
insert(Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
insert(Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been inserted (before the transaction completes), instead of calling evict().
INSERT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INSERT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INSERT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
insert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
insert(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
insert(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
Values for this property are generated by the database on insert.
insert(Object[], boolean[], String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT, and then retrieve a generated identifier.
insert(Serializable, Object[], boolean[], int, String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT.
insert(Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Serializable, Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance
insert(Object[], Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance, using a natively generated identifier (optional operation)
INSERT - Static variable in class org.hibernate.secure.internal.HibernatePermission
 
Insert - Class in org.hibernate.sql
An SQL INSERT statement
Insert(Dialect) - Constructor for class org.hibernate.sql.Insert
 
insert(Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(String, Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insertable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
insertable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
insertable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
insertable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
insertable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
insertable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
insertable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
 
insertablePropertySpec() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
insertablePropertySpec(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
insertChild(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Inserts the child as the first child of the parent, all other children are shifted over to the 'right'.
insertCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
insertCount
insertEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
insertEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being inserted
InsertGeneratedIdentifierDelegate - Interface in org.hibernate.id.insert
Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value
insertResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Insert the persistent state of any new collection elements
insertRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
InsertSelect - Class in org.hibernate.sql
Implementation of InsertSelect.
InsertSelect(Dialect) - Constructor for class org.hibernate.sql.InsertSelect
 
InsertSelectIdentityInsert - Class in org.hibernate.id.insert
Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement.
InsertSelectIdentityInsert(Dialect) - Constructor for class org.hibernate.id.insert.InsertSelectIdentityInsert
 
insertSibling(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Inserts a node into a child subtree as a particularly positioned sibling taking care to properly reorganize the tree to account for this new addition.
insertStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
insertStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
insertStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
InsertStatement - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL "insert select" statement.
InsertStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.InsertStatement
 
INSTANCE - Static variable in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
Singleton instance.
INSTANCE - Static variable in class org.hibernate.cache.internal.RegionFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
INSTANCE - Static variable in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultNamingStrategy
The singleton instance
INSTANCE - Static variable in class org.hibernate.cfg.EJB3DTDEntityResolver
 
INSTANCE - Static variable in class org.hibernate.cfg.EJB3NamingStrategy
 
INSTANCE - Static variable in class org.hibernate.cfg.ImprovedNamingStrategy
A convenient singleton instance
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
 
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
 
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
INSTANCE - Static variable in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.ByteValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.DoubleValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.FloatValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.IntegerValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.LongValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.ShortValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.criteria.ValueHandlerFactory.StringValueHandler
 
INSTANCE - Static variable in class org.hibernate.ejb.event.EJB3AutoFlushEventListener
 
INSTANCE - Static variable in class org.hibernate.ejb.event.EJB3FlushEventListener
 
INSTANCE - Static variable in class org.hibernate.ejb.internal.EntityManagerFactoryRegistry
 
INSTANCE - Static variable in class org.hibernate.EmptyInterceptor
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.ResultSetWrapperImpl
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
INSTANCE - Static variable in class org.hibernate.engine.spi.CacheInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.internal.TransactionFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.envers.event.EnversListenerDuplicationStrategy
 
INSTANCE - Static variable in class org.hibernate.event.service.internal.EventListenerServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
INSTANCE - Static variable in class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.id.uuid.StandardRandomStrategy
 
INSTANCE - Static variable in class org.hibernate.internal.SessionFactoryRegistry
 
INSTANCE - Static variable in class org.hibernate.internal.util.collections.EmptyIterator
 
INSTANCE - Static variable in class org.hibernate.internal.util.compare.CalendarComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.compare.ComparableComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.xml.MappingReader
 
INSTANCE - Static variable in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.service.config.internal.ConfigurationServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator
 
INSTANCE - Static variable in class org.hibernate.service.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
INSTANCE - Static variable in class org.hibernate.service.jdbc.dialect.internal.DialectFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.service.jdbc.dialect.internal.DialectResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.service.jmx.internal.DisabledJmxServiceImpl
 
INSTANCE - Static variable in class org.hibernate.service.jmx.internal.JmxServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.service.jndi.internal.JndiServiceInitiator
 
INSTANCE - Static variable in class org.hibernate.service.jta.platform.internal.JtaPlatformInitiator
 
INSTANCE - Static variable in class org.hibernate.sql.Template.NoOpColumnMapper
 
INSTANCE - Static variable in class org.hibernate.stat.internal.StatisticsInitiator
 
INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaBootstrap
 
INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
INSTANCE - Static variable in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
INSTANCE - Static variable in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.DistinctResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.PassThroughResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.RootEntityResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.ToListResultTransformer
 
INSTANCE - Static variable in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
INSTANCE - Static variable in class org.hibernate.type.BigDecimalType
 
INSTANCE - Static variable in class org.hibernate.type.BigIntegerType
 
INSTANCE - Static variable in class org.hibernate.type.BinaryType
 
INSTANCE - Static variable in class org.hibernate.type.BlobType
 
INSTANCE - Static variable in class org.hibernate.type.BooleanType
 
INSTANCE - Static variable in class org.hibernate.type.ByteType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarDateType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayClobType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayNClobType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterNCharType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterType
 
INSTANCE - Static variable in class org.hibernate.type.CharArrayType
 
INSTANCE - Static variable in class org.hibernate.type.ClassType
 
INSTANCE - Static variable in class org.hibernate.type.ClobType
 
INSTANCE - Static variable in class org.hibernate.type.CurrencyType
 
INSTANCE - Static variable in class org.hibernate.type.DateType
 
INSTANCE - Static variable in class org.hibernate.type.DbTimestampType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.DoubleType
 
INSTANCE - Static variable in class org.hibernate.type.FloatType
 
INSTANCE - Static variable in class org.hibernate.type.ImageType
 
INSTANCE - Static variable in class org.hibernate.type.IntegerType
 
INSTANCE - Static variable in class org.hibernate.type.LocaleType
 
INSTANCE - Static variable in class org.hibernate.type.LongType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedBlobType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedClobType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedNClobType
 
INSTANCE - Static variable in class org.hibernate.type.NClobType
 
INSTANCE - Static variable in class org.hibernate.type.NTextType
 
INSTANCE - Static variable in class org.hibernate.type.NumericBooleanType
 
INSTANCE - Static variable in class org.hibernate.type.ObjectType
 
INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType
 
INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayClobType
 
INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
INSTANCE - Static variable in class org.hibernate.type.SerializableType
 
INSTANCE - Static variable in class org.hibernate.type.ShortType
 
INSTANCE - Static variable in class org.hibernate.type.StringNVarcharType
 
INSTANCE - Static variable in class org.hibernate.type.StringType
 
INSTANCE - Static variable in class org.hibernate.type.TextType
 
INSTANCE - Static variable in class org.hibernate.type.TimestampType
 
INSTANCE - Static variable in class org.hibernate.type.TimeType
 
INSTANCE - Static variable in class org.hibernate.type.TimeZoneType
 
INSTANCE - Static variable in class org.hibernate.type.TrueFalseType
 
INSTANCE - Static variable in class org.hibernate.type.UrlType
 
INSTANCE - Static variable in class org.hibernate.type.UUIDBinaryType
 
INSTANCE - Static variable in class org.hibernate.type.UUIDCharType
 
INSTANCE - Static variable in class org.hibernate.type.WrappedMaterializedBlobType
 
INSTANCE - Static variable in class org.hibernate.type.WrapperBinaryType
 
INSTANCE - Static variable in class org.hibernate.type.YesNoType
 
instantiate(String, EntityMode, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
instantiate(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(String, Serializable) - Method in interface org.hibernate.engine.spi.SessionImplementor
Instantiate the entity class, initializing with the given identifier
instantiate(String, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.event.spi.EventSource
Instantiate an entity instance, using either an interceptor, or the given persister
instantiate(Object[]) - Method in class org.hibernate.hql.internal.HolderInstantiator
 
instantiate(String, EntityMode, Serializable) - Method in interface org.hibernate.Interceptor
Instantiate the entity class.
instantiate(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
instantiate(EntityPersister, Serializable) - Method in class org.hibernate.internal.SessionImpl
give the interceptor an opportunity to override the default instantiation
instantiate(String, Serializable) - Method in class org.hibernate.internal.StatelessSessionImpl
 
instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Create a class instance initialized with the given identifier
instantiate(Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a class instance initialized with the given identifier
instantiate() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
This method does not populate the component parent
instantiate(Serializable) - Method in class org.hibernate.tuple.Dom4jInstantiator
 
instantiate() - Method in class org.hibernate.tuple.Dom4jInstantiator
 
instantiate(Serializable) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate(Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated. Use EntityTuplizer.instantiate(Serializable, SessionImplementor) instead.
instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Create an entity instance initialized with the given identifier.
instantiate(Serializable) - Method in interface org.hibernate.tuple.Instantiator
Perform the requested entity instantiation.
instantiate() - Method in interface org.hibernate.tuple.Instantiator
Perform the requested instantiation.
instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate(Serializable) - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate() - Method in interface org.hibernate.tuple.Tuplizer
Generate a new, empty entity.
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ArrayType
 
instantiate(int) - Method in class org.hibernate.type.ArrayType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.BagType
 
instantiate(int) - Method in class org.hibernate.type.BagType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CollectionType
Instantiate an uninitialized collection wrapper or holder.
instantiate(int) - Method in class org.hibernate.type.CollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(EntityMode) - Method in class org.hibernate.type.ComponentType
This method does not populate the component parent
instantiate(Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(Object, SessionImplementor) - Method in class org.hibernate.type.EmbeddedComponentType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ListType
 
instantiate(int) - Method in class org.hibernate.type.ListType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedMapType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(int) - Method in class org.hibernate.type.OrderedSetType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SetType
 
instantiate(int) - Method in class org.hibernate.type.SetType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedMapType
 
instantiate(int) - Method in class org.hibernate.type.SortedMapType
 
instantiate(SessionImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedSetType
 
instantiate(int) - Method in class org.hibernate.type.SortedSetType
 
instantiate(SessionImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an uninitialized instance of the collection wrapper
instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiateResult(Object) - Method in class org.hibernate.type.ArrayType
 
instantiateResult(Object) - Method in class org.hibernate.type.CollectionType
Instantiate a new "underlying" collection exhibiting the same capacity charactersitcs and the passed "original".
instantiateSequenced(int) - Static method in class org.hibernate.internal.util.collections.IdentityMap
Return a new instance of this class, with iteration order defined as the order in which entries were added
instantiatingExplicitConnectionProvider(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
instantiatingExplicitConnectionProvider(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
instantiatingExplicitConnectionProvider(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
instantiatingExplicitConnectionProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
instantiatingExplicitConnectionProvider(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
instantiatingExplicitConnectionProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
instantiatingExplicitConnectionProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
instantiatingExplicitConnectionProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
instantiatingExplicitConnectionProvider$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
instantiatingExplicitConnectionProvider$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
instantiatingExplicitConnectionProvider$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
instantiatingExplicitConnectionProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
instantiatingExplicitConnectionProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
InstantiationException - Exception in org.hibernate
Thrown if Hibernate can't instantiate an entity or component class at runtime.
InstantiationException(String, Class, Throwable) - Constructor for exception org.hibernate.InstantiationException
 
InstantiationException(String, Class) - Constructor for exception org.hibernate.InstantiationException
 
InstantiationException(String, Class, Exception) - Constructor for exception org.hibernate.InstantiationException
 
InstantiationOptimizerAdapter - Class in org.hibernate.bytecode.internal.javassist
The ReflectionOptimizer.InstantiationOptimizer implementation for Javassist which simply acts as an adapter to the FastClass class.
InstantiationOptimizerAdapter(FastClass) - Constructor for class org.hibernate.bytecode.internal.javassist.InstantiationOptimizerAdapter
 
instantiator - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
Instantiator - Interface in org.hibernate.tuple
Contract for implementors responsible for instantiating entity/component instances.
InstrumentedClassLoader - Class in org.hibernate.bytecode.spi
A specialized classloader which performs bytecode enhancement on class definitions as they are loaded into the classloader scope.
InstrumentedClassLoader(ClassLoader, ClassTransformer) - Constructor for class org.hibernate.bytecode.spi.InstrumentedClassLoader
 
Instrumenter - Interface in org.hibernate.bytecode.buildtime.spi
Basic contract for performing instrumentation
Instrumenter.Options - Interface in org.hibernate.bytecode.buildtime.spi
Instrumentation options
InstrumentTask - Class in org.hibernate.tool.instrument.javassist
An Ant task for instrumenting persistent classes in order to enable field-level interception using Javassist.
InstrumentTask() - Constructor for class org.hibernate.tool.instrument.javassist.InstrumentTask
 
INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Integer to JDBC INTEGER.
IntegerType - Class in org.hibernate.type
A type that maps between INTEGER and @link Integer}
IntegerType() - Constructor for class org.hibernate.type.IntegerType
 
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Integer handling.
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for INTEGER handling.
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
IntegralDataTypeHolder - Interface in org.hibernate.id
Defines a common api for dealing with data of integral data type.
integrate(Configuration, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
integrate(MetadataImplementor, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
integrate(Configuration, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ejb.event.JpaIntegrator
 
integrate(MetadataImplementor, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.ejb.event.JpaIntegrator
Perform integration.
integrate(Configuration, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.envers.event.EnversIntegrator
 
integrate(MetadataImplementor, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.envers.event.EnversIntegrator
Perform integration.
integrate(Configuration, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Perform integration.
integrate(MetadataImplementor, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Perform integration.
IntegrationException - Exception in org.hibernate.cfg.beanvalidation
Indicates a problem integrating Hibernate and the Bean Validation spec.
IntegrationException(String) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
Integrator - Interface in org.hibernate.integrator.spi
Contract for stuff that integrates with Hibernate.
IntegratorService - Interface in org.hibernate.integrator.spi
 
IntegratorServiceImpl - Class in org.hibernate.integrator.internal
 
IntegratorServiceImpl(LinkedHashSet<Integrator>, ClassLoaderService) - Constructor for class org.hibernate.integrator.internal.IntegratorServiceImpl
 
InterbaseDialect - Class in org.hibernate.dialect
An SQL dialect for Interbase.
InterbaseDialect() - Constructor for class org.hibernate.dialect.InterbaseDialect
 
intercept(Object, String, Object) - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
InterceptFieldClassFileTransformer - Class in org.hibernate.ejb.instrument
Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
InterceptFieldClassFileTransformer(List<String>) - Constructor for class org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer
 
INTERCEPTOR - Static variable in class org.hibernate.ejb.AvailableSettings
Interceptor class name, the class has to have a no-arg constructor the interceptor instance is shared amongst all EntityManager of a given EntityManagerFactory
Interceptor - Interface in org.hibernate
Allows user code to inspect and/or change property values.
interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
Adds a specific interceptor to the session options
interceptor() - Method in interface org.hibernate.SharedSessionBuilder
Signifies the interceptor from the original session should be used to create the new session
interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
 
INTERCEPTOR_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
INTERCEPTOR_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
INTERCEPTOR_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
internalAddColumn(Column) - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
internalColumnAccess() - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
internalExecuteUpdate() - Method in class org.hibernate.ejb.AbstractQueryImpl
Actually execute the update; all pre-requisites have been checked.
internalExecuteUpdate() - Method in class org.hibernate.ejb.QueryImpl
 
internalGetSubqueries() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
internalLoad(String, Serializable, boolean, boolean) - Method in interface org.hibernate.engine.spi.SessionImplementor
Load an instance without checking if it was deleted.
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.internal.SessionImpl
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
interpret(short) - Static method in enum org.hibernate.engine.jdbc.internal.TypeNullability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the NULLABLE column, return the appropriate enum.
interpret(short) - Static method in enum org.hibernate.engine.jdbc.internal.TypeSearchability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the SEARCHABLE column, return the appropriate enum.
interpret(Object) - Static method in enum org.hibernate.loader.BatchFetchStyle
 
interpret(boolean, boolean) - Static method in enum org.hibernate.tool.hbm2ddl.Target
 
interpret(Object) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
interpretCacheMode(CacheStoreMode, CacheRetrieveMode) - Static method in class org.hibernate.ejb.util.CacheModeHelper
Given a JPA CacheStoreMode and CacheRetrieveMode, determine the corresponding legacy Hibernate CacheMode.
interpretCacheRetrieveMode(CacheMode) - Static method in class org.hibernate.ejb.util.CacheModeHelper
 
interpretCacheStoreMode(CacheMode) - Static method in class org.hibernate.ejb.util.CacheModeHelper
 
interpretCascadeStyles(String, LocalBindingContext) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
interpretInheritanceType(EntityElement) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
interpretLockMode(Object) - Static method in class org.hibernate.ejb.util.LockModeTypeHelper
 
INTO - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
INTO - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
INTO - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
intoClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
intoClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
IntoClause - Class in org.hibernate.hql.internal.ast.tree
Represents an entity referenced in the INTO clause of an HQL INSERT statement.
IntoClause() - Constructor for class org.hibernate.hql.internal.ast.tree.IntoClause
 
INVALID_NATURAL_ID_REFERENCE - Static variable in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
 
invalidArrayElementType(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidArrayElementType(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidArrayElementType(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidArrayElementType(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidArrayElementType(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidArrayElementType(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidArrayElementType(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidArrayElementType$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidArrayElementType$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidArrayElementType$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidArrayElementType$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidArrayElementType$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidArrayElementType$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
InvalidatableWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Specialized JdbcWrapper contract for wrapped objects that can additioanlly be invalidated
invalidate(Serializable[]) - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
 
invalidate() - Method in interface org.hibernate.engine.jdbc.spi.InvalidatableWrapper
Make the wrapper invalid for further usage.
invalidate() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
invalidate() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Called after completion of the underlying transaction to signify the facade is no longer valid.
invalidateKey(Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Invalidates any previously registered pending puts ensuring a subsequent call to PutFromLoadValidator.acquirePutFromLoadLock(Object) will return false.
invalidateRegion() - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Invalidates all previously registered pending puts ensuring a subsequent call to PutFromLoadValidator.acquirePutFromLoadLock(Object) will return false.
invalidateRegion() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
invalidateRegion() - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
 
invalidDiscriminatorAnnotation(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidDiscriminatorAnnotation(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidDiscriminatorAnnotation(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidDiscriminatorAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidDiscriminatorAnnotation(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidDiscriminatorAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidDiscriminatorAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidDiscriminatorAnnotation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidDiscriminatorAnnotation$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidDiscriminatorAnnotation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidDiscriminatorAnnotation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidDiscriminatorAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidDiscriminatorAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidEditOfReadOnlyItem(Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidEditOfReadOnlyItem(Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidEditOfReadOnlyItem(Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidEditOfReadOnlyItem(Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidEditOfReadOnlyItem(Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidEditOfReadOnlyItem(Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidEditOfReadOnlyItem(Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidEditOfReadOnlyItem$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidEditOfReadOnlyItem$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidEditOfReadOnlyItem$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidEditOfReadOnlyItem$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidEditOfReadOnlyItem$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidEditOfReadOnlyItem$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidJndiName(String, JndiNameException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidJndiName(String, JndiNameException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidJndiName(String, JndiNameException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidJndiName(String, JndiNameException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidJndiName(String, JndiNameException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidJndiName(String, JndiNameException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidJndiName(String, JndiNameException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidJndiName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidJndiName$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidJndiName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidJndiName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidJndiName$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidJndiName$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
InvalidMappingException - Exception in org.hibernate
Thrown when a mapping is found to be invalid.
InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, XmlDocument, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, XmlDocument) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, String) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMappingException(String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
 
InvalidMethodForAnnotationException - Exception in org.hibernate.testing.junit4
Indicates that an annotations was attached to a method incorrectly.
InvalidMethodForAnnotationException(String) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
 
InvalidMethodForAnnotationException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
 
invalidOnDeleteAnnotation(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidOnDeleteAnnotation(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidOnDeleteAnnotation(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidOnDeleteAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidOnDeleteAnnotation(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidOnDeleteAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidOnDeleteAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidOnDeleteAnnotation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidOnDeleteAnnotation$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidOnDeleteAnnotation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidOnDeleteAnnotation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidOnDeleteAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidOnDeleteAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
InvalidPathException - Exception in org.hibernate.hql.internal.ast
Exception thrown when an invalid path is found in a query.
InvalidPathException(String) - Constructor for exception org.hibernate.hql.internal.ast.InvalidPathException
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidPrimaryKeyJoinColumnAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidSubStrategy(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidSubStrategy(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidSubStrategy(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidSubStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidSubStrategy(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidSubStrategy(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidSubStrategy(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidSubStrategy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidSubStrategy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidSubStrategy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidSubStrategy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidSubStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidSubStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidTableAnnotation(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidTableAnnotation(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidTableAnnotation(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidTableAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidTableAnnotation(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidTableAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidTableAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
invalidTableAnnotation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
invalidTableAnnotation$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
invalidTableAnnotation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
invalidTableAnnotation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
invalidTableAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
invalidTableAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
InvalidWithClauseException - Exception in org.hibernate.hql.internal.ast
Indicates an issue with the encountered with-clause.
InvalidWithClauseException(String) - Constructor for exception org.hibernate.hql.internal.ast.InvalidWithClauseException
 
InvalidWithClauseException(String, String) - Constructor for exception org.hibernate.hql.internal.ast.InvalidWithClauseException
 
inverse - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
inverse - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
inverse - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
inverse - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
inverse - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
inverse - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
inverseJoinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
 
invoke(String, Class[], Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
invoke(int, Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
invoke(Object) - Method in class org.hibernate.ejb.event.BeanCallback
 
invoke(Object) - Method in class org.hibernate.ejb.event.Callback
 
invoke(Object) - Method in class org.hibernate.ejb.event.ListenerCallback
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.BlobProxy
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ClobProxy
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
 
invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
invoke(Object, Method, Method, Object[]) - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
INVOKE_IMPLEMENTATION - Static variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
 
invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
invokeExplosively(Object, Object...) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.ejb.event.EJB3FlushEntityEventListener
 
invokeInterceptor(SessionImplementor, Object, EntityEntry, Object[], EntityPersister) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
invokeUpdateLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
IS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IS_DYNAMIC - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IS_NOT_NULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
IS_NULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
IS_PRIMARY_KEY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
isAbstract() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
isAbstract() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the abstract property.
isAbstract() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the abstract property.
isAbstract() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the abstract property.
isAbstract() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the abstract property.
isAbstract() - Method in class org.hibernate.mapping.PersistentClass
 
isAbstract() - Method in class org.hibernate.mapping.Table
 
isAbstract() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isAbstract() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
isAbstract() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Is the entity abstract?

The implication is whether the entity maps to a database table.

isAbstract() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
isAbstract() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAbstract() - Method in interface org.hibernate.persister.entity.Loadable
 
isAbstract() - Method in interface org.hibernate.persister.entity.Queryable
Is this an abstract class?
isAbstract() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isAbstractClass(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class is declared abstract.
isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
 
isActive() - Method in class org.hibernate.ejb.TransactionImpl
 
isActive() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
isActive() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
isActive(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate an active transaction?
isActive(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate an active transaction?
isActive(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate an active transaction?
isActive() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
isActive() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
isActive() - Method in interface org.hibernate.Transaction
Is this transaction still active?

Answers on a best effort basis.

isAffectedBy(Map) - Method in class org.hibernate.internal.FilterHelper
 
isAffectedByEnabledFilters(SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAggregation() - Method in class org.hibernate.ejb.criteria.expression.function.AggregationFunction
 
isAggregation() - Method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
 
isAggregation() - Method in interface org.hibernate.ejb.criteria.expression.function.FunctionExpression
Is this function a value aggregator (like a COUNT or MAX function e.g.)?
isAlias(String) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
isAllFalse(boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAllNegative(int[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAllowNulls() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllowProxyCreation() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllPropertyFetch() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isAllTrue(boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.Collection
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.OneToMany
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
 
isAlternateUniqueKey() - Method in interface org.hibernate.mapping.Value
 
isAlternateUniqueKey() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
isAlternateUniqueKey() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.AnyType
 
isAlwaysDirtyChecked() - Method in interface org.hibernate.type.AssociationType
Do we dirty check this association, even when there are no columns to be updated?
isAlwaysDirtyChecked() - Method in class org.hibernate.type.CollectionType
We always need to dirty check the collection because we sometimes need to incremement version number of owner and also because of how assemble/disassemble is implemented for uks
isAlwaysDirtyChecked() - Method in class org.hibernate.type.ManyToOneType
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.OneToOneType
We don't need to dirty check one-to-one because of how assemble/disassemble is implemented and because a one-to-one association is never dirty
isAnnotationPresent(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
isAnyCollectionProperty(String) - Static method in class org.hibernate.hql.internal.CollectionProperties
 
isAnyType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAnyType() - Method in class org.hibernate.type.AbstractType
 
isAnyType() - Method in class org.hibernate.type.AnyType
 
isAnyType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AnyType.
isArray() - Method in class org.hibernate.mapping.Array
 
isArray() - Method in class org.hibernate.mapping.Collection
 
isArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection an array?
isArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array?
isArrayType() - Method in class org.hibernate.type.ArrayType
 
isArrayType() - Method in class org.hibernate.type.CollectionType
 
isAscending() - Method in class org.hibernate.criterion.Order
 
isAscending() - Method in class org.hibernate.ejb.criteria.OrderImpl
 
isAssociation() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
isAssociation() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
isAssociation() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
isAssociation() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
isAssociation() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
isAssociation() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
isAssociation() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
isAssociation() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
isAssociation() - Method in class org.hibernate.metamodel.domain.BasicType
 
isAssociation() - Method in class org.hibernate.metamodel.domain.Component
 
isAssociation() - Method in class org.hibernate.metamodel.domain.Entity
 
isAssociation() - Method in class org.hibernate.metamodel.domain.NonEntity
 
isAssociation() - Method in class org.hibernate.metamodel.domain.Superclass
 
isAssociation() - Method in interface org.hibernate.metamodel.domain.Type
 
isAssociationFetch() - Method in class org.hibernate.event.spi.LoadEvent
 
isAssociationType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAssociationType() - Method in class org.hibernate.type.AbstractType
 
isAssociationType() - Method in class org.hibernate.type.AnyType
 
isAssociationType() - Method in class org.hibernate.type.CollectionType
Note: return true because this type is castable to AssociationType.
isAssociationType() - Method in class org.hibernate.type.EntityType
An entity type is a type of association type
isAssociationType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AssociationType.
isAudited() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
isAudited() - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
isAudited() - Method in class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
isAutoCloseEnabled() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
isAutoCloseEnabled() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoCloseSessionEnabled() - Method in class org.hibernate.cfg.Settings
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Should session automatically be closed after transaction completion in this context?
isAutoCloseSessionEnabled() - Method in class org.hibernate.internal.SessionImpl
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isAutoCommit() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
isAutoCommit() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
 
isAutoCreateSchema() - Method in class org.hibernate.cfg.Settings
 
isAutoDropSchema() - Method in class org.hibernate.cfg.Settings
 
isAutoFlushEnabled() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
isAutoFlushEnabled() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoImport() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
isAutoImport() - Method in interface org.hibernate.cfg.Mappings
Determine whether auto importing of entity names is currently enabled.
isAutoImport() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the autoImport property.
isAutoImport() - Method in interface org.hibernate.metamodel.source.hbm.HbmBindingContext
 
isAutoUpdateSchema() - Method in class org.hibernate.cfg.Settings
 
isAutoValidateSchema() - Method in class org.hibernate.cfg.Settings
 
isBackRef() - Method in class org.hibernate.mapping.Backref
isBackRef() - Method in class org.hibernate.mapping.IndexBackref
 
isBackRef() - Method in class org.hibernate.mapping.Property
 
isBasicCollection() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
 
isBasicPropertyAccessor() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
isBasicPropertyAccessor() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
isBatchable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in class org.hibernate.engine.spi.EntityKey
 
isBatchLoadable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
Is batch loading enabled?
isBeingReplicated() - Method in class org.hibernate.engine.spi.EntityEntry
 
isBidirectional() - Method in class org.hibernate.envers.entities.RelationDescription
 
isBound(Parameter<?>) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
isCacheable() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
isCacheable() - Method in class org.hibernate.engine.spi.QueryParameters
 
isCacheable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the cacheable property.
isCacheInvalidationRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
We can't immediately add to the cache if we have formulas which must be evaluated, or if we have the possibility of two concurrent updates to the same item being merged on the database.
isCacheInvalidationRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Should we always invalidate the cache instead of recaching updated state
isCacheLazyProperties() - Method in class org.hibernate.metamodel.binding.Caching
 
isCallable() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
isCallable() - Method in class org.hibernate.engine.spi.QueryParameters
 
isCallable() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.CustomSqlElement
 
isCallable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.metamodel.binding.CustomSQL
 
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
isCascadeDeleteEnabled() - Method in class org.hibernate.event.spi.DeleteEvent
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.mapping.KeyValue
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.SimpleValue
 
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is cascade delete handled by the database-level foreign key constraint definition?
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isCascadePersist() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
isCaseSensitive() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
isCatalogQuoted() - Method in class org.hibernate.mapping.Table
 
isCharacter(Class) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
 
isCharacter(Object) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
 
isCheckDeleted() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isCheckNullability() - Method in class org.hibernate.cfg.Settings
 
isClassFile(File) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Does this file represent a compiled class?
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
isClearQueueEnabled() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
isClosed() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isClosed() - Method in interface org.hibernate.engine.spi.SessionImplementor
Determine whether the session is closed.
isClosed() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Is this context already closed?
isClosed() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isClosed() - Method in class org.hibernate.internal.AbstractSessionImpl
 
isClosed() - Method in class org.hibernate.internal.SessionFactoryImpl
 
isClosed() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
isClosed() - Method in interface org.hibernate.SessionFactory
Is this factory already closed?
isClustered(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
isCollection() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
isCollection() - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl
isCollection() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
isCollection() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
isCollection() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isCollection() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isCollection() - Method in interface org.hibernate.persister.entity.Joinable
Is this instance actually a CollectionPersister?
isCollectionJoin() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isCollectionOfValuesOrComponents() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isCollectionProperty(String) - Static method in class org.hibernate.hql.internal.CollectionProperties
 
isCollectionPropertyMethod() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
isCollectionType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isCollectionType() - Method in class org.hibernate.type.AbstractType
 
isCollectionType() - Method in class org.hibernate.type.CollectionType
 
isCollectionType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CollectionType.
isCollectionValued() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
isCommentsEnabled() - Method in class org.hibernate.cfg.Settings
 
isCommitted(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate a committed transaction?
isCommitted(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate a commit?
isCommitted(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate a commit?
isComparativeExpressionClause() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isCompiled() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
isComponent() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isComponent() - Method in interface org.hibernate.cfg.PropertyHolder
 
isComponent() - Method in class org.hibernate.metamodel.domain.BasicType
 
isComponent() - Method in class org.hibernate.metamodel.domain.Component
 
isComponent() - Method in class org.hibernate.metamodel.domain.Entity
 
isComponent() - Method in class org.hibernate.metamodel.domain.NonEntity
 
isComponent() - Method in class org.hibernate.metamodel.domain.Superclass
 
isComponent() - Method in interface org.hibernate.metamodel.domain.Type
 
isComponentType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isComponentType() - Method in class org.hibernate.type.AbstractType
 
isComponentType() - Method in class org.hibernate.type.AnyType
 
isComponentType() - Method in class org.hibernate.type.ComponentType
 
isComponentType() - Method in class org.hibernate.type.CompositeCustomType
 
isComponentType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CompositeType.
isComposite() - Method in class org.hibernate.mapping.Property
 
isCompositeClass(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class name represent an embeddable/component class?
isCompositeClass(CtClass) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
isCompoundSelection() - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
 
isCompoundSelection() - Method in class org.hibernate.ejb.criteria.expression.SelectionImpl
 
isCompoundSelection() - Method in class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
 
isConnected() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isConnected() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isConnected() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isConnected() - Method in class org.hibernate.internal.SessionImpl
 
isConnected() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isConnected() - Method in interface org.hibernate.Session
Check if the session is currently connected.
isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'connectedToSession'.
isConstrained() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the constrained property.
isConstrained() - Method in class org.hibernate.mapping.OneToOne
Returns the constrained.
isConstructor() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
isConstructor() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
isConstructor() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
isConstructor() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns true if the element is a constructor (e.g.
isContainsJoinFetchedBag() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'containsJoinFetchedBag', which flags whether this fetch profile contained any bag join fetches
isContainsJoinFetchedCollection() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'containsJoinFetchedCollection', which flags whether this fetch profile contained any collection join fetches.
isCorrelated() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
isCreationVetoed(Dialect) - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CUBRIDDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
Should the value returned by Dialect.getCurrentTimestampSelectString() be treated as callable.
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.FrontBaseDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
Should the value returned by HSQLDialect.getCurrentTimestampSelectString() be treated as callable.
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InformixDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Ingres9Dialect
Should the value returned by Ingres9Dialect.getCurrentTimestampSelectString() be treated as callable.
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InterbaseDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle8iDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.TimesTenDialect
 
isCustomDeleteAllCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Join
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Join
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Join
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isDataDefinitionImplicitCommit() - Method in class org.hibernate.cfg.Settings
 
isDataDefinitionInTransactionSupported() - Method in class org.hibernate.cfg.Settings
 
isDebugEnabled() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
isDebugEnabled() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
isDebugEnabled() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
isDebugEnabled() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
isDebugEnabled() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
isDebugEnabled() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
isDeepCopyNeeded() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
isDefault(XClass, Mappings) - Static method in class org.hibernate.cfg.AnnotationBinder
 
isDefaultLazy() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
isDefaultLazy() - Method in interface org.hibernate.cfg.Mappings
Determine whether default laziness is currently enabled.
isDefaultLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Gets the value of the defaultLazy property.
isDefaultReadOnly() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.PersistenceContext
Will entities and proxies that are loaded into this persistence context be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDefaultReadOnly() - Method in class org.hibernate.internal.SessionImpl
Will entities and proxies that are loaded into this session be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefaultReadOnly() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isDefaultReadOnly() - Method in interface org.hibernate.Session
Will entities and proxies that are loaded into this session be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefinedOnSubclass(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDefinedOnSubclass(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Is this property defined on a subclass of the mapped class.
isDeleteAllCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isDeleteCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isDeleteCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDereferencedBySubclassProperty() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isDereferencedBySuperclassOrSubclassProperty() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isDereferencedBySuperclassProperty() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isDerived() - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
 
isDirectlyAccessible() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirectlyAccessible() - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
isDirectlyAccessible() - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
isDirectlyAccessible() - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
isDirectlyAccessible() - Method in interface org.hibernate.collection.spi.PersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
 
isDirty() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
isDirty() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Is the entity considered dirty?
isDirty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
isDirty(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
Do the attribute dirty check.
isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
The callback used by Hibernate to determine if the given entity is dirty.
isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
isDirty() - Method in class org.hibernate.internal.SessionImpl
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isDirty() - Method in interface org.hibernate.Session
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CustomType
 
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.MetaType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.NullableType
Deprecated.  
isDirty(Object, Object, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, SessionImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.StandardProperty
 
isDirtyCheckable() - Method in class org.hibernate.tuple.StandardProperty
 
isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDirtyCheckPossible() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDiscriminated() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
isDiscriminatorForced() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isDiscriminatorIncludedInSql() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.RootClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.Subclass
 
isDiscriminatorMatchValueNotNull() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isDiscriminatorMatchValueNull() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isDiscriminatorValueNotNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorValueNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDistinct() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
isDistinct() - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
 
isDistinct() - Method in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.COUNT
 
isDistinct() - Method in class org.hibernate.ejb.criteria.QueryStructure
 
isDistinct() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
 
isDone() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
isDoNotAuditOptimisticLockingField() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isDorecreate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoremove() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoupdate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.JoinWalker
Used to detect circularities in the joined graph, note that this method is side-effecty
isDuplicateAssociation(String, String[], AssociationType) - Method in class org.hibernate.loader.JoinWalker
Used to detect circularities in the joined graph, note that this method is side-effecty
isDynamic() - Method in class org.hibernate.mapping.Component
 
isDynamicInsert() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
isDynamicInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isDynamicInsert() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isDynamicInsert() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
isDynamicInsert() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Did the source specify dynamic inserts?
isDynamicInsert() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
isDynamicInsert() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isDynamicUpdate() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
isDynamicUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isDynamicUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isDynamicUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
isDynamicUpdate() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Did the source specify dynamic updates?
isDynamicUpdate() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
isDynamicUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isEarlyInsert() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Does this insert action need to be executed as soon as possible (e.g., to generate an ID)?
isEarlyInsert() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
isEarlyInsert() - Method in class org.hibernate.action.internal.EntityInsertAction
 
isEmbeddableSuperclass() - Method in class org.hibernate.cfg.InheritanceState
 
isEmbedded() - Method in class org.hibernate.mapping.Collection
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
isEmbedded() - Method in class org.hibernate.mapping.Component
 
isEmbedded() - Method in class org.hibernate.mapping.OneToMany
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
isEmbedded() - Method in class org.hibernate.mapping.ToOne
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
isEmbedded() - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
 
isEmbedded() - Method in class org.hibernate.type.AnyType
 
isEmbedded() - Method in class org.hibernate.type.ComponentType
 
isEmbedded() - Method in class org.hibernate.type.CompositeCustomType
 
isEmbedded() - Method in interface org.hibernate.type.CompositeType
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner
isEmbedded() - Method in class org.hibernate.type.EmbeddedComponentType
 
isEmbeddedInXML() - Method in class org.hibernate.type.AnyType
 
isEmbeddedInXML() - Method in interface org.hibernate.type.AssociationType
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
isEmbeddedInXML() - Method in class org.hibernate.type.CollectionType
 
isEmbeddedInXML - Variable in class org.hibernate.type.EntityType
 
isEmbeddedInXML() - Method in class org.hibernate.type.EntityType
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the embedXml property.
isEmpty() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Returns true if there are no unresolved entity insert actions.
isEmpty() - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
 
isEmpty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
isEmpty() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentBag
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentList
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentMap
 
isEmpty() - Method in class org.hibernate.collection.internal.PersistentSet
 
isEmpty() - Method in class org.hibernate.criterion.Property
 
isEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be empty
isEmpty(Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isEmpty() - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
isEmpty() - Method in interface org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesHolder
 
isEmpty() - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
isEmpty() - Method in class org.hibernate.envers.configuration.metadata.reader.ComponentAuditingData
 
isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
isEmpty() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
isEmpty(String) - Static method in class org.hibernate.envers.tools.StringTools
 
isEmpty(Object) - Static method in class org.hibernate.envers.tools.StringTools
 
isEmpty() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
isEmpty() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Are there no listeners registered?
isEmpty() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty(Collection) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isEmpty(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isEmpty() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
isEmpty() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
isEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
 
isEmptyAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
 
IsEmptyPredicate<C extends Collection> - Class in org.hibernate.ejb.criteria.predicate
Models an IS [NOT] EMPTY restriction
IsEmptyPredicate(CriteriaBuilderImpl, PluralAttributePath<C>) - Constructor for class org.hibernate.ejb.criteria.predicate.IsEmptyPredicate
 
isEnabled(Logger.Level) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
isEnabled(Logger.Level) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
isEnabled(Logger.Level) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
isEnabled(Logger.Level) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
isEnabled(Logger.Level) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
isEnabled(Logger.Level) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
isEntity() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isEntity() - Method in interface org.hibernate.cfg.PropertyHolder
 
isEntity() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isEntityClass(CtClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class descriptor represent a entity class?
isEntityClass(CtClass) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
isEntityClassAudited(Class<?>) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityClass was configured to be audited.
isEntityClassAudited(Class<?>) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
isEntityNameAudited(String) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityName was configured to be audited.
isEntityNameAudited(String) - Method in class org.hibernate.envers.reader.AuditReaderImpl
 
isEntityRoot() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isEntityType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEntityType() - Method in class org.hibernate.type.AbstractType
 
isEntityType() - Method in class org.hibernate.type.EntityType
Explicitly, an entity type is an entity type ;)
isEntityType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to EntityType.
isEntryFor(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Is there an EntityEntry for this instance?
isEntryFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an EntityEntry registration for this entity instance?
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
 
isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CompositeCustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
isEqual(Object, Object) - Method in class org.hibernate.type.NullableType
Deprecated.  
isEqual(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEquals(Object[], Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Compare 2 arrays only at the first level
isEquals(char[], char[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Compare 2 arrays only at the first level
isEquals(byte[], byte[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Compare 2 arrays only at the first level
isEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isEventSource() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isEventSource() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isEventSource() - Method in class org.hibernate.internal.SessionImpl
 
isEventSource() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isExcludeUnlistedClasses() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
isExistsInDatabase() - Method in class org.hibernate.engine.spi.EntityEntry
 
isExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
isExplicitIdInsertion() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.PersistentClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.RootClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.Subclass
 
isExplicitPolymorphism() - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
isExplicitPolymorphism() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isExplicitPolymorphism() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
isExplicitPolymorphism() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Should explicit polymorphism (querying) be applied to this entity?
isExplicitPolymorphism() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
isExplicitPolymorphism() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isExplicitPolymorphism() - Method in interface org.hibernate.persister.entity.Queryable
Is this class explicit polymorphism only?
isExplicitPolymorphism() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isExplicitVersionInsertion() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
isExposeStatistics() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
isExtended() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
isExtraLazy() - Method in class org.hibernate.mapping.Collection
 
isExtraLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isExtraLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isFalse(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isFetch() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isFetchProfileEnabled(String) - Method in class org.hibernate.internal.SessionImpl
 
isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
Is a particular fetch profile enabled on this session?
isFilter() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Returns true if this is a filter query, false if not.
isFilter() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isFilter() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isFinalClass(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine is the given class is declared final.
isFirst() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Is this the first result?
isFirst() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
isFirst() - Method in interface org.hibernate.ScrollableResults
Is this the first result?
isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.cfg.Settings
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Should before transaction completion processing perform a flush when initiated from JTA synchronization for this context?
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.internal.SessionImpl
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isFlushing() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isFlushing() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is a flush cycle currently in process?
isFlushModeNever() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Should flushes only happen manually for this context?
isFlushModeNever() - Method in class org.hibernate.internal.SessionImpl
 
isFlushModeNever() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isFlushRequired() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
isForce() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the force property.
isForced() - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
isForced() - Method in class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
isForced() - Method in interface org.hibernate.metamodel.source.binder.DiscriminatorSource
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.
isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
isForceInsertable() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
isForceNotNull() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
isFormat() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
isFormula() - Method in class org.hibernate.cfg.Ejb3Column
 
isFormula() - Method in class org.hibernate.mapping.Column
 
isFormula() - Method in class org.hibernate.mapping.Formula
 
isFormula() - Method in interface org.hibernate.mapping.Selectable
 
isFromElementAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
Convenience method to check whether a given token represents a from-element alias.
isFromOrJoinFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A check to see if the text of the given node represents a known function name.
isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
isGenerated(Dialect) - Method in class org.hibernate.mapping.Constraint
 
isGenerateRevisionsForCollections() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isGetEnabled() - Method in enum org.hibernate.CacheMode
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.Settings
 
isGloballyQuotedIdentifiers() - Method in interface org.hibernate.metamodel.Metadata.Options
 
isGloballyQuotedIdentifiers() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
isGloballyQuotedIdentifiers() - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
isGloballyQuotedIdentifiers() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
isGloballyQuotedIdentifiers() - Method in interface org.hibernate.metamodel.source.BindingContext
 
isGloballyQuotedIdentifiers() - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
isGlobalWithModifiedFlag() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isGrouped() - Method in class org.hibernate.criterion.AliasedProjection
 
isGrouped() - Method in class org.hibernate.criterion.Distinct
 
isGrouped() - Method in class org.hibernate.criterion.IdentifierProjection
 
isGrouped() - Method in interface org.hibernate.criterion.Projection
Is this projection fragment (SELECT clause) also part of the GROUP BY
isGrouped() - Method in class org.hibernate.criterion.ProjectionList
 
isGrouped() - Method in class org.hibernate.criterion.PropertyProjection
 
isGrouped() - Method in class org.hibernate.criterion.SimpleProjection
 
isGrouped() - Method in class org.hibernate.criterion.SQLProjection
 
isHaltOnError() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
isHibernateExtensionMapping() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
isHibernateStatisticsSupported() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isId() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isId() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
isId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
isIdentified() - Method in class org.hibernate.mapping.Collection
 
isIdentified() - Method in class org.hibernate.mapping.IdentifierCollection
 
isIdentifierAssignedByInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isIdentifierAssignedByInsert() - Method in interface org.hibernate.persister.entity.EntityPersister
Are identifiers of this entity assigned known before the insert execution? Or, are they generated (in the database) by the insert execution.
isIdentifierAssignedByInsert() - Method in class org.hibernate.tuple.IdentifierProperty
 
isIdentifierMapper() - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.cfg.Settings
 
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in interface org.hibernate.mapping.KeyValue
 
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in class org.hibernate.mapping.SimpleValue
 
isIgnore() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isIgnoreCase() - Method in class org.hibernate.criterion.Order
 
isIgnoreIdAnnotations() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
 
isIgnoreNotFound() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
isImplicit() - Method in class org.hibernate.cfg.Ejb3Column
 
isImplied() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in the FROM clause.
isImplied() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
isImpliedInFromClause() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isImpliedInFromClause() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
isInCase() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isIncludedInInsert() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
isIncludedInInsert() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
 
isIncludedInInsertByDefault() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
isIncludedInOptimisticLocking() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
isIncludedInOptimisticLocking() - Method in interface org.hibernate.metamodel.source.binder.AttributeSource
If the containing entity is using OptimisticLockStyle.ALL or OptimisticLockStyle.DIRTY style optimistic locking, should this attribute be used?
isIncludedInOptimisticLocking() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
isIncludedInUpdate() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
isIncludedInUpdate() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
 
isIncludedInUpdateByDefault() - Method in class org.hibernate.metamodel.source.hbm.Helper.ValueSourcesAdapter
 
isIncludeInInsert() - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
Is the value to be inserted as part of its binding here?

NOTE that a column may be bound to multiple attributes.

isIncludeInUpdate() - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
 
isIncludeSubclasses() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isIncludeSubclasses() - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
isInCount() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInCountDistinct() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isIndexed() - Method in class org.hibernate.mapping.Collection
 
isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
 
isIndexed() - Method in enum org.hibernate.metamodel.domain.PluralAttributeNature
 
isInfoEnabled() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
isInfoEnabled() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
isInfoEnabled() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
isInfoEnabled() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
isInfoEnabled() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
isInfoEnabled() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
isInFrom() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInFunctionCall() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInherit() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
Gets the value of the inherit property.
isInheritable() - Method in interface org.hibernate.metamodel.source.binder.MetaAttributeSource
Is the meta-attribute value inheritable?
isInherited() - Method in class org.hibernate.mapping.PersistentClass
 
isInherited() - Method in class org.hibernate.mapping.RootClass
 
isInherited() - Method in class org.hibernate.mapping.Subclass
 
isInherited() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity extend a mapped superclass?
isInherited() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInherited() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity is inherited one or more other entities.
isInherited() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isInIdClass() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
isInIdClass() - Method in interface org.hibernate.cfg.PropertyHolder
 
isInitialized() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
isInitialized(String) - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
isInitialized() - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Is the entity to which we are bound completely initialized?
isInitialized(String) - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
The the given field initialized for the entity to which we are bound?
isInitialized(Object) - Static method in class org.hibernate.Hibernate
Check if the proxy or persistent collection is initialized.
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.cfg.Settings
 
isInitializing() - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
isInitiator() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
isInitiator() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
isInitiator() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
isInitiator() - Method in interface org.hibernate.Transaction
Is this transaction the initiator of any underlying transaction?
isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
isInSecondPass() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
isInSecondPass() - Method in interface org.hibernate.cfg.Mappings
 
isInSelect() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the insert property.
isInsertable() - Method in class org.hibernate.cfg.Ejb3Column
 
isInsertable() - Method in class org.hibernate.envers.entities.RelationDescription
 
isInsertable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.mapping.Property
 
isInsertable() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
isInsertable() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
isInsertable() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
isInsertable() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
isInsertable() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
isInsertable() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
isInsertable() - Method in interface org.hibernate.metamodel.source.binder.SingularAttributeSource
Determine whether this attribute is insertable.
isInsertable() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
isInsertable() - Method in class org.hibernate.tuple.StandardProperty
 
isInsertCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInsertCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInserted() - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
isInserted() - Method in class org.hibernate.metamodel.source.annotations.attribute.DiscriminatorSourceImpl
 
isInserted() - Method in interface org.hibernate.metamodel.source.binder.DiscriminatorSource
Set this to false, if your discriminator column is also part of a mapped composite identifier.
isInsertGenerated() - Method in class org.hibernate.tuple.StandardProperty
 
isInstance(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstance(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Is the given object an instance of this entity?
isInstance(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
isInstance(Object) - Method in class org.hibernate.tuple.Dom4jInstantiator
 
isInstance(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
isInstance(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isInstance(Object) - Method in interface org.hibernate.tuple.Instantiator
Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.
isInstance(Object) - Method in class org.hibernate.tuple.PojoInstantiator
 
isInstance(Object) - Method in interface org.hibernate.tuple.Tuplizer
Is the given object considered an instance of the the entity (acconting for entity-mode) managed by this tuplizer.
isInstrumented() - Method in interface org.hibernate.bytecode.buildtime.spi.ClassDescriptor
Determine if the class is already instrumented.
isInstrumented(Class) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
 
isInstrumented(Object) - Static method in class org.hibernate.bytecode.instrumentation.internal.FieldInterceptionHelper
 
isInstrumented() - Method in interface org.hibernate.bytecode.spi.EntityInstrumentationMetadata
Has the entity class been bytecode instrumented?
isInstrumented() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstrumented() - Method in interface org.hibernate.persister.entity.EntityPersister
Has the class actually been bytecode instrumented?
isInstrumented() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
Is it an instrumented POJO?
isInstrumented() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Whether or not this class can be lazy (ie intercepted)
isInstrumented() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Is it an instrumented POJO?
isInstrumented() - Method in class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
isInstrumented() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Is it an instrumented POJO?
isInvalidationCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
isInverse() - Method in class org.hibernate.internal.jaxb.mapping.hbm.IdBagPluralAttributeElementAdapter
 
isInverse() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the inverse property.
isInverse() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
isInverse() - Method in class org.hibernate.mapping.Collection
 
isInverse() - Method in class org.hibernate.mapping.Join
 
isInverse() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
isInverse() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
isInverse() - Method in interface org.hibernate.metamodel.source.binder.PluralAttributeSource
 
isInverse() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
isInverse - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection "inverse", so state changes are not propogated to the database.
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isJarFile(File) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Does this file represent a zip file of some format?
isJdbcBatchVersionedData() - Method in class org.hibernate.cfg.Settings
 
isJoin(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
isJoinable(JoinType, Set, String, String[], AssociationType, int) - Method in class org.hibernate.loader.JoinWalker
Should we join this association?
isJoinableJtaTransaction(TransactionCoordinator, JdbcTransaction) - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
isJoinableJtaTransaction(TransactionCoordinator, CMTTransaction) - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
 
isJoinableJtaTransaction(TransactionCoordinator, JtaTransaction) - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
isJoinableJtaTransaction(TransactionCoordinator, T) - Method in interface org.hibernate.engine.transaction.spi.TransactionFactory
Can the underlying transaction represented by the passed Hibernate TransactionImplementor be joined?
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
The superclass deliberately excludes collections
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
Override on subclasses to enable or suppress joining of certain association types
isJoinedFetchEnabledInMapping(FetchMode, AssociationType) - Method in class org.hibernate.loader.JoinWalker
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
isJoinedSubclass() - Method in class org.hibernate.mapping.PersistentClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.RootClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.Subclass
 
isJoinFetchEnabledByProfile(OuterJoinLoadable, PropertyPath, int) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
isJpaStyle() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
isJpaStyle() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer.NamedParameterDescription
 
isJtaTrackByThread() - Method in class org.hibernate.cfg.Settings
 
isKey() - Method in class org.hibernate.mapping.Component
 
isKey() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
isKey() - Method in class org.hibernate.type.ComponentType
 
isKeyCascadeDeleteEnabled() - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
isKeyCascadeDeleteEnabled() - Method in interface org.hibernate.metamodel.binding.KeyValueBinding
 
isLast() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Is this the last result?
isLast() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
isLast() - Method in interface org.hibernate.ScrollableResults
Is this the last result?
isLazy() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
isLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.mapping.Collection
 
isLazy() - Method in interface org.hibernate.mapping.Fetchable
 
isLazy() - Method in class org.hibernate.mapping.Join
 
isLazy() - Method in class org.hibernate.mapping.PersistentClass
 
isLazy() - Method in class org.hibernate.mapping.Property
 
isLazy() - Method in class org.hibernate.mapping.ToOne
 
isLazy() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection lazily initialized?
isLazy() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
isLazy() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
isLazy() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isLazy() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
isLazy() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
isLazy() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
isLazy() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
isLazy() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
isLazy() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isLazy() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
isLazy() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Is this entity lazy (proxyable)?
isLazy() - Method in interface org.hibernate.metamodel.source.binder.SingularAttributeSource
Should the attribute be (bytecode enhancement) lazily loaded?
isLazy() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
isLazy() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
isLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection lazyily initialized?
isLazy() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isLazy() - Method in class org.hibernate.tuple.StandardProperty
 
isLazyLoadable(CtField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
 
isLazyLoadable(CtField) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.PersistentClass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.RootClass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.Subclass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isLazyPropertiesCacheable() - Method in interface org.hibernate.persister.entity.EntityPersister
Should lazy properties of this entity be cached?
isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isLifecycleImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does the class managed by this tuplizer implement the Lifecycle interface.
isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Does the class managed by this tuplizer implement the Lifecycle interface.
isList() - Method in class org.hibernate.mapping.IndexedCollection
 
isList() - Method in class org.hibernate.mapping.List
 
isListener() - Method in interface org.hibernate.metamodel.source.binder.JpaCallbackClass
 
isLoaded(Object) - Static method in class org.hibernate.ejb.util.PersistenceUtilHelper
 
isLoadedWithLazyPropertiesUnfetched() - Method in class org.hibernate.engine.spi.EntityEntry
 
isLoadedWithoutReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.ejb.util.PersistenceUtilHelper
 
isLoadedWithReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.ejb.util.PersistenceUtilHelper
 
isLoadFinished() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isLoadFinished() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is in a two-phase load?
isLob() - Method in class org.hibernate.mapping.Property
 
isLockTimeoutParameterized() - Method in class org.hibernate.dialect.Dialect
If this dialect supports specifying lock timeouts, are those timeouts rendered into the SQL string as parameters.
isLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
isLogicalOneToOne() - Method in interface org.hibernate.metamodel.relational.state.ManyToOneRelationalState
 
isLogicalOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here a 1-1 according to the logical moidel?
isLogicalOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isLogToStdout() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Are we currently logging to stdout?
isLookupByNaturalKey() - Method in class org.hibernate.internal.CriteriaImpl
 
isManipulationStatement() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
isManipulationStatement() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
isManipulationStatement() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
isManualFlushMode(FlushMode) - Static method in enum org.hibernate.FlushMode
 
isManyToMany(Member) - Static method in class org.hibernate.ejb.metamodel.AttributeFactory
 
isManyToMany() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
isManyToMany() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isManyToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isManyToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a many-to-many association? Note that this is mainly a convenience feature as the single persister does not conatin all the information needed to handle a many-to-many itself, as internally it is looked at as two many-to-ones.
isManyToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isManyToManyWith(OuterJoinableAssociation) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
isMap() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
isMap() - Method in class org.hibernate.cfg.annotations.MapBinder
 
isMap() - Method in class org.hibernate.mapping.Collection
 
isMap() - Method in class org.hibernate.mapping.Map
 
isMapped() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Gets the value of the mapped property.
isMarkedForRollback(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate the transaction has been marked for rollback?
isMatch(Dialect) - Method in interface org.hibernate.testing.DialectCheck
Does the given dialect match the defined check?
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsColumnCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSequences
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
isMatch() - Method in class org.hibernate.testing.Skip.AlwaysSkip
 
isMatch() - Method in interface org.hibernate.testing.Skip.Matcher
Do we have a match to the underlying condition?
isMember(E, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isMember(Expression<E>, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isMetadataComplete() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker.Default
 
isMethodOf(Method) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
isMethodOf(Method) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Is the given method available via the managed component as a property getter?
isMethodOf(Method) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
isMethodOf(Method) - Method in class org.hibernate.type.AnyType
 
isMethodOf(Method) - Method in class org.hibernate.type.ComponentType
 
isMethodOf(Method) - Method in class org.hibernate.type.CompositeCustomType
 
isMethodOf(Method) - Method in interface org.hibernate.type.CompositeType
Is the given method a member of this component's class?
isMethodOf(Method) - Method in class org.hibernate.type.EmbeddedComponentType
 
isMinimalPutsEnabled() - Method in class org.hibernate.cfg.Settings
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
By default should we perform "minimal puts" when using this second level cache implementation?
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.spi.RegionFactory
By default should we perform "minimal puts" when using this second level cache implementation?
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
isModifiableEntity() - Method in class org.hibernate.engine.spi.EntityEntry
Can the entity be modified? The entity is modifiable if all of the following are true: the entity class is mutable the entity is not read-only if the current status is Status.DELETED, then the entity was not read-only when it was deleted
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isModified(Object, Object, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
Has the value been modified compared to the current database state? The difference between this and the Type.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor) methods is that here we need to account for "partially" built values.
isMultiTable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isMultiTable() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isMultiTable() - Method in interface org.hibernate.persister.entity.Queryable
Is the inheritance hierarchy described by this persister contained across multiple tables?
isMultiTable() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isMultiTable() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isMultiValued() - Method in class org.hibernate.mapping.MetaAttribute
 
isMultiValued() - Method in class org.hibernate.metamodel.binding.MetaAttribute
 
isMutable() - Method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
 
isMutable() - Method in interface org.hibernate.cache.spi.CacheDataDescription
Is the data marked as being mutable?
isMutable() - Method in class org.hibernate.envers.entities.RevisionTypeType
 
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbNaturalId
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the mutable property.
isMutable() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
isMutable() - Method in class org.hibernate.mapping.Collection
 
isMutable() - Method in class org.hibernate.mapping.PersistentClass
 
isMutable() - Method in class org.hibernate.mapping.RootClass
 
isMutable() - Method in class org.hibernate.mapping.Subclass
 
isMutable() - Method in interface org.hibernate.metadata.ClassMetadata
Are instances of this class mutable?
isMutable() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
isMutable() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isMutable() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
isMutable() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isMutable() - Method in class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
isMutable() - Method in interface org.hibernate.metamodel.source.binder.RootEntitySource
Is this root entity mutable?
isMutable() - Method in class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
isMutable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isMutable() - Method in interface org.hibernate.persister.collection.CollectionPersister
Can the elements of this collection change?
isMutable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isMutable() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isMutable() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether instances of this entity are considered mutable.
isMutable() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isMutable() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isMutable() - Method in class org.hibernate.type.AnyType
 
isMutable() - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
isMutable() - Method in class org.hibernate.type.CollectionType
 
isMutable() - Method in class org.hibernate.type.ComponentType
 
isMutable() - Method in class org.hibernate.type.CompositeCustomType
 
isMutable() - Method in class org.hibernate.type.CustomType
 
isMutable() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
Can the internal state of instances of T be changed?
isMutable() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Can the internal state of instances of T be changed?
isMutable() - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
Can the internal state of instances of T be changed?
isMutable() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.EntityType
Are objects of this type mutable.
isMutable() - Method in class org.hibernate.type.EnumType
 
isMutable() - Method in class org.hibernate.type.ImmutableType
Deprecated.  
isMutable() - Method in class org.hibernate.type.MetaType
 
isMutable() - Method in class org.hibernate.type.MutableType
Deprecated.  
isMutable() - Method in class org.hibernate.type.StringClobType
Deprecated.  
isMutable() - Method in interface org.hibernate.type.Type
Are objects of this type mutable.
isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
Check if objects of this type mutable.
isMutable() - Method in interface org.hibernate.usertype.UserType
Are objects of this type mutable?
isNakedEntityReturned() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isNameDeferred() - Method in class org.hibernate.cfg.Ejb3Column
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.cfg.Settings
 
isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
 
isNaturalIdentifierCached() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isNaturalIdNonNullable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNaturalKeyLookup() - Method in class org.hibernate.engine.spi.QueryParameters
 
isNClob(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
 
isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.DataHelper
 
isNegated() - Method in class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
 
isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isNonQualifiedPropertyRef(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isNotEmbedded(SessionImplementor) - Method in class org.hibernate.type.EntityType
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
isNotEmpty() - Method in class org.hibernate.criterion.Property
 
isNotEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be non-empty
isNotEmpty(Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isNotEmpty(Collection) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isNotEmpty(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isNotEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
isNotEmpty(Collection) - Static method in class org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper
 
isNotEmpty(String) - Static method in class org.hibernate.testing.junit4.Helper
Standard string content checking.
isNotFoundAnException() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
isNotFoundAnException() - Method in interface org.hibernate.metamodel.source.binder.OneToManyPluralAttributeElementSource
 
isNotFoundAnException() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
isNotFoundAnException() - Method in class org.hibernate.metamodel.source.hbm.OneToManyPluralAttributeElementSourceImpl
 
isNotMember(E, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isNotMember(Expression<E>, Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isNotNull() - Method in class org.hibernate.criterion.Property
 
isNotNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is not null" constraint to the named property
isNotNull(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isNotNull() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
isNotNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is not null" constraint to the another property
isNotNull() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the notNull property.
IsNotNullLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
IsNotNullLogicOperatorNode implementation
IsNotNullLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IsNotNullLogicOperatorNode
 
isNotTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Is this instance persistent or detached? If assumed is non-null, don't hit the database to make the determination, instead assume that value; the client code must be prepared to "recover" in the case that this assumed result is incorrect.
isNull() - Method in class org.hibernate.criterion.Property
 
isNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is null" constraint to the named property
isNull(Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
s
isNull() - Method in class org.hibernate.ejb.criteria.expression.ExpressionImpl
isNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is null" constraint
isNull(Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
 
isNull(Object, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
isNullable() - Method in class org.hibernate.cfg.Ejb3Column
 
isNullable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.mapping.Collection
 
isNullable() - Method in class org.hibernate.mapping.Column
 
isNullable() - Method in class org.hibernate.mapping.DependantValue
 
isNullable() - Method in class org.hibernate.mapping.OneToMany
 
isNullable() - Method in class org.hibernate.mapping.OneToOne
 
isNullable() - Method in class org.hibernate.mapping.SimpleValue
 
isNullable() - Method in interface org.hibernate.mapping.Value
 
isNullable() - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
isNullable() - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
 
isNullable() - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
Convenience method to determine if all simple value bindings allow nulls.
isNullable() - Method in class org.hibernate.metamodel.relational.Column
 
isNullable() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
isNullable() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
isNullable() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
isNullable() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Is this column nullable?
isNullable() - Method in class org.hibernate.tuple.StandardProperty
 
isNullable() - Method in class org.hibernate.type.EntityType
 
isNullable() - Method in class org.hibernate.type.ManyToOneType
 
isNullable() - Method in class org.hibernate.type.OneToOneType
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullifiable(boolean, SessionImplementor) - Method in class org.hibernate.engine.spi.EntityEntry
 
IsNullLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Represents a 'is null' check.
IsNullLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.IsNullLogicOperatorNode
 
isNumeric(Class) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
 
isNumeric(Object) - Static method in class org.hibernate.ejb.criteria.ValueHandlerFactory
 
ISOLATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC transaction isolation level
IsolationDelegate - Interface in org.hibernate.engine.transaction.spi
Contract for performing work in a manner that isolates it from any current transaction.
isolationLevelToString(int) - Static method in class org.hibernate.cfg.Environment
Get the name of a JDBC transaction isolation level
isOneToMany() - Method in class org.hibernate.mapping.Collection
 
isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a one-to-many association?
isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here defined as a 1-1 in the database (physical model)?
isOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isOneToOne() - Method in class org.hibernate.type.OneToOneType
 
isOpen() - Method in class org.hibernate.ejb.EntityManagerFactoryImpl
 
isOpen() - Method in class org.hibernate.ejb.EntityManagerImpl
 
isOpen() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
isOpen() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Is this logical connection open? Another phraseology sometimes used is: "are we logically connected"?
isOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpen() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isOpen() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isOpen() - Method in class org.hibernate.internal.SessionImpl
 
isOpen() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isOpen() - Method in interface org.hibernate.Session
Check if the session is still open.
isOperationQueueEnabled() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" operations?
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement
 
isOptimisticLockable() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Property
 
isOptional() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isOptional() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
isOptional() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.mapping.Join
 
isOptional() - Method in class org.hibernate.mapping.Property
 
isOptional() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
isOptional() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
isOptional() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
isOrdered() - Method in interface org.hibernate.metamodel.source.binder.Orderable
 
isOrdered() - Method in class org.hibernate.metamodel.source.hbm.BagAttributeSourceImpl
 
isOrdered() - Method in class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
isOrderExpressionResultVariableRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isOrderExpressionResultVariableRef(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isOrderInsertsEnabled() - Method in class org.hibernate.cfg.Settings
 
isOrderUpdatesEnabled() - Method in class org.hibernate.cfg.Settings
 
isOrdinal() - Method in class org.hibernate.type.EnumType
 
isOrphanDelete() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
isOrphanDelete() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
isOrphanRemoval() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isOrWithinEmbeddedId() - Method in interface org.hibernate.cfg.PropertyHolder
Return true if this component is or is embedded in a @EmbeddedId
isOwnerUnchanged(PersistentCollection, CollectionPersister, Serializable) - Static method in class org.hibernate.event.internal.ProxyVisitor
Has the owner of the collection changed since the collection was snapshotted and detached?
isParticipating() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
isParticipating() - Method in interface org.hibernate.Transaction
Is Hibernate participating in the underlying transaction?

Generally speaking this will be the same as Transaction.isActive().

isPerformed() - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
isPerformed() - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
isPersistentField(CtField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the field represent persistent state? Persistent fields will be "enhanced".
isPersistentField(CtField) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
 
isPhysicallyConnected() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
isPhysicallyConnected() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnection
Is this logical connection instance "physically" connected.
isPhysicalSequence() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Is the structure physically a sequence?
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
 
isPhysicalTable() - Method in class org.hibernate.mapping.Table
 
isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
 
isPolymorphic() - Method in class org.hibernate.mapping.RootClass
 
isPolymorphic() - Method in class org.hibernate.mapping.Subclass
 
isPolymorphic() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isPolymorphic() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPolymorphic() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isPooled() - Method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
 
isPooledOptimizer(String) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
 
isPossibleID() - Method in class org.hibernate.hql.internal.ast.HqlToken
Returns true if the token could be an identifier.
isPrimaryKey() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
isPrimitive(Class) - Method in class org.hibernate.mapping.Property
 
isPrimitiveArray() - Method in class org.hibernate.mapping.Collection
 
isPrimitiveArray() - Method in class org.hibernate.mapping.PrimitiveArray
 
isPrimitiveArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection a primitive array?
isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array or primitive values?
isPrimitiveVariant(SingularAttribute<?, ?>, Class<Y>) - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
 
isProcessed() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isProperty(Member) - Static method in class org.hibernate.metamodel.source.annotations.ReflectionHelper
 
isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
Check if the property is initialized.
isPropertyNull(EntityKey, String) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Is the association property belonging to the keyed entity null?
isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the association property belonging to the keyed entity null?
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isPropertyReference() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
isPropertyReference() - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
Is this association based on a property reference (non PK column(s) as target of FK)?

Convenience form of checking SingularAssociationAttributeBinding.getReferencedAttributeName() for null.

isPublic(Member) - Static method in class org.hibernate.internal.util.ReflectHelper
Is this member publicly accessible.
isPublic(Class, Member) - Static method in class org.hibernate.internal.util.ReflectHelper
Is this member publicly accessible.
isPutEnabled() - Method in enum org.hibernate.CacheMode
 
isPutQueueEnabled() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
isQueryCacheEnabled() - Method in class org.hibernate.cfg.Settings
 
isQuiet() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateScript
 
isQuoted(String) - Static method in class org.hibernate.internal.util.StringHelper
Determine if the given string is quoted (wrapped by '`' characters at beginning and end).
isQuoted(String, Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Determine if the given name is quoted.
isQuoted() - Method in class org.hibernate.mapping.Column
 
isQuoted() - Method in class org.hibernate.mapping.Table
 
isQuoted(String) - Static method in class org.hibernate.metamodel.relational.Identifier
 
isQuoted() - Method in class org.hibernate.metamodel.relational.Identifier
Is this a quoted identifier>
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
isReached() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isReadOnly() - Method in interface org.hibernate.Criteria
Should entities and proxies loaded by this Criteria be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isReadOnly() - Method in class org.hibernate.engine.spi.EntityEntry
 
isReadOnly() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
isReadOnly(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the entity or proxy read-only?

To determine the default read-only/modifiable setting used for entities and proxies that are loaded into the session use Session.isDefaultReadOnly()

isReadOnly() - Method in class org.hibernate.engine.spi.QueryParameters
Should entities and proxies loaded by the Query be put in read-only mode? The read-only/modifiable setting must be initialized via QueryParameters#setReadOnly(boolean) before calling this method.
isReadOnly(SessionImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
Should entities and proxies loaded by the Query be put in read-only mode? If the read-only/modifiable setting was not initialized (i.e., QueryParameters#isReadOnlyInitialized() == false), then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isReadOnly() - Method in class org.hibernate.internal.AbstractQueryImpl
Should entities and proxies loaded by this Query be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly() - Method in class org.hibernate.internal.CriteriaImpl
Should entities and proxies loaded by this Criteria be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
isReadOnly() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Gets the value of the readOnly property.
isReadOnly() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Gets the value of the readOnly property.
isReadOnly(Object) - Method in class org.hibernate.internal.SessionImpl
 
isReadOnly() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnly() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
isReadOnly() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy read-only?.
isReadOnly() - Method in interface org.hibernate.Query
Should entities and proxies loaded by this Query be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly(Object) - Method in interface org.hibernate.Session
Is the specified entity or proxy read-only? To get the default read-only/modifiable setting used for entities and proxies that are loaded into the session:
isReadOnly() - Method in class org.hibernate.tuple.ElementWrapper
 
isReadOnlyBeforeAttachedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the read-only/modifiable setting that should be put in affect when it is attached to a session.
isReadOnlyInitialized() - Method in interface org.hibernate.Criteria
Was the read-only/modifiable mode explicitly initialized?
isReadOnlyInitialized() - Method in class org.hibernate.engine.spi.QueryParameters
Has the read-only/modifiable mode been explicitly set?
isReadOnlyInitialized() - Method in class org.hibernate.internal.CriteriaImpl
Was the read-only/modifiable mode explicitly initialized?
isReadOnlyInitialized() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
isReadOnlySettingAvailable() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnlySettingAvailable() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy's read-only/modifiable setting available?
isReadyForSerialization() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
isReadyForSerialization() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
 
isReferenceEntry() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
 
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
isReferenceResolved() - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
isReferenceResolved() - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
 
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
Does this foreignkey reference the primary key of the reference table
isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
Does this association foreign key reference the primary key of the other table? Otherwise, it references a property-ref.
isRegionCacheEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCacheEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
isRegionCacheLoggingEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCacheLoggingEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
isRegionCacheOrphanEvictionEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCacheOrphanEvictionEnabled(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
isRegionCachesEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isRegionCachesEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
isRelation(String) - Method in class org.hibernate.envers.entities.EntityConfiguration
 
isRequired() - Method in class org.hibernate.hql.internal.HolderInstantiator
 
isResolved() - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
Persistence.xml has been resolved locally
isResolved() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
isReturnableEntity() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
isReturnableEntity() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Returns true if this select expression represents an entity that can be returned.
isReturnValueExpected() - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
isRevisionEndTimestampEnabled() - Method in class org.hibernate.envers.configuration.AuditEntitiesConfiguration
 
isRollback(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate a rolled back transaction?
isRollback(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate a roll back?
isRollback(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate a roll back?
isRoot() - Method in class org.hibernate.loader.PropertyPath
 
isRoot() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isRootElement() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
isRootElement() - Method in class org.hibernate.tuple.ElementWrapper
 
isRootEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowUpdatePossible() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isRowUpdatePossible() - Method in class org.hibernate.collection.internal.PersistentBag
 
isRowUpdatePossible() - Method in class org.hibernate.collection.internal.PersistentSet
 
isRowUpdatePossible() - Method in interface org.hibernate.collection.spi.PersistentCollection
 
isSame(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isSame(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isSame(Object, Object) - Method in class org.hibernate.type.AnyType
 
isSame(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isSame(Object, Object) - Method in class org.hibernate.type.EntityType
Two entities are considered the same when their instances are the same.
isSame(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state) taking a shortcut for entity references.
isSameRM(XAResource) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
isScalar() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
isScalar() - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
 
isScalarSelect() - Method in class org.hibernate.hql.internal.ast.tree.SelectClause
Does this SelectClause represent a scalar query
isSchemaQuoted() - Method in class org.hibernate.mapping.Table
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
 
isSecondary() - Method in class org.hibernate.cfg.Ejb3Column
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.Settings
 
isSelectable() - Method in class org.hibernate.mapping.Property
 
isSelectBeforeUpdate() - Method in interface org.hibernate.internal.jaxb.mapping.hbm.EntityElement
 
isSelectBeforeUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isSelectBeforeUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntityClass
 
isSelectBeforeUpdate() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
isSelectBeforeUpdate() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Did the source specify to perform selects to decide whether to perform (detached) updates?
isSelectBeforeUpdate() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
isSelectBeforeUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isSelectBeforeUpdateRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSelectBeforeUpdateRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Is select snapshot before update enabled?
isSelectStatement() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isSequence(Object) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
isSequentialSelect() - Method in class org.hibernate.mapping.Join
 
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.cfg.Settings
 
isSet() - Method in class org.hibernate.envers.tools.MutableBoolean
 
isSet() - Method in class org.hibernate.mapping.Collection
 
isSet() - Method in class org.hibernate.mapping.Set
 
isShadowedBy(FrameworkMethod) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
isShallow() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
isShallowQuery() - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
isShallowQuery() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
isShowClassNames() - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Getter for property 'showClassNames'.
isSimpleValue() - Method in class org.hibernate.mapping.Collection
 
isSimpleValue() - Method in class org.hibernate.mapping.OneToMany
 
isSimpleValue() - Method in class org.hibernate.mapping.SimpleValue
 
isSimpleValue() - Method in interface org.hibernate.mapping.Value
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.EntityLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.Loader
Return false is this loader is a batch entity loader
isSingular() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
isSingular() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
isSingular() - Method in interface org.hibernate.metamodel.domain.Attribute
An attribute can be either: singular - castable to SingularAttribute plural - castable to PluralAttribute
isSingular() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
isSingular() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
isSingular() - Method in interface org.hibernate.metamodel.source.binder.AttributeSource
Is this a singular attribute? Specifically, can it be cast to SingularAttributeSource?
isSingular() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
isSingular() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentBag
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentList
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentMap
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.internal.PersistentSet
 
isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the snapshot empty?
isSnapshotEmpty(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
isSorted() - Method in class org.hibernate.mapping.Collection
 
isSorted() - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
isSorted() - Method in interface org.hibernate.metamodel.binding.PluralAttributeBinding
 
isSorted() - Method in interface org.hibernate.metamodel.source.binder.Sortable
 
isSorted() - Method in class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
isSpecjProprietarySyntaxEnabled() - Method in interface org.hibernate.cfg.Mappings
 
isStateless() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isStateless() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
isStatisticsEnabled() - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
isStatisticsEnabled() - Method in class org.hibernate.cfg.Settings
 
isStatisticsEnabled() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
isStatisticsEnabled() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Are statistics logged
isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
Are statistics logged
isStoreDataAtDelete() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isStrictJPAQLCompliance() - Method in class org.hibernate.cfg.Settings
 
isStrictJPAQLComplianceEnabled() - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
 
isSubclassEntityName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassEntityName(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the given name represents a subclass entity (or this entity itself) of the entity mapped by this persister.
isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubclassPropertyNullable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassPropertyNullable(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Is the numbered property of the class of subclass nullable?
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubQuery() - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
isSubQuery() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
isSubselect() - Method in class org.hibernate.mapping.Table
 
isSubselectLoadable() - Method in class org.hibernate.mapping.Collection
 
isSubselectLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isSubselectLoadingEnabled() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.collection.CollectionLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.hql.QueryLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.Loader
 
isSubtreeChild(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Determine if a given node (test) is contained anywhere in the subtree of another given node (fixture).
isSynchronizationRegistered() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
isSynchronizationRegistered() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
isSynchronousCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
isSynthetic() - Method in class org.hibernate.ejb.metamodel.MapMember
 
isSynthetic() - Method in class org.hibernate.mapping.Backref
Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
isSynthetic() - Method in class org.hibernate.mapping.IndexBackref
Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
isSynthetic() - Method in class org.hibernate.mapping.Property
Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
isSynthetic() - Method in class org.hibernate.mapping.SyntheticProperty
 
isTable(Object) - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isTerracottaHibernateCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
isTerracottaHibernateCache(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
isTextOnly() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
isTextOnly() - Method in class org.hibernate.tuple.ElementWrapper
 
isThetaStyle() - Method in class org.hibernate.engine.internal.JoinSequence
 
isTooDeep(int) - Method in class org.hibernate.loader.JoinWalker
 
isTooManyCollections() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
isTooManyCollections() - Method in class org.hibernate.loader.JoinWalker
 
isToOne() - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
isTraceEnabled() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
isTraceEnabled() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
isTraceEnabled() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
isTraceEnabled() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
isTraceEnabled() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
isTraceEnabled() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
isTrackEntitiesChangedInRevisionEnabled() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isTransactionAware() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Is the underlying cache implementation aware of (and "participating in") ongoing JTA transactions?

Regions which report that they are transaction-aware are considered "synchronous", in that we assume we can immediately (i.e.

isTransactionAware() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
isTransactionAware() - Method in interface org.hibernate.cache.spi.TransactionalDataRegion
Is the underlying cache implementation aware of (and "participating in") ongoing JTA transactions?

Regions which report that they are transaction-aware are considered "synchronous", in that we assume we can immediately (i.e.

isTransactionInProgress() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
isTransactionInProgress() - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Provides access to whether a transaction is currently in progress.
isTransactionInProgress() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isTransactionInProgress() - Method in interface org.hibernate.engine.spi.SessionImplementor
Does this Session have an active Hibernate transaction or is there a JTA transaction in progress?
isTransactionInProgress() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
isTransactionInProgress() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Are we "in" an active and joined transaction
isTransactionInProgress() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
isTransactionInProgress() - Method in class org.hibernate.internal.SessionImpl
 
isTransactionInProgress() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isTransactionJoinable() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
isTransactionJoinable() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Can we join to the underlying transaction?
isTransactionJoined() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
isTransactionJoined() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Is the underlying transaction already joined?
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransformedValueATupleElement(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransient(Object) - Method in class org.hibernate.EmptyInterceptor
 
isTransient(String, Object, Boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Is this instance, which we know is not persistent, actually transient? If assumed is non-null, don't hit the database to make the determination, instead assume that value; the client code must be prepared to "recover" in the case that this assumed result is incorrect.
isTransient(Object) - Method in interface org.hibernate.Interceptor
Called to distinguish between transient and detached entities.
isTransient(Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTransient(Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Is this a new transient instance?
isTrue(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
isTypeResolved() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
isTypeResolved() - Method in interface org.hibernate.metamodel.domain.SingularAttribute
 
isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
 
isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
 
isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy uninitialzed?
isUnique() - Method in class org.hibernate.cfg.Ejb3Column
 
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.mapping.Column
 
isUnique() - Method in class org.hibernate.metamodel.relational.Column
 
isUnique() - Method in interface org.hibernate.metamodel.relational.state.ColumnRelationalState
 
isUnique() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
isUnique() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl
 
isUnique() - Method in interface org.hibernate.metamodel.source.binder.ColumnSource
Is this column unique?
isUnique() - Method in interface org.hibernate.metamodel.source.binder.ManyToManyPluralAttributeElementSource
 
isUnique() - Method in class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
isUnreferenced() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
isUnreferenced() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection unreferenced?
isUnsaved(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
Does the given identifier belong to a new instance?
isUnsaved(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Make the transient/detached determination
isUnsaved(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
isUnsigned() - Method in class org.hibernate.engine.jdbc.internal.TypeInfo
 
isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
 
isUnwrappableAs(Class) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
 
isUnwrappableAs(Class) - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
 
isUnwrappableAs(Class) - Method in class org.hibernate.service.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
isUnwrappableAs(Class) - Method in interface org.hibernate.service.spi.Wrapped
Can this wrapped service be unwrapped as the indicated type?
isUnwrappableAs(Class) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
 
isUpdatable() - Method in class org.hibernate.cfg.Ejb3Column
 
isUpdatable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
isUpdatable() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
isUpdatable() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
isUpdatable() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
isUpdatable() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
isUpdatable() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
isUpdatable() - Method in interface org.hibernate.metamodel.source.binder.SingularAttributeSource
Determine whether this attribute is updateable.
isUpdatable() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
isUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Gets the value of the update property.
isUpdateable() - Method in class org.hibernate.mapping.DependantValue
 
isUpdateable() - Method in interface org.hibernate.mapping.KeyValue
 
isUpdateable() - Method in class org.hibernate.mapping.Property
 
isUpdateable() - Method in class org.hibernate.mapping.SimpleValue
 
isUpdateable() - Method in class org.hibernate.tuple.StandardProperty
 
isUpdateCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isUpdateCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isUpdateGenerated() - Method in class org.hibernate.tuple.StandardProperty
 
isUpdateNecessary(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.
isUpToDate(Set, Long) - Method in class org.hibernate.cache.internal.StandardQueryCache
 
isUpToDate(Set, Long) - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
 
isUseQuotedIdentifiers() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
isUseQuotedIdentifiersGlobally() - Method in class org.hibernate.cfg.ObjectNameNormalizer
Retrieve whether the user requested that all database identifiers be quoted.
isUseRevisionEntityWithNativeId() - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
isUserSuppliedConnection() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
isUserSuppliedConnection() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
 
isUsingModifiedFlag() - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
isUsingModifiedFlag() - Method in class org.hibernate.envers.entities.PropertyData
 
isValid() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
isValid(Mapping) - Method in class org.hibernate.mapping.Collection
 
isValid(Mapping) - Method in class org.hibernate.mapping.OneToMany
 
isValid(Mapping) - Method in class org.hibernate.mapping.Property
 
isValid(Mapping) - Method in class org.hibernate.mapping.SimpleValue
 
isValid(Mapping) - Method in class org.hibernate.mapping.ToOne
 
isValid(Mapping) - Method in interface org.hibernate.mapping.Value
 
isVerbose() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
isVersion() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
isVersion() - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
 
isVersion() - Method in class org.hibernate.ejb.metamodel.SingularAttributeImpl
isVersionable() - Method in class org.hibernate.tuple.StandardProperty
 
isVersioned() - Method in class org.hibernate.cache.internal.CacheDataDescriptionImpl
 
isVersioned() - Method in interface org.hibernate.cache.spi.CacheDataDescription
Is the data to be cached considered versioned? If true, it is illegal for CacheDataDescription.getVersionComparator() to return null.
isVersioned() - Method in interface org.hibernate.cache.spi.OptimisticCacheSource
Is the data to be cached considered versioned?

If true, it is illegal for OptimisticCacheSource.getVersionComparator() to return null.

isVersioned(String) - Method in class org.hibernate.envers.entities.EntitiesConfigurations
 
isVersioned() - Method in class org.hibernate.mapping.MappedSuperclass
 
isVersioned() - Method in class org.hibernate.mapping.PersistentClass
 
isVersioned() - Method in class org.hibernate.mapping.RootClass
 
isVersioned() - Method in class org.hibernate.mapping.Subclass
 
isVersioned() - Method in interface org.hibernate.metadata.ClassMetadata
Are instances of this class versioned by a timestamp or version number column?
isVersioned() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
isVersioned() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
isVersioned() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isVersioned() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection cause version increment of the owning entity?
isVersioned() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersioned() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether optimistic locking by column is enabled for this entity.
isVersioned() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isVersionIncrementDisabled() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
After the save, will te version number be incremented if the instance is modified?
isVersionIncrementDisabled() - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
isVersionIncrementRequired(int[], boolean, boolean[]) - Static method in class org.hibernate.engine.internal.Versioning
Do we need to increment the version number, given the dirty properties?
isVersionPropertyGenerated() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyGenerated() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity contain a version property that is defined to be database generated?
isVersionPropertyInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyInsertable() - Method in interface org.hibernate.persister.entity.Queryable
Is the version property included in insert statements?
isVirtual() - Method in class org.hibernate.tuple.IdentifierProperty
 
isVirtualAttribute() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
isVirtualAttribute() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
isVirtualAttribute() - Method in interface org.hibernate.metamodel.source.binder.SingularAttributeSource
Determine whether this is a virtual attribute or whether it physically exists on the users domain model.
isVirtualAttribute() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
isWhitespace(String) - Static method in class org.hibernate.hql.internal.classic.ParserHelper
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
isWrapper(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this the wrapper for the given underlying collection instance?
isWrapResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
 
isXMLElement() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isXMLElement() - Method in class org.hibernate.type.AbstractType
 
isXMLElement() - Method in class org.hibernate.type.CollectionType
 
isXMLElement() - Method in class org.hibernate.type.ComponentType
 
isXMLElement() - Method in class org.hibernate.type.EntityType
isXMLElement() - 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
iterate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
iterate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute an iterate() query
iterate(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Return the query results as an iterator
iterate(QueryParameters, EventSource) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Return the query results as an iterator
iterate(QueryParameters, EventSource) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform an iterate operation given the underlying query definition.
iterate() - Method in class org.hibernate.internal.CollectionFilterImpl
 
iterate() - Method in class org.hibernate.internal.QueryImpl
 
iterate(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
iterate() - Method in class org.hibernate.internal.SQLQueryImpl
 
iterate(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
iterate(QueryParameters, EventSource) - Method in class org.hibernate.loader.hql.QueryLoader
 
iterate() - Method in interface org.hibernate.Query
Return the query results as an Iterator.
iterateAuxiliaryDatabaseObjects() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
iterateAuxiliaryDatabaseObjects() - Method in interface org.hibernate.cfg.Mappings
Retrieves an iterator over the metadata pertaining to all auxiliary database objects int this repository.
iterateAuxiliaryDatabaseObjectsInReverse() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
iterateAuxiliaryDatabaseObjectsInReverse() - Method in interface org.hibernate.cfg.Mappings
Same as Mappings.iterateAuxiliaryDatabaseObjects() except that here the iterator is reversed.
iterateAuxliaryDatabaseObjects() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
iterateAuxliaryDatabaseObjects() - Method in interface org.hibernate.cfg.Mappings
Deprecated. To fix misspelling; use Mappings.iterateAuxiliaryDatabaseObjects() instead
iterateAuxliaryDatabaseObjectsInReverse() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
iterateAuxliaryDatabaseObjectsInReverse() - Method in interface org.hibernate.cfg.Mappings
Deprecated. To fix misspelling; use Mappings.iterateAuxiliaryDatabaseObjectsInReverse() instead
iterateClasses() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
iterateClasses() - Method in interface org.hibernate.cfg.Mappings
Retrieves an iterator over the entity metadata present in this repository.
iterateCollections() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
iterateCollections() - Method in interface org.hibernate.cfg.Mappings
Returns an iterator over collection metadata.
iterateEntityNameResolvers() - Method in class org.hibernate.internal.SessionFactoryImpl
 
iterateExpressionEntries() - Method in class org.hibernate.internal.CriteriaImpl
 
iterateFetchProfiles() - Method in class org.hibernate.cfg.Configuration
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
iterateFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Iterate a filter
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
iterateJoins() - Method in class org.hibernate.engine.internal.JoinSequence
 
iterateOrderings() - Method in class org.hibernate.internal.CriteriaImpl
 
iterateSubcriteria() - Method in class org.hibernate.internal.CriteriaImpl
 
iterateTables() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
iterateTables() - Method in interface org.hibernate.cfg.Mappings
Returns an iterator over table metadata.
iterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
iterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
iterator() - Method in class org.hibernate.collection.internal.PersistentBag
 
iterator() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
iterator() - Method in class org.hibernate.collection.internal.PersistentList
 
iterator() - Method in class org.hibernate.collection.internal.PersistentSet
 
iterator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
iterator() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
iterator() - Method in class org.hibernate.internal.util.collections.JoinedIterable
 
iterator() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableHierarchy
 
IteratorImpl - Class in org.hibernate.internal
An implementation of java.util.Iterator that is returned by iterate() query execution methods.
IteratorImpl(ResultSet, PreparedStatement, EventSource, boolean, Type[], String[][], HolderInstantiator) - Constructor for class org.hibernate.internal.IteratorImpl
 
iteratorsContentEqual(Iterator, Iterator) - Static method in class org.hibernate.envers.tools.Tools
 
iteratorToList(Iterator<T>) - Static method in class org.hibernate.envers.tools.Tools
 
itr - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
itr - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 

J

JACC_CONTEXT_ID - Static variable in class org.hibernate.ejb.AvailableSettings
 
JACC_CONTEXTID - Static variable in interface org.hibernate.cfg.AvailableSettings
The jacc context id of the deployment
JACC_ENABLED - Static variable in class org.hibernate.ejb.AvailableSettings
 
JACC_PREFIX - Static variable in class org.hibernate.ejb.AvailableSettings
 
JACCConfiguration - Class in org.hibernate.secure.internal
Adds Hibernate permissions to roles via JACC
JACCConfiguration(String) - Constructor for class org.hibernate.secure.internal.JACCConfiguration
 
jaccContextId(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jaccContextId(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jaccContextId(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jaccContextId(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jaccContextId(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jaccContextId(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jaccContextId(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jaccContextId$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jaccContextId$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jaccContextId$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jaccContextId$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jaccContextId$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jaccContextId$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JACCPermissions - Class in org.hibernate.secure.internal
Copied from JBoss org.jboss.ejb3.security.JaccHelper and org.jboss.ejb3.security.SecurityActions
JACCPermissions() - Constructor for class org.hibernate.secure.internal.JACCPermissions
 
JACCPreDeleteEventListener - Class in org.hibernate.secure.internal
Check security before any deletion
JACCPreDeleteEventListener(String) - Constructor for class org.hibernate.secure.internal.JACCPreDeleteEventListener
 
JACCPreInsertEventListener - Class in org.hibernate.secure.internal
Check security before an insertion
JACCPreInsertEventListener(String) - Constructor for class org.hibernate.secure.internal.JACCPreInsertEventListener
 
JACCPreLoadEventListener - Class in org.hibernate.secure.internal
Check security before any load
JACCPreLoadEventListener(String) - Constructor for class org.hibernate.secure.internal.JACCPreLoadEventListener
 
JACCPreUpdateEventListener - Class in org.hibernate.secure.internal
Check security before any update
JACCPreUpdateEventListener(String) - Constructor for class org.hibernate.secure.internal.JACCPreUpdateEventListener
 
JACCSecurityListener - Interface in org.hibernate.secure.internal
Marker interface for JACC event listeners
JandexHelper - Class in org.hibernate.metamodel.source.annotations
Utility methods for working with the jandex annotation index.
jar - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
 
JarProtocolVisitor - Class in org.hibernate.ejb.packaging
 
JarProtocolVisitor(URL, Filter[], String) - Constructor for class org.hibernate.ejb.packaging.JarProtocolVisitor
 
jarUrl - Variable in class org.hibernate.ejb.packaging.AbstractJarVisitor
 
JarVisitor - Interface in org.hibernate.ejb.packaging
 
JarVisitorFactory - Class in org.hibernate.ejb.packaging
 
JarVisitorFactory() - Constructor for class org.hibernate.ejb.packaging.JarVisitorFactory
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
JAVA_CONSTANT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
JavaConstantNode - Class in org.hibernate.hql.internal.ast.tree
A node representing a static Java constant.
JavaConstantNode() - Constructor for class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
JavaElementFilter - Class in org.hibernate.ejb.packaging
Filter a Java element (class or package per fully qualified name and annotation existence) At least 1 annotation has to annotate the element and the accept method must match If none annotations are passed, only the accept method must pass.
JavaElementFilter(boolean, Class[]) - Constructor for class org.hibernate.ejb.packaging.JavaElementFilter
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
JavaSqlTypesMappedSameCodeMultipleTimes$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JavassistClassTransformer - Class in org.hibernate.bytecode.internal.javassist
Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
JavassistClassTransformer(ClassFilter, FieldFilter) - Constructor for class org.hibernate.bytecode.internal.javassist.JavassistClassTransformer
 
javassistEnhancementFailed(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
javassistEnhancementFailed(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
javassistEnhancementFailed(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
javassistEnhancementFailed(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
javassistEnhancementFailed(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
javassistEnhancementFailed(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
javassistEnhancementFailed(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
javassistEnhancementFailed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
javassistEnhancementFailed$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
javassistEnhancementFailed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
javassistEnhancementFailed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
javassistEnhancementFailed$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
javassistEnhancementFailed$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JavassistHelper - Class in org.hibernate.bytecode.instrumentation.internal.javassist
 
JavassistInstrumenter - Class in org.hibernate.bytecode.buildtime.internal
Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using Javassist.
JavassistInstrumenter(Logger, Instrumenter.Options) - Constructor for class org.hibernate.bytecode.buildtime.internal.JavassistInstrumenter
 
JavassistLazyInitializer - Class in org.hibernate.proxy.pojo.javassist
A Javassist-based lazy initializer proxy.
JavassistProxyFactory - Class in org.hibernate.proxy.pojo.javassist
A ProxyFactory implementation for producing Javassist-based proxies.
JavassistProxyFactory() - Constructor for class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
JavaType - Class in org.hibernate.metamodel.domain
Models the naming of a Java type where we may not have access to that type's Class reference.
JavaType(String, ClassLoaderService) - Constructor for class org.hibernate.metamodel.domain.JavaType
 
JavaType(Class<?>) - Constructor for class org.hibernate.metamodel.domain.JavaType
 
JavaTypeDescriptor<T> - Interface in org.hibernate.type.descriptor.java
Descriptor for the Java side of a value mapping.
JaxbAccessType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for access-type.
JaxbAliasTable - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for alias-table complex type.
JaxbAliasTable() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
 
JaxbAnyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for any-element complex type.
JaxbAnyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
JaxbArrayElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for array-element complex type.
JaxbArrayElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
JaxbAssociationOverride - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbAssociationOverride() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
 
JaxbAttributeOverride - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbAttributeOverride() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
 
JaxbAttributes - Class in org.hibernate.internal.jaxb.mapping.orm
This element contains the entity field or property mappings.
JaxbAttributes() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
JaxbBagElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for bag-element complex type.
JaxbBagElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
JaxbBasic - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbBasic() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
JaxbCacheElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for cache-element complex type.
JaxbCacheElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
 
JaxbCacheModeAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for cache-mode-attribute.
JaxbCascadeType - Class in org.hibernate.internal.jaxb.mapping.orm
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};
JaxbCascadeType() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
 
JaxbCheckAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for check-attribute.
JaxbCollectionTable - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbCollectionTable() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
 
JaxbColumn - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
JaxbColumnElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for column-element complex type.
JaxbColumnElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
JaxbColumnResult - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbColumnResult() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult
 
JaxbComponentElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for component-element complex type.
JaxbComponentElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
JaxbCompositeElementElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for composite-element-element complex type.
JaxbCompositeElementElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
 
JaxbDiscriminatorColumn - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbDiscriminatorColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
 
JaxbDiscriminatorType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for discriminator-type.
JaxbDynamicComponentElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for dynamic-component-element complex type.
JaxbDynamicComponentElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
JaxbElementCollection - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbElementCollection() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
JaxbElementElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for element-element complex type.
JaxbElementElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
JaxbEmbeddable - Class in org.hibernate.internal.jaxb.mapping.orm
Defines the settings and mappings for embeddable objects.
JaxbEmbeddable() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
 
JaxbEmbeddableAttributes - Class in org.hibernate.internal.jaxb.mapping.orm
Java class for embeddable-attributes complex type.
JaxbEmbeddableAttributes() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
JaxbEmbedded - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbEmbedded() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
 
JaxbEmbeddedId - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbEmbeddedId() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
 
JaxbEmptyType - Class in org.hibernate.internal.jaxb.mapping.orm
Java class for emptyType complex type.
JaxbEmptyType() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEmptyType
 
JaxbEntity - Class in org.hibernate.internal.jaxb.mapping.orm
Defines the settings and mappings for an entity.
JaxbEntity() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
JaxbEntityListener - Class in org.hibernate.internal.jaxb.mapping.orm
Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.
JaxbEntityListener() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
JaxbEntityListeners - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbEntityListeners() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListeners
 
JaxbEntityMappings - Class in org.hibernate.internal.jaxb.mapping.orm
The entity-mappings element is the root element of a mapping file.
JaxbEntityMappings() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
JaxbEntityResult - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbEntityResult() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
 
JaxbEnumType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for enum-type.
JaxbFetchAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for fetch-attribute.
JaxbFetchAttributeWithSubselect - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for fetch-attribute-with-subselect.
JaxbFetchProfileElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for fetch-profile-element complex type.
JaxbFetchProfileElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
 
JaxbFetchProfileElement.JaxbFetch - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbFetchProfileElement.JaxbFetch() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
 
JaxbFetchType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for fetch-type.
JaxbFieldResult - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbFieldResult() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
 
JaxbFilterElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for filter-element complex type.
JaxbFilterElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
JaxbFlushModeAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for flush-mode-attribute.
JaxbGeneratedAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for generated-attribute.
JaxbGeneratedValue - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbGeneratedValue() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
 
JaxbGenerationType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for generation-type.
JaxbGeneratorElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for generator-element complex type.
JaxbGeneratorElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
 
JaxbHelper - Class in org.hibernate.metamodel.source.internal
Helper class for unmarshalling xml configuration using StAX and JAXB.
JaxbHelper(MetadataSources) - Constructor for class org.hibernate.metamodel.source.internal.JaxbHelper
 
JaxbHibernateConfiguration - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
 
JaxbHibernateConfiguration.JaxbSecurity - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSecurity() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
 
JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
 
JaxbHibernateConfiguration.JaxbSessionFactory - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSessionFactory() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
 
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
 
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
 
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
 
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
 
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty - Class in org.hibernate.internal.jaxb.cfg
Java class for anonymous complex type.
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
 
JaxbHibernateMapping - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
JaxbHibernateMapping.JaxbClass - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbClass() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
JaxbHibernateMapping.JaxbClass.JaxbCompositeId - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbClass.JaxbCompositeId() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
JaxbHibernateMapping.JaxbClass.JaxbDiscriminator - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbClass.JaxbDiscriminator() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
JaxbHibernateMapping.JaxbClass.JaxbId - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbClass.JaxbId() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
JaxbHibernateMapping.JaxbClass.JaxbNaturalId - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbClass.JaxbNaturalId() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbNaturalId
 
JaxbHibernateMapping.JaxbClass.JaxbTimestamp - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbClass.JaxbTimestamp() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
JaxbHibernateMapping.JaxbClass.JaxbVersion - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbClass.JaxbVersion() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
JaxbHibernateMapping.JaxbDatabaseObject - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbDatabaseObject() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
 
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
 
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
 
JaxbHibernateMapping.JaxbFilterDef - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbFilterDef() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
 
JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
 
JaxbHibernateMapping.JaxbIdentifierGenerator - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbIdentifierGenerator() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
 
JaxbHibernateMapping.JaxbImport - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbImport() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
 
JaxbHibernateMapping.JaxbTypedef - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbHibernateMapping.JaxbTypedef() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
 
JaxbId - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbId() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
JaxbIdbagElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for idbag-element complex type.
JaxbIdbagElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
JaxbIdbagElement.JaxbCollectionId - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbIdbagElement.JaxbCollectionId() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
 
JaxbIdClass - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbIdClass() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbIdClass
 
JaxbIndexElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for index-element complex type.
JaxbIndexElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
 
JaxbInheritance - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbInheritance() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance
 
JaxbInheritanceType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for inheritance-type.
JaxbJoinColumn - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbJoinColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
JaxbJoinedSubclassElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for joined-subclass-element complex type.
JaxbJoinedSubclassElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
JaxbJoinElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for join-element complex type.
JaxbJoinElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
JaxbJoinTable - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbJoinTable() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
 
JaxbKeyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for key-element complex type.
JaxbKeyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
JaxbKeyManyToOneElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for key-many-to-one-element complex type.
JaxbKeyManyToOneElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
JaxbKeyPropertyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for key-property-element complex type.
JaxbKeyPropertyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
JaxbLazyAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for lazy-attribute.
JaxbLazyAttributeWithExtra - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for lazy-attribute-with-extra.
JaxbLazyAttributeWithNoProxy - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for lazy-attribute-with-no-proxy.
JaxbListElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for list-element complex type.
JaxbListElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
JaxbListenerElement - Class in org.hibernate.internal.jaxb.cfg
Java class for listener-element complex type.
JaxbListenerElement() - Constructor for class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
 
JaxbListIndexElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for list-index-element complex type.
JaxbListIndexElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
 
JaxbLoadCollectionElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for load-collection-element complex type.
JaxbLoadCollectionElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
 
JaxbLoaderElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for loader-element complex type.
JaxbLoaderElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoaderElement
 
JaxbLob - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbLob() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbLob
 
JaxbLockModeAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for lock-mode-attribute.
JaxbLockModeType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for lock-mode-type.
JaxbManyToAnyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for many-to-any-element complex type.
JaxbManyToAnyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
 
JaxbManyToMany - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbManyToMany() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
JaxbManyToManyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for many-to-many-element complex type.
JaxbManyToManyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
JaxbManyToOne - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbManyToOne() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
JaxbManyToOneElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for many-to-one-element complex type.
JaxbManyToOneElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
JaxbMapElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for map-element complex type.
JaxbMapElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
JaxbMapElement.JaxbCompositeIndex - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbMapElement.JaxbCompositeIndex() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
 
JaxbMapElement.JaxbCompositeMapKey - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbMapElement.JaxbCompositeMapKey() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
 
JaxbMapElement.JaxbIndexManyToAny - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbMapElement.JaxbIndexManyToAny() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
 
JaxbMapElement.JaxbIndexManyToMany - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbMapElement.JaxbIndexManyToMany() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
 
JaxbMapElement.JaxbMapKey - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbMapElement.JaxbMapKey() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
JaxbMapElement.JaxbMapKeyManyToMany - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbMapElement.JaxbMapKeyManyToMany() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
 
JaxbMapKey - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbMapKey() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKey
 
JaxbMapKeyClass - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbMapKeyClass() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyClass
 
JaxbMapKeyColumn - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbMapKeyColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
JaxbMapKeyJoinColumn - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbMapKeyJoinColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
JaxbMappedSuperclass - Class in org.hibernate.internal.jaxb.mapping.orm
Defines the settings and mappings for a mapped superclass.
JaxbMappedSuperclass() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
JaxbMetaElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for meta-element complex type.
JaxbMetaElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
 
JaxbMetaValueElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for meta-value-element complex type.
JaxbMetaValueElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
 
JaxbNamedNativeQuery - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbNamedNativeQuery() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
 
JaxbNamedQuery - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbNamedQuery() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
 
JaxbNestedCompositeElementElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for nested-composite-element-element complex type.
JaxbNestedCompositeElementElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
JaxbNotFoundAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for not-found-attribute.
JaxbOneToMany - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbOneToMany() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
JaxbOneToManyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for one-to-many-element complex type.
JaxbOneToManyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
 
JaxbOneToOne - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbOneToOne() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
JaxbOneToOneElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for one-to-one-element complex type.
JaxbOneToOneElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
JaxbOrderColumn - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbOrderColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
 
JaxbOuterJoinAttribute - Enum in org.hibernate.internal.jaxb.mapping.hbm
Java class for outer-join-attribute.
JaxbParamElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for param-element complex type.
JaxbParamElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
 
JaxbParentElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for parent-element complex type.
JaxbParentElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbParentElement
 
JaxbPersistenceUnitDefaults - Class in org.hibernate.internal.jaxb.mapping.orm
These defaults are applied to the persistence unit as a whole unless they are overridden by local annotation or XML element settings.
JaxbPersistenceUnitDefaults() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
JaxbPersistenceUnitMetadata - Class in org.hibernate.internal.jaxb.mapping.orm
Metadata that applies to the persistence unit and not just to the mapping file in which it is contained.
JaxbPersistenceUnitMetadata() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
 
JaxbPostLoad - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPostLoad() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
 
JaxbPostPersist - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPostPersist() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
 
JaxbPostRemove - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPostRemove() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
 
JaxbPostUpdate - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPostUpdate() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
 
JaxbPrePersist - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPrePersist() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
 
JaxbPreRemove - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPreRemove() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
 
JaxbPreUpdate - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPreUpdate() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
 
JaxbPrimaryKeyJoinColumn - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbPrimaryKeyJoinColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
 
JaxbPrimitiveArrayElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for primitive-array-element complex type.
JaxbPrimitiveArrayElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
JaxbProcessor - Class in org.hibernate.service.internal
 
JaxbProcessor(ClassLoaderService) - Constructor for class org.hibernate.service.internal.JaxbProcessor
 
JaxbPropertiesElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for properties-element complex type.
JaxbPropertiesElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
JaxbPropertyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for property-element complex type.
JaxbPropertyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
JaxbQueryElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for query-element complex type.
JaxbQueryElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
JaxbQueryHint - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbQueryHint() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
 
JaxbQueryParamElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for query-param-element complex type.
JaxbQueryParamElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
 
JaxbResultsetElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for resultset-element complex type.
JaxbResultsetElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbResultsetElement
 
JaxbReturnElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for return-element complex type.
JaxbReturnElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
 
JaxbReturnElement.JaxbReturnDiscriminator - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbReturnElement.JaxbReturnDiscriminator() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement.JaxbReturnDiscriminator
 
JaxbReturnJoinElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for return-join-element complex type.
JaxbReturnJoinElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
 
JaxbReturnPropertyElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for return-property-element complex type.
JaxbReturnPropertyElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
 
JaxbReturnPropertyElement.JaxbReturnColumn - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for anonymous complex type.
JaxbReturnPropertyElement.JaxbReturnColumn() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement.JaxbReturnColumn
 
JaxbReturnScalarElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for return-scalar-element complex type.
JaxbReturnScalarElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
 
JaxbRoot<T> - Class in org.hibernate.internal.jaxb
Holds information about a JAXB-unmarshalled XML document.
JaxbRoot(T, Origin) - Constructor for class org.hibernate.internal.jaxb.JaxbRoot
 
JaxbSecondaryTable - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbSecondaryTable() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
 
JaxbSequenceGenerator - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbSequenceGenerator() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
JaxbSetElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for set-element complex type.
JaxbSetElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
JaxbSqlDeleteAllElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for sql-delete-all-element complex type.
JaxbSqlDeleteAllElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
 
JaxbSqlDeleteElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for sql-delete-element complex type.
JaxbSqlDeleteElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
 
JaxbSqlInsertElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for sql-insert-element complex type.
JaxbSqlInsertElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
 
JaxbSqlQueryElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for sql-query-element complex type.
JaxbSqlQueryElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
JaxbSqlResultSetMapping - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbSqlResultSetMapping() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
 
JaxbSqlUpdateElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for sql-update-element complex type.
JaxbSqlUpdateElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
 
JaxbSubclassElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for subclass-element complex type.
JaxbSubclassElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
JaxbSynchronizeElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for synchronize-element complex type.
JaxbSynchronizeElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbSynchronizeElement
 
JaxbTable - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbTable() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
 
JaxbTableGenerator - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbTableGenerator() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
JaxbTemporalType - Enum in org.hibernate.internal.jaxb.mapping.orm
Java class for temporal-type.
JaxbTransient - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbTransient() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbTransient
 
JaxbTuplizerElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for tuplizer-element complex type.
JaxbTuplizerElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
 
JaxbTypeAttribute - Enum in org.hibernate.internal.jaxb.cfg
Java class for type-attribute.
JaxbTypeElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for type-element complex type.
JaxbTypeElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbTypeElement
 
JaxbUnionSubclassElement - Class in org.hibernate.internal.jaxb.mapping.hbm
Java class for union-subclass-element complex type.
JaxbUnionSubclassElement() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
JaxbUniqueConstraint - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbUniqueConstraint() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
 
JaxbUsageAttribute - Enum in org.hibernate.internal.jaxb.cfg
Java class for usage-attribute.
JaxbVersion - Class in org.hibernate.internal.jaxb.mapping.orm
 
JaxbVersion() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
 
JBOSS__UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
JBossAppServerJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JtaPlatform definition for JBoss Application Server.
JBossAppServerJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
JBossStandAloneJtaPlatform - Class in org.hibernate.service.jta.platform.internal
Return a standalone JTA transaction manager for JBoss Transactions Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA
JBossStandAloneJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform
 
JDataStoreDialect - Class in org.hibernate.dialect
A Dialect for JDataStore.
JDataStoreDialect() - Constructor for class org.hibernate.dialect.JDataStoreDialect
Creates new JDataStoreDialect
JDBC_DRIVER - Static variable in class org.hibernate.ejb.AvailableSettings
The name of a JDBC driver to use to connect to the database.
JDBC_PASSWORD - Static variable in class org.hibernate.ejb.AvailableSettings
The JDBC connection password.
JDBC_URL - Static variable in class org.hibernate.ejb.AvailableSettings
The JDBC connection url to use to connect to the database.
JDBC_USER - Static variable in class org.hibernate.ejb.AvailableSettings
The JDBC connection user name.
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcAutoCommitFalseBreaksEjb3Spec$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JdbcConnectionAccess - Interface in org.hibernate.engine.jdbc.spi
Provides centralized access to JDBC connections.
jdbcConnectionAccess() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcIsolationDelegate
 
jdbcConnectionAccess() - Method in class org.hibernate.engine.transaction.internal.jta.JtaIsolationDelegate
 
JDBCConnectionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
JDBCConnectionException(String, SQLException) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
JDBCConnectionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
JdbcCoordinator - Interface in org.hibernate.engine.jdbc.spi
Coordinates JDBC-related activities.
JdbcCoordinatorImpl - Class in org.hibernate.engine.jdbc.internal
Standard Hibernate implementation of JdbcCoordinator

IMPL NOTE : Custom serialization handling!

JdbcCoordinatorImpl(Connection, TransactionCoordinator) - Constructor for class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
JdbcCoordinatorImpl(LogicalConnectionImpl, TransactionCoordinator) - Constructor for class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
JdbcDateTypeDescriptor - Class in org.hibernate.type.descriptor.java
TODO : javadoc
JdbcDateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
JdbcDateTypeDescriptor.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
JdbcDateTypeDescriptor.DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
jdbcDriverNotFound(String) - Method in interface org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger
 
jdbcDriverNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcDriverNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcDriverNotSpecified(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcDriverNotSpecified(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcDriverNotSpecified(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcDriverNotSpecified(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jdbcDriverNotSpecified(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcDriverNotSpecified(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcDriverNotSpecified(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jdbcDriverNotSpecified$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcDriverNotSpecified$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcDriverNotSpecified$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcDriverNotSpecified$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcDriverNotSpecified$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcDriverNotSpecified$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JDBCException - Exception in org.hibernate
Wraps an SQLException.
JDBCException(String, SQLException) - Constructor for exception org.hibernate.JDBCException
 
JDBCException(String, SQLException, String) - Constructor for exception org.hibernate.JDBCException
 
JdbcExceptionHelper - Class in org.hibernate.internal.util
 
JdbcExceptionHelper() - Constructor for class org.hibernate.internal.util.JdbcExceptionHelper
 
JdbcIsolationDelegate - Class in org.hibernate.engine.transaction.internal.jdbc
The isolation delegate for JDBC Connection based transactions
JdbcIsolationDelegate(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.internal.jdbc.JdbcIsolationDelegate
 
jdbcIsolationLevel(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcIsolationLevel(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcIsolationLevel(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcIsolationLevel(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jdbcIsolationLevel(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcIsolationLevel(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcIsolationLevel(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jdbcIsolationLevel$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcIsolationLevel$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcIsolationLevel$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcIsolationLevel$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcIsolationLevel$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcIsolationLevel$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jdbcRollbackFailed() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcRollbackFailed() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcRollbackFailed() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcRollbackFailed() - Method in interface org.hibernate.internal.CoreMessageLogger
 
jdbcRollbackFailed() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcRollbackFailed() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcRollbackFailed() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jdbcRollbackFailed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcRollbackFailed$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcRollbackFailed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcRollbackFailed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcRollbackFailed$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcRollbackFailed$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JdbcServices - Interface in org.hibernate.engine.jdbc.spi
Contract for services around JDBC operations.
JdbcServicesImpl - Class in org.hibernate.engine.jdbc.internal
Standard implementation of the JdbcServices contract
JdbcServicesImpl() - Constructor for class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
JdbcServicesInitiator - Class in org.hibernate.engine.jdbc.internal
Standard initiator for the standard JdbcServices service
JdbcServicesInitiator() - Constructor for class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
JdbcTimestampTypeDescriptor - Class in org.hibernate.type.descriptor.java
TODO : javadoc
JdbcTimestampTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
JdbcTimeTypeDescriptor - Class in org.hibernate.type.descriptor.java
TODO : javadoc
JdbcTimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
JdbcTimeTypeDescriptor.TimeMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
JdbcTimeTypeDescriptor.TimeMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
JdbcTransaction - Class in org.hibernate.engine.transaction.internal.jdbc
Transaction implementation based on transaction management through a JDBC Connection.
JdbcTransaction(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
JdbcTransactionFactory - Class in org.hibernate.engine.transaction.internal.jdbc
Factory for JdbcTransaction instances.
JdbcTransactionFactory() - Constructor for class org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
 
JdbcTypeNameMapper - Class in org.hibernate.type.descriptor
TODO : javadoc
JdbcTypeNameMapper() - Constructor for class org.hibernate.type.descriptor.JdbcTypeNameMapper
 
jdbcUrlNotSpecified(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcUrlNotSpecified(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcUrlNotSpecified(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcUrlNotSpecified(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jdbcUrlNotSpecified(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcUrlNotSpecified(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcUrlNotSpecified(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jdbcUrlNotSpecified$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jdbcUrlNotSpecified$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jdbcUrlNotSpecified$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jdbcUrlNotSpecified$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jdbcUrlNotSpecified$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jdbcUrlNotSpecified$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JdbcWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Generic contract for wrapped JDBC objects.
JMX_AGENT_ID - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_DEFAULT_OBJ_NAME_DOMAIN - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_DOMAIN_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_PLATFORM_SERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_SF_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JmxService - Interface in org.hibernate.service.jmx.spi
Service providing simplified access to JMX related features needed by Hibernate.
JmxServiceImpl - Class in org.hibernate.service.jmx.internal
Standard implementation of JMX services
JmxServiceImpl(Map) - Constructor for class org.hibernate.service.jmx.internal.JmxServiceImpl
 
JmxServiceInitiator - Class in org.hibernate.service.jmx.internal
Standard initiator for the standard JmxService service
JmxServiceInitiator() - Constructor for class org.hibernate.service.jmx.internal.JmxServiceInitiator
 
JNDI_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JNDI InitialContext class.
JNDI_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a prefix used to define arbitrary JNDI InitialContext properties.
JNDI_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JNDI provider/connection url
JndiException - Exception in org.hibernate.service.jndi
An exception indicating trouble accessing JNDI
JndiException(String, Throwable) - Constructor for exception org.hibernate.service.jndi.JndiException
 
JndiHelper - Class in org.hibernate.internal.util.jndi
Deprecated. As JNDI access should get routed through JndiService
JndiInfinispanRegionFactory - Class in org.hibernate.cache.infinispan
A RegionFactory for Infinispan-backed cache regions that finds its cache manager in JNDI rather than creating one itself.
JndiInfinispanRegionFactory() - Constructor for class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
 
JndiInfinispanRegionFactory(Properties) - Constructor for class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
 
jndiInitialContextProperties(Hashtable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jndiInitialContextProperties(Hashtable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jndiInitialContextProperties(Hashtable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jndiInitialContextProperties(Hashtable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jndiInitialContextProperties(Hashtable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jndiInitialContextProperties(Hashtable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jndiInitialContextProperties(Hashtable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jndiInitialContextProperties$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jndiInitialContextProperties$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jndiInitialContextProperties$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jndiInitialContextProperties$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jndiInitialContextProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jndiInitialContextProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
jndiNameDoesNotHandleSessionFactoryReference$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
JndiNameException - Exception in org.hibernate.service.jndi
Indicates a problem with a given JNDI name being deemed as not valid.
JndiNameException(String, Throwable) - Constructor for exception org.hibernate.service.jndi.JndiNameException
 
JndiService - Interface in org.hibernate.service.jndi.spi
Service providing simplified access to JNDI related features needed by Hibernate.
jndiService() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
JndiServiceImpl - Class in org.hibernate.service.jndi.internal
Standard implementation of JNDI services.
JndiServiceImpl(Map) - Constructor for class org.hibernate.service.jndi.internal.JndiServiceImpl
 
JndiServiceInitiator - Class in org.hibernate.service.jndi.internal
Standard initiator for the standard JndiService service
JndiServiceInitiator() - Constructor for class org.hibernate.service.jndi.internal.JndiServiceInitiator
 
join(SingularAttribute<? super X, Y>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(SingularAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(CollectionAttribute<? super X, Y>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(CollectionAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(SetAttribute<? super X, Y>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(SetAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(ListAttribute<? super X, Y>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(ListAttribute<? super X, Y>, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(MapAttribute<? super X, K, V>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(MapAttribute<? super X, K, V>, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(String) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join(String, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
join() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
join() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
join() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
join() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
join() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Perform a join to the underlying transaction
JOIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
JOIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
JOIN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
join - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
join - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
join(String[], String[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(String[], String[], boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(int[], int[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(T[], T[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
join(String, Iterator) - Static method in class org.hibernate.internal.util.StringHelper
 
Join - Class in org.hibernate.mapping
 
Join() - Constructor for class org.hibernate.mapping.Join
 
JOIN_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
JOIN_COLUMN_OR_FORMULA - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
JOIN_COLUMNS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
JOIN_COLUMNS_OR_FORMULAS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
JOIN_FORMULA - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
JOIN_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
JOIN_FRAGMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
JOIN_TABLE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
Joinable - Interface in org.hibernate.persister.entity
Anything that can be loaded by outer join - namely persisters for classes or collections.
joinCollection(String) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
joinCollection(String, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
joinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
 
joinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
 
joinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
 
joinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
joinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
joinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
JoinColumnOrFormula - Annotation Type in org.hibernate.annotations
 
JoinColumnsOrFormulas - Annotation Type in org.hibernate.annotations
 
JoinedIterable<T> - Class in org.hibernate.internal.util.collections
An JoinedIterable is an Iterable that wraps a number of Iterables.
JoinedIterable(List<Iterable<T>>) - Constructor for class org.hibernate.internal.util.collections.JoinedIterable
 
JoinedIterator - Class in org.hibernate.internal.util.collections
An JoinedIterator is an Iterator that wraps a number of Iterators.
JoinedIterator(List) - Constructor for class org.hibernate.internal.util.collections.JoinedIterator
 
JoinedIterator(Iterator[]) - Constructor for class org.hibernate.internal.util.collections.JoinedIterator
 
JoinedIterator(Iterator, Iterator) - Constructor for class org.hibernate.internal.util.collections.JoinedIterator
 
joinedSubclass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
joinedSubclass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
JoinedSubclass - Class in org.hibernate.mapping
A subclass in a table-per-subclass mapping
JoinedSubclass(PersistentClass) - Constructor for class org.hibernate.mapping.JoinedSubclass
 
JoinedSubclassEntityPersister - Class in org.hibernate.persister.entity
An EntityPersister implementing the normalized "table-per-subclass" mapping strategy
JoinedSubclassEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
JoinedSubclassEntityPersister(EntityBinding, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
joinedSubclassEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
JoinedSubclassFkSecondPass - Class in org.hibernate.cfg
 
JoinedSubclassFkSecondPass(JoinedSubclass, Ejb3JoinColumn[], SimpleValue, Mappings) - Constructor for class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
joinElement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
JoinElementSource - Interface in org.hibernate.internal.jaxb.mapping.hbm
 
JoinFormula - Annotation Type in org.hibernate.annotations
JoinFormula.
JoinFragment - Class in org.hibernate.sql
An abstract SQL join fragment renderer
JoinFragment() - Constructor for class org.hibernate.sql.JoinFragment
 
JoinHelper - Class in org.hibernate.engine.internal
 
JoinImplementor<Z,X> - Interface in org.hibernate.ejb.criteria
Consolidates the Join and Fetch hierarchies since that is how we implement them.
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return the join key column name ie a FK column used in a JOINED strategy or for a secondary table
joinList(String) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
joinList(String, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
joinMap(String) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
joinMap(String, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
JoinProcessor - Class in org.hibernate.hql.internal.ast.util
Performs the post-processing of the join information gathered during semantic analysis.
JoinProcessor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.util.JoinProcessor
Constructs a new JoinProcessor.
joins - Variable in class org.hibernate.cfg.Ejb3Column
 
JoinSequence - Class in org.hibernate.engine.internal
 
JoinSequence(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.internal.JoinSequence
 
JoinSequence.Join - Class in org.hibernate.engine.internal
 
JoinSequence.Selector - Interface in org.hibernate.engine.internal
 
joinSet(String) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
joinSet(String, JoinType) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
JoinStatus - Enum in org.hibernate.engine.transaction.spi
See the JPA notion of joining a transaction for details.
joinTable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
 
joinTable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
joinTable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
joinTable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
joinTable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
joinTransaction() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
joinType(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
JoinType - Enum in org.hibernate.sql
 
JoinWalker - Class in org.hibernate.loader
Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
JoinWalker(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.JoinWalker
 
JoinWalker.AssociationInitCallback - Interface in org.hibernate.loader
 
joinWithQualifier(String[], String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
JOnASJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JTA platform implementation for JOnAS
JOnASJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.JOnASJtaPlatform
 
JOTMJtaPlatform - Class in org.hibernate.service.jta.platform.internal
 
JOTMJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.JOTMJtaPlatform
 
JPA_ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the JPA entity name
JPA_METAMODEL_GENERATION - Static variable in class org.hibernate.ejb.AvailableSettings
Deprecated. use AvailableSettings.JPA_METAMODEL_POPULATION instead.
JPA_METAMODEL_POPULATION - Static variable in class org.hibernate.ejb.AvailableSettings
Setting that controls whether we seek out JPA "static metamodel" classes and populate them.
JpaCallbackClass - Interface in org.hibernate.metamodel.source.binder
 
JPAConfigurationTaskWithEnvers - Class in org.hibernate.envers.ant
 
JPAConfigurationTaskWithEnvers() - Constructor for class org.hibernate.envers.ant.JPAConfigurationTaskWithEnvers
 
JPADotNames - Interface in org.hibernate.metamodel.source.annotations
Defines the dot names for the JPA annotations
JpaIntegrator - Class in org.hibernate.ejb.event
Prepare the HEM-specific event listeners.
JpaIntegrator() - Constructor for class org.hibernate.ejb.event.JpaIntegrator
 
JPAMetadataProvider - Class in org.hibernate.cfg.annotations.reflection
MetadataProvider aware of the JPA Deployment descriptor
JPAMetadataProvider() - Constructor for class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
JPAOverriddenAnnotationReader - Class in org.hibernate.cfg.annotations.reflection
Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor.
JPAOverriddenAnnotationReader(AnnotatedElement, XMLContext) - Constructor for class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
jpaPositionalParameter(String, int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
 
jpaPositionalParameter(String, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
jpaPositionalParameter(String, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
JPAQL_STRICT_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JRun4JtaPlatform - Class in org.hibernate.service.jta.platform.internal
JtaPlatform implementation for JRun4 AS
JRun4JtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.JRun4JtaPlatform
 
JTA_CACHE_TM - Static variable in interface org.hibernate.cfg.AvailableSettings
A configuration value key used to indicate that it is safe to cache TransactionManager references.
JTA_CACHE_UT - Static variable in interface org.hibernate.cfg.AvailableSettings
A configuration value key used to indicate that it is safe to cache UserTransaction references.
JTA_DATASOURCE - Static variable in class org.hibernate.ejb.AvailableSettings
The JNDI name of a JTA DataSource.
JTA_PLATFORM - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JtaPlatform implementation to use for integrating with JTA systems.
JTA_TRACK_BY_THREAD - Static variable in interface org.hibernate.cfg.AvailableSettings
A transaction can be rolled back by another thread ("tracking by thread") -- not the original application.
JtaAwareConnectionProviderImpl - Class in org.hibernate.testing.jta
A DataSource implementation intended for testing Hibernate/JTA interaction.
JtaAwareConnectionProviderImpl() - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
JtaAwareConnectionProviderImpl.XAResourceWrapper - Class in org.hibernate.testing.jta
 
JtaAwareConnectionProviderImpl.XAResourceWrapper(JtaAwareConnectionProviderImpl, Connection) - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
JtaIsolationDelegate - Class in org.hibernate.engine.transaction.internal.jta
An isolation delegate for JTA environments.
JtaIsolationDelegate(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.internal.jta.JtaIsolationDelegate
 
jtaPlatform() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
Provide subclasses with convenient access to the configured JtaPlatform
JtaPlatform - Interface in org.hibernate.service.jta.platform.spi
Defines how we interact with various JTA services on the given platform/environment.
JtaPlatformException - Exception in org.hibernate.service.jta.platform.spi
Indicates a problem interacting with the underlying JTA platform.
JtaPlatformException(String) - Constructor for exception org.hibernate.service.jta.platform.spi.JtaPlatformException
 
JtaPlatformException(String, Throwable) - Constructor for exception org.hibernate.service.jta.platform.spi.JtaPlatformException
 
JtaPlatformInitiator - Class in org.hibernate.service.jta.platform.internal
Standard initiator for the standard JtaPlatform
JtaPlatformInitiator() - Constructor for class org.hibernate.service.jta.platform.internal.JtaPlatformInitiator
 
JTASessionContext - Class in org.hibernate.context.internal
An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction.
JTASessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.JTASessionContext
 
JTASessionContext.CleanupSynch - Class in org.hibernate.context.internal
JTA transaction synch used for cleanup of the internal session map.
JTASessionContext.CleanupSynch(Object, JTASessionContext) - Constructor for class org.hibernate.context.internal.JTASessionContext.CleanupSynch
 
JtaStatusHelper - Class in org.hibernate.engine.transaction.internal.jta
Utility for dealing with JTA statuses.
JtaStatusHelper() - Constructor for class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
 
JtaSynchronizationStrategy - Interface in org.hibernate.service.jta.platform.internal
Contract used to centralize Synchronization handling logic.
JtaTransaction - Class in org.hibernate.engine.transaction.internal.jta
Implements a transaction strategy based on transaction management through a JTA UserTransaction.
JtaTransaction(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
JtaTransactionFactory - Class in org.hibernate.engine.transaction.internal.jta
Factory for JtaTransaction instances.
JtaTransactionFactory() - Constructor for class org.hibernate.engine.transaction.internal.jta.JtaTransactionFactory
 
Junction - Class in org.hibernate.criterion
A sequence of a logical expressions combined by some associative logical operator
Junction(Junction.Nature) - Constructor for class org.hibernate.criterion.Junction
 
Junction.Nature - Enum in org.hibernate.criterion
 
jvmHasTimestampBug() - Static method in class org.hibernate.cfg.Environment
Does this JVM's implementation of Timestamp have a bug in which the following is true: new java.sql.Timestamp( x ).getTime() != x

NOTE : IBM JDK 1.3.1 the only known JVM to exhibit this behavior.


K

key() - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
KEY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
KEY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
KEY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
key - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
KEY - Static variable in class org.hibernate.tuple.DynamicMapInstantiator
 
keyColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
keyColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
keyIterator() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
keyPropertyOrKeyManyToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
keyPropertyOrKeyManyToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
 
keyPropertyOrKeyManyToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
 
keys(M) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
keys() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class org.hibernate.collection.internal.PersistentMap
 
keySet() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
keySet() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
keySet() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
keySet() - Method in class org.hibernate.proxy.map.MapProxy
 
KeyValue - Interface in org.hibernate.mapping
Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.
KeyValueBinding - Interface in org.hibernate.metamodel.binding
TODO : javadoc

L

last() - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
last() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
LAST - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LAST - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LAST - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
last() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Go to the last result
last() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
last() - Method in interface org.hibernate.ScrollableResults
Go to the last result
LAST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LAST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
lastCollectionElement() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
lastIndexOf(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
lastIndexOfLetter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
lastKey() - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
lastKey() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
LAZY - Static variable in enum org.hibernate.FetchMode
Deprecated. use FetchMode.SELECT
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
lazy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
LAZY_COLLECTION - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
LAZY_TO_ONE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
LazyCollection - Annotation Type in org.hibernate.annotations
Define the lazy status of a collection
LazyCollectionOption - Enum in org.hibernate.annotations
Lazy options available for a collection
LazyInitializationException - Exception in org.hibernate
Indicates access to unfetched data outside of a session context.
LazyInitializationException(String) - Constructor for exception org.hibernate.LazyInitializationException
 
LazyInitializer - Interface in org.hibernate.proxy
Handles fetching of the underlying entity for a proxy
LazyIterator - Class in org.hibernate.internal.util.collections
 
LazyIterator(Map) - Constructor for class org.hibernate.internal.util.collections.LazyIterator
 
lazyPropertyFetchingAvailable(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
lazyPropertyFetchingAvailable(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
lazyPropertyFetchingAvailable(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
lazyPropertyFetchingAvailable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
lazyPropertyFetchingAvailable(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
lazyPropertyFetchingAvailable(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
lazyPropertyFetchingAvailable(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
lazyPropertyFetchingAvailable$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
lazyPropertyFetchingAvailable$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
lazyPropertyFetchingAvailable$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
lazyPropertyFetchingAvailable$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
lazyPropertyFetchingAvailable$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
lazyPropertyFetchingAvailable$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
LazyPropertyInitializer - Interface in org.hibernate.bytecode.instrumentation.spi
Contract for controlling how lazy properties get initialized.
LazyToOne - Annotation Type in org.hibernate.annotations
Define the lazy status of a ToOne association (ie OneToOne or ManyToOne)
LazyToOneOption - Enum in org.hibernate.annotations
Lazy options available for a ToOne association
le(Object) - Method in class org.hibernate.criterion.Property
 
le(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
le(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than or equal" constraint to the named property
le(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
le(Expression<? extends Number>, Number) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
le(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint
LE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LEADING - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
LEADING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LEADING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LEADING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LEADING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
LEADING_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 the beginning of text.
leAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
leAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
least(Expression<X>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
LEFT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LEFT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LEFT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LEFT_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated. use JoinType.LEFT_OUTER_JOIN
LEFT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LEFT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LEFT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated. use JoinType.LEFT_OUTER_JOIN instead.
LEGACY_DEFAULT_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_DICTATED_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated. Use OptimizerFactory.StandardOptimizerDescriptor.getExternalName() via OptimizerFactory.StandardOptimizerDescriptor.LEGACY_HILO
LEGACY_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
The legacy behavior of Hibernate.
LEGACY_ORDER_BY_ALIAS_RESOLVER - Static variable in class org.hibernate.sql.Template
 
LegacyBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
 
LegacyBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer - Class in org.hibernate.loader.collection
 
LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer(QueryableCollection, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
LegacyBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity
 
LegacyBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader - Class in org.hibernate.loader.entity
 
LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler that delegates all operations to the underlying dialect.
LegacyLimitHandler(Dialect, String, RowSelection) - Constructor for class org.hibernate.dialect.pagination.LegacyLimitHandler
 
legacyTransactionManagerStrategy(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
legacyTransactionManagerStrategy(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
legacyTransactionManagerStrategy(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
legacyTransactionManagerStrategy(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
legacyTransactionManagerStrategy(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
legacyTransactionManagerStrategy(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
legacyTransactionManagerStrategy(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
legacyTransactionManagerStrategy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
legacyTransactionManagerStrategy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
legacyTransactionManagerStrategy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
legacyTransactionManagerStrategy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
legacyTransactionManagerStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
legacyTransactionManagerStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
length() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
length(Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
length - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
length - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
length - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
 
length - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
length(long) - Static method in class org.hibernate.metamodel.relational.Size
 
length(long, Size.LobMultiplier) - Static method in class org.hibernate.metamodel.relational.Size
 
LengthFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL LENGTH function.
LengthFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.LengthFunction
 
leProperty(Property) - Method in class org.hibernate.criterion.Property
 
leProperty(String) - Method in class org.hibernate.criterion.Property
 
leProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than or equal" constraint to two properties
leProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint to another property
leSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
leSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
lessThan(Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
lessThan(FlushMode) - Method in enum org.hibernate.FlushMode
 
lessThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is less restrictive than the given lock mode.
lessThan(ScrollMode) - Method in enum org.hibernate.ScrollMode
 
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
Lifecycle - Interface in org.hibernate.classic
Provides callbacks from the Session to the persistent object.
like(Object) - Method in class org.hibernate.criterion.Property
 
like(String, MatchMode) - Method in class org.hibernate.criterion.Property
 
like(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "like" constraint to the named property
like(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
Apply a "like" constraint to the named property
like(Expression<String>, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
like(Expression<String>, Expression<String>, char) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
like(Expression<String>, String) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
like(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
like(Expression<String>, String, char) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
like(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
like(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LIKE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
likeEscape() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
likeEscape(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
LikeExpression - Class in org.hibernate.criterion
A criterion representing a "like" expression
LikeExpression(String, String, Character, boolean) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String, MatchMode, Character, boolean) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikePredicate - Class in org.hibernate.ejb.criteria.predicate
Models a SQL LIKE expression.
LikePredicate(CriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, String) - Constructor for class org.hibernate.ejb.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, Expression<String>, Expression<Character>) - Constructor for class org.hibernate.ejb.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, Expression<String>, char) - Constructor for class org.hibernate.ejb.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, String, char) - Constructor for class org.hibernate.ejb.criteria.predicate.LikePredicate
 
LikePredicate(CriteriaBuilderImpl, Expression<String>, String, Expression<Character>) - Constructor for class org.hibernate.ejb.criteria.predicate.LikePredicate
 
LimitHandler - Interface in org.hibernate.dialect.pagination
Contract defining dialect-specific LIMIT clause handling.
LimitHelper - Class in org.hibernate.dialect.pagination
 
LimitHelper() - Constructor for class org.hibernate.dialect.pagination.LimitHelper
 
LINE_COMMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass, Iterator, Ejb3JoinColumn[], SimpleValue) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
linkValueUsingAColumnCopy(Column, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
used for mappedBy cases
linkValueUsingDefaultColumnNaming(Column, PersistentClass, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
linkWithValue() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
linkWithValue(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
list - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
list - Variable in class org.hibernate.collection.internal.PersistentList
 
list() - Method in interface org.hibernate.Criteria
Get the results.
list(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(Criteria) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a find() query
list(Criteria) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a criteria query
list(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a native SQL query, and return the results as a fully built list.
list(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
list(Criteria) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
list() - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
list() - Method in class org.hibernate.envers.query.impl.EntitiesAtRevisionQuery
 
list() - Method in class org.hibernate.envers.query.impl.EntitiesModifiedAtRevisionQuery
 
list() - Method in class org.hibernate.envers.query.impl.RevisionsOfEntityQuery
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
list(SessionImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a list operation given the underlying query definition.
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.AbstractSessionImpl
 
list() - Method in class org.hibernate.internal.CollectionFilterImpl
 
list() - Method in class org.hibernate.internal.CriteriaImpl
 
list() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
list() - Method in class org.hibernate.internal.QueryImpl
 
list(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
list(Criteria) - Method in class org.hibernate.internal.SessionImpl
 
list() - Method in class org.hibernate.internal.SQLQueryImpl
 
list(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
list(Criteria) - Method in class org.hibernate.internal.StatelessSessionImpl
 
list(SessionImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.custom.CustomLoader
 
list(SessionImplementor, QueryParameters) - Method in class org.hibernate.loader.hql.QueryLoader
 
list(SessionImplementor, QueryParameters, Set, Type[]) - Method in class org.hibernate.loader.Loader
Return the query results, using the query cache, called by subclasses that implement cacheable queries
List - Class in org.hibernate.mapping
A list mapping has a primary key consisting of the key columns + index column.
List(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.List
 
list() - Method in interface org.hibernate.Query
Return the query results as a List.
LIST - Static variable in class org.hibernate.service.internal.StandardSessionFactoryServiceInitiators
 
LIST - Static variable in class org.hibernate.service.StandardServiceInitiators
 
list(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.list(String, String) instead. See Jira issue: HHH-7771
list(String, String) - Method in class org.hibernate.type.TypeFactory
 
ListAttributeJoin<O,E> - Class in org.hibernate.ejb.criteria.path
TODO : javadoc
ListAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, ListAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.ListAttributeJoin
 
ListBinder - Class in org.hibernate.cfg.annotations
Bind a list to the underlying Hibernate configuration
ListBinder() - Constructor for class org.hibernate.cfg.annotations.ListBinder
 
ListCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a map.
ListCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
ListCollectionMapper - Class in org.hibernate.envers.entities.mapper.relation
 
ListCollectionMapper(CommonCollectionMapperData, MiddleComponentData, MiddleComponentData, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
listCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute an SQL Query
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
listener - Variable in class org.hibernate.ejb.event.ListenerCallback
 
listener - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
 
listener - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
 
ListenerCallback - Class in org.hibernate.ejb.event
 
ListenerCallback(Method, Object) - Constructor for class org.hibernate.ejb.event.ListenerCallback
 
listenerGroup(EventType<T>) - Method in class org.hibernate.action.internal.CollectionAction
 
listenerGroup(EventType<T>) - Method in class org.hibernate.action.internal.EntityAction
 
listeners() - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
listeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
listFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a filter
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
listIndex - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
listIndex - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
listIndex - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
ListIndexExpression - Class in org.hibernate.ejb.criteria.expression
An expression for referring to the index of a list.
ListIndexExpression(CriteriaBuilderImpl, PathImplementor, ListAttribute) - Constructor for class org.hibernate.ejb.criteria.expression.ListIndexExpression
 
listIterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
listIterator(int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
listIterator() - Method in class org.hibernate.collection.internal.PersistentBag
 
listIterator(int) - Method in class org.hibernate.collection.internal.PersistentBag
 
listIterator() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
listIterator(int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
listIterator() - Method in class org.hibernate.collection.internal.PersistentList
 
listIterator(int) - Method in class org.hibernate.collection.internal.PersistentList
 
listIterator() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
listIterator(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
ListJoinImplementor<Z,X> - Interface in org.hibernate.ejb.criteria
Specialization of JoinImplementor for List typed attribute joins
ListProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
ListProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
ListProxy(Initializor<List<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
listToIndexElementPairList(List<T>) - Static method in class org.hibernate.envers.tools.Tools
Transforms a list of arbitrary elements to a list of index-element pairs.
ListType - Class in org.hibernate.type
 
ListType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.ListType
Deprecated. Use ListType.ListType(org.hibernate.type.TypeFactory.TypeScope, String, String) See Jira issue: HHH-7771
ListType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.ListType
 
literal(T) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
literal(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LITERAL_by - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
LiteralExpression<T> - Class in org.hibernate.ejb.criteria.expression
Represents a literal expression.
LiteralExpression(CriteriaBuilderImpl, T) - Constructor for class org.hibernate.ejb.criteria.expression.LiteralExpression
 
LiteralExpression(CriteriaBuilderImpl, Class<T>, T) - Constructor for class org.hibernate.ejb.criteria.expression.LiteralExpression
 
LiteralNode - Class in org.hibernate.hql.internal.ast.tree
Represents a literal.
LiteralNode() - Constructor for class org.hibernate.hql.internal.ast.tree.LiteralNode
 
LiteralProcessor - Class in org.hibernate.hql.internal.ast.util
A delegate that handles literals and constants for HqlSqlWalker, performing the token replacement functions and classifying literals.
LiteralProcessor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
LiteralProcessor.DecimalLiteralFormat - Enum in org.hibernate.hql.internal.ast.util
 
LiteralType<T> - Interface in org.hibernate.type
Additional contract for a Type that may appear as an SQL literal
load(Class, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Object, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Performs the load of an entity.
LOAD - Static variable in class org.hibernate.event.spi.EventType
 
LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
load(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, or null if there is no such persistent instance.
load(Object, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
load(Class, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
load(String, Serializable) - Method in class org.hibernate.internal.SessionImpl
 
load(Class, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
load(Class, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
load(String, Serializable, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
load(String, Serializable, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
Load an entity instance.
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
Load an entity instance by id.
load(SessionImplementor, Object, Object, Serializable, LockOptions) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
Deprecated. 
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
load(Serializable, Object, SessionImplementor) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
Deprecated. use UniqueEntityLoader.load(java.io.Serializable, Object, SessionImplementor, LockOptions) instead.
load(Serializable, Object, SessionImplementor, LockOptions) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
Load an entity instance by id.
load() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the natural id value(s) defined by the call(s) to NaturalIdLoadAccess.using(java.lang.String, java.lang.Object), or null if there is no such persistent instance.
load(Serializable, Object, LockMode, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Serializable, Object, LockOptions, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Serializable, Object, LockMode, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Serializable, Object, LockOptions, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Serializable, Object, SessionImplementor, LockOptions) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Class, Serializable, LockMode) - Method in interface org.hibernate.Session
Deprecated. LockMode parameter should be replaced with LockOptions
load(Class, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(String, Serializable, LockMode) - Method in interface org.hibernate.Session
Deprecated. LockMode parameter should be replaced with LockOptions
load(String, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(Class, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
load(String, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
load(Object, Serializable) - Method in interface org.hibernate.Session
Read the persistent state associated with the given identifier into the given transient instance.
load(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, or null if there is no such persistent instance.
LOAD_FACTOR - Static variable in class org.hibernate.engine.jdbc.ColumnNameCache
 
LOAD_FACTOR - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
 
Loadable - Interface in org.hibernate.persister.entity
Implemented by a EntityPersister that may be loaded using Loader.
loadAndCorrectConfiguration(URL) - Static method in class org.hibernate.cache.ehcache.internal.util.HibernateUtil
Create a cache manager configuration from the supplied url, correcting it for Hibernate compatibility.
loadByUniqueKey(SessionImplementor, Object) - Method in class org.hibernate.loader.entity.EntityLoader
 
loadByUniqueKey(String, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Load an instance of the persistent class, by a unique key other than the primary key.
loadByUniqueKey(String, String, Object, SessionImplementor) - Method in class org.hibernate.type.EntityType
Load an instance by a unique key that is not the primary key.
loadClass(String) - Method in class org.hibernate.bytecode.spi.InstrumentedClassLoader
 
loadCollection(SessionImplementor, Serializable, Type) - Method in class org.hibernate.loader.Loader
Called by subclasses that initialize collections
loadCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
loadCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a collection loading.
loadCollectionBatch(SessionImplementor, Serializable[], Type) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch initialize collections
loadCollectionSubselect(SessionImplementor, Serializable[], Object[], Type[], Map, Type) - Method in class org.hibernate.loader.Loader
Called by subclasses that batch initialize collections
LoadContexts - Class in org.hibernate.engine.loading.internal
Maps result-sets to specific contextual data related to processing that result set

Implementation note: internally an IdentityMap is used to maintain the mappings mainly because I'd rather not be dependent upon potentially bad Object.equals(java.lang.Object) and Object.hashCode() implementations on the JDBC result sets

Considering the JDBC-redesign work, would further like this contextual info not mapped separately, but available based on the result set being processed.

LoadContexts(PersistenceContext) - Constructor for class org.hibernate.engine.loading.internal.LoadContexts
Creates and binds this to the given persistence context.
loadCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
loadCount
loadCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
loadCount
LOADED_CLASSES - Static variable in class org.hibernate.ejb.AvailableSettings
 
loadElement(SessionImplementor, Object, Object) - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
loadEntity(SessionImplementor, Object, Type, Object, String, Serializable, EntityPersister, LockOptions) - Method in class org.hibernate.loader.Loader
Called by subclasses that load entities
loadEntity(SessionImplementor, Object, Object, Type, Type, EntityPersister) - Method in class org.hibernate.loader.Loader
Called by subclasses that load entities
loadEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
loadEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being loaded.
loadEntityBatch(SessionImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister, LockOptions) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch load entities
loadEntityIdByNaturalId(Object[], LockOptions, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadEntityIdByNaturalId(Object[], LockOptions, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load the id for the entity based on the natural id.
Loader - Annotation Type in org.hibernate.annotations
Loader Annotation for overwriting Hibernate default FIND method
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
loader - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
Loader - Class in org.hibernate.loader
Abstract superclass of object loading (and querying) strategies.
Loader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.Loader
 
LOADER - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
Loader.AfterLoadAction - Interface in org.hibernate.loader
 
Loader.SqlStatementWrapper - Class in org.hibernate.loader
Wrapper class for Statement and associated ResultSet.
LoadEvent - Class in org.hibernate.event.spi
Defines an event class for the loading of an entity.
LoadEvent(Serializable, Object, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, boolean, EventSource) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of load events generated from a session.
LoadEventListener.LoadType - Class in org.hibernate.event.spi
 
loadFromDatasource(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Performs the process of loading an entity from the configured underlying datasource.
loadFromDatasource(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Performs the process of loading an entity from the configured underlying datasource.
loadFromSecondLevelCache(LoadEvent, EntityPersister, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Attempts to load the entity from the second-level cache.
loadFromSessionCache(LoadEvent, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Attempts to locate the entity in the session-level cache.
loadImmediate(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, AuditConfiguration) - Static method in class org.hibernate.envers.entities.mapper.relation.ToOneEntityLoader
Immediately loads historical entity or its current state when excluded from audit process.
LoadingCollectionEntry - Class in org.hibernate.engine.loading.internal
Represents a collection currently being loaded.
LoadingCollectionEntry(ResultSet, CollectionPersister, Serializable, PersistentCollection) - Constructor for class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
loadingCollectionKeyNotFound(CollectionKey) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
loadingCollectionKeyNotFound(CollectionKey) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
loadingCollectionKeyNotFound(CollectionKey) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
loadingCollectionKeyNotFound(CollectionKey) - Method in interface org.hibernate.internal.CoreMessageLogger
 
loadingCollectionKeyNotFound(CollectionKey) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
loadingCollectionKeyNotFound(CollectionKey) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
loadingCollectionKeyNotFound(CollectionKey) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
loadingCollectionKeyNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
loadingCollectionKeyNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
loadingCollectionKeyNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
loadingCollectionKeyNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
loadingCollectionKeyNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
loadingCollectionKeyNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
loadJavaServices(Class<S>) - Method in class org.hibernate.service.classloading.internal.ClassLoaderServiceImpl
 
loadJavaServices(Class<S>) - Method in interface org.hibernate.service.classloading.spi.ClassLoaderService
Discovers and instantiates implementations of the named service contract.
loadProperties(String) - Method in class org.hibernate.service.ServiceRegistryBuilder
Read settings from a Properties file.
LoadQueryInfluencers - Class in org.hibernate.engine.spi
Centralize all options which can influence the SQL query needed to load an entity.
LoadQueryInfluencers() - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
LoadQueryInfluencers(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
loadSequentialRowsForward(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Loads a single logical row from the result set moving forward.
loadSequentialRowsReverse(ResultSet, SessionImplementor, QueryParameters, boolean, boolean) - Method in class org.hibernate.loader.Loader
Loads a single logical row from the result set moving forward.
loadSingleRow(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Loads a single row from the result set.
lob - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
lob - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
LOB - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
LobCreationContext - Interface in org.hibernate.engine.jdbc
Provides callback access into the context in which the LOB is to be created.
LobCreationContext.Callback<T> - Interface in org.hibernate.engine.jdbc
The callback contract for making use of the JDBC Connection.
LobCreator - Interface in org.hibernate.engine.jdbc
Contract for creating various LOB references.
LobCreatorBuilder - Class in org.hibernate.engine.jdbc.internal
Builds LobCreator instances based on the capabilities of the environment.
LobCreatorBuilder(Map, Connection) - Constructor for class org.hibernate.engine.jdbc.internal.LobCreatorBuilder
The public factory method for obtaining the appropriate (according to given JDBC Connection.
LobHelper - Interface in org.hibernate
A session's helper for creating LOB data
LobMergeStrategy - Interface in org.hibernate.dialect
Strategy for how dialects need LOB values to be merged.
LobTypeResolver - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
LobTypeResolver(MappedAttribute) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.LobTypeResolver
 
LocalBindingContext - Interface in org.hibernate.metamodel.source
 
localCache(AdvancedCache) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
LOCALE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Locale to JDBC VARCHAR.
LocaleType - Class in org.hibernate.type
A type that maps between VARCHAR and @link Locale}
LocaleType() - Constructor for class org.hibernate.type.LocaleType
 
LocaleTypeDescriptor - Class in org.hibernate.type.descriptor.java
TODO : javadoc
LocaleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
LocaleTypeDescriptor.LocaleComparator - Class in org.hibernate.type.descriptor.java
 
LocaleTypeDescriptor.LocaleComparator() - Constructor for class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
localGenerators - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
localLoadingCollectionKeysCount(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
localLoadingCollectionKeysCount(int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
localLoadingCollectionKeysCount(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
localLoadingCollectionKeysCount(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
localLoadingCollectionKeysCount(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
localLoadingCollectionKeysCount(int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
localLoadingCollectionKeysCount(int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
localLoadingCollectionKeysCount$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
localLoadingCollectionKeysCount$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
localLoadingCollectionKeysCount$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
localLoadingCollectionKeysCount$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
localLoadingCollectionKeysCount$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
localLoadingCollectionKeysCount$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
LocalStatus - Enum in org.hibernate.engine.transaction.spi
Enumeration of statuses in which a local transaction facade (Transaction) might be.
locate(Expression<String>, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
locate(Expression<String>, String) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
locate(Expression<String>, String, int) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
locate(String) - Method in class org.hibernate.service.jndi.internal.JndiServiceImpl
 
locate(String) - Method in interface org.hibernate.service.jndi.spi.JndiService
Locate an object in JNDI by name
locateAnnotation(Class<T>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
locateAttribute(String) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
Get the attribute by name from the underlying model.
locateAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locateAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
Retrieve an attribute by name.
locateAttributeBinding(String) - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Locate a specific attribute binding, by its local name.
locateAttributeBinding(String) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
locateAttributeBinding(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
locateAttributeInternal(String) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
locateAttributeInternal(String) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
Get the attribute by name from the underlying model.
locateAttributeInternal(String) - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
 
locateAttributeInternal(String) - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
 
locateAttributeInternal(String) - Method in class org.hibernate.ejb.criteria.path.PluralAttributePath
 
locateAttributeInternal(String) - Method in class org.hibernate.ejb.criteria.path.SingularAttributePath
 
locateBag(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locateBag(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
locateChildFromClauseWithJoinByPath(String) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
locateClassByName(String) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
locateClassByName(String) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
locateClassByName(String) - Method in interface org.hibernate.metamodel.source.BindingContext
 
locateClassByName(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
locateComponentAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locateComponentAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
locateConfig(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Try to locate a local URL representing the incoming path.
LocateFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL LOCATE function.
LocateFunction(CriteriaBuilderImpl, Expression<String>, Expression<String>, Expression<Integer>) - Constructor for class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
LocateFunction(CriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
LocateFunction(CriteriaBuilderImpl, String, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
LocateFunction(CriteriaBuilderImpl, String, Expression<String>, int) - Constructor for class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
locateGenerationContext(SessionImplementor, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationContextLocator
Given the incoming object, determine the context for injecting back its generated id sub-values.
locateGenerationContext(SessionImplementor, Object) - Method in class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
locateList(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locateList(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
locateLoadingCollection(CollectionPersister, Serializable) - Method in class org.hibernate.engine.loading.internal.LoadContexts
Attempt to locate the loading collection given the owner's key.
locateManagedType() - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
locateManagedType() - Method in class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
 
locateMap(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locateMap(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
locateOrCreateColumn(String) - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
locateOrCreateColumn(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
Factory method for creating a Column associated with this container.
locateOrCreateDerivedValue(String) - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
locateOrCreateDerivedValue(String) - Method in interface org.hibernate.metamodel.relational.TableSpecification
Factory method for creating a DerivedValue associated with this container.
locateOrCreateTable(Identifier) - Method in class org.hibernate.metamodel.relational.Schema
 
locatePersistentClassByEntityName(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
locatePersistentClassByEntityName(String) - Method in interface org.hibernate.cfg.Mappings
Retrieves the entity mapping metadata for the given entity name, potentially accounting for imports.
locatePersisterForKey(EntityPersister) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
It is only valid to define natural ids at the root of an entity hierarchy.
locatePluralAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locatePluralAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
locateResource(String) - Method in class org.hibernate.service.classloading.internal.ClassLoaderServiceImpl
 
locateResource(String) - Method in interface org.hibernate.service.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup)
locateResources(String) - Method in class org.hibernate.service.classloading.internal.ClassLoaderServiceImpl
 
locateResources(String) - Method in interface org.hibernate.service.classloading.spi.ClassLoaderService
Locate a series of resource by name (classpath lookup)
locateResourceStream(String) - Method in class org.hibernate.service.classloading.internal.ClassLoaderServiceImpl
 
locateResourceStream(String) - Method in interface org.hibernate.service.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup) and gets its stream
locateSchema(Schema.Name) - Method in class org.hibernate.metamodel.relational.Database
 
locateServiceBinding(Class<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
locateServiceBinding(Class<R>, boolean) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
locateServiceBinding(Class<R>) - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
locateServiceBinding(Class<R>) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Locate the binding for the given role.
locateSet(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locateSet(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
locateSingularAttribute(String) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
locateSingularAttribute(String) - Method in interface org.hibernate.metamodel.domain.AttributeContainer
 
locateTable(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
locateTable(Identifier) - Method in class org.hibernate.metamodel.relational.Schema
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.BitronixJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.JOnASJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.JOTMJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.JRun4JtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.OC4JJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.OrionJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.ResinJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.SunOneJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.TransactionManagerLookupBridge
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.WeblogicJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.WebSphereJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
locateUnquoted(String, char) - Static method in class org.hibernate.internal.util.StringHelper
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.BitronixJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.JOnASJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.JOTMJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.JRun4JtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.OC4JJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.OrionJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.ResinJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.SunOneJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.TransactionManagerLookupBridge
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.WeblogicJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.WebSphereJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
locateWhereClause() - Method in class org.hibernate.hql.internal.ast.tree.AbstractRestrictableStatement
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.HSQLDialect.ReadUncommittedLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in interface org.hibernate.dialect.lock.LockingStrategy
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
lock(Serializable, Object, Object, int, SessionImplementor) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
lock(Object, LockModeType) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
lock() - Method in class org.hibernate.ejb.metamodel.AbstractManagedType
 
LOCK - Static variable in class org.hibernate.engine.spi.CascadeStyle
lock
LOCK - Static variable in class org.hibernate.engine.spi.CascadingAction
 
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
LOCK - Static variable in class org.hibernate.event.spi.EventType
 
lock(String, Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
lock(Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
lock(Serializable, Object, Object, LockMode, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Serializable, Object, Object, LockOptions, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Serializable, Object, Object, LockMode, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Serializable, Object, Object, LockOptions, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Object, LockMode) - Method in interface org.hibernate.Session
Deprecated. instead call buildLockRequest(LockMode).lock(object)
lock(String, Object, LockMode) - Method in interface org.hibernate.Session
Deprecated. instead call buildLockRequest(LockMode).lock(entityName, object)
lock(String, Object) - Method in interface org.hibernate.Session.LockRequest
 
lock(Object) - Method in interface org.hibernate.Session.LockRequest
 
LOCK_MODE_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
LOCK_SCOPE - Static variable in class org.hibernate.ejb.AvailableSettings
Used to request (hint) a pessimistic lock scope.
LOCK_TIMEOUT - Static variable in class org.hibernate.ejb.AvailableSettings
Used to request (hint) a pessimistic lock timeout (in milliseconds).
Lockable - Interface in org.hibernate.persister.entity
Contract for things that can be locked via a LockingStrategy.
LockAcquisitionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating a problem acquiring lock on the database.
LockAcquisitionException(String, SQLException) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockAcquisitionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
lockAndLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
If the class to be loaded has been configured with a cache, then lock given id in that cache and then perform the load.
LockEvent - Class in org.hibernate.event.spi
Defines an event class for the locking of an entity.
LockEvent(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of lock events generated from a session.
LockingStrategy - Interface in org.hibernate.dialect.lock
A strategy abstraction for how locks are obtained in the underlying database.
LockingStrategyException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a LockingStrategy to an entity
LockingStrategyException(Object, String) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
 
LockingStrategyException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
 
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Since this is a non-strict read/write strategy item locking is not used.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Since this is a non-strict read/write strategy item locking is not used.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Since this is a non-strict read/write strategy item locking is not used.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
 
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
 
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
 
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
lockItem(Object, Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
We are going to attempt to update/delete the keyed object.
lockMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
 
lockMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
 
lockMode - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
 
lockMode - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
 
LockMode - Enum in org.hibernate
Instances represent a lock mode for a row of a relational database table.
lockModeArray - Variable in class org.hibernate.loader.JoinWalker
 
lockModeArray - Variable in class org.hibernate.loader.OuterJoinLoader
 
LockModeTypeHelper - Class in org.hibernate.ejb.util
Helper to deal with LockModeType <-> LockMode conversions.
LockModeTypeHelper() - Constructor for class org.hibernate.ejb.util.LockModeTypeHelper
 
lockOptions - Variable in class org.hibernate.loader.JoinWalker
 
LockOptions - Class in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
LockOptions() - Constructor for class org.hibernate.LockOptions
 
LockOptions(LockMode) - Constructor for class org.hibernate.LockOptions
 
lockRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
lockRegion() - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Lock the entire region
locksAreIndependentOfCache() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Returns true if the locks used by the locking methods of this region are the independent of the cache.
LockTimeoutException - Exception in org.hibernate.exception
 
LockTimeoutException(String, SQLException) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
LockTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
log - Variable in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
log(Logger.Level, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
log(Logger.Level, Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
log(Logger.Level, String, Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
LOG - Static variable in class org.hibernate.ejb.EntityManagerImpl
 
log - Variable in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
log(Logger.Level, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
log(Logger.Level, Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
log(Logger.Level, String, Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
LOG - Static variable in class org.hibernate.ejb.QueryImpl
 
LOG - Static variable in class org.hibernate.envers.configuration.ClassesAuditingData
 
LOG - Static variable in class org.hibernate.envers.configuration.metadata.AuditMetadataGenerator
 
LOG - Static variable in class org.hibernate.envers.configuration.metadata.CollectionMetadataGenerator
 
log - Variable in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
log(Logger.Level, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
log(Logger.Level, Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
log(Logger.Level, String, Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
LOG - Static variable in class org.hibernate.envers.reader.FirstLevelCache
 
LOG - Static variable in class org.hibernate.envers.strategy.ValidTimeAuditStrategy
Deprecated.  
log - Variable in class org.hibernate.internal.CoreMessageLogger_$logger
 
log(Logger.Level, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
log(Logger.Level, Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
log(Logger.Level, String, Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
LOG - Static variable in class org.hibernate.loader.Loader
 
LOG - Static variable in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
log - Variable in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
log(Logger.Level, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
log(Logger.Level, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
log(Logger.Level, String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
LOG - Static variable in class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
 
log - Variable in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
log(Logger.Level, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
log(Logger.Level, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
log(Logger.Level, String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logAndClearWarnings(Connection) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Standard (legacy) behavior for logging warnings associated with a JDBC Connection and clearing them.
logErrors() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
logExceptions(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Log the given (and any nested) exception.
logf(Logger.Level, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logf(Logger.Level, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logf(Logger.Level, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logf(Logger.Level, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logf(Logger.Level, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logf(Logger.Level, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(Logger.Level, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
loggable(Set<ValidationMode>) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
Loggable - Interface in org.hibernate.metamodel.relational
Marker for things which can be logged.
LoggableUserType - Interface in org.hibernate.usertype
Marker interface for user types which want to perform custom logging of their corresponding values
logger - Variable in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
 
Logger - Interface in org.hibernate.bytecode.buildtime.spi
Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven) with their own logging infrastructure.
loggingStatistics() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
loggingStatistics() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
loggingStatistics() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
loggingStatistics() - Method in interface org.hibernate.internal.CoreMessageLogger
 
loggingStatistics() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
loggingStatistics() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
loggingStatistics() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
loggingStatistics$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
loggingStatistics$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
loggingStatistics$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
loggingStatistics$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
loggingStatistics$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
loggingStatistics$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
LogHelper - Class in org.hibernate.ejb.util
 
logicalAndExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
LogicalAuditExpression - Class in org.hibernate.envers.query.criteria
 
LogicalAuditExpression(AuditCriterion, AuditCriterion, String) - Constructor for class org.hibernate.envers.query.criteria.LogicalAuditExpression
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Returns the logical foreign key column name used to refer to this column in the mapping metadata
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Returns the logical collection table name used to refer to a table in the mapping metadata
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Return the logical column name used to refer to a column in the metadata (like index, unique constraints etc) A full bijection is required between logicalNames and physical ones logicalName have to be case insersitively unique for a given table
LogicalConnection - Interface in org.hibernate.engine.jdbc.spi
LogicalConnection contract
logicalConnectionClosed() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logicalConnectionClosed() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logicalConnectionClosed() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
The logical connection was closed.
logicalConnectionClosed() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
logicalConnectionClosed() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logicalConnectionClosed() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
logicalConnectionClosed() - Method in interface org.hibernate.internal.CoreMessageLogger
 
logicalConnectionClosed() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logicalConnectionClosed() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logicalConnectionClosed() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logicalConnectionClosed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logicalConnectionClosed$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logicalConnectionClosed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logicalConnectionClosed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logicalConnectionClosed$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logicalConnectionClosed$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
LogicalConnectionImpl - Class in org.hibernate.engine.jdbc.internal
Standard Hibernate LogicalConnection implementation

IMPL NOTE : Custom serialization handling!

LogicalConnectionImpl(Connection, ConnectionReleaseMode, JdbcServices, JdbcConnectionAccess) - Constructor for class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
LogicalConnectionImplementor - Interface in org.hibernate.engine.jdbc.spi
The "internal" contract for LogicalConnection
logicalConnectionReleasingPhysicalConnection() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
logicalConnectionReleasingPhysicalConnection() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logicalConnectionReleasingPhysicalConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logicalExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
LogicalExpression - Class in org.hibernate.criterion
Superclass of binary logical expressions
LogicalExpression(Criterion, Criterion, String) - Constructor for class org.hibernate.criterion.LogicalExpression
 
logicalExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
logicalOrExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
logPersistenceUnitInfo(PersistenceUnitInfo) - Static method in class org.hibernate.ejb.util.LogHelper
 
logStatement(String) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a SQL statement string.
logStatement(String, Formatter) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
logStaticSQL() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
logStaticSQL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
logSummary() - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
logSummary() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
log in info level the main statistics
logSummary() - Method in interface org.hibernate.stat.Statistics
log in info level the main statistics
logv(Logger.Level, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
logv(Logger.Level, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
logv(Logger.Level, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
logv(Logger.Level, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
logv(Logger.Level, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
logv(Logger.Level, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(Logger.Level, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(Logger.Level, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
logVersion() - Static method in class org.hibernate.Version
 
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
Delegate to log common details of a warning
LONG - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Long to JDBC BIGINT.
LongNVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGNVARCHAR handling.
LongNVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
LongType - Class in org.hibernate.type
A type that maps between BIGINT and Long
LongType() - Constructor for class org.hibernate.type.LongType
 
LongTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Long handling.
LongTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
LongVarbinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGVARBINARY handling.
LongVarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
LongVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGVARCHAR handling.
LongVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
lookupAlias(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
lookupAlias(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
lookupConstant(DotNode) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
lookupNonQualifiedProperty(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
lookupNonQualifiedProperty(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
lookupProperty(AST, boolean, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
lookupProperty(AST, boolean, boolean) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
lower(Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
LowerFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL LOWER function.
LowerFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.LowerFunction
 
lt(Object) - Method in class org.hibernate.criterion.Property
 
lt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
lt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than" constraint to the named property
lt(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
lt(Expression<? extends Number>, Number) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
lt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint
LT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
LT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
LT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
ltAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
ltAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
ltProperty(Property) - Method in class org.hibernate.criterion.Property
 
ltProperty(String) - Method in class org.hibernate.criterion.Property
 
ltProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than" constraint to two properties
ltProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint to another property
LTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
ltSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
ltSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 

M

main(String[]) - Static method in class org.hibernate.dialect.DB2Dialect
 
main(String[]) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
main(String[]) - Static method in class org.hibernate.id.uuid.Helper
 
main(String...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
 
main(String[]) - Static method in class org.hibernate.Version
 
make() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
make(T1, T2) - Static method in class org.hibernate.envers.tools.Pair
 
make(T1, T2, T3) - Static method in class org.hibernate.envers.tools.Triple
 
makeBagAttributeBinding(PluralAttribute, CollectionElementNature) - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Factory method for bag attribute bindings.
makeBagAttributeBinding(PluralAttribute, CollectionElementNature) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
makeBagAttributeBinding(PluralAttribute, CollectionElementNature) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
makeBasicAttributeBinding(SingularAttribute) - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Factory method for basic attribute bindings.
makeBasicAttributeBinding(SingularAttribute) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
makeBasicAttributeBinding(SingularAttribute) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
makeClassReference(String) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
makeClassReference(String) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
makeClassReference(String) - Method in interface org.hibernate.metamodel.source.BindingContext
 
makeClassReference(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
makeComponentAttributeBinding(SingularAttribute) - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Factory method for component attribute bindings.
makeComponentAttributeBinding(SingularAttribute) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
makeComponentAttributeBinding(SingularAttribute) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
makeCopy() - Method in class org.hibernate.LockOptions
 
makeEntityManaged() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Make the entity "managed" by the persistence context.
makeIdGenerator(SimpleValue, String, String, Mappings, Map<String, IdGenerator>) - Static method in class org.hibernate.cfg.BinderHelper
apply an id generator to a SimpleValue
makeJavaType(String) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
makeJavaType(String) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
makeJavaType(String) - Method in interface org.hibernate.metamodel.source.BindingContext
 
makeJavaType(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
makeManyToOneAttributeBinding(SingularAttribute) - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Factory method for many-to-one attribute bindings.
makeManyToOneAttributeBinding(SingularAttribute) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
makeManyToOneAttributeBinding(SingularAttribute) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
makeProperty() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makePropertyAndBind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makePropertyValueAndBind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makeSetAttributeBinding(PluralAttribute, CollectionElementNature) - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Factory method for bag attribute bindings.
makeSetAttributeBinding(PluralAttribute, CollectionElementNature) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
makeSetAttributeBinding(PluralAttribute, CollectionElementNature) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
makeSiblingOfParent(AST, AST) - Static method in class org.hibernate.hql.internal.ast.util.ASTUtil
Makes the child node a sibling of the parent, reconnecting all siblings.
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValue() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Return the internal value.
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenAdd(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state by the given addend, but return the pre-incremented value.
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenIncrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state, but return the pre-incremented value.
malformedUrl(URL, URISyntaxException) - Method in interface org.hibernate.ejb.internal.EntityManagerMessageLogger
 
malformedUrl(URL, URISyntaxException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
malformedUrl$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
malformedUrlWarning(URL, URISyntaxException) - Method in interface org.hibernate.ejb.internal.EntityManagerMessageLogger
 
malformedUrlWarning(URL, URISyntaxException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
malformedUrlWarning$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
Manageable - Interface in org.hibernate.service.spi
Optional Service contract for services which can be managed in JMX
Managed - Interface in org.hibernate.engine.spi
Contract for classes (specifically, entities and components/embeddables) that are "managed".
managedClose() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Perform a managed close.
managedClose() - Method in class org.hibernate.internal.SessionImpl
 
managedClose() - Method in class org.hibernate.internal.StatelessSessionImpl
 
ManagedComposite - Interface in org.hibernate.engine.spi
Specialized Managed contract for component/embeddable classes.
ManagedEntity - Interface in org.hibernate.engine.spi
Specialized Managed contract for entity classes.
managedFlush() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Perform a managed flush.
managedFlush() - Method in class org.hibernate.internal.SessionImpl
 
managedFlush() - Method in class org.hibernate.internal.StatelessSessionImpl
 
ManagedFlushChecker - Interface in org.hibernate.engine.transaction.synchronization.spi
A pluggable strategy for defining how the Synchronization registered by Hibernate determines whether to perform a managed flush.
ManagedSessionContext - Class in org.hibernate.context.internal
Represents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).
ManagedSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.ManagedSessionContext
 
managedType(Class<X>) - Method in class org.hibernate.ejb.metamodel.MetamodelImpl
 
manageLocalNaturalIdCrossReference(EntityPersister, Serializable, Object[], Object[], CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Creates necessary local cross-reference entries.
manageSharedNaturalIdCrossReference(EntityPersister, Serializable, Object[], Object[], CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Creates necessary shared (second level cache) cross-reference entries.
manualDisconnect() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
manualDisconnect() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Manually disconnect the underlying JDBC Connection.
manualReconnect(Connection) - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
manualReconnect(Connection) - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Manually reconnect the underlying JDBC Connection.
MANY_TO_ANY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
MANY_TO_MANY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MANY_TO_ONE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ManyToAny - Annotation Type in org.hibernate.annotations
Defined a ToMany association pointing to different entity types.
manyToAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
manyToAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
manyToAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
manyToAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
manyToAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
manyToAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
ManyToAnyCollectionElement - Class in org.hibernate.metamodel.binding
 
ManyToAnyPluralAttributeElementSource - Interface in org.hibernate.metamodel.source.binder
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
manyToMany - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
ManyToManyCollectionElement - Class in org.hibernate.metamodel.binding
 
ManyToManyPluralAttributeElementSource - Interface in org.hibernate.metamodel.source.binder
 
ManyToManyPluralAttributeElementSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
ManyToManyPluralAttributeElementSourceImpl(JaxbManyToManyElement, LocalBindingContext) - Constructor for class org.hibernate.metamodel.source.hbm.ManyToManyPluralAttributeElementSourceImpl
 
manyToOne - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
manyToOne - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
ManyToOne - Class in org.hibernate.mapping
A many-to-one association mapping
ManyToOne(Mappings, Table) - Constructor for class org.hibernate.mapping.ManyToOne
 
manyToOne(String) - Method in class org.hibernate.type.TypeFactory
 
manyToOne(String, boolean) - Method in class org.hibernate.type.TypeFactory
 
manyToOne(String, String, boolean, boolean, boolean, boolean, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.manyToOne(String, String, boolean, boolean, boolean, boolean) instead. See Jira issue: HHH-7771
manyToOne(String, String, boolean, boolean, boolean, boolean) - Method in class org.hibernate.type.TypeFactory
 
ManyToOneAttributeBinding - Class in org.hibernate.metamodel.binding
TODO : javadoc
ManyToOneRelationalState - Interface in org.hibernate.metamodel.relational.state
 
ManyToOneType - Class in org.hibernate.type
A many-to-one association to an entity.
ManyToOneType(TypeFactory.TypeScope, String) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity.
ManyToOneType(TypeFactory.TypeScope, String, boolean) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity and the given laziness characteristic
ManyToOneType(TypeFactory.TypeScope, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
Deprecated. Use ManyToOneType.ManyToOneType(TypeFactory.TypeScope, String, String, boolean, boolean, boolean, boolean ) instead. See Jira issue: HHH-7771
ManyToOneType(TypeFactory.TypeScope, String, String, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
 
map - Variable in class org.hibernate.collection.internal.PersistentMap
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in interface org.hibernate.envers.entities.mapper.ExtendedPropertyMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
Map - Class in org.hibernate.mapping
A map has a primary key consisting of the key columns + index columns.
Map(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Map
 
map(String) - Method in interface org.hibernate.sql.ordering.antlr.ColumnMapper
Resolve the property reference to its underlying columns.
map(String) - Method in class org.hibernate.sql.Template.NoOpColumnMapper
 
map(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.map(String, String) instead. See Jira issue: HHH-7771
map(String, String) - Method in class org.hibernate.type.TypeFactory
 
MAP_KEY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MAP_KEY_CLASS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MAP_KEY_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MAP_KEY_ENUMERATED - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MAP_KEY_JOIN_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MAP_KEY_JOIN_COLUMNS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MAP_KEY_TEMPORAL - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MAP_KEY_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
MapAccessor - Class in org.hibernate.property
 
MapAccessor() - Constructor for class org.hibernate.property.MapAccessor
 
MapAccessor.MapGetter - Class in org.hibernate.property
 
MapAccessor.MapSetter - Class in org.hibernate.property
 
MapAttributeJoin<O,K,V> - Class in org.hibernate.ejb.criteria.path
TODO : javadoc
MapAttributeJoin(CriteriaBuilderImpl, Class<V>, PathSource<O>, MapAttribute<? super O, K, V>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.MapAttributeJoin
 
MapBinder - Class in org.hibernate.cfg.annotations
Implementation to bind a Map
MapBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
MapBinder() - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
Maps collection changes.
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Serializable) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
MapCollectionInitializor<T extends Map> - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes a map.
MapCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends T>, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
MapCollectionMapper<T extends Map> - Class in org.hibernate.envers.entities.mapper.relation
 
MapCollectionMapper(CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, MiddleComponentData, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
mapComponentReference(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
mapComponentReference(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
MapEntryExpression<K,V> - Class in org.hibernate.ejb.criteria.expression
TODO : javadoc
MapEntryExpression(CriteriaBuilderImpl, Class<Map.Entry<K, V>>, PathImplementor, MapAttribute<?, K, V>) - Constructor for class org.hibernate.ejb.criteria.expression.MapEntryExpression
 
MapEntryNode - Class in org.hibernate.hql.internal.ast.tree
Tree node representing reference to the entry (Map.Entry) of a Map association.
MapEntryNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
MapJoinImplementor<Z,K,V> - Interface in org.hibernate.ejb.criteria
Specialization of JoinImplementor for Map typed attribute joins
mapKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
mapKey - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
mapKey - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
mapKey - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
mapKeyAttributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
mapKeyAttributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
mapKeyAttributeOverride - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
mapKeyClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
mapKeyClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
mapKeyClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
mapKeyColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
mapKeyColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
MapKeyColumnDelegator - Class in org.hibernate.cfg.annotations
 
MapKeyColumnDelegator(MapKeyColumn) - Constructor for class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
mapKeyEnumerated - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
mapKeyEnumerated - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
mapKeyEnumerated - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
MapKeyHelpers - Class in org.hibernate.ejb.criteria.path
MapJoin.key() poses a number of implementation difficulties in terms of the type signatures amongst the MapKeyHelpers.MapKeyPath, Join and Attribute reference at play.
MapKeyHelpers.MapKeyAttribute<K> - Class in org.hibernate.ejb.criteria.path
Defines an Attribute modelling of a map-key.
MapKeyHelpers.MapKeyAttribute(CriteriaBuilderImpl, MapAttribute<?, K, ?>) - Constructor for class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyAttribute
 
MapKeyHelpers.MapKeyPath<K> - Class in org.hibernate.ejb.criteria.path
Models a path to a map key.
MapKeyHelpers.MapKeyPath(CriteriaBuilderImpl, MapKeyHelpers.MapKeySource<K, ?>, MapKeyHelpers.MapKeyAttribute<K>) - Constructor for class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
 
MapKeyHelpers.MapKeySource<K,V> - Class in org.hibernate.ejb.criteria.path
Defines a Path for the map which can then be used to represent the source of the map key "attribute".
MapKeyHelpers.MapKeySource(CriteriaBuilderImpl, Class<Map<K, V>>, MapJoinImplementor<?, K, V>, MapAttribute<?, K, V>) - Constructor for class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeySource
 
mapKeyJoinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
mapKeyJoinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
mapKeyJoinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
MapKeyJoinColumnDelegator - Class in org.hibernate.cfg.annotations
 
MapKeyJoinColumnDelegator(MapKeyJoinColumn) - Constructor for class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
mapKeyManyToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
MapKeyNode - Class in org.hibernate.hql.internal.ast.tree
Tree node representing reference to the key of a Map association.
MapKeyNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
mapKeyPropertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
mapKeyTemporal - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
mapKeyTemporal - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
mapKeyTemporal - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
MapKeyType - Annotation Type in org.hibernate.annotations
Allows defining the type of the key of a persistent map.
MapLazyInitializer - Class in org.hibernate.proxy.map
Lazy initializer for "dynamic-map" entity representations.
mapLegacyNames(String) - Static method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
mapManagedFlushFailure(String, RuntimeException) - Method in interface org.hibernate.engine.transaction.synchronization.spi.ExceptionMapper
Map an exception encountered during a managed flush to the appropriate runtime-based exception.
MapMember - Class in org.hibernate.ejb.metamodel
Defines a Member implementation used to represent attibutes that aren't defined my fields or methods for non-class-based metamodels.
MapMember(String, Class<?>) - Constructor for class org.hibernate.ejb.metamodel.MapMember
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractOneToOneMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractOneToOneMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
mapOfSize(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a properly sized map, especially handling load size and load factor to prevent immediate resizing.
mapped - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
MAPPED_SUPERCLASS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
MappedAttribute - Class in org.hibernate.metamodel.source.annotations.attribute
Base class for the different types of mapped attributes
mappedBy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
mappedBy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
mappedBy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
mappedSuperclass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
MappedSuperclass - Class in org.hibernate.mapping
Represents a @MappedSuperclass.
MappedSuperclass(MappedSuperclass, PersistentClass) - Constructor for class org.hibernate.mapping.MappedSuperclass
 
MappedSuperclassTypeImpl<X> - Class in org.hibernate.ejb.metamodel
 
MappedSuperclassTypeImpl(Class<X>, AbstractIdentifiableType<? super X>, boolean, boolean) - Constructor for class org.hibernate.ejb.metamodel.MappedSuperclassTypeImpl
 
Mapping - Interface in org.hibernate.engine.spi
Defines operations common to "compiled" mappings (ie.
mapping - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
 
MappingDefaults - Interface in org.hibernate.metamodel.source
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
MappingDocument - Class in org.hibernate.metamodel.source.hbm
Aggregates together information about a mapping document.
MappingDocument(JaxbRoot<JaxbHibernateMapping>, MetadataImplementor) - Constructor for class org.hibernate.metamodel.source.hbm.MappingDocument
 
MappingException - Exception in org.hibernate
An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings.
MappingException(String, Throwable) - Constructor for exception org.hibernate.MappingException
 
MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
 
MappingException(String) - Constructor for exception org.hibernate.MappingException
 
MappingException - Exception in org.hibernate.metamodel.source
Indicates a problem parsing a mapping document.
MappingException(String, Origin) - Constructor for exception org.hibernate.metamodel.source.MappingException
 
MappingException(String, Throwable, Origin) - Constructor for exception org.hibernate.metamodel.source.MappingException
 
MappingNotFoundException - Exception in org.hibernate
Thrown when a resource for a mapping could not be found.
MappingNotFoundException(String, String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
 
MappingNotFoundException(String, String, String) - Constructor for exception org.hibernate.MappingNotFoundException
 
MappingNotFoundException(String, String) - Constructor for exception org.hibernate.MappingNotFoundException
 
MappingNotFoundException(String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
 
MappingNotFoundException - Exception in org.hibernate.metamodel.source
 
MappingNotFoundException(String, Origin) - Constructor for exception org.hibernate.metamodel.source.MappingNotFoundException
 
MappingNotFoundException(Origin) - Constructor for exception org.hibernate.metamodel.source.MappingNotFoundException
 
MappingNotFoundException(String, Throwable, Origin) - Constructor for exception org.hibernate.metamodel.source.MappingNotFoundException
 
MappingNotFoundException(Throwable, Origin) - Constructor for exception org.hibernate.metamodel.source.MappingNotFoundException
 
MappingReader - Class in org.hibernate.internal.util.xml
Handles reading mapping documents, both hbm and orm varieties.
Mappings - Interface in org.hibernate.cfg
A collection of mappings from classes and collections to relational database tables.
Mappings.PropertyReference - Class in org.hibernate.cfg
Represents a property-ref mapping.
Mappings.PropertyReference(String, String, boolean) - Constructor for class org.hibernate.cfg.Mappings.PropertyReference
 
MappingTools - Class in org.hibernate.envers.tools
 
MappingTools() - Constructor for class org.hibernate.envers.tools.MappingTools
 
mapPropertyExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
MapProxy<K,V> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
MapProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
MapProxy(Initializor<Map<K, V>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
MapProxy - Class in org.hibernate.proxy.map
Proxy for "dynamic-map" entity representations.
MapProxyFactory - Class in org.hibernate.proxy.map
 
MapProxyFactory() - Constructor for class org.hibernate.proxy.map.MapProxyFactory
 
MAPS_ID - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
mapsId - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
mapsId - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
mapsId() - Method in class org.hibernate.metamodel.source.annotations.attribute.AssociationAttribute
 
mapStatusCheckFailure(String, SystemException) - Method in interface org.hibernate.engine.transaction.synchronization.spi.ExceptionMapper
Map a JTA SystemException to the appropriate runtime-based exception.
mapToArray(Map<String, Object>, String[]) - Static method in class org.hibernate.envers.tools.Tools
Converts map's value set to an array.
mapToEntityFromEntity(Object, Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToEntityFromMap(Object, Map) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
Maps properties from the given map to the given object.
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToIdFromEntity(Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.entities.mapper.id.AbstractCompositeIdMapper
 
mapToIdFromMap(Map) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.ComponentPropertyMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in interface org.hibernate.envers.entities.mapper.PropertyMapper
Maps properties to the given map, basing on differences between properties of new and old objects.
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
Maps the changed collection element to the given map.
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.BasicCollectionMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Maps from an object to the object's map representation (for an entity - only its id).
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.ListCollectionMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.entities.mapper.relation.MapCollectionMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in interface org.hibernate.envers.entities.mapper.relation.component.MiddleComponentMapper
Maps from full object data, contained in the given map (or object representation of the map, if available), to an object.
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
mapToQueryParametersFromId(Object) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
MapType - Class in org.hibernate.type
 
MapType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.MapType
Deprecated. Use MapType.MapType(TypeFactory.TypeScope, String, String ) instead. See Jira issue: HHH-7771
MapType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.MapType
 
MapValueNode - Class in org.hibernate.hql.internal.ast.tree
Tree node representing reference to the value of a Map association.
MapValueNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MapValueNode
 
markAsLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
markAsRollback() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
MARKER - Static variable in class org.hibernate.internal.FilterImpl
 
MarkerObject - Class in org.hibernate.internal.util
 
MarkerObject(String) - Constructor for class org.hibernate.internal.util.MarkerObject
 
markExecuted() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Indicate that the action has executed.
markForJoin() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
markForJoin() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
markForJoin() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Mark a transaction as joinable
markRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
markRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
markRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
markRollbackOnly() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Make a best effort to mark the underlying transaction for rollback only.
maskOut(Properties, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
replace a property by a starred version
matches(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
matches(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
matches(String) - Method in class org.hibernate.tuple.ElementWrapper
 
MatchMode - Enum in org.hibernate.criterion
Represents an strategy for matching strings using "like".
MATERIALIZED_BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC BLOB.
MATERIALIZED_CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC CLOB.
MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC NCLOB.
MaterializedBlobType - Class in org.hibernate.type
A type that maps between BLOB and byte[]
MaterializedBlobType() - Constructor for class org.hibernate.type.MaterializedBlobType
 
MaterializedClobType - Class in org.hibernate.type
A type that maps between CLOB and String
MaterializedClobType() - Constructor for class org.hibernate.type.MaterializedClobType
 
MaterializedNClobType - Class in org.hibernate.type
A type that maps between CLOB and String
MaterializedNClobType() - Constructor for class org.hibernate.type.MaterializedNClobType
 
max(String) - Static method in class org.hibernate.criterion.Projections
A property maximum value
max() - Method in class org.hibernate.criterion.Property
 
max(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
max() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the maximum value
MAX - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MAX - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MAX - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
MAX_BATCH_SIZE - Static variable in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
 
MAX_FETCH_DEPTH - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum depth of outer join fetching
MAX_LO - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
MAX_LO - Static variable in class org.hibernate.id.SequenceHiLoGenerator
 
MAX_LO - Static variable in class org.hibernate.id.TableHiLoGenerator
Deprecated. The max_lo parameter
maximize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "maximalize" constraint, with the ability to specify further constraints on the maximized property
maxQueryTime(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
maxQueryTime(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
maxQueryTime(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
maxQueryTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
maxQueryTime(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
maxQueryTime(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
maxQueryTime(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
maxQueryTime$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
maxQueryTime$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
maxQueryTime$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
maxQueryTime$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
maxQueryTime$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
maxQueryTime$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
mbeanSafe(String) - Static method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMbeanNames
Filter out invalid ObjectName characters from s.
MckoiCaseFragment - Class in org.hibernate.sql
A Mckoi IF function.
MckoiCaseFragment() - Constructor for class org.hibernate.sql.MckoiCaseFragment
 
MckoiDialect - Class in org.hibernate.dialect
An SQL dialect compatible with McKoi SQL
MckoiDialect() - Constructor for class org.hibernate.dialect.MckoiDialect
 
mCLOSE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCLOSE_BRACKET(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCLOSE_PAREN(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mCOLON(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCOMMA(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mCOMMA(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mCONCAT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mDIV(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
member(Member) - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl.Builder
 
MEMBER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MEMBER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MEMBER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
MemberOfPredicate<E,C extends Collection<E>> - Class in org.hibernate.ejb.criteria.predicate
Models an [NOT] MEMBER OF restriction
MemberOfPredicate(CriteriaBuilderImpl, Expression<E>, PluralAttributePath<C>) - Constructor for class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
 
MemberOfPredicate(CriteriaBuilderImpl, E, PluralAttributePath<C>) - Constructor for class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
 
mEQ(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
merge(A) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
MERGE - Static variable in class org.hibernate.engine.spi.CascadeStyle
merge
MERGE - Static variable in class org.hibernate.engine.spi.CascadingAction
 
merge(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.synchronization.work.AddWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.synchronization.work.DelWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit, AuditWorkUnit, AuditWorkUnit) - Static method in class org.hibernate.envers.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.synchronization.work.ModWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(AddWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.WorkUnitMergeVisitor
 
merge(ModWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.WorkUnitMergeVisitor
 
merge(DelWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.WorkUnitMergeVisitor
 
merge(CollectionChangeWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.WorkUnitMergeVisitor
 
merge(FakeBidirectionalRelationWorkUnit) - Method in interface org.hibernate.envers.synchronization.work.WorkUnitMergeVisitor
 
merge(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade merge an entity instance
MERGE - Static variable in class org.hibernate.event.spi.EventType
 
merge(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
merge(Object) - Method in class org.hibernate.internal.SessionImpl
 
merge(String, Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
merge(Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
mergeBlob(Blob, Blob, SessionImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Blob values.
mergeClob(Clob, Clob, SessionImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Clob values.
mergeCollectionModifiedData(Map<String, Object>) - Method in class org.hibernate.envers.synchronization.work.CollectionChangeWorkUnit
 
MergeEvent - Class in org.hibernate.event.spi
An event class for merge() and saveOrUpdateCopy()
MergeEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of merge events generated from a session.
mergeNClob(NClob, NClob, SessionImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on NClob values.
mergeOrderings(String, String) - Static method in class org.hibernate.loader.JoinWalker
 
mergeOuterJoins(List) - Method in class org.hibernate.loader.JoinWalker
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
mergeProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
mergeProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Adds the incoming properties to the internal properties structure, as long as the internal structure does not already contain an entry for the given key.
mESCqs(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mESCqs(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mESCqs(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MessageHelper - Class in org.hibernate.pretty
MessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages.
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
meta - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
META_VALUE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
MetaAttributable - Interface in org.hibernate.mapping
Common interface for things that can handle meta attributes.
MetaAttribute - Class in org.hibernate.mapping
A meta attribute is a named value or values.
MetaAttribute(String) - Constructor for class org.hibernate.mapping.MetaAttribute
 
MetaAttribute - Class in org.hibernate.metamodel.binding
A meta attribute is a named value or values.
MetaAttribute(String) - Constructor for class org.hibernate.metamodel.binding.MetaAttribute
 
MetaAttributeContainer - Interface in org.hibernate.internal.jaxb.mapping.hbm
 
MetaAttributeContext - Class in org.hibernate.metamodel.source
 
MetaAttributeContext() - Constructor for class org.hibernate.metamodel.source.MetaAttributeContext
 
MetaAttributeContext(MetaAttributeContext) - Constructor for class org.hibernate.metamodel.source.MetaAttributeContext
 
metaAttributes() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
metaAttributes() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
metaAttributes() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
metaAttributes() - Method in interface org.hibernate.metamodel.source.binder.AttributeSource
Obtain the meta-attribute sources associated with this attribute.
metaAttributes() - Method in interface org.hibernate.metamodel.source.binder.EntitySource
Obtain the meta-attribute sources associated with this entity.
metaAttributes() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
metaAttributes() - Method in class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
 
metaAttributes() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
MetaAttributeSource - Interface in org.hibernate.metamodel.source.binder
Describes incoming MetaAttribute values.
metadata - Variable in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Metadata associated with the objects stored in the region.
Metadata - Interface in org.hibernate.metamodel
 
Metadata.Options - Interface in org.hibernate.metamodel
Exposes the options used to produce a Metadata instance.
MetadataBuilder - Interface in org.hibernate.metamodel
 
MetadataBuilderImpl - Class in org.hibernate.metamodel.source.internal
 
MetadataBuilderImpl(MetadataSources) - Constructor for class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
metadataComplete - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
 
metadataComplete - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
metadataComplete - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
MetadataImpl - Class in org.hibernate.metamodel.source.internal
Container for configuration data collected during binding the metamodel.
MetadataImpl(MetadataSources, Metadata.Options) - Constructor for class org.hibernate.metamodel.source.internal.MetadataImpl
 
MetadataImplementor - Interface in org.hibernate.metamodel.source
 
MetadataSource - Enum in org.hibernate.mapping
Enumeration of the known places from which a piece of metadata may come.
MetadataSourceProcessingOrder - Enum in org.hibernate.metamodel
Enumeration of the possible orders for processing metadata sources.
MetadataSourceProcessor - Interface in org.hibernate.metamodel.source
Handles the processing of metadata sources in a dependency-ordered manner.
metadataSourceQueue - Variable in class org.hibernate.cfg.Configuration
 
MetadataSources - Class in org.hibernate.metamodel
 
MetadataSources(ServiceRegistry) - Constructor for class org.hibernate.metamodel.MetadataSources
 
MetadataSources(ServiceRegistry, EntityResolver, NamingStrategy) - Constructor for class org.hibernate.metamodel.MetadataSources
 
MetadataSourceType - Enum in org.hibernate.cfg
Enumeration of the types of sources of mapping metadata
MetadataTools - Class in org.hibernate.envers.configuration.metadata
 
MetadataTools() - Constructor for class org.hibernate.envers.configuration.metadata.MetadataTools
 
MetadataTools.ColumnNameIterator - Class in org.hibernate.envers.configuration.metadata
An iterator over column names.
MetadataTools.ColumnNameIterator() - Constructor for class org.hibernate.envers.configuration.metadata.MetadataTools.ColumnNameIterator
 
MetamodelImpl - Class in org.hibernate.ejb.metamodel
Hibernate implementation of the JPA Metamodel contract.
metaType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
metaType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
 
metaType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
 
MetaType - Class in org.hibernate.type
 
MetaType(Map, Type) - Constructor for class org.hibernate.type.MetaType
 
MetaValue - Annotation Type in org.hibernate.annotations
Represent a discriminator value associated to a given entity type
metaValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
metaValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
 
METHOD_CALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
METHOD_CALL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
METHOD_CALL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
METHOD_NAME - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
METHOD_NAME - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
methodBlock(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
methodCall(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
methodName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
 
methodName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
 
methodName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
 
methodName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
 
methodName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
 
methodName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
 
methodName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
 
MethodNode - Class in org.hibernate.hql.internal.ast.tree
Represents a method call.
MethodNode() - Constructor for class org.hibernate.hql.internal.ast.tree.MethodNode
 
mEXPONENT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mEXPONENT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mGE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mGT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mHARD_QUOTE(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mHEX_DIGIT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mHEX_DIGIT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mID_LETTER(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mID_LETTER(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mID_START_LETTER(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mID_START_LETTER(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MIDDLE_ENTITY_ALIAS - Static variable in class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
MIDDLE_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
MiddleComponentData - Class in org.hibernate.envers.entities.mapper.relation
A data holder for a middle relation component (which is either the collection element or index): - component mapper used to map the component to and from versions entities - an index, which specifies in which element of the array returned by the query for reading the collection the data of the component is
MiddleComponentData(MiddleComponentMapper, int) - Constructor for class org.hibernate.envers.entities.mapper.relation.MiddleComponentData
 
MiddleComponentMapper - Interface in org.hibernate.envers.entities.mapper.relation.component
 
MiddleDummyComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
 
MiddleDummyComponentMapper() - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleDummyComponentMapper
 
MiddleEmbeddableComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
 
MiddleEmbeddableComponentMapper(MultiPropertyMapper, String) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
MiddleIdData - Class in org.hibernate.envers.entities.mapper.relation
A class holding information about ids, which form a virtual "relation" from a middle-table.
MiddleIdData(AuditEntitiesConfiguration, IdMappingData, String, String, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.MiddleIdData
 
MiddleMapKeyIdComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
A component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.
MiddleMapKeyIdComponentMapper(AuditEntitiesConfiguration, IdMapper) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
MiddleMapKeyPropertyComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
A component mapper for the @MapKey mapping with the name parameter specified: the value of the map's key is a property of the entity.
MiddleMapKeyPropertyComponentMapper(String, String) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
MiddleRelatedComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
 
MiddleRelatedComponentMapper(MiddleIdData) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
MiddleSimpleComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
 
MiddleSimpleComponentMapper(AuditEntitiesConfiguration, String) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
MiddleStraightComponentMapper - Class in org.hibernate.envers.entities.mapper.relation.component
A mapper for reading and writing a property straight to/from maps.
MiddleStraightComponentMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mIDENT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mIDENT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MimerSQLDialect - Class in org.hibernate.dialect
An Hibernate 3 SQL dialect for Mimer SQL.
MimerSQLDialect() - Constructor for class org.hibernate.dialect.MimerSQLDialect
Even thoug Mimer SQL supports character and binary columns up to 15 000 in lenght, this is also the maximum width of the table (exluding LOBs).
min(String) - Static method in class org.hibernate.criterion.Projections
A property minimum value
min() - Method in class org.hibernate.criterion.Property
 
min(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
min() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the minimum value
MIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MIN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MIN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
minimize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "minimize" constraint, with the ability to specify further constraints on the minimized property
MINIMUM_INITIAL_CAPACITY - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
 
MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MINUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
MISS_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
MISS_COLOR
MISS_DRAW_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
MISS_DRAW_COLOR
MISS_FILL_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
MISS_FILL_COLOR
missCount - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
miss count
missingArguments(int, int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
missingArguments(int, int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
missingArguments(int, int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
missingArguments(int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
missingArguments(int, int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
missingArguments(int, int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
missingArguments(int, int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
missingArguments$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
missingArguments$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
missingArguments$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
missingArguments$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
missingArguments$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
missingArguments$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
missingEntityAnnotation(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
missingEntityAnnotation(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
missingEntityAnnotation(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
missingEntityAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
missingEntityAnnotation(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
missingEntityAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
missingEntityAnnotation(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
missingEntityAnnotation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
missingEntityAnnotation$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
missingEntityAnnotation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
missingEntityAnnotation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
missingEntityAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
missingEntityAnnotation$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
mLE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mLINE_COMMENT(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mLT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mMINUS(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mMOD(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mMULTILINE_COMMENT(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mNE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mNOT_STMT_END(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mNUM_INT(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mNUM_INT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MockHelper - Class in org.hibernate.metamodel.source.annotations.xml.mocker
 
MockHelper() - Constructor for class org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper
 
mockNewIndex() - Method in class org.hibernate.metamodel.source.annotations.xml.mocker.EntityMappingsMocker
Create new Index with mocking JPA annotations from JaxbEntityMappings and merge them with existing Index
mod(Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
mod(Expression<Integer>, Integer) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
mod(Integer, Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
MOD - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
MOD - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
MOD - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
MODE_PROPERTY - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
ModificationStore - Enum in org.hibernate.envers
 
MODIFIED_FLAG_SUFFIX_PROPERTY - Static variable in class org.hibernate.envers.configuration.GlobalConfiguration
 
modifiedEntityNames - Static variable in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity_
 
modifiedEntityNames - Static variable in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity_
 
ModifiedEntityNames - Annotation Type in org.hibernate.envers
Marks a property which holds entity names that have been modified during each revision.
ModifiedEntityNamesReader - Class in org.hibernate.envers.revisioninfo
Returns modified entity names from a persisted revision info entity.
ModifiedEntityNamesReader(Class<?>, PropertyData) - Constructor for class org.hibernate.envers.revisioninfo.ModifiedEntityNamesReader
 
ModifiedFlagPropertyName - Class in org.hibernate.envers.query.property
PropertyNameGetter for modified flags
ModifiedFlagPropertyName(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.property.ModifiedFlagPropertyName
 
ModWorkUnit - Class in org.hibernate.envers.synchronization.work
 
ModWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, EntityPersister, Object[], Object[]) - Constructor for class org.hibernate.envers.synchronization.work.ModWorkUnit
 
mOPEN(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mOPEN_BRACKET(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mOPEN_PAREN(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
moveAndToBeginning(String) - Static method in class org.hibernate.internal.util.StringHelper
 
mPARAM(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mPLUS(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MSG - Static variable in class org.hibernate.dialect.resolver.BasicSQLExceptionConverter
 
mSQL_NE(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mSTAR(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mSTMT_END(boolean) - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
MULTI_TENANT - Static variable in interface org.hibernate.cfg.AvailableSettings
Strategy for multi-tenancy.
MULTI_TENANT_CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a MultiTenantConnectionProvider implementation to use.
MULTI_TENANT_IDENTIFIER_RESOLVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a CurrentTenantIdentifierResolver implementation to use.
MULTILINE_COMMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
MultipleBagFetchException - Exception in org.hibernate.loader
Exception used to indicate that a query is attempting to simultaneously fetch multiple bags
MultipleBagFetchException(List) - Constructor for exception org.hibernate.loader.MultipleBagFetchException
 
MultipleHiLoPerTableGenerator - Class in org.hibernate.id
A hilo IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.
MultipleHiLoPerTableGenerator() - Constructor for class org.hibernate.id.MultipleHiLoPerTableGenerator
 
MultipleIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
MultipleIdMapper(String) - Constructor for class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
MultipleLinesSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
Class responsible for extracting SQL statements from import script.
MultipleLinesSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
 
multipleValidationModes(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
multipleValidationModes(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
multipleValidationModes(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
multipleValidationModes(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
multipleValidationModes(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
multipleValidationModes(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
multipleValidationModes(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
multipleValidationModes$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
multipleValidationModes$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
multipleValidationModes$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
multipleValidationModes$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
multipleValidationModes$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
multipleValidationModes$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
multiplicativeExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
multiply(String, Iterator, Iterator) - Static method in class org.hibernate.internal.util.StringHelper
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyBy(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
MultiPropertyMapper - Class in org.hibernate.envers.entities.mapper
 
MultiPropertyMapper() - Constructor for class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
multiselect(Selection<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
multiselect(List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
MultiTableBulkIdStrategy - Interface in org.hibernate.hql.spi
Generalized strategy contract for handling multi-table bulk HQL operations.
MultiTableBulkIdStrategy.DeleteHandler - Interface in org.hibernate.hql.spi
Handler for dealing with multi-table HQL bulk delete statements.
MultiTableBulkIdStrategy.UpdateHandler - Interface in org.hibernate.hql.spi
Handler for dealing with multi-table HQL bulk update statements.
MultiTableDeleteExecutor - Class in org.hibernate.hql.internal.ast.exec
Implementation of MultiTableDeleteExecutor.
MultiTableDeleteExecutor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.exec.MultiTableDeleteExecutor
 
MultiTableUpdateExecutor - Class in org.hibernate.hql.internal.ast.exec
Implementation of MultiTableUpdateExecutor.
MultiTableUpdateExecutor(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.exec.MultiTableUpdateExecutor
 
MultiTenancyStrategy - Enum in org.hibernate
Describes the methods for multi-tenancy understood by Hibernate.
MultiTenantConnectionProvider - Interface in org.hibernate.service.jdbc.connections.spi
 
MultiTenantConnectionProviderInitiator - Class in org.hibernate.service.jdbc.connections.internal
 
MultiTenantConnectionProviderInitiator() - Constructor for class org.hibernate.service.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
MutabilityPlan<T> - Interface in org.hibernate.type.descriptor.java
TODO : javadoc
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbNaturalId
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
mutable - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
MutableBoolean - Class in org.hibernate.envers.tools
 
MutableBoolean() - Constructor for class org.hibernate.envers.tools.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class org.hibernate.envers.tools.MutableBoolean
 
MutableIdentifierGeneratorFactory - Interface in org.hibernate.id.factory.spi
Let people register strategies
MutableIdentifierGeneratorFactoryInitiator - Class in org.hibernate.id.factory.internal
 
MutableIdentifierGeneratorFactoryInitiator() - Constructor for class org.hibernate.id.factory.internal.MutableIdentifierGeneratorFactoryInitiator
 
MutableInteger - Class in org.hibernate.envers.tools
 
MutableInteger() - Constructor for class org.hibernate.envers.tools.MutableInteger
 
MutableInteger(int) - Constructor for class org.hibernate.envers.tools.MutableInteger
 
MutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for mutable objects
MutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
MutableType - Class in org.hibernate.type
Deprecated. Use the AbstractStandardBasicType approach instead
MutableType() - Constructor for class org.hibernate.type.MutableType
Deprecated.  
mutateRowValueConstructorSyntaxesIfNecessary(Type, Type) - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
mWS(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
mWS(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MySQL5Dialect - Class in org.hibernate.dialect
An SQL dialect for MySQL 5.x specific features.
MySQL5Dialect() - Constructor for class org.hibernate.dialect.MySQL5Dialect
 
MySQL5InnoDBDialect - Class in org.hibernate.dialect
 
MySQL5InnoDBDialect() - Constructor for class org.hibernate.dialect.MySQL5InnoDBDialect
 
MySQLDialect - Class in org.hibernate.dialect
An SQL dialect for MySQL (prior to 5.x).
MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLInnoDBDialect - Class in org.hibernate.dialect
 
MySQLInnoDBDialect() - Constructor for class org.hibernate.dialect.MySQLInnoDBDialect
 
MySQLMyISAMDialect - Class in org.hibernate.dialect
 
MySQLMyISAMDialect() - Constructor for class org.hibernate.dialect.MySQLMyISAMDialect
 

N

NAKED_PUT_INVALIDATION_PERIOD - Static variable in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Period (in ms) after a removal during which a call to PutFromLoadValidator.acquirePutFromLoadLock(Object) that hasn't been pre-registered (aka a "naked put") will return false.
name - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
name
name() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
name() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AbsFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.AVG
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.COUNT
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.GREATEST
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.LEAST
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.MAX
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.MIN
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.SUM
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.CurrentDateFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.CurrentTimeFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.CurrentTimestampFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.LengthFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.LowerFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.SqrtFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
NAME - Static variable in class org.hibernate.ejb.criteria.expression.function.UpperFunction
 
name - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
 
name - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParentElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbResultsetElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement.JaxbReturnColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTypeElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKey
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTransient
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
 
name - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
 
name() - Method in interface org.hibernate.metamodel.source.binder.ConstraintSource
 
NAMED - Static variable in class org.hibernate.type.EnumType
 
NAMED_NATIVE_QUERIES - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
NAMED_NATIVE_QUERIES - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
NAMED_NATIVE_QUERY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
NAMED_NATIVE_QUERY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
NAMED_PARAM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NAMED_PARAM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NAMED_QUERIES - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
NAMED_QUERIES - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
NAMED_QUERY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
NAMED_QUERY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
NamedInputStream - Class in org.hibernate.ejb.packaging
 
NamedInputStream(String, InputStream) - Constructor for class org.hibernate.ejb.packaging.NamedInputStream
 
NamedNativeQueries - Annotation Type in org.hibernate.annotations
Extends NamedNativeQueries to hold hibernate NamedNativeQuery objects
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Extends NamedNativeQuery with Hibernate features
namedNativeQuery - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
namedNativeQuery - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
namedParameter(String, int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
 
namedParameter(String, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
namedParameter(String, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
NamedParameterDescriptor - Class in org.hibernate.engine.query.spi
Descriptor regarding a named parameter.
NamedParameterDescriptor(String, Type, int[], boolean) - Constructor for class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
NamedParameterSpecification - Class in org.hibernate.param
Parameter bind specification for an explicit named parameter.
NamedParameterSpecification(int, int, String) - Constructor for class org.hibernate.param.NamedParameterSpecification
Constructs a named parameter bind specification.
NamedQueries - Annotation Type in org.hibernate.annotations
Extends NamedQueries to hold hibernate NamedQuery objects
namedQueries - Variable in class org.hibernate.cfg.Configuration
 
NamedQuery - Annotation Type in org.hibernate.annotations
Extends NamedQuery with Hibernate features
namedQuery - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
namedQuery - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
NamedQueryCollectionInitializer - Class in org.hibernate.persister.collection
A wrapper around a named query.
NamedQueryCollectionInitializer(String, CollectionPersister) - Constructor for class org.hibernate.persister.collection.NamedQueryCollectionInitializer
 
NamedQueryDefinition - Class in org.hibernate.engine.spi
Definition of a named query, defined in the mapping metadata.
NamedQueryDefinition(String, boolean, String, Integer, Integer, FlushMode, Map) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinition
 
NamedQueryDefinition(String, String, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinition
 
NamedQueryDefinition(String, String, boolean, String, Integer, Integer, Integer, FlushMode, CacheMode, boolean, String, Map) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinition
 
namedQueryError(String, HibernateException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
namedQueryError(String, HibernateException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
namedQueryError(String, HibernateException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
namedQueryError(String, HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
namedQueryError(String, HibernateException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
namedQueryError(String, HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
namedQueryError(String, HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
namedQueryError$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
namedQueryError$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
namedQueryError$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
namedQueryError$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
namedQueryError$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
namedQueryError$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
NamedQueryLoader - Class in org.hibernate.persister.entity
Not really a Loader, just a wrapper around a named query.
NamedQueryLoader(String, EntityPersister) - Constructor for class org.hibernate.persister.entity.NamedQueryLoader
 
namedSqlQueries - Variable in class org.hibernate.cfg.Configuration
 
NamedSQLQueryDefinition - Class in org.hibernate.engine.spi
Definition of a named native SQL query, defined in the mapping metadata.
NamedSQLQueryDefinition(String, String, NativeSQLQueryReturn[], List<String>, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinition
This form used to construct a NamedSQLQueryDefinition from the binder code when a the result-set mapping information is explicitly provided in the query definition (i.e., no resultset-mapping used)
NamedSQLQueryDefinition(String, String, String, List<String>, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinition
This form used to construct a NamedSQLQueryDefinition from the binder code when a resultset-mapping reference is used.
NamedSQLQueryDefinition(String, String, List<String>, boolean, String, Integer, Integer, FlushMode, Map, boolean) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinition
Deprecated.  
NamedSQLQuerySecondPass - Class in org.hibernate.cfg
 
NamedSQLQuerySecondPass(Element, String, Mappings) - Constructor for class org.hibernate.cfg.NamedSQLQuerySecondPass
 
NameGenerator - Class in org.hibernate.hql.internal
Provides utility methods for generating HQL / SQL names.
NAMING_STRATEGY - Static variable in class org.hibernate.ejb.AvailableSettings
Naming strategy class name, the class has to have a no-arg constructor
namingExceptionAccessingFactory(NamingException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
namingExceptionAccessingFactory(NamingException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
namingExceptionAccessingFactory(NamingException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
namingExceptionAccessingFactory(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
namingExceptionAccessingFactory(NamingException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
namingExceptionAccessingFactory(NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
namingExceptionAccessingFactory(NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
namingExceptionAccessingFactory$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
namingExceptionAccessingFactory$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
namingExceptionAccessingFactory$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
namingExceptionAccessingFactory$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
namingExceptionAccessingFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
namingExceptionAccessingFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
NamingHelper - Class in org.hibernate.ejb.util
 
namingStrategy - Variable in class org.hibernate.cfg.Configuration
 
NamingStrategy - Interface in org.hibernate.cfg
A set of rules for determining the physical column and table names given the information in the mapping document.
narrowingProxy(Class) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
narrowingProxy(Class) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
narrowingProxy(Class) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
narrowingProxy(Class) - Method in interface org.hibernate.internal.CoreMessageLogger
 
narrowingProxy(Class) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
narrowingProxy(Class) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
narrowingProxy(Class) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
narrowingProxy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
narrowingProxy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
narrowingProxy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
narrowingProxy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
narrowingProxy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
narrowingProxy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
Nationalized - Annotation Type in org.hibernate.annotations
Marks a character data type (String, Character, character, Clob) as being a nationalized variant (NVARCHAR, NCHAR, NCLOB, etc).
NativeScanner - Class in org.hibernate.ejb.packaging
 
NativeScanner() - Constructor for class org.hibernate.ejb.packaging.NativeScanner
 
NativeSQLQueryCollectionReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a collection role in the form {classname}.{collectionrole}; it is used in defining a custom sql query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
NativeSQLQueryCollectionReturn(String, String, String, Map, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
Construct a native-sql return representing a collection initializer
NativeSQLQueryJoinReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a fetched role.
NativeSQLQueryJoinReturn(String, String, String, Map, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Construct a return descriptor representing some form of fetch.
NativeSQLQueryNonScalarReturn - Class in org.hibernate.engine.query.spi.sql
Represents the base information for a non-scalar return defined as part of a native sql query.
NativeSQLQueryNonScalarReturn(String, Map<String, String[]>, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Constructs some form of non-scalar return descriptor
NativeSQLQueryPlan - Class in org.hibernate.engine.query.spi
Defines a query execution plan for a native-SQL query.
NativeSQLQueryPlan(NativeSQLQuerySpecification, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
NativeSQLQueryReturn - Interface in org.hibernate.engine.query.spi.sql
Describes a return in a native SQL query.
NativeSQLQueryRootReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a "root" entity.
NativeSQLQueryRootReturn(String, String, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
Construct a return representing an entity returned at the root of the result.
NativeSQLQueryRootReturn(String, String, Map<String, String[]>, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
NativeSQLQueryScalarReturn - Class in org.hibernate.engine.query.spi.sql
Describes a scalar return in a native SQL query.
NativeSQLQueryScalarReturn(String, Type) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
NativeSQLQuerySpecification - Class in org.hibernate.engine.query.spi.sql
Defines the specification or blue-print for a native-sql query.
NativeSQLQuerySpecification(String, NativeSQLQueryReturn[], Collection) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
NATURAL_ID - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
NATURAL_ID_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for natural id caches.
NaturalId - Annotation Type in org.hibernate.annotations
This specifies that a property is part of the natural id of the entity.
naturalId() - Static method in class org.hibernate.criterion.Restrictions
Consider using any of the natural id based loading stuff from session instead, especially in cases where the restriction is the full set of natural id values.
naturalId - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
NaturalIdCache - Annotation Type in org.hibernate.annotations
Used to specify that the natural id values associated with the annotated entity should be cached in Hibernate's shared (L2) cache.
naturalIdCacheHit(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdCacheHit(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a hit.
naturalIdCacheHits(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdCacheHits(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdCacheHits(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdCacheHits(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdCacheHits$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdCacheHits$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdCacheHits$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdCacheHits$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
NaturalIdCacheKey - Class in org.hibernate.cache.spi
Defines a key for caching natural identifier resolutions into the second level cache.
NaturalIdCacheKey(Object[], EntityPersister, SessionImplementor) - Constructor for class org.hibernate.cache.spi.NaturalIdCacheKey
Construct a new key for a caching natural identifier resolutions into the second level cache.
naturalIdCacheMiss(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a miss.
naturalIdCacheMisses(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdCacheMisses(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdCacheMisses(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdCacheMisses(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdCacheMisses$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdCacheMisses$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdCacheMisses$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdCacheMisses$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdCachePut(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdCachePut(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into natural id cache.
naturalIdCachePuts(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdCachePuts(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdCachePuts(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdCachePuts(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdCachePuts$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdCachePuts$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdCachePuts$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdCachePuts$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
NaturalIdCacheStatistics - Interface in org.hibernate.stat
NaturalId query statistics

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

NaturalIdentifier - Class in org.hibernate.criterion
 
NaturalIdentifier() - Constructor for class org.hibernate.criterion.NaturalIdentifier
 
NaturalIdLoadAccess - Interface in org.hibernate
Loads an entity by its natural identifier
naturalIdMaxQueryTime(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdMaxQueryTime(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdMaxQueryTime(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdMaxQueryTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdMaxQueryTime(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdMaxQueryTime(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdMaxQueryTime(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdMaxQueryTime$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdMaxQueryTime$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdMaxQueryTime$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdMaxQueryTime$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdMaxQueryTime$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdMaxQueryTime$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdQueriesExecuted(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdQueriesExecuted(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdQueriesExecuted(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdQueriesExecuted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdQueriesExecuted(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdQueriesExecuted(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdQueriesExecuted(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdQueriesExecuted$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
naturalIdQueriesExecuted$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
naturalIdQueriesExecuted$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
naturalIdQueriesExecuted$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
naturalIdQueriesExecuted$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
naturalIdQueriesExecuted$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
naturalIdQueryExecuted(String, long) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
naturalIdQueryExecuted(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a natural id query
NaturalIdRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store naturalId data.
NaturalIdRegionAccessStrategy - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached naturalId data.
NaturalIdRegionImpl - Class in org.hibernate.cache.infinispan.naturalid
Natural ID cache region
NaturalIdRegionImpl(AdvancedCache, String, CacheDataDescription, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl
 
NaturalIdXrefDelegate - Class in org.hibernate.engine.internal
Maintains a PersistenceContext-level 2-way cross-reference (xref) between the identifiers and natural ids of entities associated with the PersistenceContext.
NaturalIdXrefDelegate(StatefulPersistenceContext) - Constructor for class org.hibernate.engine.internal.NaturalIdXrefDelegate
 
NCharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
 
NCharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping NClob to JDBC NCLOB.
NCLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
NClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created java.sql.NClob instances..
NClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and handling proxy invocations.
NClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobType - Class in org.hibernate.type
A type that maps between CLOB and Clob
NClobType() - Constructor for class org.hibernate.type.NClobType
 
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for NClob handling.
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NCLOB handling.
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
NClobTypeDescriptor.NClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
NClobTypeDescriptor.NClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
ne(Object) - Method in class org.hibernate.criterion.Property
 
ne(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
ne(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to the named property
ne(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply a "not equal" constraint
ne(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Apply a "not equal" constraint
NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
needsAfterTransactionCompletion() - Method in class org.hibernate.action.internal.EntityAction
 
needsAfterTransactionCompletion() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.DeleteStatement
 
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
 
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
needsExecutor() - Method in interface org.hibernate.hql.internal.ast.tree.Statement
Does this statement require the StatementExecutor?
needsExecutor() - Method in class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
needsFetchingScroll() - Method in class org.hibernate.loader.hql.QueryLoader
 
needsFetchingScroll() - Method in class org.hibernate.loader.Loader
Does the result set to be scrolled contain collection fetches?
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentBag
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentList
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentMap
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentSet
 
needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to insert this element?
needsLimit() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
needsLimit() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
needsLimit() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
needsLimit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
needsLimit() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
needsLimit() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
needsLimit() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
needsLimit$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
needsLimit$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
needsLimit$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
needsLimit$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
needsLimit$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
needsLimit$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Do we need to completely recreate this collection when it changes?
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentBag
 
needsRecreate(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to completely recreate this collection when it changes?
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentBag
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentList
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentMap
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.internal.PersistentSet
 
needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to update this element?
neg(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
negated() - Method in enum org.hibernate.ejb.criteria.predicate.ComparisonPredicate.ComparisonOperator
 
negatedExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
negateNode(AST) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Returns the negated equivalent of the expression.
negateNode(AST) - Method in class org.hibernate.hql.internal.ast.HqlParser
Returns an equivalent tree for (NOT (a relop b) ), for example:
NEGATIVE - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
neOrIsNotNull(Object) - Method in class org.hibernate.criterion.Property
 
neOrIsNotNull(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to the named property.
neProperty(Property) - Method in class org.hibernate.criterion.Property
 
neProperty(String) - Method in class org.hibernate.criterion.Property
 
neProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to two properties
neProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to another property
nestedExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nestedExprAfterMinusDiv(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nestedFromFragment(AST, AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nestedFromFragment(AST, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
NEVER - Static variable in class org.hibernate.mapping.PropertyGeneration
Values for this property are never generated by the database.
NEW - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NEW - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NEW - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NEW_LOCATOR_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on creating a new LOB locator.
newAdditionalMapping() - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
newExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
newHashMap() - Static method in class org.hibernate.envers.tools.Tools
 
newHashSet() - Static method in class org.hibernate.envers.tools.Tools
 
newInstance() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
newInstance(Class[], Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
newInstance(int, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
newInstance() - Method in class org.hibernate.bytecode.internal.javassist.InstantiationOptimizerAdapter
 
newInstance() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.InstantiationOptimizer
Perform instantiation of an instance of the underlying class.
newLinkedHashMap() - Static method in class org.hibernate.envers.tools.Tools
 
newRevision(Object) - Method in interface org.hibernate.envers.RevisionListener
Called when a new revision is created.
newSubQueryBuilder() - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
newSubQueryBuilder(String, String) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
newTabularDataInstance
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.EntityStats
newTabularDataInstance
newTabularDataInstance() - Static method in class org.hibernate.cache.ehcache.management.impl.QueryStats
newTabularDataInstance
newValue() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
newValue(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
next() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
next() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
next() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
 
next() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
next() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Advance to the next result
next() - Method in class org.hibernate.internal.IteratorImpl
 
next() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
next() - Method in class org.hibernate.internal.util.collections.EmptyIterator
 
next() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
next() - Method in class org.hibernate.internal.util.collections.LazyIterator
 
next() - Method in class org.hibernate.internal.util.collections.SingletonIterator
 
next() - Method in interface org.hibernate.ScrollableResults
Advance to the next result
next() - Static method in class org.hibernate.testing.cache.Timestamper
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
next(byte[], SessionImplementor) - Method in class org.hibernate.type.BinaryType
 
next(Byte, SessionImplementor) - Method in class org.hibernate.type.ByteType
 
next(Calendar, SessionImplementor) - Method in class org.hibernate.type.CalendarType
 
next(Object, SessionImplementor) - Method in class org.hibernate.type.CustomType
 
next(Integer, SessionImplementor) - Method in class org.hibernate.type.IntegerType
 
next(Long, SessionImplementor) - Method in class org.hibernate.type.LongType
 
next(Short, SessionImplementor) - Method in class org.hibernate.type.ShortType
 
next(Date, SessionImplementor) - Method in class org.hibernate.type.TimestampType
 
next(T, SessionImplementor) - Method in interface org.hibernate.type.VersionType
Increment the version.
next(Object, SessionImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Increment the version.
NEXT_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
NEXT_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
NEXT_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
nextFromElementCounter() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
nextIndex() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
nextJdbcCde() - Method in class org.hibernate.metamodel.relational.Value.JdbcCodes
 
nextNode() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
 
nextNode() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
nextTimestamp() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
nextTimestamp() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
nextTimestamp() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Generate a timestamp.
nextTimestamp() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
nextTimestamp() - Method in interface org.hibernate.cache.spi.Region
 
nextTimestamp() - Method in interface org.hibernate.cache.spi.RegionFactory
Generate a timestamp.
nextTimestamp() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
nextToken() - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
nextToken() - Method in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
nextToken() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
NO_BATCH - Static variable in class org.hibernate.dialect.Dialect
 
NO_CALLBACK - Static variable in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
 
NO_CLASSES - Static variable in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_PARAM_SIGNATURE - Static variable in class org.hibernate.internal.util.ReflectHelper
 
NO_PARAMS - Static variable in class org.hibernate.internal.util.ReflectHelper
 
NO_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NO_ROW - Static variable in class org.hibernate.engine.internal.StatefulPersistenceContext
 
NO_SUFFIX - Static variable in class org.hibernate.loader.BasicLoader
 
NO_VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to accept the action (false)
NO_WAIT - Static variable in class org.hibernate.LockOptions
Indicates that the database should not wait at all to acquire the pessimistic lock.
NO_WHERE_CLAUSE - Static variable in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
noAppropriateConnectionProvider() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noAppropriateConnectionProvider() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noAppropriateConnectionProvider() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noAppropriateConnectionProvider() - Method in interface org.hibernate.internal.CoreMessageLogger
 
noAppropriateConnectionProvider() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noAppropriateConnectionProvider() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noAppropriateConnectionProvider() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
noAppropriateConnectionProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noAppropriateConnectionProvider$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noAppropriateConnectionProvider$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noAppropriateConnectionProvider$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noAppropriateConnectionProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noAppropriateConnectionProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
NoArgSQLFunction - Class in org.hibernate.dialect.function
A function which takes no arguments
NoArgSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
 
NoArgSQLFunction(String, Type, boolean) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
 
NoCacheRegionFactoryAvailableException - Exception in org.hibernate.cache
Implementation of NoCacheRegionFactoryAvailableException.
NoCacheRegionFactoryAvailableException() - Constructor for exception org.hibernate.cache.NoCacheRegionFactoryAvailableException
 
NoCachingRegionFactory - Class in org.hibernate.cache.internal
Factory used if no caching enabled in config...
NoCachingRegionFactory() - Constructor for class org.hibernate.cache.internal.NoCachingRegionFactory
 
noCascade(EventSource, Object, Object, EntityPersister, int) - Method in class org.hibernate.engine.spi.CascadingAction
Called (in the case of CascadingAction.requiresNoCascadeChecking() returning true) to validate that no cascade on the given property is considered a valid semantic.
noColumnsSpecifiedForIndex(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noColumnsSpecifiedForIndex(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noColumnsSpecifiedForIndex(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noColumnsSpecifiedForIndex(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
noColumnsSpecifiedForIndex(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noColumnsSpecifiedForIndex(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noColumnsSpecifiedForIndex(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
noColumnsSpecifiedForIndex$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noColumnsSpecifiedForIndex$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noColumnsSpecifiedForIndex$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noColumnsSpecifiedForIndex$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noColumnsSpecifiedForIndex$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noColumnsSpecifiedForIndex$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
Node - Class in org.hibernate.hql.internal.ast.tree
Base node class for use by Hibernate within its AST trees.
Node() - Constructor for class org.hibernate.hql.internal.ast.tree.Node
 
Node(Token) - Constructor for class org.hibernate.hql.internal.ast.tree.Node
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
node - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
node(int) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
Node - Interface in org.hibernate.sql.ordering.antlr
General contract for AST nodes.
node(int) - Method in class org.hibernate.tuple.ElementWrapper
 
nodeCount() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
nodeCount() - Method in class org.hibernate.tuple.ElementWrapper
 
noDefaultConstructor(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noDefaultConstructor(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noDefaultConstructor(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noDefaultConstructor(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
noDefaultConstructor(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noDefaultConstructor(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noDefaultConstructor(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
noDefaultConstructor$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noDefaultConstructor$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noDefaultConstructor$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noDefaultConstructor$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noDefaultConstructor$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noDefaultConstructor$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
nodeIterator() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
nodeIterator() - Method in class org.hibernate.tuple.ElementWrapper
 
nodeModified(CacheEntryModifiedEvent) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
Monitors cache events and updates the local cache
nodeRemoved(CacheEntryRemovedEvent) - Method in class org.hibernate.cache.infinispan.timestamp.ClusteredTimestampsRegionImpl
Monitors cache events and updates the local cache
NodeSupport - Class in org.hibernate.sql.ordering.antlr
Basic implementation of a Node briding to the Antlr CommonAST hierarchy.
NodeSupport() - Constructor for class org.hibernate.sql.ordering.antlr.NodeSupport
 
nodeToString(AST, boolean) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
 
NodeTraverser - Class in org.hibernate.hql.internal.ast.util
A visitor for traversing an AST tree.
NodeTraverser(NodeTraverser.VisitationStrategy) - Constructor for class org.hibernate.hql.internal.ast.util.NodeTraverser
 
NodeTraverser.VisitationStrategy - Interface in org.hibernate.hql.internal.ast.util
 
noInterceptor() - Method in interface org.hibernate.SessionBuilder
Signifies that no Interceptor should be used.
noInterceptor() - Method in interface org.hibernate.SharedSessionBuilder
 
NoJtaPlatform - Class in org.hibernate.service.jta.platform.internal
The non-configured form of JTA platform.
NoJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.NoJtaPlatform
 
NON_CONTEXTUAL_LOB_CREATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Should we not use contextual LOB creation (aka based on Connection.createBlob() et al).
NON_JTA_DATASOURCE - Static variable in class org.hibernate.ejb.AvailableSettings
The JNDI name of a non-JTA DataSource.
NON_PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NonBatchingBatch - Class in org.hibernate.engine.jdbc.batch.internal
An implementation of Batch which does not perform batching.
NonBatchingBatch(BatchKey, JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch
 
NonContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection.
NonDurableConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.
NONE - Static variable in class org.hibernate.engine.spi.CascadeStyle
no cascades
NONE - Static variable in class org.hibernate.engine.spi.IdentifierValue
Never assume the transient instance is newly instantiated
NONE - Static variable in class org.hibernate.engine.spi.LoadQueryInfluencers
Static reference useful for cases where we are creating load SQL outside the context of any influencers.
NONE - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated. Use OptimizerFactory.StandardOptimizerDescriptor.getExternalName() via OptimizerFactory.StandardOptimizerDescriptor.NONE
NONE - Static variable in class org.hibernate.jdbc.Expectations
 
NONE - Static variable in class org.hibernate.LockOptions
NONE represents LockMode.NONE (timeout + scope do not apply)
NonEntity - Class in org.hibernate.metamodel.domain
Models the concept class in the hierarchy with no persistent attributes.
NonEntity(String, String, ValueHolder<Class<?>>, Hierarchical) - Constructor for class org.hibernate.metamodel.domain.NonEntity
Constructor for the non-entity
NonFlushedChanges - Interface in org.hibernate.engine.spi
 
NonFlushedChangesImpl - Class in org.hibernate.internal
 
NonFlushedChangesImpl(EventSource) - Constructor for class org.hibernate.internal.NonFlushedChangesImpl
 
nonMap() - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
NonNullableTransientDependencies - Class in org.hibernate.engine.internal
Tracks non-nullable transient entities that would cause a particular entity insert to fail.
NonNullableTransientDependencies() - Constructor for class org.hibernate.engine.internal.NonNullableTransientDependencies
 
NonPojoInstrumentationMetadata - Class in org.hibernate.tuple.entity
 
NonPojoInstrumentationMetadata(String) - Constructor for class org.hibernate.tuple.entity.NonPojoInstrumentationMetadata
 
NonScalarReturn - Class in org.hibernate.loader.custom
Represents some non-scalar (entity/collection) return within the query result.
NonScalarReturn(String, LockMode) - Constructor for class org.hibernate.loader.custom.NonScalarReturn
 
NonstopAccessStrategyFactory - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of EhcacheAccessStrategyFactory that takes care of Nonstop cache exceptions using HibernateNonstopCacheExceptionHandler
NonstopAccessStrategyFactory(EhcacheAccessStrategyFactory) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAccessStrategyFactory
Constructor accepting the actual factory
NonstopAwareCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of CollectionRegionAccessStrategy that handles NonStopCacheException using HibernateNonstopCacheExceptionHandler
NonstopAwareCollectionRegionAccessStrategy(CollectionRegionAccessStrategy, HibernateNonstopCacheExceptionHandler) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Constructor accepting the actual CollectionRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
NonstopAwareEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of EntityRegionAccessStrategy that handles NonStopCacheException using HibernateNonstopCacheExceptionHandler
NonstopAwareEntityRegionAccessStrategy(EntityRegionAccessStrategy, HibernateNonstopCacheExceptionHandler) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Constructor accepting the actual EntityRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
NonstopAwareNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.nonstop
Implementation of NaturalIdRegionAccessStrategy that handles NonStopCacheException using HibernateNonstopCacheExceptionHandler
NonstopAwareNaturalIdRegionAccessStrategy(NaturalIdRegionAccessStrategy, HibernateNonstopCacheExceptionHandler) - Constructor for class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Constructor accepting the actual NaturalIdRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific non-strict read/write collection region access strategy
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given collection region.
NonStrictReadWriteEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific non-strict read/write entity region access strategy
NonStrictReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given collection region.
NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific non-strict read/write NaturalId region access strategy
NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Create a non-strict read/write access strategy accessing the given NaturalId region.
NonUniqueDiscoveredSqlAliasException - Exception in org.hibernate.loader.custom
 
NonUniqueDiscoveredSqlAliasException(String) - Constructor for exception org.hibernate.loader.custom.NonUniqueDiscoveredSqlAliasException
 
NonUniqueObjectException - Exception in org.hibernate
This exception is thrown when an operation would break session-scoped identity.
NonUniqueObjectException(String, Serializable, String) - Constructor for exception org.hibernate.NonUniqueObjectException
 
NonUniqueObjectException(Serializable, String) - Constructor for exception org.hibernate.NonUniqueObjectException
 
NonUniqueResultException - Exception in org.hibernate
Thrown when the application calls Query.uniqueResult() and the query returned more than one result.
NonUniqueResultException(int) - Constructor for exception org.hibernate.NonUniqueResultException
 
NOOP_INSTANTIATOR - Static variable in class org.hibernate.hql.internal.HolderInstantiator
 
NoopAccessor - Class in org.hibernate.property
Used to declare properties not represented at the pojo level
NoopAccessor() - Constructor for class org.hibernate.property.NoopAccessor
 
NoopLimitHandler - Class in org.hibernate.dialect.pagination
Handler not supporting query LIMIT clause.
NoopLimitHandler(String, RowSelection) - Constructor for class org.hibernate.dialect.pagination.NoopLimitHandler
 
noPersistentClassesFound(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noPersistentClassesFound(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noPersistentClassesFound(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noPersistentClassesFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
noPersistentClassesFound(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noPersistentClassesFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noPersistentClassesFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
noPersistentClassesFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noPersistentClassesFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noPersistentClassesFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noPersistentClassesFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noPersistentClassesFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noPersistentClassesFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
normalize() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
normalize() - Method in class org.hibernate.tuple.ElementWrapper
 
normalizeDatabaseIdentifier(String, ObjectNameNormalizer.NamingStrategyHelper) - Method in class org.hibernate.cfg.ObjectNameNormalizer
Performs the actual contract of normalizing a database name.
normalizeIdentifierQuoting(String) - Method in class org.hibernate.cfg.ObjectNameNormalizer
Allow normalizing of just the quoting aspect of identifiers.
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
noSessionFactoryWithJndiName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
noSessionFactoryWithJndiName$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
noSessionFactoryWithJndiName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
noSessionFactoryWithJndiName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
noSessionFactoryWithJndiName$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
noSessionFactoryWithJndiName$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
not(Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the negation of an expression
not(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
not() - Method in class org.hibernate.ejb.criteria.predicate.AbstractPredicateImpl
 
not() - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
Create negation of compound predicate by using logic rules: 1.
not(AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the negation of a criterion.
NOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT_BETWEEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NOT_FOUND - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
NOT_IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT_IN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NOT_LIKE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NOT_NULL - Static variable in class org.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NOT_STMT_END - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
NotAudited - Annotation Type in org.hibernate.envers
When applied to a field, indicates that this field should not be audited.
NotAuditedException - Exception in org.hibernate.envers.exception
 
NotAuditedException(String, String) - Constructor for exception org.hibernate.envers.exception.NotAuditedException
 
NotAuditExpression - Class in org.hibernate.envers.query.criteria
 
NotAuditExpression(AuditCriterion) - Constructor for class org.hibernate.envers.query.criteria.NotAuditExpression
 
NotEmptyExpression - Class in org.hibernate.criterion
 
NotEmptyExpression(String) - Constructor for class org.hibernate.criterion.NotEmptyExpression
 
notEqual(Expression<?>, Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
notEqual(Expression<?>, Object) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
notExists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
NotExpression - Class in org.hibernate.criterion
Negates another criterion
NotExpression(Criterion) - Constructor for class org.hibernate.criterion.NotExpression
 
NotFound - Annotation Type in org.hibernate.annotations
Action to do when an element is not found on a association.
notFound - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
notFound - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
notFound - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
 
NotFoundAction - Enum in org.hibernate.annotations
Actoin to use when an element is not found in DB while beeing expected
notifyCacheAdded(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
No-op in this case
notifyCacheRemoved(String) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
No-op in this case
notifyObserversExplicitExecution() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience method to notify registered observers of an explicit execution of this batch.
notifyObserversImplicitExecution() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience method to notify registered observers of an implicit execution of this batch.
notifyObserversStatementPrepared() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
notifyObserversStatementPrepared() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
 
notifySynchronizationsAfterTransactionCompletion(int) - Method in class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
notifySynchronizationsAfterTransactionCompletion(int) - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
Delegate Synchronization.afterCompletion(int) calls to registered Synchronizations
notifySynchronizationsBeforeTransactionCompletion() - Method in class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
notifySynchronizationsBeforeTransactionCompletion() - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
Delegate Synchronization.beforeCompletion() calls to the registered Synchronizations
notIn(DetachedCriteria) - Method in class org.hibernate.criterion.Property
 
notIn(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
NotInstrumentedException - Exception in org.hibernate.bytecode.spi
 
NotInstrumentedException(String) - Constructor for exception org.hibernate.bytecode.spi.NotInstrumentedException
 
NotInstrumentedException(String, Throwable) - Constructor for exception org.hibernate.bytecode.spi.NotInstrumentedException
 
notLike(Expression<String>, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, String) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
notLike(Expression<String>, String, char) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
notNull - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
notNull - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
notNull - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
notNull - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
notNull - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
notNull - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
NotNullAuditExpression - Class in org.hibernate.envers.query.criteria
 
NotNullAuditExpression(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.NotNullAuditExpression
 
NotNullExpression - Class in org.hibernate.criterion
Constrains a property to be non-null
NotNullExpression(String) - Constructor for class org.hibernate.criterion.NotNullExpression
 
NotYetImplementedException - Exception in org.hibernate.cfg
Mapping not yet implemented
NotYetImplementedException() - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String, Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NTEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGNVARCHAR.
NTextType - Class in org.hibernate.type
A type that maps between LONGNVARCHAR and String
NTextType() - Constructor for class org.hibernate.type.NTextType
 
NULL - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if the identifier is null.
NULL - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NULL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NULL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NULL - Static variable in class org.hibernate.sql.InFragment
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NULL_ORDER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULL_ORDER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Nullability - Enum in org.hibernate.cfg.annotations
Are the columns forced to null, not null or not forced
Nullability - Class in org.hibernate.engine.internal
Implements the algorithm for validating property values for illegal null values
Nullability(SessionImplementor) - Constructor for class org.hibernate.engine.internal.Nullability
 
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
nullable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
nullable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
nullable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
nullable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
nullable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
 
NullableType - Class in org.hibernate.type
Deprecated. Use the AbstractStandardBasicType approach instead
NullableType() - Constructor for class org.hibernate.type.NullableType
Deprecated.  
NullAuditExpression - Class in org.hibernate.envers.query.criteria
 
NullAuditExpression(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.NullAuditExpression
 
NullExpression - Class in org.hibernate.criterion
Constrains a property to be null
NullExpression(String) - Constructor for class org.hibernate.criterion.NullExpression
 
NullHibernateStats - Class in org.hibernate.cache.ehcache.management.impl
Implementation of HibernateStats that does nothing

nullif(Expression<Y>, Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
nullif(Class<Y>, Expression<Y>, Expression<?>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
nullif(Expression<Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
nullif(Class<Y>, Expression<Y>, Y) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
NullifExpression<T> - Class in org.hibernate.ejb.criteria.expression
Models an ANSI SQL NULLIF expression.
NullifExpression(CriteriaBuilderImpl, Class<T>, Expression<? extends T>, Expression<?>) - Constructor for class org.hibernate.ejb.criteria.expression.NullifExpression
 
NullifExpression(CriteriaBuilderImpl, Class<T>, Expression<? extends T>, Object) - Constructor for class org.hibernate.ejb.criteria.expression.NullifExpression
 
nullifyTransientReferences(Object[], Type[]) - Method in class org.hibernate.engine.internal.ForeignKeys.Nullifier
Nullify all references to entities that have not yet been inserted in the database, where the foreign key points toward that entity
nullifyTransientReferencesIfNotAlready() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Nullifies any references to transient entities in the entity state maintained by this action.
nullLiteral(Class<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
NullLiteralExpression<T> - Class in org.hibernate.ejb.criteria.expression
Represents a NULLliteral expression.
NullLiteralExpression(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.ejb.criteria.expression.NullLiteralExpression
 
NullnessPredicate - Class in org.hibernate.ejb.criteria.predicate
Defines a Predicate for checking the nullness state of an expression, aka an IS [NOT] NULL predicate.
NullnessPredicate(CriteriaBuilderImpl, Expression<?>) - Constructor for class org.hibernate.ejb.criteria.predicate.NullnessPredicate
Constructs the affirmitive form of nullness checking (IS NULL).
nullOrdering() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
nullOrdering(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
nullOrdering(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
nullOrdering() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what SQL-2003 terms the null ordering; NULLS FIRST or NULLS LAST.
nullOrdering(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
nullPrecedence() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
nullPrecedence(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
nullPrecedence(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
NullPrecedence - Enum in org.hibernate
Defines precedence of null values within ORDER BY clause.
nullPrecedence() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
nulls(NullPrecedence) - Method in class org.hibernate.criterion.Order
 
NULLS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NULLS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NULLS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NULLS - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULLS - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.EntityType
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.EntityType
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.EnumType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.NullableType
Deprecated.  
nullSafeGet(ResultSet, String[]) - Method in class org.hibernate.type.NullableType
Deprecated.  
nullSafeGet(ResultSet, String) - Method in class org.hibernate.type.NullableType
Deprecated.  
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in class org.hibernate.type.NullableType
Deprecated.  
nullSafeGet(ResultSet, String, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
Get a column value from a result set by name.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.hibernate.type.StringClobType
Deprecated.  
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in interface org.hibernate.usertype.UserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeMapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractOneToOneMapper
 
nullSafeMapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
Parameter obj is never null.
nullSafeMapToEntityFromMap(AuditConfiguration, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
Bind a value represented by an instance of the mapped class to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.EnumType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ManyToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.NullableType
Deprecated.  
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.NullableType
Deprecated.  
nullSafeSet(PreparedStatement, Object, int) - Method in class org.hibernate.type.NullableType
Deprecated.  
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.OneToOneType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.StringClobType
Deprecated.  
nullSafeSet(PreparedStatement, Object, int, boolean[], SessionImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Write an instance of the mapped class to a prepared statement.
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in interface org.hibernate.usertype.UserType
Write an instance of the mapped class to a prepared statement.
nullSafeToString(Object) - Method in class org.hibernate.type.NullableType
Deprecated. A null-safe version of NullableType.toString(Object).
NullSynchronizationException - Exception in org.hibernate.engine.transaction.internal
Indicates an attempt to register a null synchronization.
NullSynchronizationException() - Constructor for exception org.hibernate.engine.transaction.internal.NullSynchronizationException
 
NullSynchronizationException(String) - Constructor for exception org.hibernate.engine.transaction.internal.NullSynchronizationException
 
NUM_BIG_DECIMAL - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_BIG_DECIMAL - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_BIG_DECIMAL - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_BIG_INTEGER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_BIG_INTEGER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_BIG_INTEGER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
numberOfCollectionCreations() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionRemovals() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfDeletions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfInsertions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberValueOf(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
numberValueOf(String) - Method in class org.hibernate.tuple.ElementWrapper
 
NUMERIC_BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC INTEGER.
NumericBooleanType - Class in org.hibernate.type
A type that maps between INTEGER and Boolean (using 1 and 0)
NumericBooleanType() - Constructor for class org.hibernate.type.NumericBooleanType
 
numericInteger(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
NumericTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NUMERIC handling.
NumericTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
NVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NVARCHAR handling.
NVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
NvlFunction - Class in org.hibernate.dialect.function
Emulation of coalesce() on Oracle, using multiple nvl() calls
NvlFunction() - Constructor for class org.hibernate.dialect.function.NvlFunction
 
nyi(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 

O

OBJ_NAME_TEMPLATE - Static variable in class org.hibernate.service.jmx.internal.JmxServiceImpl
 
OBJECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OBJECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OBJECT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ObjectDeletedException - Exception in org.hibernate
Thrown when the user tries to do something illegal with a deleted object.
ObjectDeletedException(String, Serializable, String) - Constructor for exception org.hibernate.ObjectDeletedException
 
ObjectFactory - Class in org.hibernate.internal.jaxb.cfg
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.internal.jaxb.cfg package.
ObjectFactory() - Constructor for class org.hibernate.internal.jaxb.cfg.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.internal.jaxb.cfg
ObjectFactory - Class in org.hibernate.internal.jaxb.mapping.hbm
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.internal.jaxb.mapping.hbm package.
ObjectFactory() - Constructor for class org.hibernate.internal.jaxb.mapping.hbm.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.internal.jaxb.mapping.hbm
ObjectFactory - Class in org.hibernate.internal.jaxb.mapping.orm
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.internal.jaxb.mapping.orm package.
ObjectFactory() - Constructor for class org.hibernate.internal.jaxb.mapping.orm.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.internal.jaxb.mapping.orm
ObjectName - Class in org.hibernate.metamodel.relational
Models the qualified name of a database object.
ObjectName(String) - Constructor for class org.hibernate.metamodel.relational.ObjectName
Tries to create an ObjectName from a name.
ObjectName(Identifier) - Constructor for class org.hibernate.metamodel.relational.ObjectName
 
ObjectName(Schema, String) - Constructor for class org.hibernate.metamodel.relational.ObjectName
 
ObjectName(Schema, Identifier) - Constructor for class org.hibernate.metamodel.relational.ObjectName
 
ObjectName(String, String, String) - Constructor for class org.hibernate.metamodel.relational.ObjectName
 
ObjectName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.metamodel.relational.ObjectName
Creates a qualified name reference.
ObjectNameNormalizer - Class in org.hibernate.cfg
Provides centralized normalization of how database object names are handled.
ObjectNameNormalizer() - Constructor for class org.hibernate.cfg.ObjectNameNormalizer
 
ObjectNameNormalizer.NamingStrategyHelper - Interface in org.hibernate.cfg
Helper contract for dealing with NamingStrategy in different situations.
ObjectNameSource - Interface in org.hibernate.cfg
Source for database object names (identifiers).
ObjectNotFoundException - Exception in org.hibernate
Thrown when Session.load() fails to select a row with the given primary key (identifier value).
ObjectNotFoundException(Serializable, String) - Constructor for exception org.hibernate.ObjectNotFoundException
 
objectsEqual(Object, Object) - Static method in class org.hibernate.envers.tools.Tools
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.  
objectToSQLString(BigInteger, Dialect) - Method in class org.hibernate.type.BigIntegerType
Convert the value into a string representation, suitable for embedding in an SQL statement as a literal.
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.BooleanType
 
objectToSQLString(Byte, Dialect) - Method in class org.hibernate.type.ByteType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterNCharType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterType
 
objectToSQLString(Currency, Dialect) - Method in class org.hibernate.type.CurrencyType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CustomType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.DateType
 
objectToSQLString(Double, Dialect) - Method in class org.hibernate.type.DoubleType
 
objectToSQLString(Object) - Method in class org.hibernate.type.EnumType
 
objectToSQLString(Float, Dialect) - Method in class org.hibernate.type.FloatType
 
objectToSQLString(Integer, Dialect) - Method in class org.hibernate.type.IntegerType
 
objectToSQLString(T, Dialect) - Method in interface org.hibernate.type.LiteralType
Convert the value into a string representation, suitable for embedding in an SQL statement as a literal.
objectToSQLString(Locale, Dialect) - Method in class org.hibernate.type.LocaleType
 
objectToSQLString(Long, Dialect) - Method in class org.hibernate.type.LongType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.NumericBooleanType
 
objectToSQLString(Short, Dialect) - Method in class org.hibernate.type.ShortType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringNVarcharType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.TimestampType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.TimeType
 
objectToSQLString(TimeZone, Dialect) - Method in class org.hibernate.type.TimeZoneType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.TrueFalseType
 
objectToSQLString(URL, Dialect) - Method in class org.hibernate.type.UrlType
 
objectToSQLString(UUID, Dialect) - Method in class org.hibernate.type.UUIDCharType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.YesNoType
 
objectToSQLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Return an SQL literal representation of the value
ObjectType - Class in org.hibernate.type
Specific adaptation of the "any" type to the old deprecated "object" type
ObjectType() - Constructor for class org.hibernate.type.ObjectType
 
obtainConnection() - Method in interface org.hibernate.engine.jdbc.spi.JdbcConnectionAccess
Obtain a JDBC connection
OC4JJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JtaPlatform implementation for the OC4J (Oracle) AS.
OC4JJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.OC4JJtaPlatform
 
occurrences(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
OF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OF - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ON - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ON_DELETE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
onAutoFlush(AutoFlushEvent) - Method in class org.hibernate.event.internal.DefaultAutoFlushEventListener
Handle the given auto-flush event.
onAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.event.spi.AutoFlushEventListener
Handle the given auto-flush event.
onCollectionAction(AbstractCollectionEvent, PersistentCollection, Serializable, CollectionEntry) - Method in class org.hibernate.envers.event.BaseEnversCollectionEventListener
 
onCollectionRecreate(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionRecreate(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is (re)created.
onCollectionRemove(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionRemove(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is deleted.
onCollectionUpdate(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionUpdate(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is updated.
OnDelete - Annotation Type in org.hibernate.annotations
Strategy to use on collections, arrays and on joined subclasses delete OnDelete of secondary tables currently not supported.
onDelete(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is deleted.
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onDelete(DeleteEvent) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent) - Method in interface org.hibernate.event.spi.DeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in interface org.hibernate.event.spi.DeleteEventListener
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is deleted.
onDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
OnDeleteAction - Enum in org.hibernate.annotations
Possible actions on deletes
onDirtyCheck(DirtyCheckEvent) - Method in class org.hibernate.event.internal.DefaultDirtyCheckEventListener
Handle the given dirty-check event.
onDirtyCheck(DirtyCheckEvent) - Method in interface org.hibernate.event.spi.DirtyCheckEventListener
Handle the given dirty-check event.
ONE_MS - Static variable in class org.hibernate.testing.cache.Timestamper
 
ONE_TO_MANY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ONE_TO_ONE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
OneAuditEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from an audit entity.
OneAuditEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, MiddleIdData, String, MiddleIdData, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
OneEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from a relation middle-table only.
OneEntityQueryGenerator(AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.OneEntityQueryGenerator
 
onEntryChosenForEviction(V) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionListener
 
onEntryEviction(Map<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionListener
 
onEntryHit(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryMiss(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that there has been an attempt to access an entry in Segment, however that entry was not present in Segment.
onEntryRemove(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry e has been removed from Segment.
oneToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
oneToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
oneToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
oneToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
oneToMany - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
oneToMany - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
oneToMany - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
OneToMany - Class in org.hibernate.mapping
A mapping for a one-to-many association
OneToMany(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.OneToMany
 
OneToManyCollectionElement - Class in org.hibernate.metamodel.binding
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String) - Method in interface org.hibernate.persister.entity.Joinable
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
OneToManyJoinWalker - Class in org.hibernate.loader.collection
Walker for one-to-many associations
OneToManyJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyJoinWalker
 
OneToManyLoader - Class in org.hibernate.loader.collection
Loads one-to-many associations

The collection persister must implement QueryableCOllection.
OneToManyLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyPersister - Class in org.hibernate.persister.collection
Collection persister for one-to-many associations.
OneToManyPersister(Collection, CollectionRegionAccessStrategy, Configuration, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
 
OneToManyPluralAttributeElementSource - Interface in org.hibernate.metamodel.source.binder
 
OneToManyPluralAttributeElementSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
OneToManyPluralAttributeElementSourceImpl(JaxbOneToManyElement, LocalBindingContext) - Constructor for class org.hibernate.metamodel.source.hbm.OneToManyPluralAttributeElementSourceImpl
 
oneToOne - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
oneToOne - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 
OneToOne - Class in org.hibernate.mapping
A one-to-one association mapping
OneToOne(Mappings, Table, PersistentClass) - Constructor for class org.hibernate.mapping.OneToOne
 
oneToOne(String, ForeignKeyDirection, String, boolean, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.oneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String) instead. See Jira issue: HHH-7771
oneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
 
OneToOneNotOwningMapper - Class in org.hibernate.envers.entities.mapper.relation
Property mapper for not owning side of OneToOne relation.
OneToOneNotOwningMapper(String, String, String, PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.OneToOneNotOwningMapper
 
OneToOnePrimaryKeyJoinColumnMapper - Class in org.hibernate.envers.entities.mapper.relation
Property mapper for OneToOne with PrimaryKeyJoinColumn relation.
OneToOnePrimaryKeyJoinColumnMapper(String, String, PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.relation.OneToOnePrimaryKeyJoinColumnMapper
 
OneToOneSecondPass - Class in org.hibernate.cfg
We have to handle OneToOne in a second pass because: -
OneToOneSecondPass(String, String, String, PropertyHolder, PropertyData, XClass, boolean, boolean, boolean, String, Ejb3JoinColumn[], Mappings) - Constructor for class org.hibernate.cfg.OneToOneSecondPass
 
OneToOneType - Class in org.hibernate.type
A one-to-one association to an entity
OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, boolean, String, String) - Constructor for class org.hibernate.type.OneToOneType
Deprecated. Use OneToOneType.OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) instead. See Jira issue: HHH-7771
OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.OneToOneType
 
onEvict(EvictEvent) - Method in class org.hibernate.event.internal.DefaultEvictEventListener
Handle the given evict event.
onEvict(EvictEvent) - Method in interface org.hibernate.event.spi.EvictEventListener
Handle the given evict event.
OnExpectedFailure - Annotation Type in org.hibernate.testing
Annotation used to identify a method as a callback to be executed whenever a FailureExpected is handled.
onFailure() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
OnFailure - Annotation Type in org.hibernate.testing
Annotation used to identify a method as a callback to be executed on test failures.
onFlush(FlushEvent) - Method in class org.hibernate.event.internal.DefaultFlushEventListener
Handle the given flush event.
onFlush(FlushEvent) - Method in interface org.hibernate.event.spi.FlushEventListener
Handle the given flush event.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called when an object is detected to be dirty, during a flush.
onFlushEntity(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Flushes a single entity's state to the database, by scheduling an update action, if necessary
onFlushEntity(FlushEntityEvent) - Method in interface org.hibernate.event.spi.FlushEntityEventListener
 
onInitializeCollection(InitializeCollectionEvent) - Method in class org.hibernate.event.internal.DefaultInitializeCollectionEventListener
called by a collection that wants to initialize itself
onInitializeCollection(InitializeCollectionEvent) - Method in interface org.hibernate.event.spi.InitializeCollectionEventListener
 
onLoad(Session, Serializable) - Method in interface org.hibernate.classic.Lifecycle
Called after an entity is loaded.
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Handle the given load event.
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.spi.LoadEventListener
Handle the given load event.
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called just before an object is initialized.
onLock(LockEvent) - Method in class org.hibernate.event.internal.DefaultLockEventListener
Handle the given lock event.
onLock(LockEvent) - Method in interface org.hibernate.event.spi.LockEventListener
Handle the given lock event.
OnLockVisitor - Class in org.hibernate.event.internal
When a transient entity is passed to lock(), we must inspect all its collections and 1.
OnLockVisitor(EventSource, Serializable, Object) - Constructor for class org.hibernate.event.internal.OnLockVisitor
 
onMerge(MergeEvent) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent, Map) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onMerge(MergeEvent, Map) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onPersist(PersistEvent) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent, Map) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPersist(PersistEvent, Map) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.ejb.event.EJB3PostDeleteEventListener
 
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.envers.event.EnversPostDeleteEventListenerImpl
 
onPostDelete(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostDeleteEventListener
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.ejb.event.EJB3PostInsertEventListener
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.envers.event.EnversPostInsertEventListenerImpl
 
onPostInsert(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostInsertEventListener
 
onPostLoad(PostLoadEvent) - Method in class org.hibernate.ejb.event.EJB3PostLoadEventListener
 
onPostLoad(PostLoadEvent) - Method in class org.hibernate.event.internal.DefaultPostLoadEventListener
 
onPostLoad(PostLoadEvent) - Method in interface org.hibernate.event.spi.PostLoadEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.envers.event.EnversPostCollectionRecreateEventListenerImpl
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PostCollectionRecreateEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PostCollectionRemoveEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.envers.event.EnversPostUpdateEventListenerImpl
 
onPostUpdate(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostUpdateEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PostCollectionUpdateEventListener
 
onPreDelete(PreDeleteEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreDelete(PreDeleteEvent) - Method in interface org.hibernate.event.spi.PreDeleteEventListener
Return true if the operation should be vetoed
onPreDelete(PreDeleteEvent) - Method in class org.hibernate.secure.internal.JACCPreDeleteEventListener
 
onPreInsert(PreInsertEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreInsert(PreInsertEvent) - Method in interface org.hibernate.event.spi.PreInsertEventListener
Return true if the operation should be vetoed
onPreInsert(PreInsertEvent) - Method in class org.hibernate.secure.internal.JACCPreInsertEventListener
 
onPreLoad(PreLoadEvent) - Method in class org.hibernate.event.internal.DefaultPreLoadEventListener
 
onPreLoad(PreLoadEvent) - Method in interface org.hibernate.event.spi.PreLoadEventListener
 
onPreLoad(PreLoadEvent) - Method in class org.hibernate.secure.internal.JACCPreLoadEventListener
 
onPrepareStatement(String) - Method in class org.hibernate.EmptyInterceptor
 
onPrepareStatement(String) - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
 
onPrepareStatement(String) - Method in interface org.hibernate.Interceptor
Called when sql string is being prepared.
onPrepareStatement(String) - Method in class org.hibernate.internal.SessionImpl
 
onPrepareStatement(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
onPreRecreateCollection(PreCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PreCollectionRecreateEventListener
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in class org.hibernate.envers.event.EnversPreCollectionRemoveEventListenerImpl
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PreCollectionRemoveEventListener
 
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreUpdate(PreUpdateEvent) - Method in interface org.hibernate.event.spi.PreUpdateEventListener
Return true if the operation should be vetoed
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.secure.internal.JACCPreUpdateEventListener
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in class org.hibernate.envers.event.EnversPreCollectionUpdateEventListenerImpl
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PreCollectionUpdateEventListener
 
onRefresh(RefreshEvent) - Method in class org.hibernate.event.internal.DefaultRefreshEventListener
 
onRefresh(RefreshEvent, Map) - Method in class org.hibernate.event.internal.DefaultRefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent) - Method in interface org.hibernate.event.spi.RefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent, Map) - Method in interface org.hibernate.event.spi.RefreshEventListener
 
onReplicate(ReplicateEvent) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
Handle the given replicate event.
onReplicate(ReplicateEvent) - Method in interface org.hibernate.event.spi.ReplicateEventListener
Handle the given replicate event.
OnReplicateVisitor - Class in org.hibernate.event.internal
When an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1.
onResolveNaturalId(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
onResolveNaturalId(ResolveNaturalIdEvent) - Method in interface org.hibernate.event.spi.ResolveNaturalIdEventListener
Handle the given resolve natural id event.
onSave(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is saved.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is saved.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Handle the given update event.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in interface org.hibernate.event.spi.SaveOrUpdateEventListener
Handle the given update event.
onUpdate(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is passed to Session.update().
OnUpdateVisitor - Class in org.hibernate.event.internal
When an entity is passed to update(), we must inspect all its collections and 1.
open - Variable in class org.hibernate.ejb.EntityManagerImpl
 
OPEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OPEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OPEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OPEN_BRACKET - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
OPEN_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
OPEN_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
openQuote() - Method in class org.hibernate.dialect.CUBRIDDialect
 
openQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to begin a quoted identifier.
openQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
openQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
openSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
openSession() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
openSession() - Method in interface org.hibernate.SessionBuilder
Opens a session with the specified options.
openSession() - Method in interface org.hibernate.SessionFactory
Open a Session.
openSession() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
openSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being opened.
openSession() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
openSession(Interceptor) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
openStatelessSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
openStatelessSession(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl
 
openStatelessSession() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
openStatelessSession() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
openStatelessSession(Connection) - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
openStatelessSession() - Method in interface org.hibernate.SessionFactory
Open a new stateless session.
openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
Open a new stateless session, utilizing the specified JDBC Connection.
openStatelessSession() - Method in interface org.hibernate.StatelessSessionBuilder
Opens a session with the specified options.
openTemporarySession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a nontransactional "current" session for Hibernate EntityManager
openTemporarySession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
operate() - Method in interface org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
 
OperatorNode - Interface in org.hibernate.hql.internal.ast.tree
Contract for nodes representing operators (logic or arithmetic).
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
OPTIMISTIC_LOCK - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
OPTIMISTIC_LOCK_ALL - Static variable in class org.hibernate.engine.internal.Versioning
Apply optimistic locking based on the a current vs.
OPTIMISTIC_LOCK_DIRTY - Static variable in class org.hibernate.engine.internal.Versioning
Apply optimistic locking based on the a current vs.
OPTIMISTIC_LOCK_NONE - Static variable in class org.hibernate.engine.internal.Versioning
Apply no optimistic locking
OPTIMISTIC_LOCK_VERSION - Static variable in class org.hibernate.engine.internal.Versioning
Apply optimistic locking based on the defined version or timestamp property.
OptimisticCacheSource - Interface in org.hibernate.cache.spi
Contract for sources of optimistically lockable data sent to the second level cache.
OptimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply an optimistic LockingStrategy to an entity
OptimisticEntityLockException(Object, String) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
 
OptimisticEntityLockException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
 
optimisticFailure(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
optimisticFailure(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an optimistic lock failure on an entity
optimisticFailureCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
optimisticFailureCount
OptimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that forces an increment of the version (after verifying that version hasn't changed).
OptimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
Construct locking strategy.
OptimisticLock - Annotation Type in org.hibernate.annotations
Whether or not a change of the annotated property will trigger a entity version increment.
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
optimisticLock - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
OptimisticLockException - Exception in org.hibernate
Deprecated. Use OptimisticEntityLockException instead
OptimisticLockException(Object, String) - Constructor for exception org.hibernate.OptimisticLockException
Deprecated.  
optimisticLockFailures(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
optimisticLockFailures(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
optimisticLockFailures(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
optimisticLockFailures(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
optimisticLockFailures(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
optimisticLockFailures(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
optimisticLockFailures(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
optimisticLockFailures$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
optimisticLockFailures$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
optimisticLockFailures$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
optimisticLockFailures$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
optimisticLockFailures$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
optimisticLockFailures$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
OptimisticLocking - Annotation Type in org.hibernate.annotations
Used to define the style of optimistic locking to be applied to an entity.
OptimisticLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that verifies that the version hasn't changed (prior to transaction commit).
OptimisticLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticLockingStrategy
Construct locking strategy.
optimisticLockMode - Variable in class org.hibernate.mapping.PersistentClass
 
OptimisticLockStyle - Enum in org.hibernate.engine
 
optimisticLockStyle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
OptimisticLockType - Enum in org.hibernate.annotations
Optimistic locking strategy VERSION is the default and recommended one
Optimizer - Interface in org.hibernate.id.enhanced
Performs optimization on an optimizable identifier generator.
OptimizerFactory - Class in org.hibernate.id.enhanced
Factory for Optimizer instances.
OptimizerFactory() - Constructor for class org.hibernate.id.enhanced.OptimizerFactory
 
OptimizerFactory.HiLoOptimizer - Class in org.hibernate.id.enhanced
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.
OptimizerFactory.HiLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.HiLoOptimizer
 
OptimizerFactory.InitialValueAwareOptimizer - Interface in org.hibernate.id.enhanced
Marker interface for optimizer which wish to know the user-specified initial value.
OptimizerFactory.LegacyHiLoAlgorithmOptimizer - Class in org.hibernate.id.enhanced
 
OptimizerFactory.LegacyHiLoAlgorithmOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.LegacyHiLoAlgorithmOptimizer
 
OptimizerFactory.NoopOptimizer - Class in org.hibernate.id.enhanced
An optimizer that performs no optimization.
OptimizerFactory.NoopOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.NoopOptimizer
 
OptimizerFactory.OptimizerSupport - Class in org.hibernate.id.enhanced
Common support for optimizer implementations.
OptimizerFactory.OptimizerSupport(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
Construct an optimizer
OptimizerFactory.PooledLoOptimizer - Class in org.hibernate.id.enhanced
 
OptimizerFactory.PooledLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.PooledLoOptimizer
 
OptimizerFactory.PooledOptimizer - Class in org.hibernate.id.enhanced
Optimizer which uses a pool of values, storing the next low value of the range in the database.
OptimizerFactory.PooledOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.OptimizerFactory.PooledOptimizer
 
OptimizerFactory.StandardOptimizerDescriptor - Enum in org.hibernate.id.enhanced
 
optional - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
optional - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
optional - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
optional - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
optionalFromTokenFromClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
optionalSpace() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
Add a aspace if the previous token was not a space or a parenthesis.
optionalSpace() - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
options - Variable in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
 
or(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the disjuction of two expressions
or(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the disjuction of multiple expressions
or(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
or(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
or(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the disjuction of two criterions.
OR - Static variable in class org.hibernate.envers.tools.query.Parameters
 
OR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Oracle10gDialect - Class in org.hibernate.dialect
A dialect specifically for use with Oracle 10g.
Oracle10gDialect() - Constructor for class org.hibernate.dialect.Oracle10gDialect
 
Oracle8iDialect - Class in org.hibernate.dialect
A dialect for Oracle 8i.
Oracle8iDialect() - Constructor for class org.hibernate.dialect.Oracle8iDialect
 
Oracle9Dialect - Class in org.hibernate.dialect
Deprecated. Use either Oracle9iDialect or Oracle10gDialect instead
Oracle9Dialect() - Constructor for class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
Oracle9iDialect - Class in org.hibernate.dialect
A dialect for Oracle 9i databases.
Oracle9iDialect() - Constructor for class org.hibernate.dialect.Oracle9iDialect
 
ORACLE_TYPES_CLASS_NAME - Static variable in class org.hibernate.dialect.Oracle8iDialect
 
OracleDialect - Class in org.hibernate.dialect
Deprecated. Use Oracle8iDialect instead.
OracleDialect() - Constructor for class org.hibernate.dialect.OracleDialect
Deprecated.  
OracleJoinFragment - Class in org.hibernate.sql
An Oracle-style (theta) join
OracleJoinFragment() - Constructor for class org.hibernate.sql.OracleJoinFragment
 
order(CtField[]) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
For fields which are persistent (according to EnhancementContext.isPersistentField(javassist.CtField)), determine the corresponding ordering maintained within the Hibernate metamodel.
Order - Class in org.hibernate.criterion
Represents an order imposed upon a Criteria result set
Order(String, boolean) - Constructor for class org.hibernate.criterion.Order
Constructor for Order.
ORDER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ORDER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ORDER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
order(CtField[]) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
ORDER_BY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ORDER_BY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ORDER_BY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ORDER_BY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ORDER_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ORDER_ELEMENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ORDER_INSERTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable ordering of insert statements for the purpose of more efficient JDBC batching.
ORDER_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ORDER_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ORDER_UPDATES - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable ordering of update statements by primary key value
Orderable - Interface in org.hibernate.metamodel.source.binder
 
OrderBy - Annotation Type in org.hibernate.annotations
Order a collection using SQL ordering (not HQL ordering)
orderBy(Order...) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
orderBy(List<Order>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
orderBy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
orderBy(List, String) - Method in class org.hibernate.loader.JoinWalker
 
orderBy(List) - Static method in class org.hibernate.loader.JoinWalker
Get the order by string required for collection fetching
OrderByAliasResolver - Interface in org.hibernate.sql.ordering.antlr
Given a column reference, resolve the table alias to apply to the column to qualify it.
orderByAnnotationIndexedCollection() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
orderByAnnotationIndexedCollection() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
orderByAnnotationIndexedCollection() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
orderByAnnotationIndexedCollection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
orderByAnnotationIndexedCollection() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
orderByAnnotationIndexedCollection() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
orderByAnnotationIndexedCollection() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
orderByAnnotationIndexedCollection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
orderByAnnotationIndexedCollection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
orderByAnnotationIndexedCollection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
orderByAnnotationIndexedCollection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
orderByAnnotationIndexedCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
orderByAnnotationIndexedCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
orderByClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
OrderByClause - Class in org.hibernate.hql.internal.ast.tree
Implementation of OrderByClause.
OrderByClause() - Constructor for class org.hibernate.hql.internal.ast.tree.OrderByClause
 
orderByFragment() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Main recognition rule for this grammar
orderByFragment(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
OrderByFragment - Class in org.hibernate.sql.ordering.antlr
Represents a parsed order-by mapping fragment.
OrderByFragment() - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragment
 
OrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
Extension of the Antlr-generated parser for the purpose of adding our custom parsing behavior (semantic analysis, etc).
OrderByFragmentParser(TokenStream, TranslationContext) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
OrderByFragmentRenderer - Class in org.hibernate.sql.ordering.antlr
Extension of the Antlr-generated tree walker for rendering the parsed order-by tree back to String form.
OrderByFragmentRenderer(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
OrderByFragmentTranslator - Class in org.hibernate.sql.ordering.antlr
A translator for order-by mappings, whether specified by hbm.xml files, Hibernate OrderBy annotation or JPA OrderBy annotation.
OrderByFragmentTranslator() - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
 
OrderByFragmentTranslator.StandardOrderByTranslationImpl - Class in org.hibernate.sql.ordering.antlr
 
OrderByFragmentTranslator.StandardOrderByTranslationImpl(String, Set<String>) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
 
OrderByParser - Class in org.hibernate.hql.internal.classic
Parses the ORDER BY clause of a query
OrderByParser() - Constructor for class org.hibernate.hql.internal.classic.OrderByParser
 
OrderByTemplateTokenTypes - Interface in org.hibernate.sql.ordering.antlr
 
OrderByTranslation - Interface in org.hibernate.sql.ordering.antlr
Represents the result of an order-by translation by @OrderByTranslator
orderClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
orderColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
orderColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
orderColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
orderDirection(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
orderedMap(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.orderedMap(String, String) instead. See Jira issue: HHH-7771
orderedMap(String, String) - Method in class org.hibernate.type.TypeFactory
 
OrderedMapType - Class in org.hibernate.type
A specialization of the map type, with (resultset-based) ordering.
OrderedMapType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.OrderedMapType
Deprecated. Use OrderedMapType.OrderedMapType(TypeFactory.TypeScope, String, String) instead. instead. See Jira issue: HHH-7771
OrderedMapType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.OrderedMapType
 
OrderedSequenceGenerator - Class in org.hibernate.envers.enhanced
Revision number generator has to produce values in ascending order (gaps may occur).
OrderedSequenceGenerator() - Constructor for class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
orderedSet(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.orderedSet(String, String) instead. See Jira issue: HHH-7771
orderedSet(String, String) - Method in class org.hibernate.type.TypeFactory
 
OrderedSetType - Class in org.hibernate.type
A specialization of the set type, with (resultset-based) ordering.
OrderedSetType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.OrderedSetType
Deprecated. Use OrderedSetType.OrderedSetType(org.hibernate.type.TypeFactory.TypeScope, String, String) instead. See Jira issue: HHH-7771
OrderedSetType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.OrderedSetType
 
orderElement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
orderExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
orderExprs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
orderExprs(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
OrderImpl - Class in org.hibernate.ejb.criteria
Represents an ORDER BY fragment.
OrderImpl(Expression<?>) - Constructor for class org.hibernate.ejb.criteria.OrderImpl
 
OrderImpl(Expression<?>, boolean) - Constructor for class org.hibernate.ejb.criteria.OrderImpl
 
orderingSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the ordering specification; ASCENDING or DESCENDING.
orderingSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
OrderingSpecification - Class in org.hibernate.sql.ordering.antlr
Models an ordering specification (ASCENDING or DESCENDING) within a SortSpecification.
OrderingSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.OrderingSpecification
 
OrderingSpecification.Ordering - Class in org.hibernate.sql.ordering.antlr
 
ORDINAL - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
ordinalInId - Variable in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
ordinalParameter(int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
 
ordinalParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ordinalParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
OrdinalParameterDescriptor - Class in org.hibernate.engine.query.spi
 
OrdinalParameterDescriptor(int, Type, int) - Constructor for class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
org.hibernate - package org.hibernate
This package defines the central Hibernate APIs.
org.hibernate.action.internal - package org.hibernate.action.internal
 
org.hibernate.action.spi - package org.hibernate.action.spi
 
org.hibernate.annotations - package org.hibernate.annotations
 
org.hibernate.bytecode.buildtime.internal - package org.hibernate.bytecode.buildtime.internal
 
org.hibernate.bytecode.buildtime.spi - package org.hibernate.bytecode.buildtime.spi
 
org.hibernate.bytecode.enhance - package org.hibernate.bytecode.enhance
 
org.hibernate.bytecode.enhance.spi - package org.hibernate.bytecode.enhance.spi
 
org.hibernate.bytecode.instrumentation.internal - package org.hibernate.bytecode.instrumentation.internal
 
org.hibernate.bytecode.instrumentation.internal.javassist - package org.hibernate.bytecode.instrumentation.internal.javassist
 
org.hibernate.bytecode.instrumentation.spi - package org.hibernate.bytecode.instrumentation.spi
 
org.hibernate.bytecode.internal.javassist - package org.hibernate.bytecode.internal.javassist
 
org.hibernate.bytecode.spi - package org.hibernate.bytecode.spi
 
org.hibernate.cache - package org.hibernate.cache
This package defines API of the Hibernate second level cache service.
org.hibernate.cache.ehcache - package org.hibernate.cache.ehcache
 
org.hibernate.cache.ehcache.internal.nonstop - package org.hibernate.cache.ehcache.internal.nonstop
 
org.hibernate.cache.ehcache.internal.regions - package org.hibernate.cache.ehcache.internal.regions
 
org.hibernate.cache.ehcache.internal.strategy - package org.hibernate.cache.ehcache.internal.strategy
 
org.hibernate.cache.ehcache.internal.util - package org.hibernate.cache.ehcache.internal.util
 
org.hibernate.cache.ehcache.management.impl - package org.hibernate.cache.ehcache.management.impl
 
org.hibernate.cache.infinispan - package org.hibernate.cache.infinispan
 
org.hibernate.cache.infinispan.access - package org.hibernate.cache.infinispan.access
 
org.hibernate.cache.infinispan.collection - package org.hibernate.cache.infinispan.collection
 
org.hibernate.cache.infinispan.entity - package org.hibernate.cache.infinispan.entity
 
org.hibernate.cache.infinispan.impl - package org.hibernate.cache.infinispan.impl
 
org.hibernate.cache.infinispan.naturalid - package org.hibernate.cache.infinispan.naturalid
 
org.hibernate.cache.infinispan.query - package org.hibernate.cache.infinispan.query
 
org.hibernate.cache.infinispan.timestamp - package org.hibernate.cache.infinispan.timestamp
 
org.hibernate.cache.infinispan.tm - package org.hibernate.cache.infinispan.tm
 
org.hibernate.cache.infinispan.util - package org.hibernate.cache.infinispan.util
 
org.hibernate.cache.internal - package org.hibernate.cache.internal
 
org.hibernate.cache.spi - package org.hibernate.cache.spi
Defines the Hibernate second level caching SPI.
org.hibernate.cache.spi.access - package org.hibernate.cache.spi.access
Defines contracts for transactional and concurrent access to cached entity and collection data.
org.hibernate.cache.spi.entry - package org.hibernate.cache.spi.entry
This package defines formats for disassembled state kept in the second level cache.
org.hibernate.cfg - package org.hibernate.cfg
This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.
org.hibernate.cfg.annotations - package org.hibernate.cfg.annotations
 
org.hibernate.cfg.annotations.reflection - package org.hibernate.cfg.annotations.reflection
 
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
 
org.hibernate.classic - package org.hibernate.classic
This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.
org.hibernate.collection.internal - package org.hibernate.collection.internal
 
org.hibernate.collection.spi - package org.hibernate.collection.spi
 
org.hibernate.context - package org.hibernate.context
 
org.hibernate.context.internal - package org.hibernate.context.internal
 
org.hibernate.context.spi - package org.hibernate.context.spi
 
org.hibernate.criterion - package org.hibernate.criterion
A framework for defining restriction criteria and order criteria.
org.hibernate.dialect - package org.hibernate.dialect
This package abstracts the SQL dialect of the underlying database.
org.hibernate.dialect.function - package org.hibernate.dialect.function
A framework for defining database-specific SQL functions that are available via the dialect.
org.hibernate.dialect.lock - package org.hibernate.dialect.lock
 
org.hibernate.dialect.pagination - package org.hibernate.dialect.pagination
 
org.hibernate.dialect.resolver - package org.hibernate.dialect.resolver
 
org.hibernate.dialect.unique - package org.hibernate.dialect.unique
 
org.hibernate.ejb - package org.hibernate.ejb
 
org.hibernate.ejb.cfg.spi - package org.hibernate.ejb.cfg.spi
 
org.hibernate.ejb.connection - package org.hibernate.ejb.connection
 
org.hibernate.ejb.criteria - package org.hibernate.ejb.criteria
 
org.hibernate.ejb.criteria.expression - package org.hibernate.ejb.criteria.expression
 
org.hibernate.ejb.criteria.expression.function - package org.hibernate.ejb.criteria.expression.function
 
org.hibernate.ejb.criteria.path - package org.hibernate.ejb.criteria.path
 
org.hibernate.ejb.criteria.predicate - package org.hibernate.ejb.criteria.predicate
 
org.hibernate.ejb.engine.spi - package org.hibernate.ejb.engine.spi
 
org.hibernate.ejb.event - package org.hibernate.ejb.event
 
org.hibernate.ejb.instrument - package org.hibernate.ejb.instrument
 
org.hibernate.ejb.internal - package org.hibernate.ejb.internal
 
org.hibernate.ejb.metamodel - package org.hibernate.ejb.metamodel
 
org.hibernate.ejb.packaging - package org.hibernate.ejb.packaging
 
org.hibernate.ejb.util - package org.hibernate.ejb.util
 
org.hibernate.engine - package org.hibernate.engine
This package contains classes that are "shared" by other packages, and implementations of some key algorithms.
org.hibernate.engine.internal - package org.hibernate.engine.internal
 
org.hibernate.engine.jdbc - package org.hibernate.engine.jdbc
 
org.hibernate.engine.jdbc.batch.internal - package org.hibernate.engine.jdbc.batch.internal
 
org.hibernate.engine.jdbc.batch.spi - package org.hibernate.engine.jdbc.batch.spi
 
org.hibernate.engine.jdbc.internal - package org.hibernate.engine.jdbc.internal
 
org.hibernate.engine.jdbc.spi - package org.hibernate.engine.jdbc.spi
 
org.hibernate.engine.loading.internal - package org.hibernate.engine.loading.internal
 
org.hibernate.engine.profile - package org.hibernate.engine.profile
 
org.hibernate.engine.query.spi - package org.hibernate.engine.query.spi
 
org.hibernate.engine.query.spi.sql - package org.hibernate.engine.query.spi.sql
 
org.hibernate.engine.spi - package org.hibernate.engine.spi
 
org.hibernate.engine.transaction.internal - package org.hibernate.engine.transaction.internal
 
org.hibernate.engine.transaction.internal.jdbc - package org.hibernate.engine.transaction.internal.jdbc
 
org.hibernate.engine.transaction.internal.jta - package org.hibernate.engine.transaction.internal.jta
 
org.hibernate.engine.transaction.spi - package org.hibernate.engine.transaction.spi
 
org.hibernate.engine.transaction.synchronization.internal - package org.hibernate.engine.transaction.synchronization.internal
 
org.hibernate.engine.transaction.synchronization.spi - package org.hibernate.engine.transaction.synchronization.spi
 
org.hibernate.envers - package org.hibernate.envers
 
org.hibernate.envers.ant - package org.hibernate.envers.ant
 
org.hibernate.envers.configuration - package org.hibernate.envers.configuration
 
org.hibernate.envers.configuration.metadata - package org.hibernate.envers.configuration.metadata
 
org.hibernate.envers.configuration.metadata.reader - package org.hibernate.envers.configuration.metadata.reader
 
org.hibernate.envers.enhanced - package org.hibernate.envers.enhanced
 
org.hibernate.envers.entities - package org.hibernate.envers.entities
 
org.hibernate.envers.entities.mapper - package org.hibernate.envers.entities.mapper
 
org.hibernate.envers.entities.mapper.id - package org.hibernate.envers.entities.mapper.id
 
org.hibernate.envers.entities.mapper.relation - package org.hibernate.envers.entities.mapper.relation
 
org.hibernate.envers.entities.mapper.relation.component - package org.hibernate.envers.entities.mapper.relation.component
 
org.hibernate.envers.entities.mapper.relation.lazy - package org.hibernate.envers.entities.mapper.relation.lazy
 
org.hibernate.envers.entities.mapper.relation.lazy.initializor - package org.hibernate.envers.entities.mapper.relation.lazy.initializor
 
org.hibernate.envers.entities.mapper.relation.lazy.proxy - package org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
org.hibernate.envers.entities.mapper.relation.query - package org.hibernate.envers.entities.mapper.relation.query
 
org.hibernate.envers.event - package org.hibernate.envers.event
 
org.hibernate.envers.exception - package org.hibernate.envers.exception
 
org.hibernate.envers.internal - package org.hibernate.envers.internal
 
org.hibernate.envers.query - package org.hibernate.envers.query
 
org.hibernate.envers.query.criteria - package org.hibernate.envers.query.criteria
 
org.hibernate.envers.query.impl - package org.hibernate.envers.query.impl
 
org.hibernate.envers.query.order - package org.hibernate.envers.query.order
 
org.hibernate.envers.query.projection - package org.hibernate.envers.query.projection
 
org.hibernate.envers.query.property - package org.hibernate.envers.query.property
 
org.hibernate.envers.reader - package org.hibernate.envers.reader
 
org.hibernate.envers.revisioninfo - package org.hibernate.envers.revisioninfo
 
org.hibernate.envers.strategy - package org.hibernate.envers.strategy
 
org.hibernate.envers.synchronization - package org.hibernate.envers.synchronization
 
org.hibernate.envers.synchronization.work - package org.hibernate.envers.synchronization.work
 
org.hibernate.envers.tools - package org.hibernate.envers.tools
 
org.hibernate.envers.tools.graph - package org.hibernate.envers.tools.graph
 
org.hibernate.envers.tools.query - package org.hibernate.envers.tools.query
 
org.hibernate.envers.tools.reflection - package org.hibernate.envers.tools.reflection
 
org.hibernate.event.internal - package org.hibernate.event.internal
This package defines a default set of event listeners that implements the default behaviors of Hibernate.
org.hibernate.event.service.internal - package org.hibernate.event.service.internal
 
org.hibernate.event.service.spi - package org.hibernate.event.service.spi
 
org.hibernate.event.spi - package org.hibernate.event.spi
 
org.hibernate.exception - package org.hibernate.exception
This package is a fork of Apache commons-lang nestable exceptions.
org.hibernate.exception.internal - package org.hibernate.exception.internal
 
org.hibernate.exception.spi - package org.hibernate.exception.spi
 
org.hibernate.hql.internal - package org.hibernate.hql.internal
 
org.hibernate.hql.internal.antlr - package org.hibernate.hql.internal.antlr
 
org.hibernate.hql.internal.ast - package org.hibernate.hql.internal.ast
An ANTLR-based parser for Hibernate Query Language.
org.hibernate.hql.internal.ast.exec - package org.hibernate.hql.internal.ast.exec
 
org.hibernate.hql.internal.ast.tree - package org.hibernate.hql.internal.ast.tree
 
org.hibernate.hql.internal.ast.util - package org.hibernate.hql.internal.ast.util
 
org.hibernate.hql.internal.classic - package org.hibernate.hql.internal.classic
This package contains the Hibernate 2.x query parser which is being end-of-lifed.
org.hibernate.hql.spi - package org.hibernate.hql.spi
 
org.hibernate.id - package org.hibernate.id
This package contains internal implementation classes for the main API interfaces.
org.hibernate.id.enhanced - package org.hibernate.id.enhanced
 
org.hibernate.id.factory - package org.hibernate.id.factory
 
org.hibernate.id.factory.internal - package org.hibernate.id.factory.internal
 
org.hibernate.id.factory.spi - package org.hibernate.id.factory.spi
 
org.hibernate.id.insert - package org.hibernate.id.insert
 
org.hibernate.id.uuid - package org.hibernate.id.uuid
 
org.hibernate.integrator.internal - package org.hibernate.integrator.internal
 
org.hibernate.integrator.spi - package org.hibernate.integrator.spi
 
org.hibernate.internal - package org.hibernate.internal
An internal package containing mostly implementations of central Hibernate APIs.
org.hibernate.internal.jaxb - package org.hibernate.internal.jaxb
 
org.hibernate.internal.jaxb.cfg - package org.hibernate.internal.jaxb.cfg
 
org.hibernate.internal.jaxb.mapping.hbm - package org.hibernate.internal.jaxb.mapping.hbm
 
org.hibernate.internal.jaxb.mapping.orm - package org.hibernate.internal.jaxb.mapping.orm
 
org.hibernate.internal.util - package org.hibernate.internal.util
Internal utility classes.
org.hibernate.internal.util.beans - package org.hibernate.internal.util.beans
 
org.hibernate.internal.util.collections - package org.hibernate.internal.util.collections
 
org.hibernate.internal.util.compare - package org.hibernate.internal.util.compare
 
org.hibernate.internal.util.config - package org.hibernate.internal.util.config
 
org.hibernate.internal.util.io - package org.hibernate.internal.util.io
 
org.hibernate.internal.util.jndi - package org.hibernate.internal.util.jndi
 
org.hibernate.internal.util.xml - package org.hibernate.internal.util.xml
 
org.hibernate.jdbc - package org.hibernate.jdbc
Essentially defines Work, ReturningWork and Expectation as well as some exceptions
org.hibernate.jmx - package org.hibernate.jmx
This package exposes a Hibernate instance via JMX.
org.hibernate.loader - package org.hibernate.loader
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
org.hibernate.loader.collection - package org.hibernate.loader.collection
This package defines collection initializers
org.hibernate.loader.criteria - package org.hibernate.loader.criteria
This package defines the criteria query compiler and loader
org.hibernate.loader.custom - package org.hibernate.loader.custom
This package defines a framework for custom loaders that accept handwritten SQL
org.hibernate.loader.custom.sql - package org.hibernate.loader.custom.sql
 
org.hibernate.loader.entity - package org.hibernate.loader.entity
This package defines entity loaders
org.hibernate.loader.hql - package org.hibernate.loader.hql
This package defines a loader for the AST-based query parser
org.hibernate.lob - package org.hibernate.lob
 
org.hibernate.mapping - package org.hibernate.mapping
This package defines the Hibernate configuration-time metamodel.
org.hibernate.metadata - package org.hibernate.metadata
This package defines an API for accessing the Hibernate runtime metamodel.
org.hibernate.metamodel - package org.hibernate.metamodel
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
org.hibernate.metamodel.binding - package org.hibernate.metamodel.binding
 
org.hibernate.metamodel.domain - package org.hibernate.metamodel.domain
This package defines metadata modeling of a logical domain model.
org.hibernate.metamodel.relational - package org.hibernate.metamodel.relational
This package defines the metamodel of a relational database schema.
org.hibernate.metamodel.relational.state - package org.hibernate.metamodel.relational.state
 
org.hibernate.metamodel.source - package org.hibernate.metamodel.source
 
org.hibernate.metamodel.source.annotations - package org.hibernate.metamodel.source.annotations
 
org.hibernate.metamodel.source.annotations.attribute - package org.hibernate.metamodel.source.annotations.attribute
 
org.hibernate.metamodel.source.annotations.attribute.type - package org.hibernate.metamodel.source.annotations.attribute.type
 
org.hibernate.metamodel.source.annotations.entity - package org.hibernate.metamodel.source.annotations.entity
 
org.hibernate.metamodel.source.annotations.global - package org.hibernate.metamodel.source.annotations.global
 
org.hibernate.metamodel.source.annotations.xml - package org.hibernate.metamodel.source.annotations.xml
 
org.hibernate.metamodel.source.annotations.xml.filter - package org.hibernate.metamodel.source.annotations.xml.filter
 
org.hibernate.metamodel.source.annotations.xml.mocker - package org.hibernate.metamodel.source.annotations.xml.mocker
 
org.hibernate.metamodel.source.binder - package org.hibernate.metamodel.source.binder
 
org.hibernate.metamodel.source.hbm - package org.hibernate.metamodel.source.hbm
 
org.hibernate.metamodel.source.internal - package org.hibernate.metamodel.source.internal
 
org.hibernate.osgi - package org.hibernate.osgi
 
org.hibernate.osgi.util - package org.hibernate.osgi.util
 
org.hibernate.param - package org.hibernate.param
 
org.hibernate.persister.collection - package org.hibernate.persister.collection
This package abstracts the persistence mechanism for collections.
org.hibernate.persister.entity - package org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.
org.hibernate.persister.internal - package org.hibernate.persister.internal
 
org.hibernate.persister.spi - package org.hibernate.persister.spi
 
org.hibernate.pretty - package org.hibernate.pretty
Classes for pretty printing things for exception and log messages.
org.hibernate.property - package org.hibernate.property
This package abstracts the notion of a "property" of an entity.
org.hibernate.proxy - package org.hibernate.proxy
This package defines a framework for lazy-initializing entity proxies.
org.hibernate.proxy.dom4j - package org.hibernate.proxy.dom4j
 
org.hibernate.proxy.map - package org.hibernate.proxy.map
 
org.hibernate.proxy.pojo - package org.hibernate.proxy.pojo
 
org.hibernate.proxy.pojo.javassist - package org.hibernate.proxy.pojo.javassist
 
org.hibernate.secure.internal - package org.hibernate.secure.internal
 
org.hibernate.service - package org.hibernate.service
 
org.hibernate.service.classloading.internal - package org.hibernate.service.classloading.internal
 
org.hibernate.service.classloading.spi - package org.hibernate.service.classloading.spi
 
org.hibernate.service.config.internal - package org.hibernate.service.config.internal
 
org.hibernate.service.config.spi - package org.hibernate.service.config.spi
 
org.hibernate.service.internal - package org.hibernate.service.internal
 
org.hibernate.service.jdbc.connections.internal - package org.hibernate.service.jdbc.connections.internal
 
org.hibernate.service.jdbc.connections.spi - package org.hibernate.service.jdbc.connections.spi
 
org.hibernate.service.jdbc.dialect.internal - package org.hibernate.service.jdbc.dialect.internal
 
org.hibernate.service.jdbc.dialect.spi - package org.hibernate.service.jdbc.dialect.spi
 
org.hibernate.service.jmx.internal - package org.hibernate.service.jmx.internal
 
org.hibernate.service.jmx.spi - package org.hibernate.service.jmx.spi
 
org.hibernate.service.jndi - package org.hibernate.service.jndi
 
org.hibernate.service.jndi.internal - package org.hibernate.service.jndi.internal
 
org.hibernate.service.jndi.spi - package org.hibernate.service.jndi.spi
 
org.hibernate.service.jta.platform.internal - package org.hibernate.service.jta.platform.internal
 
org.hibernate.service.jta.platform.spi - package org.hibernate.service.jta.platform.spi
 
org.hibernate.service.spi - package org.hibernate.service.spi
 
org.hibernate.sql - package org.hibernate.sql
This package defines helper classes for rendering SQL fragments and SQL statements.
org.hibernate.sql.ordering.antlr - package org.hibernate.sql.ordering.antlr
 
org.hibernate.stat - package org.hibernate.stat
This package exposes statistics about a running Hibernate instance to the application.
org.hibernate.stat.internal - package org.hibernate.stat.internal
 
org.hibernate.stat.spi - package org.hibernate.stat.spi
 
org.hibernate.testing - package org.hibernate.testing
 
org.hibernate.testing.async - package org.hibernate.testing.async
 
org.hibernate.testing.byteman - package org.hibernate.testing.byteman
 
org.hibernate.testing.cache - package org.hibernate.testing.cache
 
org.hibernate.testing.env - package org.hibernate.testing.env
 
org.hibernate.testing.jta - package org.hibernate.testing.jta
 
org.hibernate.testing.junit4 - package org.hibernate.testing.junit4
 
org.hibernate.tool - package org.hibernate.tool
 
org.hibernate.tool.ant - package org.hibernate.tool.ant
 
org.hibernate.tool.enhance - package org.hibernate.tool.enhance
 
org.hibernate.tool.hbm2ddl - package org.hibernate.tool.hbm2ddl
The hbm2ddl tool.
org.hibernate.tool.instrument - package org.hibernate.tool.instrument
The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing.
org.hibernate.tool.instrument.javassist - package org.hibernate.tool.instrument.javassist
 
org.hibernate.transaction - package org.hibernate.transaction
This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers.
org.hibernate.transform - package org.hibernate.transform
Defines strategies for post-processing criteria query result sets into a form convenient to the application.
org.hibernate.tuple - package org.hibernate.tuple
This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.
org.hibernate.tuple.component - package org.hibernate.tuple.component
 
org.hibernate.tuple.entity - package org.hibernate.tuple.entity
 
org.hibernate.type - package org.hibernate.type
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
org.hibernate.type.descriptor - package org.hibernate.type.descriptor
 
org.hibernate.type.descriptor.java - package org.hibernate.type.descriptor.java
 
org.hibernate.type.descriptor.sql - package org.hibernate.type.descriptor.sql
Defines handling of the standard JDBC-defined types, as declared by Types.
org.hibernate.usertype - package org.hibernate.usertype
Interfaces for user-defined custom types.
Origin - Class in org.hibernate.internal.jaxb
Describes the origin of an xml document
Origin(SourceType, String) - Constructor for class org.hibernate.internal.jaxb.Origin
 
Origin - Interface in org.hibernate.internal.util.xml
Describes the origin of an xml document
OriginalIdPropertyName - Class in org.hibernate.envers.query.property
Deprecated. To be removed together with AuditId.count(String) in version 5.0.
OriginalIdPropertyName(String) - Constructor for class org.hibernate.envers.query.property.OriginalIdPropertyName
Deprecated.  
OriginImpl - Class in org.hibernate.internal.util.xml
Basic implementation of Origin
OriginImpl(String, String) - Constructor for class org.hibernate.internal.util.xml.OriginImpl
 
OrionJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JtaPlatform implementation for Orion
OrionJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.OrionJtaPlatform
 
ORM_1_SCHEMA_NAME - Static variable in class org.hibernate.metamodel.source.internal.JaxbHelper
 
ORM_2_SCHEMA_NAME - Static variable in class org.hibernate.metamodel.source.internal.JaxbHelper
 
orphanRemoval - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
orphanRemoval - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
OsgiClassLoader - Class in org.hibernate.osgi
Custom OSGI ClassLoader helper which knows all the "interesting" class loaders and bundles.
OsgiClassLoader() - Constructor for class org.hibernate.osgi.OsgiClassLoader
 
OsgiJtaPlatform - Class in org.hibernate.osgi
Offers the JTA Platform provided by the OSGi container.
OsgiJtaPlatform(BundleContext) - Constructor for class org.hibernate.osgi.OsgiJtaPlatform
 
OsgiPersistenceProvider - Class in org.hibernate.osgi
 
OsgiPersistenceProvider(OsgiClassLoader, OsgiJtaPlatform, Bundle, BundleContext) - Constructor for class org.hibernate.osgi.OsgiPersistenceProvider
 
OsgiPersistenceProviderService - Class in org.hibernate.osgi
See the description on #OsgiSessionFactoryService.
OsgiPersistenceProviderService(OsgiClassLoader, OsgiJtaPlatform, BundleContext) - Constructor for class org.hibernate.osgi.OsgiPersistenceProviderService
 
OsgiScanner - Class in org.hibernate.osgi
OSGi-specific implementation of the Scanner contract.
OsgiScanner(Bundle) - Constructor for class org.hibernate.osgi.OsgiScanner
 
OsgiServiceUtil - Class in org.hibernate.osgi.util
 
OsgiServiceUtil() - Constructor for class org.hibernate.osgi.util.OsgiServiceUtil
 
OsgiSessionFactoryService - Class in org.hibernate.osgi
Hibernate 4.2 and 4.3 still heavily rely on TCCL for ClassLoading.
OsgiSessionFactoryService(OsgiClassLoader, OsgiJtaPlatform, BundleContext) - Constructor for class org.hibernate.osgi.OsgiSessionFactoryService
 
other(char) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
 
other(char) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
other(char) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
otherwise(R) - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
otherwise(R) - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
out(String) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
out(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
out(String) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
out(Token) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
out(String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
out(AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
out(String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
out(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
out(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
OUTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
outerJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
OuterJoinableAssociation - Class in org.hibernate.loader
Part of the Hibernate SQL rendering internals.
OuterJoinableAssociation(PropertyPath, AssociationType, String, String[], String, JoinType, String, boolean, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.OuterJoinableAssociation
 
OuterJoinLoadable - Interface in org.hibernate.persister.entity
A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
OuterJoinLoader - Class in org.hibernate.loader
Implements logic for walking a tree of associated classes.
OuterJoinLoader(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.OuterJoinLoader
 
outParameter(int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
 
outParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
outParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
OUTPUT_STYLESHEET - Static variable in interface org.hibernate.cfg.AvailableSettings
An XSLT resource used to generate "custom" XML
OverriddenMappingDefaults - Class in org.hibernate.metamodel.source.internal
Represents a "nested level" in the mapping defaults stack.
OverriddenMappingDefaults(MappingDefaults, String, String, String, String, String, String, String, Boolean) - Constructor for class org.hibernate.metamodel.source.internal.OverriddenMappingDefaults
 
override(XMLContext.Default) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
overrideCacheStrategy() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
overrideFromReferencedColumnIfNecessary(Column) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Called to apply column definitions from the referenced FK column to this column.
overridenClassLoader - Static variable in class org.hibernate.internal.util.ClassLoaderHelper
 
overrideProperties(Properties, Map<?, ?>) - Static method in class org.hibernate.ejb.util.ConfigurationHelper
 
overridesEquals(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class defines an Object.equals(java.lang.Object) override.
overridesEquals - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
overridesHashCode(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class defines a Object.hashCode() override.
overridingTransactionStrategyDangerous(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
overridingTransactionStrategyDangerous(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
overridingTransactionStrategyDangerous(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
overridingTransactionStrategyDangerous(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
overridingTransactionStrategyDangerous(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
overridingTransactionStrategyDangerous(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
overridingTransactionStrategyDangerous(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
overridingTransactionStrategyDangerous$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
overridingTransactionStrategyDangerous$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
overridingTransactionStrategyDangerous$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
overridingTransactionStrategyDangerous$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
overridingTransactionStrategyDangerous$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
overridingTransactionStrategyDangerous$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
owner(SessionOwner) - Method in interface org.hibernate.engine.spi.SessionBuilderImplementor
Adds the session owner to the session options
ownerAssociationTypes - Variable in class org.hibernate.loader.JoinWalker
 
ownerAssociationTypes - Variable in class org.hibernate.loader.OuterJoinLoader
 
owners - Variable in class org.hibernate.loader.JoinWalker
 
owners - Variable in class org.hibernate.loader.OuterJoinLoader
 

P

PACKAGE_NAMES - Static variable in class org.hibernate.ejb.AvailableSettings
List of annotated packages Internal use only
PackageFilter - Class in org.hibernate.ejb.packaging
Filter on pachage element
PackageFilter(boolean, Class[]) - Constructor for class org.hibernate.ejb.packaging.PackageFilter
 
packageNotFound(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
packageNotFound(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
packageNotFound(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
packageNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
packageNotFound(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
packageNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
packageNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
packageNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
packageNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
packageNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
packageNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
packageNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
packageNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
PaddedBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
A batch-fetch capable CollectionInitializer that performs batch-fetching using the padded style.
PaddedBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
Pair<T1,T2> - Class in org.hibernate.envers.tools
A pair of objects.
Pair(T1, T2) - Constructor for class org.hibernate.envers.tools.Pair
 
panic() - Static method in class org.hibernate.hql.internal.ast.HqlParser
 
panic() - Static method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
panic() - Static method in class org.hibernate.hql.internal.ast.SqlGenerator
 
PARAM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PARAM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
PARAM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
param - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
 
param - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
 
param - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTypeElement
 
PARAM - Static variable in class org.hibernate.jdbc.Expectations
 
PARAM_DEF - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ParamDef - Annotation Type in org.hibernate.annotations
A parameter definition
Parameter - Annotation Type in org.hibernate.annotations
Parameter (basically key/value pattern)
parameter(Class<T>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
parameter(Class<T>, String) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
parameter() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
parameter(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
parameter(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
PARAMETER - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
PARAMETER_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ParameterBinder - Class in org.hibernate.engine.internal
Centralizes the commonality regarding binding of parameter values into PreparedStatements as this logic is used in many places.
ParameterBinder.NamedParameterSource - Interface in org.hibernate.engine.internal
 
ParameterContainer - Interface in org.hibernate.ejb.criteria
Contract for query components capable of eirther being a parameter or containing parameters.
ParameterContainer - Interface in org.hibernate.hql.internal.ast.tree
Deprecated.  
ParameterContainer.Helper - Class in org.hibernate.ejb.criteria
Helper to deal with potential parameter container nodes.
ParameterContainer.Helper() - Constructor for class org.hibernate.ejb.criteria.ParameterContainer.Helper
 
ParameterExpressionImpl<T> - Class in org.hibernate.ejb.criteria.expression
Defines a parameter specification, or the information about a parameter (where it occurs, what is its type, etc).
ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>, String) - Constructor for class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>, Integer) - Constructor for class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(CriteriaBuilderImpl, Class<T>) - Constructor for class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
ParameterizedFunctionExpression<X> - Class in org.hibernate.ejb.criteria.expression.function
Support for functions with parameters.
ParameterizedFunctionExpression(CriteriaBuilderImpl, Class<X>, String, List<Expression<?>>) - Constructor for class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
 
ParameterizedFunctionExpression(CriteriaBuilderImpl, Class<X>, String, Expression<?>...) - Constructor for class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
 
ParameterizedType - Interface in org.hibernate.usertype
Support for parameterizable types.
ParameterMetadata - Class in org.hibernate.engine.query.spi
Encapsulates metadata about parameters encountered within a query.
ParameterMetadata(OrdinalParameterDescriptor[], Map) - Constructor for class org.hibernate.engine.query.spi.ParameterMetadata
Instantiates a ParameterMetadata container.
parameterMetadata - Variable in class org.hibernate.internal.AbstractQueryImpl
 
ParameterNode - Class in org.hibernate.hql.internal.ast.tree
Implementation of ParameterNode.
ParameterNode() - Constructor for class org.hibernate.hql.internal.ast.tree.ParameterNode
 
ParameterParser - Class in org.hibernate.engine.query.spi
The single available method ParameterParser.parse(java.lang.String, org.hibernate.engine.query.spi.ParameterParser.Recognizer) is responsible for parsing a query string and recognizing tokens in relation to parameters (either named, JPA-style, or ordinal) and providing callbacks about such recognitions.
ParameterParser.Recognizer - Interface in org.hibernate.engine.query.spi
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter(Integer) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parameterPositionOccurredAsBothJpaAndHibernatePositionalParameter$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ParameterRegistry - Interface in org.hibernate.ejb.criteria
A registry for parameters.
Parameters - Class in org.hibernate.envers.tools.query
Parameters of a query, built using QueryBuilder.
PARAMETERS - Static variable in class org.hibernate.id.SequenceGenerator
The parameters parameter, appended to the create sequence DDL.
ParameterSpecification - Interface in org.hibernate.param
Maintains information relating to parameters which need to get bound into a JDBC PreparedStatement.
ParameterTranslations - Interface in org.hibernate.hql.spi
Defines available information about the parameters encountered during query translation.
ParameterTranslationsImpl - Class in org.hibernate.hql.internal.ast
Defines the information available for parameters encountered during query translation through the antlr-based parser.
ParameterTranslationsImpl(List) - Constructor for class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
Constructs a parameter metadata object given a list of parameter specifications.
ParameterTranslationsImpl.ParameterInfo - Class in org.hibernate.hql.internal.ast
 
ParameterTranslationsImpl.ParameterInfo(int[], Type) - Constructor for class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
ParameterTranslationsImpl.ParameterInfo(int, Type) - Constructor for class org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ParameterInfo
 
ParamLocationRecognizer - Class in org.hibernate.engine.query.spi
Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.
ParamLocationRecognizer() - Constructor for class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ParamLocationRecognizer.NamedParameterDescription - Class in org.hibernate.engine.query.spi
 
ParamLocationRecognizer.NamedParameterDescription(boolean) - Constructor for class org.hibernate.engine.query.spi.ParamLocationRecognizer.NamedParameterDescription
 
parenSelect(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
Parent - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity)
parent - Variable in class org.hibernate.cfg.AbstractPropertyHolder
 
parent - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
parent - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
 
parent - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
PARENT - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
parse(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
 
parse(String) - Static method in enum org.hibernate.ConnectionReleaseMode
 
parse(String) - Static method in class org.hibernate.dialect.ResultColumnReferenceStrategy
 
parse(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
 
parse(String, ParameterParser.Recognizer) - Static method in class org.hibernate.engine.query.spi.ParameterParser
Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens.
parse(String) - Static method in enum org.hibernate.EntityMode
Legacy-style entity-mode name parsing.
parse(Parser, String, String, QueryTranslatorImpl) - Static method in class org.hibernate.hql.internal.classic.ParserHelper
 
parse(String) - Static method in class org.hibernate.mapping.PropertyGeneration
 
parse(String) - Static method in enum org.hibernate.NullPrecedence
 
parse(String, NullPrecedence) - Static method in enum org.hibernate.NullPrecedence
 
parse(int) - Static method in enum org.hibernate.sql.JoinType
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
 
ParseErrorHandler - Interface in org.hibernate.hql.internal.ast
Defines the behavior of an error handler for the HQL parsers.
parseFilterParameterName(String) - Static method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
parseLocations(String) - Static method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Convenience method for creating a param location recognizer and initiating the parse.
parsePath(String, ASTFactory) - Static method in class org.hibernate.hql.internal.ast.util.PathHelper
Turns a path into an AST.
Parser - Interface in org.hibernate.hql.internal.classic
A parser is a state machine that accepts a string of tokens, bounded by start() and end() and modifies a QueryTranslator.
ParserHelper - Class in org.hibernate.hql.internal.classic
 
parsingXmlError(int, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlError(int, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlError(int, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlError(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlError(int, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlError(int, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlError(int, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parsingXmlError$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlError$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlError$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlError$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlError$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlError$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parsingXmlErrorForFile(String, int, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlErrorForFile(String, int, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlErrorForFile(String, int, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlErrorForFile(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlErrorForFile(String, int, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlErrorForFile(String, int, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlErrorForFile(String, int, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parsingXmlErrorForFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlErrorForFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlErrorForFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlErrorForFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlErrorForFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlErrorForFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parsingXmlWarning(int, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlWarning(int, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlWarning(int, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlWarning(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlWarning(int, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlWarning(int, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlWarning(int, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parsingXmlWarning$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlWarning$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlWarning$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlWarning$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlWarning$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlWarning$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parsingXmlWarningForFile(String, int, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlWarningForFile(String, int, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlWarningForFile(String, int, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlWarningForFile(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlWarningForFile(String, int, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlWarningForFile(String, int, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlWarningForFile(String, int, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
parsingXmlWarningForFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
parsingXmlWarningForFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
parsingXmlWarningForFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
parsingXmlWarningForFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
parsingXmlWarningForFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
parsingXmlWarningForFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
partiallyUnqualify(String, String) - Static method in class org.hibernate.internal.util.StringHelper
Partially unqualifies a qualified name.
PASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the connection password.
PASS - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
PassThroughResultTransformer - Class in org.hibernate.transform
???
path() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
path(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
PATH_SEPARATORS - Static variable in class org.hibernate.hql.internal.classic.ParserHelper
 
pathAsIdent(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
PathExpressionParser - Class in org.hibernate.hql.internal.classic
Parses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components.
PathExpressionParser() - Constructor for class org.hibernate.hql.internal.classic.PathExpressionParser
 
PathHelper - Class in org.hibernate.hql.internal.ast.util
Provides utility methods for paths.
PathImplementor<X> - Interface in org.hibernate.ejb.criteria
Implementation contract for the JPA Path interface.
PathNode - Interface in org.hibernate.hql.internal.ast.tree
An AST node with a path property.
PathSource<X> - Interface in org.hibernate.ejb.criteria
Implementation contract for things which can be the source (parent, left-hand-side, etc) of a path
PathTypeExpression<T> - Class in org.hibernate.ejb.criteria.expression
Used to construct the result of Path.type()
PathTypeExpression(CriteriaBuilderImpl, Class<T>, AbstractPathImpl<T>) - Constructor for class org.hibernate.ejb.criteria.expression.PathTypeExpression
 
PENDING_PUTS_CACHE_NAME - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the pending puts cache.
perform(InvocationContext) - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
perform(Session, String, AuditConfiguration, Serializable, Object, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Perform the persistence of audited data for regular entities.
perform(Session, String, AuditConfiguration, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
perform(Session, String, AuditConfiguration, Serializable, Object, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
perform(Session, Object) - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
Perform this work unit in the given session.
perform(Session, Object) - Method in class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
performAfterClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performBeforeClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performCollectionChange(Session, String, String, AuditConfiguration, PersistentCollectionChangeData, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Perform the persistence of audited data for collection ("middle") entities.
performCollectionChange(Session, String, String, AuditConfiguration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
performCollectionChange(Session, String, String, AuditConfiguration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
 
performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Called when we have recognized an attempt to delete a detached entity.
performDiscovery(CustomLoader.Metadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
 
performDiscovery(CustomLoader.Metadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
 
performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
performExecuteUpdate(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
performExecutions(EventSource) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
Execute all SQL (and second-level cache updates) in a special order so that foreign-key constraints cannot be violated: Inserts, in the order they were performed Updates Deletion of collection elements Insertion of collection elements Deletes, in the order they were performed
performExtendedInstrumentation() - Method in interface org.hibernate.bytecode.buildtime.spi.Instrumenter.Options
Should we enhance references to class fields outside the class itself?
performExtendedInstrumentation() - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
performInsert(String, SessionImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
performInsert(String, SessionImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
performInsert(String, SessionImplementor, Binder) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Perform the indicated insert SQL statement and determine the identifier value generated.
performIterate(QueryParameters, EventSource) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
performList(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
performOnExpectedFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performOnFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performOnLazyProperty() - Method in class org.hibernate.engine.spi.CascadingAction
Should this action be performed (or noCascade consulted) in the case of lazy properties.
performQueuedOperations() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
After reading all existing elements from the database, add the queued elements to the underlying collection.
performSave(Object, Serializable, EntityPersister, boolean, Object, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call by checking the session caches for a pre-existing entity and performing any lifecycle callbacks.
performSaveOrReplicate(Object, EntityKey, EntityPersister, boolean, Object, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Performs all the actual work needed to save an entity (well to get the save moved to the execution queue).
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultUpdateEventListener
 
performScroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.Cache71Dialect
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.Dialect
Does the dialect require that temporary table DDL statements occur in isolation from other statements? This would be the case if the creation would cause any current transaction to get committed implicitly.
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.H2Dialect
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.HSQLDialect
Different behavior for GLOBAL TEMPORARY (1.8) and LOCAL TEMPORARY (2.0)

Possible return values and their meanings: Boolean.TRUE - Unequivocally, perform the temporary table DDL in isolation. Boolean.FALSE - Unequivocally, do not perform the temporary table DDL in isolation. null - defer to the JDBC driver response in regards to DatabaseMetaData.dataDefinitionCausesTransactionCommit()

performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.MySQLDialect
 
performTemporaryTableDDLInIsolation() - Method in class org.hibernate.dialect.TeradataDialect
 
performUpdate(SaveOrUpdateEvent, Object, EntityPersister) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
persist(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
PERSIST - Static variable in class org.hibernate.engine.spi.CascadeStyle
create
PERSIST - Static variable in class org.hibernate.engine.spi.CascadingAction
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance
PERSIST - Static variable in class org.hibernate.event.spi.EventType
 
persist(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
persist(Object) - Method in class org.hibernate.internal.SessionImpl
 
persist(String, Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
persist(Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
persist(String, Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
PERSIST_EJB3 - Static variable in class org.hibernate.ejb.engine.spi.EJB3CascadeStyle
cascade using EJB3CascadingAction
PERSIST_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingAction
Execute persist during flush time
PERSIST_ONFLUSH - Static variable in class org.hibernate.event.spi.EventType
 
PERSIST_SKIPLAZY - Static variable in class org.hibernate.ejb.engine.spi.EJB3CascadingAction
 
PERSIST_VALIDATION_GROUP - Static variable in class org.hibernate.ejb.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

PERSISTENCE_CONTEXT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PERSISTENCE_CONTEXTS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PERSISTENCE_PROPERTY - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PERSISTENCE_UNIT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PERSISTENCE_UNIT_NAME - Static variable in class org.hibernate.ejb.AvailableSettings
 
PERSISTENCE_UNITS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PersistenceContext - Interface in org.hibernate.engine.spi
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxies

Often referred to as the "first level cache".

PersistenceContext.NaturalIdHelper - Interface in org.hibernate.engine.spi
Provides centralized access to natural-id-related functionality.
persistenceContextType - Variable in class org.hibernate.ejb.AbstractEntityManagerImpl
 
PersistenceMetadata - Class in org.hibernate.ejb.packaging
Simple represenation of persistence.xml Object used by JBoss EJB 3 for persistence.xml parsing Object used by Hibernate OGM as well, consider this some kind of exposed service at the SPI level
PersistenceMetadata() - Constructor for class org.hibernate.ejb.packaging.PersistenceMetadata
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in interface org.hibernate.internal.CoreMessageLogger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
persistenceUnitDefaults - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
 
persistenceUnitMetadata - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
PersistenceUtilHelper - Class in org.hibernate.ejb.util
 
PersistenceUtilHelper() - Constructor for class org.hibernate.ejb.util.PersistenceUtilHelper
 
PersistenceUtilHelper.MetadataCache - Class in org.hibernate.ejb.util
Cache hierarchy and member resolution in a weak hash map
PersistenceUtilHelper.MetadataCache() - Constructor for class org.hibernate.ejb.util.PersistenceUtilHelper.MetadataCache
 
PersistenceXmlLoader - Class in org.hibernate.ejb.packaging
Handler for persistence.xml files.
PersistenceXmlLoader.ErrorLogger - Class in org.hibernate.ejb.packaging
 
PERSISTENT_FIELD_READER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
PERSISTENT_FIELD_WRITER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
PersistentArrayHolder - Class in org.hibernate.collection.internal
A persistent wrapper for an array.
PersistentArrayHolder(SessionImplementor, Object) - Constructor for class org.hibernate.collection.internal.PersistentArrayHolder
 
PersistentArrayHolder(SessionImplementor, CollectionPersister) - Constructor for class org.hibernate.collection.internal.PersistentArrayHolder
 
PersistentAttributeInterceptable - Interface in org.hibernate.engine.spi
 
PersistentAttributeInterceptor - Interface in org.hibernate.engine.spi
 
persistentAttributeType(Attribute.PersistentAttributeType) - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl.Builder
 
PersistentBag - Class in org.hibernate.collection.internal
An unordered, unkeyed collection that can contain the same element multiple times.
PersistentBag(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentBag
 
PersistentBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.internal.PersistentBag
 
PersistentBag() - Constructor for class org.hibernate.collection.internal.PersistentBag
 
PersistentClass - Class in org.hibernate.mapping
Mapping for an entity.
PersistentClass() - Constructor for class org.hibernate.mapping.PersistentClass
 
persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
PersistentClassGraphDefiner - Class in org.hibernate.envers.configuration
Defines a graph, where the vertexes are all persistent classes, and there is an edge from p.c.
PersistentClassGraphDefiner(Configuration) - Constructor for class org.hibernate.envers.configuration.PersistentClassGraphDefiner
 
PersistentClassVisitor - Interface in org.hibernate.mapping
 
PersistentCollection - Interface in org.hibernate.collection.spi
Persistent collections are treated as value objects by Hibernate.
PersistentCollectionChangeData - Class in org.hibernate.envers.entities.mapper
Data describing the change of a single object in a persistent collection (when the object was added, removed or modified in the collection).
PersistentCollectionChangeData(String, Map<String, Object>, Object) - Constructor for class org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
 
PersistentCollectionChangeWorkUnit - Class in org.hibernate.envers.synchronization.work
 
PersistentCollectionChangeWorkUnit(SessionImplementor, String, AuditConfiguration, PersistentCollection, CollectionEntry, Serializable, Serializable, String) - Constructor for class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentCollectionChangeWorkUnit(SessionImplementor, String, AuditConfiguration, Serializable, List<PersistentCollectionChangeData>, String) - Constructor for class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId - Class in org.hibernate.envers.synchronization.work
A unique identifier for a collection work unit.
PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId(Serializable, String) - Constructor for class org.hibernate.envers.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
PersistentElementHolder - Class in org.hibernate.collection.internal
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
PersistentElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
PersistentElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
PersistentIdentifierBag - Class in org.hibernate.collection.internal
An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
PersistentIdentifierBag(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentIdentifierBag
 
PersistentIdentifierBag() - Constructor for class org.hibernate.collection.internal.PersistentIdentifierBag
 
PersistentIdentifierBag(SessionImplementor, Collection) - Constructor for class org.hibernate.collection.internal.PersistentIdentifierBag
 
PersistentIdentifierGenerator - Interface in org.hibernate.id
An IdentifierGenerator that requires creation of database objects.
PersistentIndexedElementHolder - Class in org.hibernate.collection.internal
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
PersistentIndexedElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
PersistentIndexedElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
PersistentIndexedElementHolder.IndexedValue - Class in org.hibernate.collection.internal
Deprecated.  
PersistentList - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.List.
PersistentList(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentList
 
PersistentList(SessionImplementor, List) - Constructor for class org.hibernate.collection.internal.PersistentList
 
PersistentList() - Constructor for class org.hibernate.collection.internal.PersistentList
 
PersistentListElementHolder - Class in org.hibernate.collection.internal
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
PersistentListElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.internal.PersistentListElementHolder
Deprecated.  
PersistentListElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.internal.PersistentListElementHolder
Deprecated.  
PersistentMap - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.Map.
PersistentMap() - Constructor for class org.hibernate.collection.internal.PersistentMap
Empty constructor.
PersistentMap(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentMap
Instantiates a lazy map (the underlying map is un-initialized).
PersistentMap(SessionImplementor, Map) - Constructor for class org.hibernate.collection.internal.PersistentMap
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).
PersistentMapElementHolder - Class in org.hibernate.collection.internal
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issues HHH-7782 and HHH-7783 for more information.
PersistentMapElementHolder(SessionImplementor, Element) - Constructor for class org.hibernate.collection.internal.PersistentMapElementHolder
Deprecated.  
PersistentMapElementHolder(SessionImplementor, CollectionPersister, Serializable) - Constructor for class org.hibernate.collection.internal.PersistentMapElementHolder
Deprecated.  
PersistentObjectException - Exception in org.hibernate
Thrown when the user passes a persistent instance to a Session method that expects a transient instance.
PersistentObjectException(String) - Constructor for exception org.hibernate.PersistentObjectException
 
PersistentPropertiesSource - Interface in org.hibernate.envers.configuration.metadata.reader
A source of data on persistent properties of a class or component.
PersistentSet - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.Set.
PersistentSet() - Constructor for class org.hibernate.collection.internal.PersistentSet
Empty constructor.
PersistentSet(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentSet
Constructor matching super.
PersistentSet(SessionImplementor, Set) - Constructor for class org.hibernate.collection.internal.PersistentSet
Instantiates a non-lazy set (the underlying set is constructed from the incoming set reference).
PersistentSortedMap - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.SortedMap.
PersistentSortedMap(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentSortedMap
 
PersistentSortedMap(SessionImplementor, SortedMap) - Constructor for class org.hibernate.collection.internal.PersistentSortedMap
 
PersistentSortedMap() - Constructor for class org.hibernate.collection.internal.PersistentSortedMap
 
PersistentSortedSet - Class in org.hibernate.collection.internal
A persistent wrapper for a java.util.SortedSet.
PersistentSortedSet(SessionImplementor) - Constructor for class org.hibernate.collection.internal.PersistentSortedSet
 
PersistentSortedSet(SessionImplementor, SortedSet) - Constructor for class org.hibernate.collection.internal.PersistentSortedSet
 
PersistentSortedSet() - Constructor for class org.hibernate.collection.internal.PersistentSortedSet
 
PersistentTableBulkIdStrategy - Class in org.hibernate.hql.spi
 
PersistentTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
Persister - Annotation Type in org.hibernate.annotations
Specify a custom persister.
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
persister - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
persister - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
persister() - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
PERSISTER - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
PersisterClassResolver - Interface in org.hibernate.persister.spi
Given an entity or collection mapping, resolve the appropriate persister class to use.
PersisterClassResolverInitiator - Class in org.hibernate.persister.internal
 
PersisterClassResolverInitiator() - Constructor for class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
PersisterFactory - Interface in org.hibernate.persister.spi
Contract for creating persister instances (both EntityPersister and CollectionPersister varieties).
PersisterFactoryImpl - Class in org.hibernate.persister.internal
The standard Hibernate PersisterFactory implementation
PersisterFactoryImpl() - Constructor for class org.hibernate.persister.internal.PersisterFactoryImpl
 
PersisterFactoryInitiator - Class in org.hibernate.persister.internal
 
PersisterFactoryInitiator() - Constructor for class org.hibernate.persister.internal.PersisterFactoryInitiator
 
persisters - Variable in class org.hibernate.loader.JoinWalker
 
persisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
PersistEvent - Class in org.hibernate.event.spi
An event class for persist()
PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of create events generated from a session.
persistOnFlush(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance during the flush process
persistOnFlush(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
persistOnFlush(Object) - Method in class org.hibernate.internal.SessionImpl
 
persistOnFlush(String, Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
PESSIMISTIC_NO_WAIT - Static variable in interface org.hibernate.Session.LockRequest
 
PESSIMISTIC_WAIT_FOREVER - Static variable in interface org.hibernate.Session.LockRequest
 
PessimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a pessimistic LockingStrategy to an entity
PessimisticEntityLockException(Object, String, JDBCException) - Constructor for exception org.hibernate.dialect.lock.PessimisticEntityLockException
 
PessimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).
PessimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Construct locking strategy.
PessimisticLockException - Exception in org.hibernate
Thrown when a pessimistic locking conflict occurs.
PessimisticLockException(String, SQLException, String) - Constructor for exception org.hibernate.PessimisticLockException
 
PessimisticReadSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticReadSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticReadUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticReadUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PessimisticWriteSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticWriteSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticWriteUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticWriteUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
physicalConnectionObtained(Connection) - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was obtained.
physicalConnectionObtained(Connection) - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionObtained(Connection) - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
physicalConnectionReleased() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was released.
physicalConnectionReleased() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionReleased() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
PK - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the primary key column name of the generated id
PK_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
PK_LENGTH_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
PK_VALUE_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
pkColumnName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
pkColumnValue - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
PkDrivenByDefaultMapsIdSecondPass - Class in org.hibernate.cfg
 
PkDrivenByDefaultMapsIdSecondPass(String, Ejb3JoinColumn[], SimpleValue) - Constructor for class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
PluralAttribute - Interface in org.hibernate.metamodel.domain
TODO : javadoc
PluralAttributeBinding - Interface in org.hibernate.metamodel.binding
 
PluralAttributeElement - Interface in org.hibernate.internal.jaxb.mapping.hbm
Commonality between the various forms of plural attribute (collection) mappings: <bag/>, <set/>, etc.
PluralAttributeElementNature - Enum in org.hibernate.metamodel.source.binder
Describes the nature of the collection elements as declared by the metadata.
PluralAttributeElementSource - Interface in org.hibernate.metamodel.source.binder
 
PluralAttributeImpl<X,C,E> - Class in org.hibernate.ejb.metamodel
 
PluralAttributeImpl.Builder<X,C,E,K> - Class in org.hibernate.ejb.metamodel
 
PluralAttributeJoinSupport<O,C,E> - Class in org.hibernate.ejb.criteria.path
Support for defining joins to plural attributes (JPA requires typing based on the specific collection type so we cannot really implement all support in a single class)
PluralAttributeJoinSupport(CriteriaBuilderImpl, Class<E>, PathSource<O>, Attribute<? super O, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.PluralAttributeJoinSupport
 
PluralAttributeKeySource - Interface in org.hibernate.metamodel.source.binder
 
PluralAttributeKeySourceImpl - Class in org.hibernate.metamodel.source.hbm
 
PluralAttributeKeySourceImpl(JaxbKeyElement, AttributeSourceContainer) - Constructor for class org.hibernate.metamodel.source.hbm.PluralAttributeKeySourceImpl
 
PluralAttributeNature - Enum in org.hibernate.metamodel.domain
Identifies the specific semantic of a plural valued attribute.
PluralAttributeNature - Enum in org.hibernate.metamodel.source.binder
Describes the nature of the collection itself as declared by the metadata.
PluralAttributePath<X> - Class in org.hibernate.ejb.criteria.path
Models a path for a PluralAttribute generally obtained from a Path.get(javax.persistence.metamodel.SingularAttribute) call
PluralAttributePath(CriteriaBuilderImpl, PathSource, PluralAttribute<?, X, ?>) - Constructor for class org.hibernate.ejb.criteria.path.PluralAttributePath
 
PluralAttributeSource - Interface in org.hibernate.metamodel.source.binder
 
PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
PLUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
PointbaseDialect - Class in org.hibernate.dialect
A Dialect for Pointbase.
PointbaseDialect() - Constructor for class org.hibernate.dialect.PointbaseDialect
Creates new PointbaseDialect
PojoComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the pojo entity mode.
PojoComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.PojoComponentTuplizer
 
PojoEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the pojo entity mode.
PojoEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.PojoEntityTuplizer
 
PojoEntityTuplizer(EntityMetamodel, EntityBinding) - Constructor for class org.hibernate.tuple.entity.PojoEntityTuplizer
 
PojoInstantiator - Class in org.hibernate.tuple
Defines a POJO-based instantiator for use from the tuplizers.
PojoInstantiator(Component, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoInstantiator(PersistentClass, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoInstantiator(EntityBinding, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
Polymorphism - Annotation Type in org.hibernate.annotations
Used to define the type of polymorphism Hibernate will apply to entity hierarchies.
polymorphism - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
PolymorphismType - Enum in org.hibernate.annotations
Type of available polymorphism for a particular entity
POOL - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated. Use OptimizerFactory.StandardOptimizerDescriptor.getExternalName() via OptimizerFactory.StandardOptimizerDescriptor.POOLED
POOL_LO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated. Use OptimizerFactory.StandardOptimizerDescriptor.getExternalName() via OptimizerFactory.StandardOptimizerDescriptor.POOLED_LO
POOL_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum number of inactive connections for the built-in Hibernate connection pool.
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in interface org.hibernate.internal.CoreMessageLogger
 
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
pooledOptimizerReportedInitialValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
pooledOptimizerReportedInitialValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
pooledOptimizerReportedInitialValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
pooledOptimizerReportedInitialValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
pooledOptimizerReportedInitialValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
pooledOptimizerReportedInitialValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
PositionalParameterSpecification - Class in org.hibernate.param
Parameter bind specification for an explicit positional (or ordinal) parameter.
PositionalParameterSpecification(int, int, int) - Constructor for class org.hibernate.param.PositionalParameterSpecification
Constructs a position/ordinal parameter bind specification.
PositionSubstringFunction - Class in org.hibernate.dialect.function
Emulation of locate() on PostgreSQL
PositionSubstringFunction() - Constructor for class org.hibernate.dialect.function.PositionSubstringFunction
 
possibleParameter(Selection, ParameterRegistry) - Static method in class org.hibernate.ejb.criteria.ParameterContainer.Helper
 
POST_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SessionImplementor, java.lang.Object) to indicate that the entity's identifier will be generated as part of the datbase insertion.
POST_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
POST_LOAD - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
POST_PERSIST - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
POST_REMOVE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
POST_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_UPDATE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
postAction() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
postAction() - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
PostCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is recreated
PostCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionRecreateEvent
 
PostCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called after recreating a collection
PostCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is removed
PostCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.spi.PostCollectionRemoveEvent
 
PostCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called after removing a collection
PostCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is updated
PostCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionUpdateEvent
 
PostCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating a collection
postConstruct(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
postCreate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
postDelete() - Method in class org.hibernate.engine.spi.EntityEntry
After actually deleting a row, record the fact that the instance no longer exists in the database
PostDeleteEvent - Class in org.hibernate.event.spi
Occurs after deleting an item from the datastore
PostDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostDeleteEvent
 
PostDeleteEventListener - Interface in org.hibernate.event.spi
Called after deleting an item from the datastore
postFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
postFlush(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after a successful flush
postFlush(SessionImplementor) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
1.
postFlush(Iterator) - Method in interface org.hibernate.Interceptor
Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.
PostgresPlusDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres Plus
PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
PostgreSQL81Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres

For discussion of BLOB support in Postgres, as of 8.4, have a peek at http://jdbc.postgresql.org/documentation/84/binary-data.html.

PostgreSQL81Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL81Dialect
 
PostgreSQL82Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tables
PostgreSQL82Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL82Dialect
 
PostgreSQLDialect - Class in org.hibernate.dialect
Deprecated. use PostgreSQL82Dialect instead
PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
Deprecated.  
PostgresUUIDType - Class in org.hibernate.type
Specialized type mapping for UUID and the Postgres UUID data type (which is mapped as OTHER in its JDBC driver).
PostgresUUIDType() - Constructor for class org.hibernate.type.PostgresUUIDType
 
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor - Class in org.hibernate.type
 
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor() - Constructor for class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
postHydrate(EntityPersister, Serializable, Object[], Object, Object, LockMode, boolean, SessionImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
Register the "hydrated" state of an entity instance, after the first step of 2-phase loading.
postInit() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
postInitialize(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
postInsert(Object[]) - Method in class org.hibernate.engine.spi.EntityEntry
After actually inserting a row, record the fact that the instance exists on the database (needed for identity-column key generation)
PostInsertEvent - Class in org.hibernate.event.spi
Occurs after inserting an item in the datastore
PostInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostInsertEvent
 
PostInsertEventListener - Interface in org.hibernate.event.spi
Called after insterting an item in the datastore
PostInsertIdentifierGenerator - Interface in org.hibernate.id
 
PostInsertIdentityPersister - Interface in org.hibernate.id
A persister that may have an identity assigned by execution of a SQL INSERT.
postInstantiate() - Method in class org.hibernate.loader.BasicLoader
 
postInstantiate() - Method in class org.hibernate.loader.Loader
Calculate and cache select-clause suffixes.
postInstantiate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
postInstantiate() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
postInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
postInstantiate() - Method in interface org.hibernate.persister.entity.EntityPersister
Finish the initialization of this object.
postInstantiate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.dom4j.Dom4jProxyFactory
Called immediately after instantiation
postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in interface org.hibernate.proxy.ProxyFactory
Called immediately after instantiation of this factory.
postLoad(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
postLoad(Object, SessionImplementor, PostLoadEvent) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
PostLoad cannot occur during initializeEntity, as that call occurs *before* the Set collections are added to the persistence context by Loader.
postLoad - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
postLoad - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
postLoad - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
PostLoadEvent - Class in org.hibernate.event.spi
Occurs after an an entity instance is fully loaded.
PostLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PostLoadEvent
 
PostLoadEventListener - Interface in org.hibernate.event.spi
Occurs after an an entity instance is fully loaded.
postPersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
postPersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
postPersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
postProcessDelete(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
postProcessDelete(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postProcessDML(RestrictableStatement) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postProcessInsert(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
postProcessInsert(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Allow post processing of each sort specification
postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
postProcessUpdate(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
postProcessUpdate(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
postRemove(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
postRemove - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
postRemove - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
postRemove - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
postUpdate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
postUpdate(Object, Object[], Object) - Method in class org.hibernate.engine.spi.EntityEntry
Handle updating the internal state of the entry after actually performing the database update.
postUpdate - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
postUpdate - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
postUpdate - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
PostUpdateEvent - Class in org.hibernate.event.spi
Occurs after the datastore is updated
PostUpdateEvent(Object, Serializable, Object[], Object[], int[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostUpdateEvent
 
PostUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating the datastore
PRE_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
PRE_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
PRE_PERSIST - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PRE_REMOVE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PRE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_UPDATE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
precision() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
precision - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
precision - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
precision - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
precision - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
precision - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
precision(int) - Static method in class org.hibernate.metamodel.relational.Size
 
precision(int, int) - Static method in class org.hibernate.metamodel.relational.Size
 
PreCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is recreated
PreCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionRecreateEvent
 
PreCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called before recreating a collection
PreCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is removed
PreCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.spi.PreCollectionRemoveEvent
 
PreCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called before removing a collection
PreCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is updated
PreCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionUpdateEvent
 
PreCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating a collection
preCreate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
PreDeleteEvent - Class in org.hibernate.event.spi
Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.
PreDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreDeleteEvent
Constructs an event containing the pertinent information.
PreDeleteEventListener - Interface in org.hibernate.event.spi
Called before deleting an item from the datastore
PREFER_POOLED_VALUES_LO - Static variable in interface org.hibernate.cfg.AvailableSettings
When using pooled optimizers, prefer interpreting the database value as the lower (lo) boundary.
prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.EmbeddedIdMapper
 
prefixMappedProperties(String) - Method in interface org.hibernate.envers.entities.mapper.id.IdMapper
Creates a mapper with all mapped properties prefixed.
prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.MultipleIdMapper
 
prefixMappedProperties(String) - Method in class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
prefixNamesInPropertyElement(Element, String, MetadataTools.ColumnNameIterator, boolean, boolean) - Static method in class org.hibernate.envers.configuration.metadata.MetadataTools
 
preFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
preFlush(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
preFlush(Iterator) - Method in interface org.hibernate.Interceptor
Called before a flush
preInsert(CollectionPersister) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
preInsert(CollectionPersister) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
preInsert(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
PreInsertEvent - Class in org.hibernate.event.spi
Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.
PreInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreInsertEvent
Constructs an event containing the pertinent information.
PreInsertEventListener - Interface in org.hibernate.event.spi
Called before inserting an item in the datastore
preinvalidate(Serializable[]) - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
 
PreLoadEvent - Class in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
PreLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PreLoadEvent
 
PreLoadEventListener - Interface in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
prepare(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
prepare(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Prepare for processing of a warning stack.
prepare() - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
prepare(JdbcServices, JdbcConnectionAccess, Mappings, Mapping, Map) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy
Prepare the strategy.
prepare(JdbcServices, JdbcConnectionAccess, Mappings, Mapping, Map) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
prepare(JdbcServices, JdbcConnectionAccess, Mappings, Mapping, Map) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
prepare(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Prepare this structure for use.
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
 
prepare(String, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
prepare(String, SessionImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepare(String, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
prepare(String, SessionImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
prepare(PreparedStatement) - Method in interface org.hibernate.jdbc.Expectation
Perform any special statement preparation.
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
prepare(MetadataSources) - Method in class org.hibernate.metamodel.source.annotations.AnnotationMetadataSourceProcessorImpl
 
prepare(MetadataSources) - Method in class org.hibernate.metamodel.source.hbm.HbmMetadataSourceProcessorImpl
 
prepare(MetadataSources) - Method in interface org.hibernate.metamodel.source.MetadataSourceProcessor
Prepare for processing the given sources.
prepare(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
prepare(Map) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
 
prepare(boolean) - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Prepare the helper for use.
prepareActions() - Method in class org.hibernate.engine.spi.ActionQueue
Prepares the internal action queues for execution.
prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in interface org.hibernate.ejb.criteria.FromImplementor
 
prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
 
prepareAlias(CriteriaQueryCompiler.RenderingContext) - Method in interface org.hibernate.ejb.criteria.PathSource
 
prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
prepareArithmeticOperator(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prepareBasicRegistryBuilder(ServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareCorrelationDelegate(FromImplementor<Z, X>) - Method in interface org.hibernate.ejb.criteria.FromImplementor
 
prepareCorrelationDelegate(FromImplementor<Z, X>) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
preparedStatementAlreadyInBatch(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
preparedStatementAlreadyInBatch(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
preparedStatementAlreadyInBatch(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
preparedStatementAlreadyInBatch(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
preparedStatementAlreadyInBatch(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
preparedStatementAlreadyInBatch(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
preparedStatementAlreadyInBatch(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
preparedStatementAlreadyInBatch$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
preparedStatementAlreadyInBatch$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
preparedStatementAlreadyInBatch$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
preparedStatementAlreadyInBatch$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
preparedStatementAlreadyInBatch$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
preparedStatementAlreadyInBatch$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
prepareForAutoDiscovery(CustomLoader.Metadata) - Method in class org.hibernate.loader.custom.CustomLoader.ResultRowProcessor
 
prepareForDot(String) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
prepareForDot(String) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
prepareForeignKey(String, String) - Method in class org.hibernate.metamodel.binding.CollectionKey
 
prepareForPossibleSpecialSpecjInitialization() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
prepareForPossibleSpecialSpecjInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
prepareForUse(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
Pre-process the from clause input tree.
prepareFromClauseInputTree(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepareIdentifierGeneratingInsert() - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Build a Insert specific to the delegate's mode of handling generated key values.
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
prepareLogicOperator(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
prepareLogicOperator(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Get a prepared statement for use in loading / querying.
prepareQueryStatement(String, QueryParameters, LimitHandler, boolean, SessionImplementor) - Method in class org.hibernate.loader.Loader
Obtain a PreparedStatement with all parameters pre-bound.
prepareSelectColumns(String[]) - Method in class org.hibernate.hql.internal.ast.tree.CollectionFunction
 
prepareSelectColumns(String[]) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
prepareServices(ServiceRegistryBuilder) - Method in interface org.hibernate.integrator.spi.ServiceContributingIntegrator
Allow the integrator to alter the builder of ServiceRegistry, presumably to register services into it.
prepareStatement(String) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Get a prepared statement to use for inserting using JDBC3 getGeneratedKeys processing.
prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Get a prepared statement to use for inserting using JDBC3 getGeneratedKeys processing.
prepareStatement() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
prepareStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being prepared.
prepareTemporaryTables(Mapping, Dialect) - Method in class org.hibernate.mapping.PersistentClass
 
prepareTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareVersioned(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
prepareVersioned(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
prependIdColumnSpec() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
prependListener(T) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
prependListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(T...) - Method in class org.hibernate.event.service.internal.EventListenerGroupImpl
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
prependListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
prependListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependVersionColumnSpec() - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
prependWhereConditions(String) - Method in class org.hibernate.sql.QuerySelect
 
prePersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
prePersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
prePersist - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
PreprocessingParser - Class in org.hibernate.hql.internal.classic
 
PreprocessingParser(Map) - Constructor for class org.hibernate.hql.internal.classic.PreprocessingParser
 
preprocessSQL(String, QueryParameters, Dialect, List<Loader.AfterLoadAction>) - Method in class org.hibernate.loader.Loader
Modify the SQL, adding lock hints and comments, if necessary
preRemove(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
preRemove - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
preRemove - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
preRemove - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
preUpdate(Object) - Method in class org.hibernate.ejb.event.EntityCallbackHandler
 
preUpdate - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
preUpdate - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
 
preUpdate - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
 
PreUpdateEvent - Class in org.hibernate.event.spi
Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.
PreUpdateEvent(Object, Serializable, Object[], Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreUpdateEvent
Constructs an event containing the pertinent information.
PreUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating the datastore
previous() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
previous() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Retreat to the previous result
previous() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
previous() - Method in interface org.hibernate.ScrollableResults
Retreat to the previous result
PREVIOUS_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
PREVIOUS_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
PREVIOUS_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.Enhancer
 
previousIndex() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
PRIMARY_KEY_JOIN_COLUMN - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
PRIMARY_KEY_JOIN_COLUMNS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
primaryExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
PrimaryKey - Class in org.hibernate.mapping
A primary key constraint
PrimaryKey() - Constructor for class org.hibernate.mapping.PrimaryKey
 
PrimaryKey - Class in org.hibernate.metamodel.relational
Models a table's primary key.
PrimaryKey(TableSpecification) - Constructor for class org.hibernate.metamodel.relational.PrimaryKey
 
primaryKeyJoinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
primaryKeyJoinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
primaryKeyJoinColumn - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
 
primeFunctionMap(Map<String, SQLFunction>) - Static method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
 
PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
PRIMITIVE_NAMES - Static variable in class org.hibernate.cfg.BinderHelper
 
PrimitiveArray - Class in org.hibernate.mapping
A primitive array has a primary key consisting of the key columns + index column.
PrimitiveArray(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveArrayBinder - Class in org.hibernate.cfg.annotations
 
PrimitiveArrayBinder() - Constructor for class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
PrimitiveByteArrayBlobType - Class in org.hibernate.type
Deprecated. replaced by MaterializedBlobType
PrimitiveByteArrayBlobType() - Constructor for class org.hibernate.type.PrimitiveByteArrayBlobType
Deprecated.  
PrimitiveByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling.
PrimitiveByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
PrimitiveCharacterArrayClobType - Class in org.hibernate.type
Map a char[] to a Clob
PrimitiveCharacterArrayClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayClobType
 
PrimitiveCharacterArrayNClobType - Class in org.hibernate.type
Map a char[] to a NClob
PrimitiveCharacterArrayNClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
PrimitiveCharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
TODO : javadoc
PrimitiveCharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
PrimitiveType<T> - Interface in org.hibernate.type
Additional contract for primitive / primitive wrapper types.
printStackTrace() - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Prints a stack trace.
printStackTrace(PrintStream) - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Prints a stack trace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Prints this throwable and its backtrace to the specified print writer.
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
processAggregation(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processAggregation(AST, boolean) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processBeanInfo(BeanInfo) - Method in interface org.hibernate.internal.util.beans.BeanInfoHelper.BeanInfoDelegate
 
processBoolean(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processBoolean(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processBoolean(AST) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
processClassFile(File, Set<String>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Process a class file.
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Tables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processConstant(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processConstant(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processConstant(AST, boolean) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
processConstructor(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processConstructor(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processDynamicFilterParameters(String, ParameterContainer, HqlSqlWalker) - Static method in class org.hibernate.hql.internal.ast.util.JoinProcessor
 
processEntityHierarchy(EntityHierarchy) - Method in class org.hibernate.metamodel.source.binder.Binder
Process an entity hierarchy.
processEntityPropertyValues(Object[], Type[]) - Method in class org.hibernate.event.internal.AbstractVisitor
Dispatch each property value to processValue().
processEqualityExpression() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
processEqualityExpression() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
processEqualityExpression() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
processEqualityExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Returns the 'cleaned up' version of a comparison operator sub-tree.
processEqualityExpression(AST) - Method in class org.hibernate.hql.internal.ast.HqlParser
Post process equality expressions, clean up the subtree.
processEqualityExpression() - Method in interface org.hibernate.internal.CoreMessageLogger
 
processEqualityExpression() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
processEqualityExpression() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
processEqualityExpression() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
processEqualityExpression$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
processEqualityExpression$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
processEqualityExpression$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
processEqualityExpression$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
processEqualityExpression$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
processEqualityExpression$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
processFetchProfiles(List<JaxbFetchProfileElement>, String) - Method in interface org.hibernate.metamodel.source.hbm.HbmBindingContext
 
processFetchProfiles(List<JaxbFetchProfileElement>, String) - Method in class org.hibernate.metamodel.source.hbm.HibernateMappingProcessor
 
processFile(File, Set<String>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Actually process the file by applying instrumentation transformations to any classes it contains.
processFilters(String, SessionImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
processFilters(String, Map, SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
processFunction(AST, boolean) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processFunction(AST, boolean) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processIndependentMetadata(MetadataSources) - Method in class org.hibernate.metamodel.source.annotations.AnnotationMetadataSourceProcessorImpl
 
processIndependentMetadata(MetadataSources) - Method in class org.hibernate.metamodel.source.hbm.HbmMetadataSourceProcessorImpl
 
processIndependentMetadata() - Method in class org.hibernate.metamodel.source.hbm.HibernateMappingProcessor
 
processIndependentMetadata(MetadataSources) - Method in interface org.hibernate.metamodel.source.MetadataSourceProcessor
Process the independent metadata.
processIndex(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processIndex(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processingInstruction(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
processingInstruction(String) - Method in class org.hibernate.tuple.ElementWrapper
 
processingInstructions() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
processingInstructions(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
processingInstructions() - Method in class org.hibernate.tuple.ElementWrapper
 
processingInstructions(String) - Method in class org.hibernate.tuple.ElementWrapper
 
processingPersistenceUnitInfoName(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
processingPersistenceUnitInfoName(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
processingPersistenceUnitInfoName(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
processingPersistenceUnitInfoName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
processingPersistenceUnitInfoName(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
processingPersistenceUnitInfoName(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
processingPersistenceUnitInfoName(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
processingPersistenceUnitInfoName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
processingPersistenceUnitInfoName$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
processingPersistenceUnitInfoName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
processingPersistenceUnitInfoName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
processingPersistenceUnitInfoName$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
processingPersistenceUnitInfoName$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
processInsertGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processInsertGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processJarFile(File, Set<String>) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter
Process an archive file.
processJoins(QueryNode) - Method in class org.hibernate.hql.internal.ast.util.JoinProcessor
 
processMapComponentReference(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processMappingDependentMetadata(MetadataSources) - Method in class org.hibernate.metamodel.source.annotations.AnnotationMetadataSourceProcessorImpl
 
processMappingDependentMetadata(MetadataSources) - Method in class org.hibernate.metamodel.source.hbm.HbmMetadataSourceProcessorImpl
 
processMappingDependentMetadata() - Method in class org.hibernate.metamodel.source.hbm.HibernateMappingProcessor
 
processMappingDependentMetadata(MetadataSources) - Method in interface org.hibernate.metamodel.source.MetadataSourceProcessor
Process the parts of the metadata that depend on mapping (entities, et al) information having been processed and available.
processMappingDocument(MappingDocument) - Method in class org.hibernate.metamodel.source.hbm.HierarchyBuilder
 
processMappingMetadata(MetadataSources, List<String>) - Method in class org.hibernate.metamodel.source.annotations.AnnotationMetadataSourceProcessorImpl
 
processMappingMetadata(MetadataSources, List<String>) - Method in class org.hibernate.metamodel.source.hbm.HbmMetadataSourceProcessorImpl
 
processMappingMetadata(MetadataSources, List<String>) - Method in interface org.hibernate.metamodel.source.MetadataSourceProcessor
Process the mapping (entities, et al) metadata.
processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
processMemberOf(Token, AST, ASTPair) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
processMetadata(List<MetadataSourceType>) - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
 
processNumeric(AST) - Method in class org.hibernate.hql.internal.ast.util.LiteralProcessor
 
processNumericLiteral(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processNumericLiteral(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processQuery(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
processQuery(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
processReachableCollection(PersistentCollection, CollectionType, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.Collections
Initialize the role of the collection.
processResultSet(ResultSet, QueryParameters, SessionImplementor, boolean, ResultTransformer, int, List<Loader.AfterLoadAction>) - Method in class org.hibernate.loader.Loader
 
processSubclass(SubclassEntitySourceImpl) - Method in class org.hibernate.metamodel.source.hbm.EntityHierarchyImpl
 
processTypeDependentMetadata(MetadataSources) - Method in class org.hibernate.metamodel.source.annotations.AnnotationMetadataSourceProcessorImpl
 
processTypeDependentMetadata(MetadataSources) - Method in class org.hibernate.metamodel.source.hbm.HbmMetadataSourceProcessorImpl
 
processTypeDependentMetadata() - Method in class org.hibernate.metamodel.source.hbm.HibernateMappingProcessor
 
processTypeDependentMetadata(MetadataSources) - Method in interface org.hibernate.metamodel.source.MetadataSourceProcessor
Process the parts of the metadata that depend on type information (type definitions) having been processed and available.
processUnreachableCollection(PersistentCollection, SessionImplementor) - Static method in class org.hibernate.engine.internal.Collections
record the fact that this collection was dereferenced
processUpdateGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processUpdateGeneratedProperties(Serializable, Object, Object[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processWhereClause(AST) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
prod(Expression<? extends N>, N) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
prod(N, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
ProgressDialect - Class in org.hibernate.dialect
An SQL dialect compatible with Progress 9.1C

Connection Parameters required: hibernate.dialect org.hibernate.sql.ProgressDialect hibernate.driver com.progress.sql.jdbc.JdbcProgressDriver hibernate.url jdbc:JdbcProgress:T:host:port:dbname;WorkArounds=536870912 hibernate.username username hibernate.password password The WorkArounds parameter in the URL is required to avoid an error in the Progress 9.1C JDBC driver related to PreparedStatements.
ProgressDialect() - Constructor for class org.hibernate.dialect.ProgressDialect
 
PROJECTION - Static variable in interface org.hibernate.criterion.CriteriaSpecification
This result transformer is selected implicitly by calling setProjection()
Projection - Interface in org.hibernate.criterion
An object-oriented representation of a query result set projection in a Criteria query.
ProjectionList - Class in org.hibernate.criterion
 
ProjectionList() - Constructor for class org.hibernate.criterion.ProjectionList
 
projectionList() - Static method in class org.hibernate.criterion.Projections
Create a new projection list
Projections - Class in org.hibernate.criterion
The criterion package may be used by applications as a framework for building new kinds of Projection.
promoteJoin(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
properSize(int) - Static method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
 
properSize(int) - Static method in class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
 
properties - Variable in class org.hibernate.envers.entities.mapper.MultiPropertyMapper
 
PROPERTIES - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PROPERTIES - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
PROPERTIES - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
propertiesEq(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertiesIn(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertiesLoaded(Properties) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
propertiesLoaded(Properties) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
propertiesLoaded(Properties) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
propertiesLoaded(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
propertiesLoaded(Properties) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
propertiesLoaded(Properties) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
propertiesLoaded(Properties) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
propertiesLoaded$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
propertiesLoaded$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
propertiesLoaded$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
propertiesLoaded$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
propertiesLoaded$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
propertiesLoaded$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
propertiesNotEq(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertiesNotFound() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
propertiesNotFound() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
propertiesNotFound() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
propertiesNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
propertiesNotFound() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
propertiesNotFound() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
propertiesNotFound() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
propertiesNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
propertiesNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
propertiesNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
propertiesNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
propertiesNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
propertiesNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
propertiesNotIn(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
PropertiesSubqueryExpression - Class in org.hibernate.criterion
A comparison between several properties value in the outer query and the result of a multicolumn subquery.
PropertiesSubqueryExpression(String[], String, DetachedCriteria) - Constructor for class org.hibernate.criterion.PropertiesSubqueryExpression
 
property(String) - Static method in class org.hibernate.criterion.Projections
A projected property value
Property - Class in org.hibernate.criterion
A factory for property-specific criterion and projection instances
Property(String) - Constructor for class org.hibernate.criterion.Property
 
property(Property) - Method in class org.hibernate.ejb.metamodel.PluralAttributeImpl.Builder
 
property(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of an audited entity.
property - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
 
property - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
 
Property - Class in org.hibernate.mapping
Represents a property as part of an entity or a component.
Property() - Constructor for class org.hibernate.mapping.Property
 
Property - Class in org.hibernate.tuple
Defines the basic contract of a Property within the runtime metamodel.
Property(String, String, Type) - Constructor for class org.hibernate.tuple.Property
Constructor for Property instances.
PROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
PROPERTY_GET_EXCEPTION - Static variable in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
PROPERTY_REF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
PROPERTY_REF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
PROPERTY_SET_EXCEPTION - Static variable in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
PropertyAccessException - Exception in org.hibernate
A problem occurred accessing a property of an instance of a persistent class by reflection, or via CGLIB.
PropertyAccessException(Throwable, String, boolean, Class, String) - Constructor for exception org.hibernate.PropertyAccessException
 
PropertyAccessor - Interface in org.hibernate.property
Abstracts the notion of a "property".
PropertyAccessorFactory - Class in org.hibernate.property
A factory for building/retrieving PropertyAccessor instances.
PropertyAuditExpression - Class in org.hibernate.envers.query.criteria
 
PropertyAuditExpression(PropertyNameGetter, String, String) - Constructor for class org.hibernate.envers.query.criteria.PropertyAuditExpression
 
PropertyAuditingData - Class in org.hibernate.envers.configuration.metadata.reader
 
PropertyAuditingData() - Constructor for class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
PropertyAuditingData(String, String, ModificationStore, RelationTargetAuditMode, String, String, boolean) - Constructor for class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
PropertyAuditOrder - Class in org.hibernate.envers.query.order
 
PropertyAuditOrder(PropertyNameGetter, boolean) - Constructor for class org.hibernate.envers.query.order.PropertyAuditOrder
 
PropertyAuditProjection - Class in org.hibernate.envers.query.projection
 
PropertyAuditProjection(PropertyNameGetter, String, boolean) - Constructor for class org.hibernate.envers.query.projection.PropertyAuditProjection
 
PropertyBinder - Class in org.hibernate.cfg.annotations
 
PropertyBinder() - Constructor for class org.hibernate.cfg.annotations.PropertyBinder
 
PropertyData - Interface in org.hibernate.cfg
 
PropertyData - Class in org.hibernate.envers.entities
Holds information on a property that is audited.
PropertyData(String, PropertyData) - Constructor for class org.hibernate.envers.entities.PropertyData
Copies the given property data, except the name.
PropertyData(String, String, String, ModificationStore) - Constructor for class org.hibernate.envers.entities.PropertyData
 
PropertyData(String, String, String, ModificationStore, boolean, String) - Constructor for class org.hibernate.envers.entities.PropertyData
 
propertyEq(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyEqAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyException(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
PropertyExpression - Class in org.hibernate.criterion
superclass for comparisons between two properties (with SQL binary operators)
PropertyExpression(String, String, String) - Constructor for class org.hibernate.criterion.PropertyExpression
 
PropertyFactory - Class in org.hibernate.tuple
Responsible for generation of runtime metamodel Property representations.
PropertyFactory() - Constructor for class org.hibernate.tuple.PropertyFactory
 
propertyFetch() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
propertyGe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
PropertyGeneration - Class in org.hibernate.mapping
Indicates whether given properties are generated by the database and, if so, at what time(s) they are generated.
propertyGeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyGtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyHolder - Variable in class org.hibernate.cfg.Ejb3Column
 
PropertyHolder - Interface in org.hibernate.cfg
Property holder abstract property containers from their direct implementation
PropertyHolderBuilder - Class in org.hibernate.cfg
This factory is here ot build a PropertyHolder and prevent .mapping interface adding
propertyIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
PropertyInferredData - Class in org.hibernate.cfg
Retrieve all inferred data from an annnoted element
PropertyInferredData(XClass, XProperty, String, ReflectionManager) - Constructor for class org.hibernate.cfg.PropertyInferredData
Take the annoted element for lazy process
propertyLe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyLtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
PropertyMapper - Interface in org.hibernate.envers.entities.mapper
 
propertyMapping - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
PropertyMapping - Interface in org.hibernate.persister.entity
Abstraction of all mappings that define properties: entities, collection elements.
propertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
propertyName - Variable in class org.hibernate.cfg.Mappings.PropertyReference
 
propertyName - Variable in class org.hibernate.criterion.AbstractEmptinessExpression
 
propertyName - Variable in class org.hibernate.criterion.AggregateProjection
 
propertyName(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
PropertyNameGetter - Interface in org.hibernate.envers.query.property
Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it.
propertyNe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyNotFound(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
propertyNotFound(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
propertyNotFound(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
propertyNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
propertyNotFound(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
propertyNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
propertyNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
propertyNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
propertyNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
propertyNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
propertyNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
propertyNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
propertyNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
PropertyNotFoundException - Exception in org.hibernate
Indicates that an expected getter or setter method could not be found on a class.
PropertyNotFoundException(String) - Constructor for exception org.hibernate.PropertyNotFoundException
 
propertyNotIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
 
propertyOrManyToOneOrAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
 
propertyOrManyToOneOrAny - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
propertyOrManyToOneOrComponent - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbNaturalId
 
propertyOrManyToOneOrComponent - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
propertyOrManyToOneOrComponent - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
propertyOrManyToOneOrOneToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
propertyOrManyToOneOrOneToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
propertyOrManyToOneOrOneToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
propertyOrManyToOneOrOneToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
propertyOrManyToOneOrOneToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
propertyOrManyToOneOrOneToOne - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
PropertyPath - Class in org.hibernate.loader
 
PropertyPath(PropertyPath, String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath(String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath() - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPreloadedData - Class in org.hibernate.cfg
 
PropertyPreloadedData(AccessType, String, XClass) - Constructor for class org.hibernate.cfg.PropertyPreloadedData
 
PropertyProjection - Class in org.hibernate.criterion
A property value, or grouped property value
PropertyProjection(String, boolean) - Constructor for class org.hibernate.criterion.PropertyProjection
 
PropertyProjection(String) - Constructor for class org.hibernate.criterion.PropertyProjection
 
propertyRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
propertyRef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
propertyRef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
propertyRef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
propertyRef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
 
propertyReferences - Variable in class org.hibernate.cfg.Configuration
 
propertyRefLhs(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
propertySelectFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
propertySelectFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
Given a query alias and an identifying suffix, render the property select fragment.
propertySelectFragmentFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
propertySelectFragmentFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
 
propertySpan - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
propertySpan - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
propertySpan - Variable in class org.hibernate.type.ComponentType
 
PropertySubqueryExpression - Class in org.hibernate.criterion
A comparison between a property value in the outer query and the result of a subquery
PropertySubqueryExpression(String, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.PropertySubqueryExpression
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name
propertyToColumnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the full property path with underscore seperators, mixed case converted to underscores
propertyToColumnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Return a column name for a property path expression
PropertyValueException - Exception in org.hibernate
Thrown when the (illegal) value of a property can not be persisted.
PropertyValueException(String, String, String) - Constructor for exception org.hibernate.PropertyValueException
 
ProvidedService<R> - Class in org.hibernate.service.internal
A service provided as-is.
ProvidedService(Class<R>, R) - Constructor for class org.hibernate.service.internal.ProvidedService
 
PROVIDER - Static variable in class org.hibernate.ejb.AvailableSettings
THe name of the PersistenceProvider implementor

See JPA 2 sections 9.4.3 and 8.2.1.4

providerClassDeprecated(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
providerClassDeprecated(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
providerClassDeprecated(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
providerClassDeprecated(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
providerClassDeprecated(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
providerClassDeprecated(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
providerClassDeprecated(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
providerClassDeprecated$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
providerClassDeprecated$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
providerClassDeprecated$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
providerClassDeprecated$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
providerClassDeprecated$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
providerClassDeprecated$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ProviderMBeanRegistrationHelper - Class in org.hibernate.cache.ehcache.management.impl
Helper class for registering mbeans for ehcache backed hibernate second level cache

ProviderMBeanRegistrationHelper() - Constructor for class org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper
 
PROXOOL_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
 
PROXOOL_EXISTING_POOL - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider from an already existing pool (true / false)
PROXOOL_POOL_ALIAS - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property with the Proxool pool alias to use (Required for PROXOOL_EXISTING_POOL, PROXOOL_PROPERTIES, or PROXOOL_XML)
PROXOOL_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated. Use AvailableSettings.PROXOOL_CONFIG_PREFIX instead
PROXOOL_PROPERTIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider using a properties file (/path/to/proxool.properties)
PROXOOL_PROVIDER_CLASS_NAME - Static variable in class org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator
 
PROXOOL_XML - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider using an XML (/path/to/file.xml)
ProxoolConnectionProvider - Class in org.hibernate.service.jdbc.connections.internal
A connection provider that uses a Proxool connection pool.
ProxoolConnectionProvider() - Constructor for class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
 
ProxoolMessageLogger - Interface in org.hibernate.service.jdbc.connections.internal
The jboss-logging MessageLogger for the hibernate-proxool module.
ProxoolMessageLogger_$logger - Class in org.hibernate.service.jdbc.connections.internal
Warning this class consists of generated code.
ProxoolMessageLogger_$logger(Logger) - Constructor for class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
proxoolProviderClassNotFound(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
proxoolProviderClassNotFound(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
proxoolProviderClassNotFound(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
proxoolProviderClassNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
proxoolProviderClassNotFound(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
proxoolProviderClassNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
proxoolProviderClassNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
proxoolProviderClassNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
proxoolProviderClassNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
proxoolProviderClassNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
proxoolProviderClassNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
proxoolProviderClassNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
proxoolProviderClassNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
Proxy - Annotation Type in org.hibernate.annotations
Lazy and proxy configuration of a particular class
proxy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
proxy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
proxy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
proxy - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
PROXY - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.NClobProxy
 
ProxyFactory - Interface in org.hibernate.proxy
Contract for run-time, proxy-based lazy initialization proxies.
ProxyFactoryFactory - Interface in org.hibernate.bytecode.spi
An interface for factories of proxy factory instances.
ProxyFactoryFactoryImpl - Class in org.hibernate.bytecode.internal.javassist
A factory for Javassist-based ProxyFactory instances.
ProxyFactoryFactoryImpl() - Constructor for class org.hibernate.bytecode.internal.javassist.ProxyFactoryFactoryImpl
 
proxyFor(EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Return the existing proxy associated with the given EntityKey, or the third argument (the entity associated with the key) if no proxy exists.
proxyFor(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the third argument (the entity associated with the key) if no proxy exists.
proxyFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
proxyOrLoad(LoadEvent, EntityPersister, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Based on configured options, will either return a pre-existing proxy, generate a new proxy, or perform an actual load.
ProxyVisitor - Class in org.hibernate.event.internal
Reassociates uninitialized proxies with the session
ProxyVisitor(EventSource) - Constructor for class org.hibernate.event.internal.ProxyVisitor
 
PseudoJpaDotNames - Interface in org.hibernate.metamodel.source.annotations.xml
Pseudo JPA Annotation name to distinguish Annotations defined in
pulse() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
pulse() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Attempts to register JTA synchronization if possible and needed.
pulse() - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
pulse() - Method in interface org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator
 
purgeStaleEntries() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
pushFromClause(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
Sets the current 'FROM' context.
pushFromClause(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
Sets the current 'FROM' context.
put(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Map the given value to the given key, replacing any existing mapping for this key
put(Object, Object) - Method in class org.hibernate.cache.infinispan.impl.BaseGeneralDataRegion
 
put(Object, Object) - Method in class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
put(Object, Object) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in class org.hibernate.cache.internal.StandardQueryCache
 
put(Object, Object) - Method in interface org.hibernate.cache.spi.GeneralDataRegion
Put an item into the cache.
put(QueryKey, Type[], List, boolean, SessionImplementor) - Method in interface org.hibernate.cache.spi.QueryCache
 
put(Object, Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
put(int, long, String) - Method in class org.hibernate.dialect.TypeNames
set a type name for specified type key and capacity
put(int, String) - Method in class org.hibernate.dialect.TypeNames
set a default type name for specified type key
put(K, V) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
put(K, V) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
put(String, Number, Object, Object) - Method in class org.hibernate.envers.reader.FirstLevelCache
 
put(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
 
PUT_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
PUT_COLOR
PUT_DRAW_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
PUT_DRAW_COLOR
PUT_FILL_COLOR - Static variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionUtils
PUT_FILL_COLOR
putAll(Map) - Method in class org.hibernate.collection.internal.PersistentMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
 
putCount - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
put count
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
This method is a placeholder for method signatures supplied by interfaces pulled in further down the class hierarchy.
putFromLoad(Object, Object, long, Object) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
PutFromLoadValidator - Class in org.hibernate.cache.infinispan.access
Encapsulates logic to allow a TransactionalAccessDelegate to determine whether a TransactionalAccessDelegate.putFromLoad(Object, Object, long, Object, boolean) call should be allowed to update the cache.
PutFromLoadValidator(AdvancedCache) - Constructor for class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Creates a new PutFromLoadValidator.
PutFromLoadValidator(AdvancedCache, long) - Constructor for class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Constructor variant for use by unit tests; allows control of various timeouts by the test.
PutFromLoadValidator(EmbeddedCacheManager, TransactionManager, long) - Constructor for class org.hibernate.cache.infinispan.access.PutFromLoadValidator
 
putIfAbsent(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
putIfAbsent(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
putOnEntityNameCache(Object, Number, Object, String) - Method in class org.hibernate.envers.reader.FirstLevelCache
Adds the entityName into the cache.

Q

qb - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
qualifier(String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualify(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualify(String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
 
qualifyClassName(String) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
qualifyClassName(String) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
qualifyClassName(String) - Method in interface org.hibernate.metamodel.source.BindingContext
 
qualifyClassName(String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
qualifyIfNeeded(String, String) - Static method in class org.hibernate.metamodel.source.hbm.Helper
Qualify a (supposed class) name with the unqualified-class package name if it is not already qualified
qualifyIndexName() - Method in class org.hibernate.dialect.Cache71Dialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.Dialect
Do we need to qualify index names with the schema name?
qualifyIndexName() - Method in class org.hibernate.dialect.MySQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.ProgressDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
RDMS does not support qualifing index names with the schema name.
qualifyIndexName() - Method in class org.hibernate.dialect.TimesTenDialect
 
quantified(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
quantifiedExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
queriesExecuted(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queriesExecuted(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queriesExecuted(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queriesExecuted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queriesExecuted(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queriesExecuted(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queriesExecuted(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
queriesExecuted$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queriesExecuted$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queriesExecuted$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queriesExecuted$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queriesExecuted$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queriesExecuted$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
query - Variable in class org.hibernate.cache.ehcache.management.impl.QueryStats
query
query(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
QUERY - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
QUERY - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
QUERY - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
query - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
 
query - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
 
Query - Interface in org.hibernate
An object-oriented representation of a Hibernate query.
QUERY_CACHE_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The QueryCacheFactory implementation class.
QUERY_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for query caches.
QUERY_HINT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
QUERY_PLAN_CACHE_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of entries including: HQLQueryPlan FilterQueryPlan NativeSQLQueryPlan maintained by QueryPlanCache.
QUERY_PLAN_CACHE_MAX_SOFT_REFERENCES - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated. in favor of AvailableSettings.QUERY_PLAN_CACHE_MAX_SIZE
QUERY_PLAN_CACHE_MAX_STRONG_REFERENCES - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated. in favor of AvailableSettings.QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE
QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of ParameterMetadata maintained by QueryPlanCache.
QUERY_STARTUP_CHECKING - Static variable in interface org.hibernate.cfg.AvailableSettings
Should named queries be checked during startup (the default is enabled).
QUERY_SUBSTITUTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
A comma-separated list of token substitutions to use when translating a Hibernate query to SQL
QUERY_TRANSLATOR - Static variable in interface org.hibernate.cfg.AvailableSettings
The classname of the HQL query parser factory
Queryable - Interface in org.hibernate.persister.entity
Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
Queryable.Declarer - Class in org.hibernate.persister.entity
 
Queryable.Declarer(String) - Constructor for class org.hibernate.persister.entity.Queryable.Declarer
 
QueryableCollection - Interface in org.hibernate.persister.collection
A collection role that may be queried or loaded by outer join.
QueryBinder - Class in org.hibernate.cfg.annotations
Query binder
QueryBinder() - Constructor for class org.hibernate.cfg.annotations.QueryBinder
 
QueryBinder - Class in org.hibernate.metamodel.source.annotations.global
Binds NamedQuery, NamedQueries, NamedNativeQuery, NamedNativeQueries, NamedQuery, NamedQueries, NamedNativeQuery, and NamedNativeQueries.
QueryBuilder - Class in org.hibernate.envers.tools.query
A class for incrementaly building a HQL query.
QueryBuilder(String, String) - Constructor for class org.hibernate.envers.tools.query.QueryBuilder
 
QueryCache - Interface in org.hibernate.cache.spi
Defines the contract for caches capable of storing query results.
QueryCacheFactory - Interface in org.hibernate.cache.spi
Defines a factory for query cache instances.
queryCacheHit(String, String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryCacheHit(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a hit.
queryCacheHits(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queryCacheHits(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queryCacheHits(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queryCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCacheHits(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queryCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queryCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
queryCacheHits$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queryCacheHits$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queryCacheHits$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queryCacheHits$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queryCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queryCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
queryCacheMiss(String, String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryCacheMiss(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a miss.
queryCacheMisses(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queryCacheMisses(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queryCacheMisses(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queryCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCacheMisses(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queryCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queryCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
queryCacheMisses$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queryCacheMisses$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queryCacheMisses$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queryCacheMisses$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queryCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queryCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
queryCachePut(String, String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryCachePut(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into the query cache.
queryCachePuts(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queryCachePuts(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queryCachePuts(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queryCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCachePuts(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queryCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queryCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
queryCachePuts$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
queryCachePuts$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
queryCachePuts$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
queryCachePuts$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
queryCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
queryCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
QueryConstants - Class in org.hibernate.envers.entities.mapper.relation.query
Constants used in JPQL queries.
QueryConstants() - Constructor for class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
QueryException - Exception in org.hibernate
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
QueryException(String) - Constructor for exception org.hibernate.QueryException
 
QueryException(String, Throwable) - Constructor for exception org.hibernate.QueryException
 
QueryException(String, String) - Constructor for exception org.hibernate.QueryException
 
QueryException(Exception) - Constructor for exception org.hibernate.QueryException
 
queryExecuted(String, int, long) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
queryExecuted(String, int, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a sql/hql query
QueryExecutionRequestException - Exception in org.hibernate.hql.internal
Expecting to execute an illegal operation regarding the query type
QueryExecutionRequestException(String, String) - Constructor for exception org.hibernate.hql.internal.QueryExecutionRequestException
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractOneToOneMapper
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.entities.mapper.relation.OneToOneNotOwningMapper
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.entities.mapper.relation.OneToOnePrimaryKeyJoinColumnMapper
 
QueryGeneratorBuilder - Class in org.hibernate.envers.configuration.metadata
Builds query generators, for reading collection middle tables, along with any related entities.
queryHasAliases() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
QueryHints - Class in org.hibernate.annotations
 
QueryHints - Class in org.hibernate.ejb
TODO : javadoc
QueryHints() - Constructor for class org.hibernate.ejb.QueryHints
 
QueryImpl<X> - Class in org.hibernate.ejb
Hibernate implementation of both the Query and TypedQuery contracts.
QueryImpl(Query, AbstractEntityManagerImpl) - Constructor for class org.hibernate.ejb.QueryImpl
 
QueryImpl(Query, AbstractEntityManagerImpl, Map<String, Class>) - Constructor for class org.hibernate.ejb.QueryImpl
 
QueryImpl - Class in org.hibernate.internal
default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
QueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.QueryImpl
 
QueryImpl(String, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.internal.QueryImpl
 
QueryJoinFragment - Class in org.hibernate.sql
A join that appears in a translated HQL query
QueryJoinFragment(Dialect, boolean) - Constructor for class org.hibernate.sql.QueryJoinFragment
 
QueryKey - Class in org.hibernate.cache.spi
A key that identifies a particular query with bound parameter values.
QueryLoader - Class in org.hibernate.loader.hql
A delegate that implements the Loader part of QueryTranslator.
QueryLoader(QueryTranslatorImpl, SessionFactoryImplementor, SelectClause) - Constructor for class org.hibernate.loader.hql.QueryLoader
Creates a new Loader implementation.
QueryMetadata - Class in org.hibernate.engine.query.spi
Defines metadata regarding a translated HQL or native-SQL query.
QueryMetadata(String, ParameterMetadata, String[], Type[], Set) - Constructor for class org.hibernate.engine.query.spi.QueryMetadata
 
QueryNode - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL select statement.
QueryNode() - Constructor for class org.hibernate.hql.internal.ast.tree.QueryNode
 
queryOrSqlQuery - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
queryOrSqlQuery - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
queryOrSqlQuery - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
queryOrSqlQuery - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
queryOrSqlQuery - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
QueryParameterData - Class in org.hibernate.envers.entities.mapper.id
 
QueryParameterData(String, Object) - Constructor for class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
QueryParameterException - Exception in org.hibernate
Parameter invalid or not found in the query
QueryParameterException(Exception) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameterException(String) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameterException(String, Throwable) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameterException(String, String) - Constructor for exception org.hibernate.QueryParameterException
 
QueryParameters - Class in org.hibernate.engine.spi
 
QueryParameters() - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type, Object) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Object, String, Serializable) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], LockOptions, RowSelection, boolean, boolean, boolean, String, String, boolean, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, LockOptions, RowSelection, boolean, boolean, boolean, String, String, Serializable[], ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, LockOptions, RowSelection, boolean, boolean, boolean, String, String, Serializable[], Object, String, Serializable, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryPlanCache - Class in org.hibernate.engine.query.spi
Acts as a cache for compiled query plans, as well as query-parameter metadata.
QueryPlanCache(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.QueryPlanCache
 
queryRef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoaderElement
 
QueryResultsRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store query results.
QueryResultsRegionImpl - Class in org.hibernate.cache.infinispan.query
 
QueryResultsRegionImpl(AdvancedCache, String, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.query.QueryResultsRegionImpl
 
queryRule() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
QuerySecondPass - Interface in org.hibernate.cfg
Bind query
QuerySelect - Class in org.hibernate.sql
A translated HQL query
QuerySelect(Dialect) - Constructor for class org.hibernate.sql.QuerySelect
 
QuerySplitter - Class in org.hibernate.hql.internal
Provides query splitting methods, which were originally in QueryTranslator.
QueryStatistics - Interface in org.hibernate.stat
Query statistics (HQL and SQL)

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

QueryStats - Class in org.hibernate.cache.ehcache.management.impl
 
QueryStats(String) - Constructor for class org.hibernate.cache.ehcache.management.impl.QueryStats
 
QueryStats(String, QueryStatistics) - Constructor for class org.hibernate.cache.ehcache.management.impl.QueryStats
 
QueryStats(CompositeData) - Constructor for class org.hibernate.cache.ehcache.management.impl.QueryStats
 
QueryStructure<T> - Class in org.hibernate.ejb.criteria
Models basic query structure.
QueryStructure(AbstractQuery<T>, CriteriaBuilderImpl) - Constructor for class org.hibernate.ejb.criteria.QueryStructure
 
QuerySyntaxException - Exception in org.hibernate.hql.internal.ast
Exception thrown when there is a syntax error in the HQL.
QuerySyntaxException(String) - Constructor for exception org.hibernate.hql.internal.ast.QuerySyntaxException
 
QuerySyntaxException(String, String) - Constructor for exception org.hibernate.hql.internal.ast.QuerySyntaxException
 
QueryTimeoutException - Exception in org.hibernate
Thrown when a database query timeout occurs.
QueryTimeoutException(String, JDBCException, String) - Constructor for exception org.hibernate.QueryTimeoutException
 
QueryTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.QueryTimeoutException
 
queryToString(QueryBuilder) - Method in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
queryToString(QueryBuilder, Map<String, Object>) - Method in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
QueryTranslator - Interface in org.hibernate.hql.spi
Defines the contract of an HQL->SQL translator.
QueryTranslatorFactory - Interface in org.hibernate.hql.spi
Facade for generation of QueryTranslator and FilterTranslator instances.
QueryTranslatorImpl - Class in org.hibernate.hql.internal.ast
A QueryTranslator that uses an Antlr-based parser.
QueryTranslatorImpl(String, String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Creates a new AST-based query translator.
QueryTranslatorImpl - Class in org.hibernate.hql.internal.classic
An instance of QueryTranslator translates a Hibernate query string to SQL.
QueryTranslatorImpl(String, String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Construct a query translator
QueryTranslatorImpl(String, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.classic.QueryTranslatorImpl
Construct a query translator; this form used internally.
QueryTranslatorImpl.JavaConstantConverter - Class in org.hibernate.hql.internal.ast
 
QueryTranslatorImpl.JavaConstantConverter() - Constructor for class org.hibernate.hql.internal.ast.QueryTranslatorImpl.JavaConstantConverter
 
queuedAdditionIterator() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Iterate the "queued" additions
queuedAdditionIterator() - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterate the "queued" additions
queueOperation(AbstractPersistentCollection.DelayedOperation) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Queue an addition
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
quot(Expression<? extends Number>, Number) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
quot(Number, Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used for quoting SQL identifiers
quote(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting.
quote(String) - Static method in class org.hibernate.internal.util.StringHelper
Return a representation of the given name ensuring quoting (wrapped with '`' characters).
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
quotedIdentifier(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a quote identifier.
quotedIdentifier(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
quotedString(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a quote string.
quotedString(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 

R

randomFixedLengthHex(String) - Static method in class org.hibernate.internal.util.StringHelper
 
RANGE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RANGE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
RANGE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
rdmsOs2200Dialect() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
RDMSOS2200Dialect - Class in org.hibernate.dialect
This is the Hibernate dialect for the Unisys 2200 Relational Database (RDMS).
RDMSOS2200Dialect() - Constructor for class org.hibernate.dialect.RDMSOS2200Dialect
 
rdmsOs2200Dialect() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
rdmsOs2200Dialect() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
rdmsOs2200Dialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
rdmsOs2200Dialect() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
rdmsOs2200Dialect() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
rdmsOs2200Dialect() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
rdmsOs2200Dialect$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
rdmsOs2200Dialect$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
rdmsOs2200Dialect$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
rdmsOs2200Dialect$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
rdmsOs2200Dialect$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
rdmsOs2200Dialect$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
read() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Called by any read-only method of the collection interface
read() - Method in class org.hibernate.engine.jdbc.ReaderInputStream
 
read() - Method in class org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader
 
read - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
read() - Method in class org.hibernate.lob.ReaderInputStream
Deprecated.  
READ - Static variable in class org.hibernate.LockOptions
READ represents LockMode.READ (timeout + scope do not apply)
READ - Static variable in class org.hibernate.secure.internal.HibernatePermission
 
READ_ONLY - Static variable in class org.hibernate.annotations.QueryHints
 
readBoolean(Object, String, boolean) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readBoolean(Object, String, boolean) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readBoolean(Object, String, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByte(Object, String, byte) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readByte(Object, String, byte) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readByte(Object, String, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByteCode(InputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Reads class byte array info from the given input stream.
readByteCode(File) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition from a file.
readByteCode(ZipInputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition a zip (jar) file entry.
readChar(Object, String, char) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readChar(Object, String, char) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readChar(Object, String, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readCommittedIsolationMaintained(String) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
readDouble(Object, String, double) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readDouble(Object, String, double) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readDouble(Object, String, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readElement(ResultSet, Object, String[], SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readElement(ResultSet, Object, String[], SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the element from a row of the JDBC ResultSet
readElementByIndex(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
readElementExistence(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
ReaderInputStream - Class in org.hibernate.engine.jdbc
Exposes a Reader as an InputStream.
ReaderInputStream(Reader) - Constructor for class org.hibernate.engine.jdbc.ReaderInputStream
 
ReaderInputStream - Class in org.hibernate.lob
Deprecated. Should not be used anymore.
ReaderInputStream(Reader) - Constructor for class org.hibernate.lob.ReaderInputStream
Deprecated.  
readFloat(Object, String, float) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readFloat(Object, String, float) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readFloat(Object, String, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentArrayHolder
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentElementHolder
Deprecated.  
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read a row from the JDBC result set
readIdentifier(ResultSet, String, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readIdentifier(ResultSet, String, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the identifier from a row of the JDBC ResultSet
readIndex(ResultSet, String[], SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readIndex(ResultSet, String[], SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the index from a row of the JDBC ResultSet
readIndexExistence(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
readingCachedMappings(File) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readingCachedMappings(File) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readingCachedMappings(File) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readingCachedMappings(File) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readingCachedMappings(File) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readingCachedMappings(File) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readingCachedMappings(File) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readingCachedMappings$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readingCachedMappings$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readingCachedMappings$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readingCachedMappings$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readingCachedMappings$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readingCachedMappings$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readingMappingsFromFile(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readingMappingsFromFile(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readingMappingsFromFile(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readingMappingsFromFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readingMappingsFromFile(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readingMappingsFromFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readingMappingsFromFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readingMappingsFromFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readingMappingsFromFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readingMappingsFromFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readingMappingsFromFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readingMappingsFromFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readingMappingsFromFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readingMappingsFromResource(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readingMappingsFromResource(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readingMappingsFromResource(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readingMappingsFromResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readingMappingsFromResource(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readingMappingsFromResource(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readingMappingsFromResource(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readingMappingsFromResource$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readingMappingsFromResource$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readingMappingsFromResource$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readingMappingsFromResource$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readingMappingsFromResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readingMappingsFromResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readInt(Object, String, int) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readInt(Object, String, int) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readInt(Object, String, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readKey(ResultSet, String[], SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readKey(ResultSet, String[], SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the key from a row of the JDBC ResultSet
readLock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to read lock the mapping for the given key.
readLong(Object, String, long) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readLong(Object, String, long) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readLong(Object, String, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readMappingDocument(EntityResolver, InputSource, Origin) - Method in class org.hibernate.internal.util.xml.MappingReader
 
readObject(Object, String, Object) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readObject(Object, String, Object) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readObject(ObjectInputStream) - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
Used by JDK serialization...
readObject(Object, String, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readOnly - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
readOnly - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
readOnlyCacheConfiguredForMutableCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableEntity(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
readOnlyCacheConfiguredForMutableEntity(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
readOnlyCacheConfiguredForMutableEntity$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
ReadOnlyEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read-only collection region access strategy
ReadOnlyEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
Create a read-only access strategy accessing the given collection region.
ReadOnlyEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read-only entity region access strategy
ReadOnlyEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Create a read-only access strategy accessing the given entity region.
ReadOnlyEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read-only NaturalId region access strategy
ReadOnlyEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Create a read-only access strategy accessing the given NaturalId region.
readShort(Object, String, short) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
readShort(Object, String, short) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
readShort(Object, String, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readSize() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Called by the Collection.size() method
readUnlock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to read unlock the mapping for the given key.
ReadWriteEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read/write collection region access strategy
ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
Create a read/write access strategy accessing the given collection region.
ReadWriteEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read/write entity region access strategy
ReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
Create a read/write access strategy accessing the given entity region.
ReadWriteEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
Ehcache specific read/write NaturalId region access strategy
ReadWriteEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
Create a read/write access strategy accessing the given NaturalId region.
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyle.MultipleCascadeStyle
 
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyle
Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches...
RealTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for REAL handling.
RealTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
reassociate(AbstractEvent, Object, Serializable, EntityPersister) - Method in class org.hibernate.event.internal.AbstractReassociateEventListener
Associates a given entity (either transient or associated with another session) to the given session.
reassociateIfUninitializedProxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Takes the given object and, if it represents a proxy, reassociates it with this event source.
reassociateIfUninitializedProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Takes the given object and, if it represents a proxy, reassociates it with this event source.
reassociateIfUninitializedProxy(Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
 
reassociateIfUninitializedProxy(Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
 
reassociateProxy(Object, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
If a deleted entity instance is re-saved, and it has a proxy, we need to reset the identifier of the proxy
reassociateProxy(Object, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
If a deleted entity instance is re-saved, and it has a proxy, we need to reset the identifier of the proxy
reattachCollection(PersistentCollection, CollectionType) - Method in class org.hibernate.event.internal.ProxyVisitor
Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper
ReattachVisitor - Class in org.hibernate.event.internal
Abstract superclass of visitors that reattach collections.
ReattachVisitor(EventSource, Serializable, Object) - Constructor for class org.hibernate.event.internal.ReattachVisitor
 
rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactoryOnError() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
recognizedObsoleteHibernateNamespace(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
recognizedObsoleteHibernateNamespace$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
recognizedObsoleteHibernateNamespace$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
reconnect(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
reconnect(Connection) - Method in class org.hibernate.internal.SessionImpl
 
reconnect(Connection) - Method in interface org.hibernate.Session
Reconnect to the given JDBC connection.
recover(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
RecoverableException - Exception in org.hibernate.cfg
Should neven be exposed to the client An exception that wrap an underlying exception whith the hope subsequent processing will recover from it.
RecoverableException(String, Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
 
RecoverableException(Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
 
RecoverableException(String) - Constructor for exception org.hibernate.cfg.RecoverableException
 
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
(Re)create the collection's persistent state
recreate(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
recreateBatchKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreateCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
recreateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection recreation (full deletion + full (re-)insertion).
recreateCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
recreateCount
recursiveResolve(int, boolean, String) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
recursiveResolve(int, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
reentrantSafeEntityEntries() - Method in class org.hibernate.engine.internal.EntityEntryContext
 
reentrantSafeEntityEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
reentrantSafeEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.
ReferenceCacheEntryImpl - Class in org.hibernate.cache.spi.entry
 
ReferenceCacheEntryImpl(Object, String) - Constructor for class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
REFERENCED_ENTITY_ALIAS - Static variable in class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
REFERENCED_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
referencedClass - Variable in class org.hibernate.cfg.Mappings.PropertyReference
 
referencedColumnName() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
referencedColumnName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
referencedColumnName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
referencedColumnName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
 
referencedPropertyName - Variable in class org.hibernate.mapping.ToOne
 
referencingIdData - Variable in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
reflectedPropertyClass(String, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Attempt to resolve the specified property type through reflection.
reflectedPropertyClass(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Attempt to resolve the specified property type through reflection.
ReflectHelper - Class in org.hibernate.internal.util
Utility class for various reflection operations.
ReflectionHelper - Class in org.hibernate.metamodel.source.annotations
Some helper methods for reflection tasks
ReflectionOptimizer - Interface in org.hibernate.bytecode.spi
Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity instantiation.
ReflectionOptimizerImpl - Class in org.hibernate.bytecode.internal.javassist
ReflectionOptimizer implementation for Javassist.
ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer, ReflectionOptimizer.AccessOptimizer) - Constructor for class org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl
 
ReflectionTools - Class in org.hibernate.envers.tools.reflection
 
ReflectionTools() - Constructor for class org.hibernate.envers.tools.reflection.ReflectionTools
 
refresh(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
refresh(Object, LockModeType) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
REFRESH - Static variable in class org.hibernate.engine.spi.CascadeStyle
refresh
REFRESH - Static variable in class org.hibernate.engine.spi.CascadingAction
 
refresh(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade refresh an entity instance
REFRESH - Static variable in class org.hibernate.event.spi.EventType
 
refresh(Object) - Method in class org.hibernate.internal.SessionImpl
 
refresh(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, Map) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(String, Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(String, Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(Object, LockMode) - Method in interface org.hibernate.Session
Deprecated. LockMode parameter should be replaced with LockOptions
refresh(Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(String, Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
RefreshEvent - Class in org.hibernate.event.spi
Defines an event class for the refreshing of an object.
RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of refresh events generated from a session.
region - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
region name
Region - Interface in org.hibernate.cache.spi
Defines a contract for accessing a particular named region within the underlying cache implementation.
region - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
 
region - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
 
region - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
 
REGION_NAME - Static variable in class org.hibernate.cache.spi.UpdateTimestampsCache
 
RegionAccessStrategy - Interface in org.hibernate.cache.spi.access
 
RegionFactory - Interface in org.hibernate.cache
Deprecated. Moved, but still need this definition for ehcache
RegionFactory - Interface in org.hibernate.cache.spi
Contract for building second level cache regions.
RegionFactoryInitiator - Class in org.hibernate.cache.internal
Initiator for the RegionFactory service.
RegionFactoryInitiator() - Constructor for class org.hibernate.cache.internal.RegionFactoryInitiator
 
register(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
register(ResultSet, Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
register(Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Register a JDBC statement.
register(ResultSet, Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Register a JDBC result set.
register(String) - Method in class org.hibernate.envers.configuration.metadata.AuditEntityNameRegister
Register an audit entity name.
register(String, Class) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
register(String, Class) - Method in interface org.hibernate.id.factory.spi.MutableIdentifierGeneratorFactory
 
register(BasicType) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(UserType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(CompositeUserType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register71Functions() - Method in class org.hibernate.dialect.Cache71Dialect
 
registerAffectingFetchProfile(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
registerAffectingFetchProfile(String) - Method in interface org.hibernate.persister.entity.Loadable
Register the name of a fetch profile determined to have an affect on the underlying loadable in regards to the fact that the underlying load SQL needs to be adjust when the given fetch profile is enabled.
registerAttributeBinding(String, AttributeBinding) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
registerAttributeBinding(String, AttributeBinding) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
registerAttributePath(String, Path) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
 
registerBooleanSupport() - Method in class org.hibernate.dialect.Ingres10Dialect
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerColumnType(int, long, String) - Method in class org.hibernate.dialect.Dialect
Subclasses register a type name for the given type code and maximum column length.
registerColumnType(int, String) - Method in class org.hibernate.dialect.Dialect
Subclasses register a type name for the given type code.
registerDateTimeColumnTypes() - Method in class org.hibernate.dialect.Ingres9Dialect
Register column types date, time, timestamp
registerDateTimeFunctions() - Method in class org.hibernate.dialect.Ingres9Dialect
Register functions current_time, current_timestamp, current_date
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerDefaultProperties() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDefaultTuplizerClass(EntityMode, Class<? extends ComponentTuplizer>) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
registerDefaultTuplizerClass(EntityMode, Class<? extends EntityTuplizer>) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
RegisteredSynchronization - Class in org.hibernate.engine.transaction.synchronization.internal
The JTA Synchronization Hibernate registers when needed for JTA callbacks
RegisteredSynchronization(SynchronizationCallbackCoordinator) - Constructor for class org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization
 
registerEntityNameResolver(EntityNameResolver) - Method in class org.hibernate.internal.SessionFactoryImpl
 
registerExplicitParameter(ParameterExpression<?>) - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderingContext
Register parameters explicitly encountered in the criteria query.
registerFunction(String, SQLFunction) - Method in class org.hibernate.dialect.Dialect
 
registerFunctions() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerHibernateType(int, long, String) - Method in class org.hibernate.dialect.Dialect
Registers a Hibernate Type name for the given Types type code and maximum column length.
registerHibernateType(int, String) - Method in class org.hibernate.dialect.Dialect
Registers a Hibernate Type name for the given Types type code.
registerIdentifierGenerator(String, String) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
registerIdentifierGenerator(String, String) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
registerInsertedKey(EntityPersister, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
registerInsertedKey(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register keys inserted during the current transaction
registerKeyword(String) - Method in class org.hibernate.dialect.Dialect
 
registerLargeObjectTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerLastQuery(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
registerLastQuery(Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Register a query statement as being able to be cancelled.
registerLiteralParameterBinding(Object, Class) - Method in interface org.hibernate.ejb.criteria.CriteriaQueryCompiler.RenderingContext
Register a parameter that was not part of the criteria query (at least not as a parameter).
registerMBean(CacheManager, Properties) - Method in class org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper
Registers mbean for the input cache manager and the session factory name
registerMBean(ObjectName, Object) - Method in class org.hibernate.service.jmx.internal.DisabledJmxServiceImpl
 
registerMBean(ObjectName, Object) - Method in class org.hibernate.service.jmx.internal.JmxServiceImpl
 
registerMBean(ObjectName, Object) - Method in interface org.hibernate.service.jmx.spi.JmxService
Registers the given mBean under the given objectName
registerMBeanForCacheManager(CacheManager, Properties) - Method in interface org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistration
Registers MBean for the input manager and session factory properties.
registerMBeanForCacheManager(CacheManager, Properties) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernateMBeanRegistrationImpl
Registers MBean for the input manager and session factory properties.
registerNumericTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerParameter(ParameterExpression<?>) - Method in interface org.hibernate.ejb.criteria.ParameterRegistry
Registers the given parameter with this regitry.
registerParameterBinding(Parameter, Object) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.ConcatExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.EntityTypeExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.function.CastFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.ListIndexExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.LiteralExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.MapEntryExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.NullifExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.NullLiteralExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.PathTypeExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.SizeOfCollectionExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in interface org.hibernate.ejb.criteria.ParameterContainer
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.BooleanAssertionPredicate
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.BooleanExpressionPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.BooleanStaticAssertionPredicate
Register any parameters contained within this query component with the given registry.
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.ExistsPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.ExplicitTruthValueCheck
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.IsEmptyPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
 
registerParameters(ParameterRegistry) - Method in class org.hibernate.ejb.criteria.predicate.NullnessPredicate
 
registerPendingPut(Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Notifies this validator that it is expected that a database read followed by a subsequent PutFromLoadValidator.acquirePutFromLoadLock(Object) call will occur.
registerPersistentGenerators(Map) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Register any sub generators which implement PersistentIdentifierGenerator by their generatorKey.
registerPersistentGenerators(Map) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
Register any sub generators which implement PersistentIdentifierGenerator by their generatorKey.
registerPersistentGenerators(Map) - Method in interface org.hibernate.id.IdentifierGeneratorAggregator
Register any sub generators which implement PersistentIdentifierGenerator by their generatorKey.
registerPersistentGenerators(Map) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Cache71Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DataDirectOracle9Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DB2Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
Registers an OUT parameter which will be returning a ResultSet.
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.MySQLDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
registerReverseHibernateTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerService(ServiceBinding<R>, R) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
registerService(Manageable, Class) - Method in class org.hibernate.service.jmx.internal.DisabledJmxServiceImpl
 
registerService(Manageable, Class<? extends Service>) - Method in class org.hibernate.service.jmx.internal.JmxServiceImpl
 
registerService(Manageable, Class<? extends Service>) - Method in interface org.hibernate.service.jmx.spi.JmxService
Handles registration of a manageable service.
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
Register a user Synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
registerSynchronization(Synchronization) - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.service.jta.platform.internal.JtaSynchronizationStrategy
Register a synchronization
registerSynchronization(Synchronization) - Method in class org.hibernate.service.jta.platform.internal.NoJtaPlatform
 
registerSynchronization(Synchronization) - Method in class org.hibernate.service.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
registerSynchronization(Synchronization) - Method in class org.hibernate.service.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy
 
registerSynchronization(Synchronization) - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.service.jta.platform.spi.JtaPlatform
Register a JTA Synchronization in the means defined by the platform.
registerSynchronization(Synchronization) - Method in interface org.hibernate.Transaction
Register a user synchronization callback for this transaction.
registerTypeOverride(BasicType) - Method in class org.hibernate.cfg.Configuration
Allows registration of a type into the type registry.
registerTypeOverride(UserType, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(CompositeUserType, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(BasicType) - Method in class org.hibernate.type.TypeResolver
 
registerTypeOverride(UserType, String[]) - Method in class org.hibernate.type.TypeResolver
 
registerTypeOverride(CompositeUserType, String[]) - Method in class org.hibernate.type.TypeResolver
 
registerUnderJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
registerUnderJavaType() - Method in class org.hibernate.type.BigDecimalType
 
registerUnderJavaType() - Method in class org.hibernate.type.BigIntegerType
 
registerUnderJavaType() - Method in class org.hibernate.type.BlobType
 
registerUnderJavaType() - Method in class org.hibernate.type.ClassType
 
registerUnderJavaType() - Method in class org.hibernate.type.ClobType
 
registerUnderJavaType() - Method in class org.hibernate.type.CurrencyType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocaleType
 
registerUnderJavaType() - Method in class org.hibernate.type.NClobType
 
registerUnderJavaType() - Method in class org.hibernate.type.StringNVarcharType
 
registerUnderJavaType() - Method in class org.hibernate.type.StringType
 
registerUnderJavaType() - Method in class org.hibernate.type.TimeZoneType
 
registerUnderJavaType() - Method in class org.hibernate.type.UrlType
 
registerUnderJavaType() - Method in class org.hibernate.type.UUIDBinaryType
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQL5Dialect
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQLDialect
 
REGISTRATION_KEYS - Static variable in class org.hibernate.type.MetaType
 
REGRESSION_STYLE_CROSS_JOINS - Static variable in class org.hibernate.hql.internal.ast.SqlGenerator
 
REGRESSION_STYLE_JOIN_SUPPRESSION - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
RelatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
RelatedAuditExpression(PropertyNameGetter, Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.RelatedAuditExpression
 
relatedId(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions on an id of a related entity.
relationalExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
RelationalModel - Interface in org.hibernate.mapping
A relational object which may be created using DDL
RelationalValueSource - Interface in org.hibernate.metamodel.source.binder
Unifying interface for ColumnSource and DerivedValueSource.
RelationalValueSourceContainer - Interface in org.hibernate.metamodel.source.binder
Contract for a container of RelationalValueSource references.
relationalValueSources() - Method in class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
relationalValueSources() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
relationalValueSources() - Method in interface org.hibernate.metamodel.source.binder.RelationalValueSourceContainer
Obtain the contained RelationalValueSource references.
relationalValueSources() - Method in class org.hibernate.metamodel.source.hbm.ComponentAttributeSourceImpl
 
RelationDescription - Class in org.hibernate.envers.entities
 
RelationDescription(String, RelationType, String, String, IdMapper, PropertyMapper, PropertyMapper, boolean) - Constructor for class org.hibernate.envers.entities.RelationDescription
 
RelationQueryGenerator - Interface in org.hibernate.envers.entities.mapper.relation.query
TODO: cleanup implementations and extract common code Implementations of this interface provide a method to generate queries on a relation table (a table used for mapping relations).
RelationTargetAuditMode - Enum in org.hibernate.envers
 
RelationType - Enum in org.hibernate.envers.entities
Type of a relation between two entities.
release() - Method in class org.hibernate.bytecode.internal.javassist.TransformingClassLoader
 
release() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
 
release() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Used to indicate that the batch instance is no longer needed and that, therefore, it can release its resources.
release() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Release any underlying resources.
release() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Release any underlying resources.
release() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
release() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
release(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
release(ResultSet) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
release(Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Release a previously registered statement.
release(ResultSet) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Release a previously registered result set.
release(JdbcServices, JdbcConnectionAccess) - Method in interface org.hibernate.hql.spi.MultiTableBulkIdStrategy
Release the strategy.
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
release() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Release any resources held by this helper.
RELEASE_CONNECTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies how Hibernate should release JDBC connections.
releaseAnyConnection(Connection) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseAnyConnection(Connection) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseAnyConnection(Connection) - Method in interface org.hibernate.service.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection obtained from MultiTenantConnectionProvider.getAnyConnection()
releaseConnection() - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
Physically closes the JDBC Connection.
releaseConnection(Connection) - Method in interface org.hibernate.engine.jdbc.spi.JdbcConnectionAccess
Release a previously obtained connection
releaseConnection() - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
 
releaseConnection(String, Connection) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseConnection(String, Connection) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseConnection(String, Connection) - Method in interface org.hibernate.service.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection from Hibernate use.
releaseFromUse(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
releaseIsolatedClassLoader(ClassLoader) - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
releasePutFromLoadLock(Object) - Method in class org.hibernate.cache.infinispan.access.PutFromLoadValidator
Releases the lock previously obtained by a call to PutFromLoadValidator.acquirePutFromLoadLock(Object) that returned true.
releaseResources() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
releaseResources() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Release all registered resources.
releaseStatement(PreparedStatement, SessionImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
releaseTempTable(Queryable, SessionImplementor) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
releaseTransactions() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
RELOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.dialect.Dialect
Allows the dialect to override a SqlTypeDescriptor.
remapSqlTypeDescriptor(WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in interface org.hibernate.type.descriptor.WrapperOptions
Allow remapping of descriptors for dealing with sql type.
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Remove the mapping for this key (if any exists).
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
remove(Object) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
remove(Object) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called after an item has become stale (before the transaction completes).
remove() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy
 
remove() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
remove(int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
remove(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
remove(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
remove(int) - Method in class org.hibernate.collection.internal.PersistentBag
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
remove(int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentList
 
remove(int) - Method in class org.hibernate.collection.internal.PersistentList
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentMap
 
remove(Object) - Method in class org.hibernate.collection.internal.PersistentSet
 
remove(Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
remove(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
remove(int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
remove(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
remove(Object) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
remove() - Method in class org.hibernate.hql.internal.ast.util.ASTIterator
 
remove() - Method in class org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
 
remove() - Method in class org.hibernate.internal.IteratorImpl
 
remove(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
remove(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
remove() - Method in class org.hibernate.internal.util.collections.EmptyIterator
 
remove(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
remove(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
remove() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
remove() - Method in class org.hibernate.internal.util.collections.LazyIterator
 
remove() - Method in class org.hibernate.internal.util.collections.SingletonIterator
 
remove(Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
remove(Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Completely remove the persistent state of the collection
remove(Attribute) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(CDATA) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Entity) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Namespace) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Text) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Node) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Comment) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(ProcessingInstruction) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
remove(Attribute) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(CDATA) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Entity) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Namespace) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Text) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Node) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Comment) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
remove(ProcessingInstruction) - Method in class org.hibernate.tuple.ElementWrapper
 
REMOVE_VALIDATION_GROUP - Static variable in class org.hibernate.ejb.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

removeAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Called to evict data from the entire region
removeAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Called to evict data from the entire region
removeAll() - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Called to evict data from the entire region
removeAll() - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
removeAll() - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called to evict data from the entire region
removeAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
removeAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
removeAll(Collection<?>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
removeAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
removeBatchLoadableCollection(CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After a collection was initialized or evicted, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting or loading an entity, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeChildParent(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeChildParent(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove child/parent relation from cache
removeCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
removeCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection removal.
removeCollectionHolder(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove the mapping of collection to holder during eviction of the owning entity
removeCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
removeCount
removed - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
REMOVED_ENTITY_MARKER - Static variable in class org.hibernate.event.internal.DefaultLoadEventListener
 
REMOVED_ENTITY_MARKER - Static variable in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
removeEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Remove an entity from the session cache, also clear up other state associated with the entity, all except for the EntityEntry
removeEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity.
removeEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
 
removeEntityManagerFactory(String, EntityManagerFactory) - Method in class org.hibernate.ejb.internal.EntityManagerFactoryRegistry
remove the specified entity manager factory from the EntityManagerFactoryRegistry
removeEntry(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Remove an entity entry from the session cache
removeEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity entry from the session cache
removeLocalNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Cleans up local cross-reference entries.
removeNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Handle removing cross reference entries for the given natural-id/pk combo
removeNotificationListener(NotificationListener) - Method in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
 
removeNotificationListener(NotificationListener) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
 
removeObserver(ConnectionObserver) - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
removeObserver(ConnectionObserver) - Method in interface org.hibernate.engine.jdbc.spi.LogicalConnectionImplementor
Remove an observer
removeObserver(TransactionObserver) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
removeObserver(TransactionObserver) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Removed an observer from the coordinator.
removeProcessingInstruction(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
removeProcessingInstruction(String) - Method in class org.hibernate.tuple.ElementWrapper
 
removeProxy(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Remove a proxy from the session cache.
removeProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove a proxy from the session cache
removeResultSetMapping(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
removeSessionFactory(String, String, boolean, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
removeSharedNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Cleans up local cross-reference entries.
removeSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting an entity, we don't need to know the query that was used to load it anymore (don't call this after loading the entity, since we might still need to load its collections)
rename - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
 
renamedProperty(Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
renamedProperty(Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
renamedProperty(Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
renamedProperty(Object, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
renamedProperty(Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
renamedProperty(Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
renamedProperty(Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
renamedProperty$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
renamedProperty$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
renamedProperty$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
renamedProperty$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
renamedProperty$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
renamedProperty$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
render(TrimFunctionTemplate.Options, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.AnsiTrimFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CastFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConvertFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
Render the function call as SQL fragment.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NvlFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
render(Type, List, SessionFactoryImplementor) - Method in interface org.hibernate.dialect.function.SQLFunction
Render the function call as SQL fragment.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
Render the function call as SQL fragment.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
render(int, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardSQLFunction
Render the function call as SQL fragment.
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TemplateRenderer
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
render(TrimFunctionTemplate.Options, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.ConcatExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.EntityTypeExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.CastFunction
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.LocateFunction
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.ListIndexExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.LiteralExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.MapEntryExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.NullifExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.NullLiteralExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.PathTypeExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SizeOfCollectionExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.MapKeyHelpers.MapKeyPath
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BooleanAssertionPredicate
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BooleanExpressionPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BooleanStaticAssertionPredicate
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.ExistsPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.ExplicitTruthValueCheck
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.IsEmptyPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
 
render(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.NullnessPredicate
 
render(StringBuilder, CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
render(CriteriaQueryCompiler.RenderingContext) - Method in interface org.hibernate.ejb.criteria.Renderable
 
render(T) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.BaseValueHandler
 
render(BigDecimal) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
render(BigInteger) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
render(Double) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.DoubleValueHandler
 
render(Float) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.FloatValueHandler
 
render(Long) - Method in class org.hibernate.ejb.criteria.ValueHandlerFactory.LongValueHandler
 
render(T) - Method in interface org.hibernate.ejb.criteria.ValueHandlerFactory.ValueHandler
 
render(FilterAliasGenerator, Map) - Method in class org.hibernate.internal.FilterHelper
 
render(StringBuilder, FilterAliasGenerator, Map) - Method in class org.hibernate.internal.FilterHelper
 
render() - Method in class org.hibernate.sql.SelectValues
 
Renderable - Interface in org.hibernate.ejb.criteria
TODO : javadoc
renderArgument(String, int) - Method in class org.hibernate.dialect.function.AvgWithArgumentCastFunction
 
renderArgument(String, int) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
renderArguments(StringBuilder, CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.AggregationFunction.COUNT
 
renderArguments(StringBuilder, CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
 
renderDisplayInfo() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.NamedParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in interface org.hibernate.param.ParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.PositionalParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Render this parameter into displayable info (for logging, etc).
rendered() - Method in enum org.hibernate.ejb.criteria.predicate.ComparisonPredicate.ComparisonOperator
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.Dialect
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.MySQLDialect
 
renderOrderByElement(String, String, String) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
Implementation note: This is just a stub.
renderOrderByElement(String, String, String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
renderOrderByElement(String, String, String, String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
Implementation note: This is just a stub.
renderOrderByElement(String, String, String, String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
renderOrderByStringTemplate(String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Deprecated. Use Template.translateOrderBy(java.lang.String, org.hibernate.sql.ordering.antlr.ColumnMapper, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.dialect.Dialect, org.hibernate.dialect.function.SQLFunctionRegistry) instead
renderOrderByStringTemplate(String, ColumnMapper, SessionFactoryImplementor, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.CompoundSelectionImpl
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.ConcatExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.EntityTypeExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.ListIndexExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.LiteralExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.MapEntryExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.NullifExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.NullLiteralExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.ParameterExpressionImpl
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.PathTypeExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SizeOfCollectionExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractFromImpl
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BetweenPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BooleanAssertionPredicate
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BooleanExpressionPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.BooleanStaticAssertionPredicate
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.ComparisonPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.CompoundPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.ExistsPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.ExplicitTruthValueCheck
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.IsEmptyPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.LikePredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.MemberOfPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.predicate.NullnessPredicate
 
renderProjection(CriteriaQueryCompiler.RenderingContext) - Method in interface org.hibernate.ejb.criteria.Renderable
 
renderScalarIdentifierSelect(int) - Method in class org.hibernate.hql.internal.ast.tree.ComponentJoin.ComponentFromElementType
 
renderSelect(int[], int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
renderTableExpression(CriteriaQueryCompiler.RenderingContext) - Method in interface org.hibernate.ejb.criteria.FromImplementor
 
renderTableExpression(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.AbstractJoinImpl
 
renderTableExpression(CriteriaQueryCompiler.RenderingContext) - Method in class org.hibernate.ejb.criteria.path.RootImpl
 
renderWhereStringTemplate(String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
renderWhereStringTemplate(String, String, Dialect) - Static method in class org.hibernate.sql.Template
Deprecated. Only intended for annotations usage; use Template.renderWhereStringTemplate(String, String, Dialect, SQLFunctionRegistry) instead
renderWhereStringTemplate(String, String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Takes the where condition provided in the mapping attribute and interpolates the alias.
repeat(String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(String, int, String) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(char, int) - Static method in class org.hibernate.internal.util.StringHelper
 
REPLACE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
replace(Object, Object, Object) - Method in class org.hibernate.envers.entities.RevisionTypeType
 
replace(K, V, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
replace(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
replace(K, V, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
replace(String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String[], String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, boolean, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, String, boolean, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.AnyType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.CollectionType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.CompositeCustomType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.CustomType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.EntityType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, Object) - Method in class org.hibernate.type.EnumType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.ImmutableType
Deprecated.  
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.MetaType
 
replace(Object, Object, SessionImplementor, Object, Map) - Method in class org.hibernate.type.MutableType
Deprecated.  
replace(Object, Object, Object) - Method in class org.hibernate.type.StringClobType
Deprecated.  
replace(Object, Object, SessionImplementor, Object, Map) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SessionImplementor, Object, Map, ForeignKeyDirection) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object[], Object[], Type[], SessionImplementor, Object, Map) - Static method in class org.hibernate.type.TypeHelper
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object, java.util.Map) operation across a series of values.
replace(Object[], Object[], Type[], SessionImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object, java.util.Map) operation across a series of values.
replace(Object, Object, SessionImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, Object) - Method in interface org.hibernate.usertype.UserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replaceAssociations(Object[], Object[], Type[], SessionImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SessionImplementor, java.lang.Object, java.util.Map) operation across a series of values, as long as the corresponding Type is an association.
replaceDelayedEntityIdentityInsertKeys(EntityKey, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
replaceDelayedEntityIdentityInsertKeys(EntityKey, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.ArrayType
 
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.CollectionType
Replace the elements of a collection with the elements of another collection.
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
replaceElements(Object, Object, Object, Map, SessionImplementor) - Method in class org.hibernate.type.MapType
 
replaceElements(Object, Object, CollectionPersister, Object, Map, SessionImplementor) - Method in interface org.hibernate.usertype.UserCollectionType
Replace the elements of a collection with the elements of another collection
replaceNode(Node, Element) - Static method in class org.hibernate.type.AbstractType
 
replaceOnce(String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replaceResultVariableInOrderByClauseWithPosition() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that references to result variables (i.e, select expresssion aliases) in an ORDER BY clause be replaced by column positions (1-origin) as defined by the select clause?
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadeStyle
replicate
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadingAction
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
REPLICATE - Static variable in class org.hibernate.event.spi.EventType
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.internal.SessionImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.internal.SessionImpl
 
replicate(Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
ReplicateEvent - Class in org.hibernate.event.spi
Defines an event class for the replication of an entity.
ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of replicate events generated from a session.
ReplicationMode - Enum in org.hibernate
Represents a replication strategy.
reportedJavaType() - Method in enum org.hibernate.metamodel.source.binder.PluralAttributeNature
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
reportError(String) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
reportError(RecognitionException) - Method in interface org.hibernate.hql.internal.ast.ErrorReporter
 
reportError(String) - Method in interface org.hibernate.hql.internal.ast.ErrorReporter
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
reportError(RecognitionException) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
reportError(String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
reportSkip(String) - Static method in class org.hibernate.testing.SkipLog
 
reportSkip(String, String) - Static method in class org.hibernate.testing.SkipLog
 
reportWarning(String) - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
reportWarning(String) - Method in interface org.hibernate.hql.internal.ast.ErrorReporter
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
reportWarning(String) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
requireClassPersister(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate the persister by class or entity name, requiring that such a persister exist.
requiredDifferentProvider(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
requiredDifferentProvider(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
requiredDifferentProvider(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
requiredDifferentProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
requiredDifferentProvider(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
requiredDifferentProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
requiredDifferentProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
requiredDifferentProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
requiredDifferentProvider$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
requiredDifferentProvider$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
requiredDifferentProvider$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
requiredDifferentProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
requiredDifferentProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
requireQueryableCollection(String) - Method in class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Locate the collection persister by the collection role, requiring that such a persister exist.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.DB2Dialect
DB2 in fact does require that parameters appearing in the select clause be wrapped in cast() calls to tell the DB parser the type of the select value.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that parameters appearing in the SELECT clause be wrapped in cast() calls to tell the db parser the expected type.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.HSQLDialect
todo - needs usage clarification If the SELECT statement is always part of a UNION, then the type of parameter is resolved by v.
RequiresDialect - Annotation Type in org.hibernate.testing
Annotation used to indicate that a test should be run only when run against the indicated dialects.
RequiresDialectFeature - Annotation Type in org.hibernate.testing
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
RequiresDialects - Annotation Type in org.hibernate.testing
Plural annotation for RequiresDialect.
requiresDirtyCheck(Object) - Method in class org.hibernate.engine.spi.EntityEntry
Not sure this is the best method name, but the general idea here is to return true if the entity can possibly be dirty.
requiresMultiTenantConnectionProvider() - Method in enum org.hibernate.MultiTenancyStrategy
 
requiresNoCascadeChecking() - Method in class org.hibernate.engine.spi.CascadingAction
Does the specified cascading action require verification of no cascade validity?
requiresSupertypeForNonDeclaredIdentifier() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
Indicates if a non-null super type is required to provide the identifier attribute(s) if this object does not have a declared identifier.
requiresSupertypeForNonDeclaredIdentifier() - Method in class org.hibernate.ejb.metamodel.EntityTypeImpl
 
requiresSupertypeForNonDeclaredIdentifier() - Method in class org.hibernate.ejb.metamodel.MappedSuperclassTypeImpl
 
requireSupertype() - Method in class org.hibernate.ejb.metamodel.AbstractIdentifiableType
 
reset() - Method in class org.hibernate.cfg.Configuration
 
reset() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
Reset the internal state.
reset() - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
reset() - Method in class org.hibernate.internal.util.xml.ErrorLogger
 
resetCapture() - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
resetDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used by Hibernate to signal that the entity dirty flag should be cleared.
resetExpectedType(Type) - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the identifier and version of the given instance back to its "unsaved" value.
resetIdentifier(Object, Serializable, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Inject the given identifier and version into the entity, in order to "roll back" to their original values.
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Inject the given identifier and version into the entity, in order to "roll back" to their original values.
resetIdentifier(Object, Serializable, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated. Use EntityTuplizer.resetIdentifier(Object, Serializable, Object, SessionImplementor) instead
resetIdentifier(Object, Serializable, Object, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the given identifier and version into the entity, in order to "roll back" to their original values.
resetIfNeeded() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
resetJavaType(Class) - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
 
resetJavaType(Class) - Method in class org.hibernate.ejb.criteria.expression.LiteralExpression
 
resetJoinStatus() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
 
resetJoinStatus() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
resetJoinStatus() - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
resetJoinStatus() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
resetJoinStatus() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
resetJoinStatus() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
Reset the transaction's join status.
resetJoinStatus() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Reset this transaction's join status.
resetStoredSnapshot(PersistentCollection, Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
Reset the stored snapshot for both the persistent collection and this collection entry.
ResinJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JtaPlatform implementation for Resin
ResinJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.ResinJtaPlatform
 
ResolvableNode - Interface in org.hibernate.hql.internal.ast.tree
The contract for expression sub-trees that can resolve themselves.
resolve(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
resolve(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolve() - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
resolve(boolean) - Method in class org.hibernate.hql.internal.ast.tree.CollectionFunction
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
resolve() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
resolve(boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
resolve(boolean, boolean, String) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
resolve(boolean) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
resolve(boolean, boolean, String, AST) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an identifier or a dot
resolve(boolean, boolean, String) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an identifier or a dot, but without a parent node
resolve(boolean, boolean) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an identifier or a dot, but without a parent node or alias
resolve(boolean, boolean, String, AST) - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
resolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.EntityType
Resolve an identifier or unique key value
resolve(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
The second phase of 2-phase loading.
RESOLVE_NATURAL_ID - Static variable in class org.hibernate.event.spi.EventType
 
resolveAllTypes(String) - Method in interface org.hibernate.metamodel.source.annotations.AnnotationBindingContext
 
resolveAllTypes(String) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
resolveAllTypes(String) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
resolveBothSpaceTrimFromFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFromFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from both the beginning (leading) and end (trailing) of the trim source.
resolveBothTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from both the beginning (leading) and end (trailing) of the trim source.
resolveCachedAttributePath(String) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
 
resolveCallback(XClass, Class, ReflectionManager) - Static method in class org.hibernate.ejb.event.CallbackResolver
 
resolveCallbacks(Class<?>, Class<?>, ClassLoaderService, EntityBinding) - Static method in class org.hibernate.ejb.event.CallbackResolver
 
resolveClassicResultTransformer(Constructor, ResultTransformer) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
resolveCollectionProperty(AST) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
resolveColumnName() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnSourceImpl
 
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
resolveColumns(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapValueNode
 
resolveCurrentTenantIdentifier() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Resolve the current tenant identifier.
resolveDependentActions(Object, SessionImplementor) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Resolve any dependencies on managedEntity.
resolveDialect(DatabaseMetaData) - Method in class org.hibernate.service.jdbc.dialect.internal.AbstractDialectResolver
Determine the Dialect to use based on the given JDBC DatabaseMetaData.
resolveDialect(DatabaseMetaData) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectResolverSet
 
resolveDialect(DatabaseMetaData) - Method in interface org.hibernate.service.jdbc.dialect.spi.DialectResolver
Determine the Dialect to use based on the given JDBC DatabaseMetaData.
resolveDialectInternal(DatabaseMetaData) - Method in class org.hibernate.service.jdbc.dialect.internal.AbstractDialectResolver
Perform the actual resolution without caring about handling SQLExceptions.
resolveDialectInternal(DatabaseMetaData) - Method in class org.hibernate.service.jdbc.dialect.internal.BasicDialectResolver
 
resolveDialectInternal(DatabaseMetaData) - Method in class org.hibernate.service.jdbc.dialect.internal.StandardDialectResolver
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
resolvedSqlTypeDescriptorForDifferentSqlCode$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
resolveEntity(String, String) - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
 
resolveEntity(String, String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
 
resolveEntityName(Object) - Method in interface org.hibernate.EntityNameResolver
Given an entity instance, determine its entity-name.
resolveEntityName(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
Given an entity instance, determine its entity-name.
resolveEventTypeByName(String) - Static method in class org.hibernate.event.spi.EventType
Find an EventType by its name
resolveFactory() - Method in interface org.hibernate.type.TypeFactory.TypeScope
 
resolveFirstChild() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Resolves the left hand side of the DOT.
resolveFirstChild() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
Resolves the left hand side of the DOT.
resolveFromCache(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Attempts to resolve the entity id corresponding to the event's natural id values from the session
resolveFunction(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a function.
resolveFunction(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
resolveHibernateTypeName(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
resolveHibernateTypeName(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolverImpl
 
resolveHibernateTypeName(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.EnumeratedTypeResolver
 
resolveHibernateTypeName(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.LobTypeResolver
 
resolveHibernateTypeName(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.TemporalTypeResolver
 
resolveHibernateTypeParameters(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AbstractAttributeTypeResolver
 
resolveHibernateTypeParameters(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.AttributeTypeResolverImpl
 
resolveHibernateTypeParameters(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.EnumeratedTypeResolver
 
resolveHibernateTypeParameters(AnnotationInstance) - Method in class org.hibernate.metamodel.source.annotations.attribute.type.LobTypeResolver
 
resolveIdent(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as an IDENT.
resolveIdent(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
resolveIdentifier(String, String, boolean) - Static method in class org.hibernate.metamodel.source.hbm.Helper
 
resolveIdentifier(Serializable, SessionImplementor) - Method in class org.hibernate.type.EntityType
Resolve an identifier via a load.
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
resolveIndex(AST) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving an an index [].
resolveIndex(AST) - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
resolveInFunctionCall(boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
resolveInFunctionCall(boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
resolveInFunctionCall(boolean, boolean) - Method in interface org.hibernate.hql.internal.ast.tree.ResolvableNode
Does the work of resolving inside of the scope of a function call
resolveInHibernateNamespace(String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
 
resolveInLocalNamespace(String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
 
resolveLeadingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim leading spaces.
resolveLeadingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim leading spaces.
resolveLeadingTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the beginning (leading) of the trim source.
resolveLeadingTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the beginning (leading) of the trim source.
resolveMemberTypes(ResolvedType) - Method in interface org.hibernate.metamodel.source.annotations.AnnotationBindingContext
 
resolveMemberTypes(ResolvedType) - Method in class org.hibernate.metamodel.source.annotations.AnnotationBindingContextImpl
 
resolveMemberTypes(ResolvedType) - Method in class org.hibernate.metamodel.source.annotations.entity.EntityBindingContext
 
resolveNaturalId(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Coordinates the efforts to load a given entity.
ResolveNaturalIdEvent - Class in org.hibernate.event.spi
Defines an event class for the resolving of an entity id from the entity's natural-id
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of resolve natural id events generated from a session.
resolveNonNullableTransientEntity(Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
resolvePlaceHolder(String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Handles interpolation processing for a single property.
resolvePlaceHolders(Map<?, ?>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Handles interpolation processing for all entries in a properties object.
resolveReference(AttributeBinding) - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
resolveReference(AttributeBinding) - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
resolveResultTransformer(ResultTransformer, ResultTransformer) - Static method in class org.hibernate.hql.internal.HolderInstantiator
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.custom.CustomLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.Loader
Determine the actual ResultTransformer that will be used to transform query results.
resolveSchemaName(Connection) - Method in interface org.hibernate.engine.jdbc.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSelectExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
resolveSelectExpression(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
resolveSelectExpression() - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Special method to resolve expressions in the SELECT list.
resolveSessionFactory() - Method in class org.hibernate.type.TypeFactory
 
resolveTableAlias(String) - Method in interface org.hibernate.sql.ordering.antlr.OrderByAliasResolver
Given a column reference, resolve the table alias to apply to the column to qualify it.
resolveTrailingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim trailing spaces.
resolveTrailingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim trailing spaces.
resolveTrailingTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the end (trailing) of the trim source.
resolveTrailingTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the end (trailing) of the trim source.
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapKeyNode
 
resolveType(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.MapValueNode
 
resolveType(Type) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.SingularAttributeImpl
 
resolveType(Type) - Method in interface org.hibernate.metamodel.domain.SingularAttribute
 
resource - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
 
ResourceClosedException - Exception in org.hibernate
Indicates an attempt was made to use a closed resource (Session, SessionFactory, etc).
ResourceClosedException(String) - Constructor for exception org.hibernate.ResourceClosedException
 
ResourceClosedException(String, Throwable) - Constructor for exception org.hibernate.ResourceClosedException
 
RESOURCES_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the ClassLoader Hibernate should use to perform resource loading.
RestrictableStatement - Interface in org.hibernate.hql.internal.ast.tree
Type definition for Statements which are restrictable via a where-clause (and thus also having a from-clause).
Restrictions - Class in org.hibernate.criterion
The criterion package may be used by applications as a framework for building new kinds of Criterion.
RESULT_VARIABLE_REF - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RESULT_VARIABLE_REF - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
ResultCheckStyle - Enum in org.hibernate.annotations
Possible checks on Sql Insert, Delete, Update
resultClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
 
ResultColumnReferenceStrategy - Class in org.hibernate.dialect
Defines how we need to reference columns in the group-by, having, and order-by clauses.
ResultColumnReferenceStrategy(String) - Constructor for class org.hibernate.dialect.ResultColumnReferenceStrategy
 
resultset - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
resultset - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
resultset - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
resultset - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
resultset - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
ResultSetIdentifierConsumer - Interface in org.hibernate.id
An optional contract for Type or UserType implementations to handle generated id values any way they see fit as opposed to being limited to the discrete set of numeric types handled by IdentifierGeneratorHelper
resultSetMapping - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
 
ResultSetMappingBinder - Class in org.hibernate.cfg
 
ResultSetMappingBinder() - Constructor for class org.hibernate.cfg.ResultSetMappingBinder
 
ResultSetMappingDefinition - Class in org.hibernate.engine
Keep a description of the resultset mapping
ResultSetMappingDefinition(String) - Constructor for class org.hibernate.engine.ResultSetMappingDefinition
 
ResultsetMappingSecondPass - Class in org.hibernate.cfg.annotations
 
ResultsetMappingSecondPass(SqlResultSetMapping, Mappings, boolean) - Constructor for class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
ResultSetMappingSecondPass - Class in org.hibernate.cfg
 
ResultSetMappingSecondPass(Element, String, Mappings) - Constructor for class org.hibernate.cfg.ResultSetMappingSecondPass
 
resultsetRef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
ResultSetReturn - Interface in org.hibernate.engine.jdbc.spi
Contract for extracting ResultSets from Statements, executing Statements, managing Statement/ResultSet resources, and logging statement calls.
ResultSetReturnImpl - Class in org.hibernate.engine.jdbc.internal
 
ResultSetReturnImpl(JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
ResultSetWrapper - Interface in org.hibernate.engine.jdbc.spi
Contract for wrapping a ResultSet in a "column name cache" wrapper.
ResultSetWrapperImpl - Class in org.hibernate.engine.jdbc.internal
Standard Hibernate implementation for wrapping a ResultSet in a " column name cache" wrapper.
ResultSetWrapperProxy - Class in org.hibernate.engine.jdbc
A proxy for a ResultSet delegate, responsible for locally caching the columnName-to-columnIndex resolution that has been found to be inefficient in a few vendor's drivers (i.e., Oracle and Postgres).
ResultTransformer - Interface in org.hibernate.transform
Implementors define a strategy for transforming query results into the actual application-visible query result list.
resultVariableRef(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
ResultVariableRefNode - Class in org.hibernate.hql.internal.ast.tree
Represents a reference to a result_variable as defined in the JPA 2 spec.
ResultVariableRefNode() - Constructor for class org.hibernate.hql.internal.ast.tree.ResultVariableRefNode
 
resume(Transaction) - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Tell the TransactionManager to resume the given transaction
resume(Transaction) - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentBag
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentList
 
retainAll(Collection) - Method in class org.hibernate.collection.internal.PersistentSet
 
retainAll(Collection<?>) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
retainAll(Collection) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
reThrowAnyErrors() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
retransformResults(List, String[], ResultTransformer, boolean[]) - Method in class org.hibernate.transform.CacheableResultTransformer
Re-transforms, if necessary, a List of values previously transformed by this (or an equivalent) CacheableResultTransformer.
retrieveTransactionManager() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
retrieveTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
retrieveTransactionManager() - Method in class org.hibernate.service.jta.platform.internal.NoJtaPlatform
 
retrieveTransactionManager() - Method in interface org.hibernate.service.jta.platform.spi.JtaPlatform
Locate the TransactionManager
retrieveUserTransaction() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
retrieveUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
retrieveUserTransaction() - Method in class org.hibernate.service.jta.platform.internal.NoJtaPlatform
 
retrieveUserTransaction() - Method in interface org.hibernate.service.jta.platform.spi.JtaPlatform
Locate the UserTransaction
Return - Interface in org.hibernate.loader.custom
Represents a return in a custom query.
returnClass - Variable in class org.hibernate.id.enhanced.OptimizerFactory.OptimizerSupport
 
returnColumn - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
 
returnColumnName - Variable in class org.hibernate.sql.CaseFragment
 
returnDiscriminatorAndReturnProperty - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
 
RETURNED_CLASS - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
returnedClass() - Method in class org.hibernate.envers.entities.RevisionTypeType
 
returnedClass() - Method in class org.hibernate.type.EnumType
 
returnedClass() - Method in class org.hibernate.type.StringClobType
Deprecated.  
returnedClass() - Method in interface org.hibernate.usertype.CompositeUserType
The class returned by nullSafeGet().
returnedClass() - Method in interface org.hibernate.usertype.UserType
The class returned by nullSafeGet().
ReturningWork<T> - Interface in org.hibernate.jdbc
A discrete piece of work following the lines of Work but returning a result.
ReturnMetadata - Class in org.hibernate.engine.query.spi
 
ReturnMetadata(String[], Type[]) - Constructor for class org.hibernate.engine.query.spi.ReturnMetadata
 
returnProperty - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
 
returnProperty - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
 
returnScalarOrReturnOrReturnJoin - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbResultsetElement
 
reverse() - Method in class org.hibernate.ejb.criteria.OrderImpl
 
revision - Variable in class org.hibernate.envers.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
REVISION_PARAMETER - Static variable in class org.hibernate.envers.entities.mapper.relation.query.QueryConstants
 
RevisionDoesNotExistException - Exception in org.hibernate.envers.exception
 
RevisionDoesNotExistException(Number) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionDoesNotExistException(Date) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionEntity - Annotation Type in org.hibernate.envers
Marks an entity to be created whenever a new revision is generated.
RevisionInfoConfiguration - Class in org.hibernate.envers.configuration
 
RevisionInfoConfiguration(GlobalConfiguration) - Constructor for class org.hibernate.envers.configuration.RevisionInfoConfiguration
 
RevisionInfoGenerator - Interface in org.hibernate.envers.revisioninfo
 
RevisionInfoNumberReader - Class in org.hibernate.envers.revisioninfo
Gets a revision number from a persisted revision info entity.
RevisionInfoNumberReader(Class<?>, PropertyData) - Constructor for class org.hibernate.envers.revisioninfo.RevisionInfoNumberReader
 
RevisionInfoQueryCreator - Class in org.hibernate.envers.revisioninfo
 
RevisionInfoQueryCreator(String, String, String, boolean) - Constructor for class org.hibernate.envers.revisioninfo.RevisionInfoQueryCreator
 
RevisionListener - Interface in org.hibernate.envers
An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
revisionNumber() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.
RevisionNumber - Annotation Type in org.hibernate.envers
Marks a property which will hold the number of the revision in a revision entity, see RevisionListener.
RevisionNumberPropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionNumberPropertyName() - Constructor for class org.hibernate.envers.query.property.RevisionNumberPropertyName
 
revisionProperty(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.
RevisionPropertyPropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on a property of the revision entity, which is associated with an audit entity.
RevisionPropertyPropertyName(String) - Constructor for class org.hibernate.envers.query.property.RevisionPropertyPropertyName
 
RevisionsOfEntityQuery - Class in org.hibernate.envers.query.impl
 
RevisionsOfEntityQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, boolean, boolean) - Constructor for class org.hibernate.envers.query.impl.RevisionsOfEntityQuery
 
RevisionsOfEntityQuery(AuditConfiguration, AuditReaderImplementor, Class<?>, String, boolean, boolean) - Constructor for class org.hibernate.envers.query.impl.RevisionsOfEntityQuery
 
RevisionTimestamp - Annotation Type in org.hibernate.envers
Marks a property which will hold the timestamp of the revision in a revision entity, see RevisionListener.
revisionType() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
RevisionType - Enum in org.hibernate.envers
Type of the revision.
revisionType - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
RevisionTypeAuditExpression - Class in org.hibernate.envers.query.criteria
 
RevisionTypeAuditExpression(Object, String) - Constructor for class org.hibernate.envers.query.criteria.RevisionTypeAuditExpression
 
revisionTypeInId - Variable in class org.hibernate.envers.entities.mapper.relation.AbstractCollectionMapper
 
revisionTypeInId - Variable in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
RevisionTypePropertyName - Class in org.hibernate.envers.query.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionTypePropertyName() - Constructor for class org.hibernate.envers.query.property.RevisionTypePropertyName
 
RevisionTypeType - Class in org.hibernate.envers.entities
A hibernate type for the RevisionType enum.
RevisionTypeType() - Constructor for class org.hibernate.envers.entities.RevisionTypeType
 
RIGHT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RIGHT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
RIGHT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
RIGHT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
RIGHT_OUTER - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
RIGHT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated. use JoinType.RIGHT_OUTER_JOIN instead.
role - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
 
role - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
 
roleName - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
roleName
rollback() - Method in class org.hibernate.ejb.TransactionImpl
 
rollback() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
rollback() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
rollback() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
rollback(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
rollback() - Method in interface org.hibernate.Transaction
Rollback this transaction.
root(String) - Static method in class org.hibernate.internal.util.StringHelper
 
ROOT_ALIAS - Static variable in interface org.hibernate.criterion.CriteriaSpecification
The alias that refers to the "root" entity of the criteria query.
ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is an instance of the root entity
ROOT_LEVEL - Static variable in class org.hibernate.hql.internal.ast.tree.FromClause
 
ROOT_LEVEL - Static variable in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
ROOT_SQL_ALIAS - Static variable in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
RootClass - Class in org.hibernate.mapping
The root class of an inheritance hierarchy
RootClass() - Constructor for class org.hibernate.mapping.RootClass
 
RootEntityResultTransformer - Class in org.hibernate.transform
ResultTransformer implementation which limits the result tuple to only the "root entity".
RootEntitySource - Interface in org.hibernate.metamodel.source.binder
Contract for the entity that is the root of an inheritance hierarchy.
RootEntitySourceImpl - Class in org.hibernate.metamodel.source.annotations.entity
 
RootEntitySourceImpl(EntityClass) - Constructor for class org.hibernate.metamodel.source.annotations.entity.RootEntitySourceImpl
 
RootEntitySourceImpl - Class in org.hibernate.metamodel.source.hbm
 
RootEntitySourceImpl(MappingDocument, JaxbHibernateMapping.JaxbClass) - Constructor for class org.hibernate.metamodel.source.hbm.RootEntitySourceImpl
 
RootImpl<X> - Class in org.hibernate.ejb.criteria.path
TODO : javadoc
RootImpl(CriteriaBuilderImpl, EntityType<X>) - Constructor for class org.hibernate.ejb.criteria.path.RootImpl
 
RootReturn - Class in org.hibernate.loader.custom
Represents a return which names a "root" entity.
RootReturn(String, String, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.RootReturn
 
ROW_ID - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
ROW_STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
ROW_STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
ROW_STAR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
rowCount() - Static method in class org.hibernate.criterion.Projections
The query row count, ie.
RowCountProjection - Class in org.hibernate.criterion
A row count
RowCountProjection() - Constructor for class org.hibernate.criterion.RowCountProjection
 
RowId - Annotation Type in org.hibernate.annotations
Support for ROWID mapping feature of Hibernate.
rowid - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
ROWID_ALIAS - Static variable in interface org.hibernate.persister.entity.Loadable
 
rowIdName - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
RowSelection - Class in org.hibernate.engine.spi
Represents a selection criteria for rows in a JDBC ResultSet
RowSelection() - Constructor for class org.hibernate.engine.spi.RowSelection
 
RTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
run() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
runningHbm2ddlSchemaExport() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
runningHbm2ddlSchemaExport() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
runningHbm2ddlSchemaExport() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
runningHbm2ddlSchemaExport() - Method in interface org.hibernate.internal.CoreMessageLogger
 
runningHbm2ddlSchemaExport() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
runningHbm2ddlSchemaExport() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
runningHbm2ddlSchemaExport() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
runningHbm2ddlSchemaExport$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
runningHbm2ddlSchemaExport$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
runningHbm2ddlSchemaExport$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
runningHbm2ddlSchemaExport$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
runningHbm2ddlSchemaExport$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
runningHbm2ddlSchemaExport$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate() - Method in interface org.hibernate.internal.CoreMessageLogger
 
runningHbm2ddlSchemaUpdate() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
runningHbm2ddlSchemaUpdate() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
runningHbm2ddlSchemaUpdate$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
runningHbm2ddlSchemaUpdate$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
runningSchemaValidator() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
runningSchemaValidator() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
runningSchemaValidator() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
runningSchemaValidator() - Method in interface org.hibernate.internal.CoreMessageLogger
 
runningSchemaValidator() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
runningSchemaValidator() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
runningSchemaValidator() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
runningSchemaValidator$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
runningSchemaValidator$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
runningSchemaValidator$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
runningSchemaValidator$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
runningSchemaValidator$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
runningSchemaValidator$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 

S

sameAsCached(EntityPersister, Serializable, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Are the naturals id values cached here (if any) for the given persister+pk combo the same as the given values?
SAPDBDialect - Class in org.hibernate.dialect
An SQL dialect compatible with SAP DB.
SAPDBDialect() - Constructor for class org.hibernate.dialect.SAPDBDialect
 
save(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SAVE - Static variable in class org.hibernate.event.spi.EventType
 
save(Object) - Method in class org.hibernate.internal.SessionImpl
 
save(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
save(Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
save(String, Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
SAVE_UPDATE - Static variable in class org.hibernate.engine.spi.CascadingAction
 
SAVE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(Object) - Method in class org.hibernate.internal.SessionImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
saveOrUpdate(Object) - Method in interface org.hibernate.Session
Either Session.save(Object) or Session.update(Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
Either Session.save(String, Object) or Session.update(String, Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
SaveOrUpdateEvent - Class in org.hibernate.event.spi
An event class for saveOrUpdate()
SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of update events generated from a session.
saveRevisionData(Session, Object) - Method in class org.hibernate.envers.revisioninfo.DefaultRevisionInfoGenerator
 
saveRevisionData(Session, Object) - Method in interface org.hibernate.envers.revisioninfo.RevisionInfoGenerator
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
 
saveWithGeneratedId(Object, String, Object, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call using a newly generated id.
saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
 
saveWithGeneratedOrRequestedId(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Save the transient instance, assigning the right identifier
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
 
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
 
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
 
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
 
saveWithRequestedId(Object, Serializable, String, Object, EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call using the given requested id.
scalarName(int, int) - Static method in class org.hibernate.hql.internal.NameGenerator
 
ScalarReturn - Class in org.hibernate.loader.custom
Represent a scalar (aka simple value) return within a query result.
ScalarReturn(Type, String) - Constructor for class org.hibernate.loader.custom.ScalarReturn
 
scale() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
scale - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
scale - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
scale - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
scale - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
scale - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
SCANNER - Static variable in class org.hibernate.ejb.AvailableSettings
Pass an implementation of Scanner: - preferably an actual instance - or a class name with a no-arg constructor
Scanner - Interface in org.hibernate.ejb.packaging
 
scheduleAuditDataRemoval(Session, Object) - Method in class org.hibernate.envers.synchronization.SessionCacheCleaner
Schedules audit data removal from session level cache after transaction completion.
SCHEMA - Static variable in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the schema name
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
 
schema - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
Schema - Class in org.hibernate.metamodel.relational
Represents a named schema/catalog pair and manages objects defined within.
Schema(Schema.Name) - Constructor for class org.hibernate.metamodel.relational.Schema
 
Schema(Identifier, Identifier) - Constructor for class org.hibernate.metamodel.relational.Schema
 
Schema.Name - Class in org.hibernate.metamodel.relational
 
Schema.Name(Identifier, Identifier) - Constructor for class org.hibernate.metamodel.relational.Schema.Name
 
Schema.Name(String, String) - Constructor for class org.hibernate.metamodel.relational.Schema.Name
 
SCHEMA_NAME_RESOLVER - Static variable in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
SchemaExport - Class in org.hibernate.tool.hbm2ddl
Commandline tool to export table schema to the database.
SchemaExport(ServiceRegistry, Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
 
SchemaExport(MetadataImplementor) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
 
SchemaExport(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Create a schema exporter for the given Configuration
SchemaExport(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Deprecated. properties may be specified via the Configuration object
SchemaExport(Configuration, Connection) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
Create a schema exporter for the given Configuration, using the supplied connection for connectivity.
SchemaExport(ConnectionHelper, String[], String[]) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
 
SchemaExport.Type - Enum in org.hibernate.tool.hbm2ddl
 
schemaExportComplete() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
schemaExportComplete() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
schemaExportComplete() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
schemaExportComplete() - Method in interface org.hibernate.internal.CoreMessageLogger
 
schemaExportComplete() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
schemaExportComplete() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
schemaExportComplete() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
schemaExportComplete$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
schemaExportComplete$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
schemaExportComplete$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
schemaExportComplete$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
schemaExportComplete$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
schemaExportComplete$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SchemaExportTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaExport.
SchemaExportTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
schemaExportUnsuccessful(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
schemaExportUnsuccessful(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
schemaExportUnsuccessful(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
schemaExportUnsuccessful(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
schemaExportUnsuccessful(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
schemaExportUnsuccessful(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
schemaExportUnsuccessful(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
schemaExportUnsuccessful$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
schemaExportUnsuccessful$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
schemaExportUnsuccessful$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
schemaExportUnsuccessful$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
schemaExportUnsuccessful$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
schemaExportUnsuccessful$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SchemaNameResolver - Interface in org.hibernate.engine.jdbc.spi
Contract for resolving the schema of a Connection.
SchemaUpdate - Class in org.hibernate.tool.hbm2ddl
A commandline tool to update a database schema.
SchemaUpdate(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
SchemaUpdate(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
SchemaUpdate(ServiceRegistry, Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
schemaUpdateComplete() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
schemaUpdateComplete() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
schemaUpdateComplete() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
schemaUpdateComplete() - Method in interface org.hibernate.internal.CoreMessageLogger
 
schemaUpdateComplete() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
schemaUpdateComplete() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
schemaUpdateComplete() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
schemaUpdateComplete$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
schemaUpdateComplete$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
schemaUpdateComplete$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
schemaUpdateComplete$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
schemaUpdateComplete$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
schemaUpdateComplete$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SchemaUpdateScript - Class in org.hibernate.tool.hbm2ddl
Pairs a SchemaUpdate SQL script with the boolean 'quiet'.
SchemaUpdateScript(String, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateScript
 
SchemaUpdateTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaUpdateTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
SchemaValidator - Class in org.hibernate.tool.hbm2ddl
A commandline tool to update a database schema.
SchemaValidator(Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidator(Configuration, Properties) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidator(ServiceRegistry, Configuration) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
scope() - Method in class org.hibernate.type.EntityType
 
scope(SessionFactoryImplementor) - Method in class org.hibernate.type.TypeResolver
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in interface org.hibernate.internal.CoreMessageLogger
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
scopingTypesToSessionFactoryAfterAlreadyScoped$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
script() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
scroll() - Method in interface org.hibernate.Criteria
Get the results as an instance of ScrollableResults
scroll(ScrollMode) - Method in interface org.hibernate.Criteria
Get the results as an instance of ScrollableResults based on the given scroll mode.
scroll(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(Criteria, ScrollMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a scroll() query
scroll(Criteria, ScrollMode) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a criteria query
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute a native SQL query, and return the results as a scrollable result.
scroll(String, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
scroll(Criteria, ScrollMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
Return the query results, as an instance of ScrollableResults
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
scroll(QueryParameters, SessionImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a scroll operation given the underlying query definition.
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.internal.AbstractSessionImpl
 
scroll() - Method in class org.hibernate.internal.CollectionFilterImpl
 
scroll() - Method in class org.hibernate.internal.CriteriaImpl
 
scroll(ScrollMode) - Method in class org.hibernate.internal.CriteriaImpl
 
scroll() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
scroll(ScrollMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
scroll(int) - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Scroll an arbitrary number of locations
scroll() - Method in class org.hibernate.internal.QueryImpl
 
scroll(ScrollMode) - Method in class org.hibernate.internal.QueryImpl
 
scroll(int) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
scroll(String, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
scroll(Criteria, ScrollMode) - Method in class org.hibernate.internal.SessionImpl
 
scroll(ScrollMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
scroll() - Method in class org.hibernate.internal.SQLQueryImpl
 
scroll(Criteria, ScrollMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
scroll(String, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
scroll(SessionImplementor, ScrollMode) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
scroll(QueryParameters, SessionImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
scroll(QueryParameters, Type[], HolderInstantiator, SessionImplementor) - Method in class org.hibernate.loader.Loader
Return the query results, as an instance of ScrollableResults
scroll() - Method in interface org.hibernate.Query
Return the query results as ScrollableResults.
scroll(ScrollMode) - Method in interface org.hibernate.Query
Return the query results as ScrollableResults.
scroll(int) - Method in interface org.hibernate.ScrollableResults
Scroll an arbitrary number of locations
ScrollableResults - Interface in org.hibernate
A result iterator that allows moving around within the results by arbitrary increments.
ScrollableResultsImpl - Class in org.hibernate.internal
Implementation of the ScrollableResults interface
ScrollableResultsImpl(ResultSet, PreparedStatement, SessionImplementor, Loader, QueryParameters, Type[], HolderInstantiator) - Constructor for class org.hibernate.internal.ScrollableResultsImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.spi.SessionImplementor
Execute an SQL Query
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.SessionImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.internal.StatelessSessionImpl
 
ScrollMode - Enum in org.hibernate
Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults
SearchedCaseExpression<R> - Class in org.hibernate.ejb.criteria.expression
Models what ANSI SQL terms a searched case expression.
SearchedCaseExpression(CriteriaBuilderImpl, Class<R>) - Constructor for class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
SearchedCaseExpression.WhenClause - Class in org.hibernate.ejb.criteria.expression
 
SearchedCaseExpression.WhenClause(Expression<Boolean>, Expression<? extends R>) - Constructor for class org.hibernate.ejb.criteria.expression.SearchedCaseExpression.WhenClause
 
searchingForMappingDocuments(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
searchingForMappingDocuments(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
searchingForMappingDocuments(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
searchingForMappingDocuments(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
searchingForMappingDocuments(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
searchingForMappingDocuments(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
searchingForMappingDocuments(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
searchingForMappingDocuments$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
searchingForMappingDocuments$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
searchingForMappingDocuments$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
searchingForMappingDocuments$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
searchingForMappingDocuments$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
searchingForMappingDocuments$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SECONDARY_TABLE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
SECONDARY_TABLES - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
SecondaryAuditTable - Annotation Type in org.hibernate.envers
 
SecondaryAuditTables - Annotation Type in org.hibernate.envers
 
secondaryTable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
SecondaryTableSecondPass - Class in org.hibernate.cfg
 
SecondaryTableSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.cfg.SecondaryTableSecondPass
 
secondLevelCacheHit(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
secondLevelCacheHit(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a hit.
secondLevelCacheHits(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
secondLevelCacheHits(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
secondLevelCacheHits(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
secondLevelCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
secondLevelCacheHits(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
secondLevelCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
secondLevelCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
secondLevelCacheHits$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
secondLevelCacheHits$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
secondLevelCacheHits$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
secondLevelCacheHits$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
secondLevelCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
secondLevelCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
secondLevelCacheMiss(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
secondLevelCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a miss.
secondLevelCacheMisses(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
secondLevelCacheMisses(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
secondLevelCacheMisses(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
secondLevelCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
secondLevelCacheMisses(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
secondLevelCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
secondLevelCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
secondLevelCacheMisses$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
secondLevelCacheMisses$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
secondLevelCacheMisses$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
secondLevelCacheMisses$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
secondLevelCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
secondLevelCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
secondLevelCachePut(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
secondLevelCachePut(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into second level cache.
secondLevelCachePuts(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
secondLevelCachePuts(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
secondLevelCachePuts(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
secondLevelCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
secondLevelCachePuts(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
secondLevelCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
secondLevelCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
secondLevelCachePuts$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
secondLevelCachePuts$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
secondLevelCachePuts$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
secondLevelCachePuts$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
secondLevelCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
secondLevelCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SecondLevelCacheStatistics - Interface in org.hibernate.stat
Second level cache statistics of a specific region
secondPass(Map, Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
SecondPass - Interface in org.hibernate.cfg
Second pass operation
secondPassCompile() - Method in class org.hibernate.cfg.Configuration
 
secondPassCompileForeignKeys(Table, Set<ForeignKey>) - Method in class org.hibernate.cfg.Configuration
 
secondPasses - Variable in class org.hibernate.cfg.Configuration
 
security - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
 
seed(SessionImplementor) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
seed(SessionImplementor) - Method in class org.hibernate.type.BinaryType
 
seed(SessionImplementor) - Method in class org.hibernate.type.ByteType
 
seed(SessionImplementor) - Method in class org.hibernate.type.CalendarType
 
seed(SessionImplementor) - Method in class org.hibernate.type.CustomType
 
seed(SessionImplementor) - Method in class org.hibernate.type.DbTimestampType
 
seed(SessionImplementor) - Method in class org.hibernate.type.IntegerType
 
seed(SessionImplementor) - Method in class org.hibernate.type.LongType
 
seed(SessionImplementor) - Method in class org.hibernate.type.ShortType
 
seed(SessionImplementor) - Method in class org.hibernate.type.TimestampType
 
seed(SessionImplementor) - Method in interface org.hibernate.type.VersionType
Generate an initial version.
seed(SessionImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Generate an initial version.
seedVersion(Object[], int, VersionType, SessionImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Create an initial optimistic locking value according the VersionType contract for the version property if required and inject it into the snapshot state.
seekEntityBinding() - Method in interface org.hibernate.metamodel.binding.AttributeBindingContainer
Seeks out the entity binding that is the root of this component path.
seekEntityBinding() - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
seekEntityBinding() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
select(Selection<? extends T>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
select(Expression<T>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
 
SELECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SELECT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Select - Class in org.hibernate.sql
A simple SQL SELECT statement
Select(Dialect) - Constructor for class org.hibernate.sql.Select
 
SELECT_CLAUSE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_CLAUSE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SELECT_COLUMNS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_COLUMNS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SELECT_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SELECT_FROM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Selectable - Interface in org.hibernate.mapping
 
selectAnyDataSource() - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectAnyDataSource() - Method in class org.hibernate.service.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
selectAtom(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SelectBeforeUpdate - Annotation Type in org.hibernate.annotations
Should the entity's current state be selected from the database when determining whether to perform an update when re-attaching detached entities?
selectBeforeUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
selectBeforeUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
selectBeforeUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
selectBeforeUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
selectCase(Expression<? extends C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
selectCase(Class<R>, Expression<? extends C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
selectCase() - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
selectCase(Class<R>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
selectClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
selectClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectClause(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SelectClause - Class in org.hibernate.hql.internal.ast.tree
Represents the list of expressions in a SELECT clause.
SelectClause() - Constructor for class org.hibernate.hql.internal.ast.tree.SelectClause
 
selectColumn(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
selectConnectionProvider(String) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
selectDataSource(String) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectDataSource(String) - Method in class org.hibernate.service.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
selectedPropertiesList() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
selectExpr(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SelectExpression - Interface in org.hibernate.hql.internal.ast.tree
Represents an element of a projection list, i.e.
SelectExpression - Interface in org.hibernate.sql
TODO : javadoc
SelectExpressionImpl - Class in org.hibernate.hql.internal.ast.tree
A select expression that was generated by a FROM element.
SelectExpressionImpl() - Constructor for class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
SelectExpressionList - Class in org.hibernate.hql.internal.ast.tree
Common behavior - a node that contains a list of select expressions.
SelectExpressionList() - Constructor for class org.hibernate.hql.internal.ast.tree.SelectExpressionList
 
selectExprList(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Generate a list of collection index, key and element columns
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
selectFragment(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Generate a list of collection index and element columns
selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in interface org.hibernate.persister.entity.Joinable
All columns to select, when loading.
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
All columns to select, when loading.
SelectFragment - Class in org.hibernate.sql
A fragment of an SQL SELECT clause
SelectFragment() - Constructor for class org.hibernate.sql.SelectFragment
 
selectFrom() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
SelectGenerator - Class in org.hibernate.id
A generator that selects the just inserted row to determine the identifier value assigned by the database.
SelectGenerator() - Constructor for class org.hibernate.id.SelectGenerator
 
SelectGenerator.SelectGeneratorDelegate - Class in org.hibernate.id
The delegate for the select generation strategy.
selection - Variable in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
SelectionImpl<X> - Class in org.hibernate.ejb.criteria.expression
The Hibernate implementation of the JPA Selection contract.
SelectionImpl(CriteriaBuilderImpl, Class<X>) - Constructor for class org.hibernate.ejb.criteria.expression.SelectionImpl
 
SelectionImplementor<X> - Interface in org.hibernate.ejb.criteria
TODO : javadoc
SelectLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where the locks are obtained through select statements.
SelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
selectNodes(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectNodes(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectNodes(String, String, boolean) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectNodes(String) - Method in class org.hibernate.tuple.ElementWrapper
 
selectNodes(String, String) - Method in class org.hibernate.tuple.ElementWrapper
 
selectNodes(String, String, boolean) - Method in class org.hibernate.tuple.ElementWrapper
 
selectObject() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
selectObject(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectObject(String) - Method in class org.hibernate.tuple.ElementWrapper
 
SelectParser - Class in org.hibernate.hql.internal.classic
Parsers the select clause of a Hibernate query.
SelectParser() - Constructor for class org.hibernate.hql.internal.classic.SelectParser
 
SelectPathExpressionParser - Class in org.hibernate.hql.internal.classic
 
SelectPathExpressionParser() - Constructor for class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
selectSingleNode(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
selectSingleNode(String) - Method in class org.hibernate.tuple.ElementWrapper
 
selectStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
selectStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
selectStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
selectString(List) - Method in class org.hibernate.loader.JoinWalker
Generate a select list of columns containing all properties of the entity classes
SelectValues - Class in org.hibernate.sql
Models a SELECT values lists.
SelectValues(Dialect) - Constructor for class org.hibernate.sql.SelectValues
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.AnyType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
semiResolve(Object, SessionImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
semiResolve(Object, SessionImplementor, Object) - Method in interface org.hibernate.type.Type
Given a hydrated, but unresolved value, return a value that may be used to reconstruct property-ref associations.
sendAfterTransactionBeginNotifications(TransactionImplementor) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
sendAfterTransactionBeginNotifications(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
sendAfterTransactionCompletionNotifications(TransactionImplementor, int) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
sendAfterTransactionCompletionNotifications(TransactionImplementor, int) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
sendBeforeTransactionCompletionNotifications(TransactionImplementor) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
sendBeforeTransactionCompletionNotifications(TransactionImplementor) - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
sendNotification(String) - Method in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
sendNotification
sendNotification(String, Object) - Method in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
sendNotification
sendNotification(String, Object, String) - Method in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
sendNotification
separator(AST, String) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SEQUENCE - Static variable in class org.hibernate.id.SequenceGenerator
The sequence parameter
Sequence - Class in org.hibernate.metamodel.relational
Models a database SEQUENCE.
Sequence(Schema, String) - Constructor for class org.hibernate.metamodel.relational.Sequence
 
Sequence(Schema, String, int, int) - Constructor for class org.hibernate.metamodel.relational.Sequence
 
SEQUENCE_GENERATOR - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
SequenceGenerator - Class in org.hibernate.id
sequence

Generates long values using an oracle-style sequence.
SequenceGenerator() - Constructor for class org.hibernate.id.SequenceGenerator
 
sequenceGenerator - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
sequenceGenerator - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
sequenceGenerator - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
SequenceHiLoGenerator - Class in org.hibernate.id
seqhilo

An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values.
SequenceHiLoGenerator() - Constructor for class org.hibernate.id.SequenceHiLoGenerator
 
SequenceIdentityGenerator - Class in org.hibernate.id
A generator which combines sequence generation with immediate retrieval through JDBC3 getGeneratedKeys.
SequenceIdentityGenerator() - Constructor for class org.hibernate.id.SequenceIdentityGenerator
 
SequenceIdentityGenerator.Delegate - Class in org.hibernate.id
 
SequenceIdentityGenerator.Delegate(PostInsertIdentityPersister, Dialect, String) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.Delegate
 
SequenceIdentityGenerator.NoCommentsInsert - Class in org.hibernate.id
 
SequenceIdentityGenerator.NoCommentsInsert(Dialect) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
 
SequenceIdRevisionEntity - Class in org.hibernate.envers.enhanced
 
SequenceIdRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
SequenceIdRevisionEntity_ - Class in org.hibernate.envers.enhanced
 
SequenceIdRevisionEntity_() - Constructor for class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
SequenceIdTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers.enhanced
Extension of standard SequenceIdRevisionEntity that allows tracking entity names changed in each revision.
SequenceIdTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
SequenceIdTrackingModifiedEntitiesRevisionEntity_ - Class in org.hibernate.envers.enhanced
 
SequenceIdTrackingModifiedEntitiesRevisionEntity_() - Constructor for class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity_
 
sequenceName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
 
sequenceNumber - Variable in class org.hibernate.cache.ehcache.management.impl.BaseEmitterBean
sequenceNumber
SequenceStructure - Class in org.hibernate.id.enhanced
Describes a sequence.
SequenceStructure(Dialect, String, int, int, Class) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
 
SequenceStyleGenerator - Class in org.hibernate.id.enhanced
Generates identifier values based on an sequence-style database structure.
SequenceStyleGenerator() - Constructor for class org.hibernate.id.enhanced.SequenceStyleGenerator
 
SERIALIZABLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Serializable to JDBC VARBINARY.
serializable(Class<T>) - Static method in class org.hibernate.type.TypeFactory
Build a SerializableType from the given Serializable class.
SerializableBlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Blobs to add serializability.
SerializableClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs to add serializability.
SerializableClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableClobProxy
Builds a serializable Clob wrapper around the given Clob.
SerializableNClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs to add serializability.
SerializableNClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableNClobProxy
Builds a serializable Clob wrapper around the given Clob.
serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
serializableProxy() - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
SerializableProxy - Class in org.hibernate.proxy.pojo.javassist
Serializable placeholder for Javassist proxies
SerializableProxy() - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
SerializableProxy(String, Class, Class[], Serializable, Boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
SerializableToBlobType<T extends Serializable> - Class in org.hibernate.type
 
SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
 
SerializableType<T extends Serializable> - Class in org.hibernate.type
A type that maps between a VARBINARY and Serializable classes.
SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
 
SerializableTypeDescriptor<T extends Serializable> - Class in org.hibernate.type.descriptor.java
TODO : javadoc
SerializableTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
SerializableTypeDescriptor.SerializableMutabilityPlan<S extends Serializable> - Class in org.hibernate.type.descriptor.java
 
SerializableTypeDescriptor.SerializableMutabilityPlan(Class<S>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
SerializationException - Exception in org.hibernate.type
Thrown when a property cannot be serializaed/deserialized
SerializationException(String, Exception) - Constructor for exception org.hibernate.type.SerializationException
 
SerializationHelper - Class in org.hibernate.internal.util
Assists with the serialization process and performs additional functionality based on serialization.
serialize(ObjectOutputStream) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Serialize this UnresolvedEntityInsertActions object.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.EntityEntryContext
 
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Used by the owning session to explicitly control serialization of the persistence context.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.jdbc.internal.LogicalConnectionImpl
 
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control serialization of the action queue
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityUniqueKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
serialize(Serializable, OutputStream) - Static method in class org.hibernate.internal.util.SerializationHelper
Serializes an Object to the specified stream.
serialize(Serializable) - Static method in class org.hibernate.internal.util.SerializationHelper
Serializes an Object to a byte array for storage/serialization.
Service - Interface in org.hibernate.service
Marker interface for services.
ServiceBinding<R extends Service> - Class in org.hibernate.service.spi
Models a binding for a particular service
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, Class<R>, R) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, ServiceInitiator<R>) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding.ServiceLifecycleOwner - Interface in org.hibernate.service.spi
 
ServiceContributingIntegrator - Interface in org.hibernate.integrator.spi
Additional, optional contract for Integrators that wish to contribute services to the Hibernate ServiceRegistry.
ServiceDependencyException - Exception in org.hibernate.service.internal
Indictes a problem processing service dependencies.
ServiceDependencyException(String, Throwable) - Constructor for exception org.hibernate.service.internal.ServiceDependencyException
 
ServiceDependencyException(String) - Constructor for exception org.hibernate.service.internal.ServiceDependencyException
 
ServiceException - Exception in org.hibernate.service.spi
Indicates a problem with a service.
ServiceException(String, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Base contract for an initiator of a service.
serviceProperties(Properties) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
serviceProperties(Properties) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
serviceProperties(Properties) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
serviceProperties(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
serviceProperties(Properties) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
serviceProperties(Properties) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
serviceProperties(Properties) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
serviceProperties$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
serviceProperties$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
serviceProperties$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
serviceProperties$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
serviceProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
serviceProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ServiceProxyGenerationException - Exception in org.hibernate.service.internal
Indicates a problem generating a service proxy
ServiceProxyGenerationException(String, Throwable) - Constructor for exception org.hibernate.service.internal.ServiceProxyGenerationException
 
ServiceProxyGenerationException(Throwable) - Constructor for exception org.hibernate.service.internal.ServiceProxyGenerationException
 
serviceRegistry() - Method in class org.hibernate.internal.TransactionEnvironmentImpl
 
serviceRegistry() - Method in class org.hibernate.service.jta.platform.internal.AbstractJtaPlatform
 
ServiceRegistry - Interface in org.hibernate.service
A registry of services.
serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
ServiceRegistryAwareService - Interface in org.hibernate.service.spi
Allows services to be injected with the ServiceRegistry during configuration phase.
ServiceRegistryBuilder - Class in org.hibernate.service
Builder for standard ServiceRegistry instances.
ServiceRegistryBuilder() - Constructor for class org.hibernate.service.ServiceRegistryBuilder
Create a default builder
ServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.ServiceRegistryBuilder
Create a builder with the specified bootstrap services.
ServiceRegistryBuilder - Class in org.hibernate.testing
 
ServiceRegistryBuilder() - Constructor for class org.hibernate.testing.ServiceRegistryBuilder
 
ServiceRegistryImplementor - Interface in org.hibernate.service.spi
Additional integration contracts for a service registry.
serviceRole - Variable in exception org.hibernate.service.UnknownServiceException
 
session - Variable in class org.hibernate.ejb.EntityManagerImpl
 
session() - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Access to the session (via the PersistenceContext) to which this delegate ultimately belongs.
session - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
session - Variable in class org.hibernate.internal.AbstractQueryImpl
 
Session - Interface in org.hibernate
The main runtime interface between a Java application and Hibernate.
session - Variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
Session.LockRequest - Interface in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
SESSION_FACTORY_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Defines a name for the SessionFactory.
SESSION_FACTORY_NAME_IS_JNDI - Static variable in interface org.hibernate.cfg.AvailableSettings
Does the value defined by AvailableSettings.SESSION_FACTORY_NAME represent a JNDI namespace into which the SessionFactory should be bound?
SESSION_FACTORY_OBSERVER - Static variable in class org.hibernate.ejb.AvailableSettings
SessionFactoryObserver class name, the class must have a no-arg constructor
SESSION_INTERCEPTOR - Static variable in class org.hibernate.ejb.AvailableSettings
Interceptor class name, the class has to have a no-arg constructor
SessionBuilder - Interface in org.hibernate
Represents a consolidation of all session creation options into a builder style delegate.
SessionBuilderImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionBuilder and other parts of Hibernate..
SessionCacheCleaner - Class in org.hibernate.envers.synchronization
Class responsible for evicting audit data entries that have been stored in the session level cache.
SessionCacheCleaner() - Constructor for class org.hibernate.envers.synchronization.SessionCacheCleaner
 
SessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
This class is meant to be extended.
SessionDelegatorBaseImpl(SessionImplementor, Session) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SessionException - Exception in org.hibernate
Thrown when the user calls a method of a Session that is in an inappropriate state for the given call (for example, the the session is closed or disconnected).
SessionException(String) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
SessionException(String, Throwable) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
sessionFactory() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
sessionFactory - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
 
SessionFactory - Interface in org.hibernate
The main contract here is the creation of Session instances.
sessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
SessionFactory.SessionFactoryOptions - Interface in org.hibernate
 
SessionFactoryAwareNode - Interface in org.hibernate.hql.internal.ast.tree
Interface for nodes which require access to the SessionFactory
SessionFactoryBuilder - Interface in org.hibernate.metamodel
 
SessionFactoryBuilderImpl - Class in org.hibernate.metamodel.source.internal
 
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been closed.
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been created and is now ready for use.
SessionFactoryHelper - Class in org.hibernate.hql.internal.ast.util
Helper for performing common and/or complex operations with the SessionFactoryImplementor during translation of an HQL query.
SessionFactoryHelper(SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.ast.util.SessionFactoryHelper
Construct a new SessionFactoryHelper instance.
SessionFactoryImpl - Class in org.hibernate.internal
Concrete implementation of the SessionFactory interface.
SessionFactoryImpl(Configuration, Mapping, ServiceRegistry, Settings, SessionFactoryObserver) - Constructor for class org.hibernate.internal.SessionFactoryImpl
 
SessionFactoryImpl(MetadataImplementor, SessionFactory.SessionFactoryOptions, SessionFactoryObserver) - Constructor for class org.hibernate.internal.SessionFactoryImpl
 
SessionFactoryImpl.StatelessSessionBuilderImpl - Class in org.hibernate.internal
 
SessionFactoryImpl.StatelessSessionBuilderImpl(SessionFactoryImpl) - Constructor for class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
SessionFactoryImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionFactoryObserver - Interface in org.hibernate
Allows reaction to basic SessionFactory occurrences.
SessionFactoryObserverChain - Class in org.hibernate.internal
 
SessionFactoryObserverChain() - Constructor for class org.hibernate.internal.SessionFactoryObserverChain
 
SessionFactoryRegistry - Class in org.hibernate.internal
A registry of all SessionFactory instances for the same classloader as this class.
SessionFactoryRegistry() - Constructor for class org.hibernate.internal.SessionFactoryRegistry
 
SessionFactoryRegistry.ObjectFactoryImpl - Class in org.hibernate.internal
 
SessionFactoryRegistry.ObjectFactoryImpl() - Constructor for class org.hibernate.internal.SessionFactoryRegistry.ObjectFactoryImpl
 
SessionFactoryServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Contract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistry
SessionFactoryServiceRegistry - Interface in org.hibernate.service.spi
Specialized ServiceRegistry implementation that holds services which need access to the SessionFactory during initialization.
SessionFactoryServiceRegistryFactory - Interface in org.hibernate.service.spi
Contract for builder of SessionFactoryServiceRegistry instances.
SessionFactoryServiceRegistryFactoryImpl - Class in org.hibernate.service.internal
Acts as a Service in the StandardServiceRegistryImpl whose function is as a factory for SessionFactoryServiceRegistryImpl implementations.
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
SessionFactoryServiceRegistryFactoryInitiator - Class in org.hibernate.service.internal
 
SessionFactoryServiceRegistryFactoryInitiator() - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
SessionFactoryServiceRegistryImpl - Class in org.hibernate.service.internal
 
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor, SessionFactoryImplementor, Configuration) - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor, SessionFactoryImplementor, MetadataImplementor) - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
SessionFactoryStub - Class in org.hibernate.jmx
Deprecated. See HHH-6190 for details
SessionImpl - Class in org.hibernate.internal
Concrete implementation of a Session.
sessionImplementor - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SessionImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between Session / StatelessSession and other parts of Hibernate such as Type, EntityPersister and CollectionPersister implementors
sessionImplementor - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
sessionMap() - Static method in class org.hibernate.context.internal.ManagedSessionContext
 
sessionMap() - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
SessionOwner - Interface in org.hibernate.engine.spi
The contract for a Session owner.
sessionsClosed(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sessionsClosed(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sessionsClosed(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sessionsClosed(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sessionsClosed(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sessionsClosed(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sessionsClosed(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sessionsClosed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sessionsClosed$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sessionsClosed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sessionsClosed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sessionsClosed$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sessionsClosed$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sessionsOpened(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sessionsOpened(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sessionsOpened(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sessionsOpened(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sessionsOpened(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sessionsOpened(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sessionsOpened(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sessionsOpened$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sessionsOpened$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sessionsOpened$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sessionsOpened$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sessionsOpened$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sessionsOpened$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SessionStatistics - Interface in org.hibernate.stat
Information about the first-level (session) cache for a particular session instance
SessionStatisticsImpl - Class in org.hibernate.stat.internal
 
SessionStatisticsImpl(SessionImplementor) - Constructor for class org.hibernate.stat.internal.SessionStatisticsImpl
 
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
sessionWithOptions() - Method in class org.hibernate.internal.SessionImpl
 
sessionWithOptions() - Method in interface org.hibernate.Session
Obtain a Session builder with the ability to grab certain information from this session.
set(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy
 
set(int, Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
set - Variable in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
set(int, Object) - Method in class org.hibernate.collection.internal.PersistentBag
 
set(int, Object) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
set(int, Object) - Method in class org.hibernate.collection.internal.PersistentList
 
set - Variable in class org.hibernate.collection.internal.PersistentSet
 
set(String, Object) - Method in class org.hibernate.criterion.NaturalIdentifier
 
set(int, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
set() - Method in class org.hibernate.envers.tools.MutableBoolean
 
set(int) - Method in class org.hibernate.envers.tools.MutableInteger
 
SET - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SET - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SET - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Set - Class in org.hibernate.mapping
A set with no nullable element columns.
Set(Mappings, PersistentClass) - Constructor for class org.hibernate.mapping.Set
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.BackrefPropertyAccessor.BackrefSetter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.IndexPropertyAccessor.IndexSetter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.MapAccessor.MapSetter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.property.Setter
Set the property value from the given instance
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.  
set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.AbstractLobType
Deprecated.  
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.AbstractLongStringType
Deprecated.  
set(PreparedStatement, T, int, SessionImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
set(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
set(PreparedStatement, Object, int) - Method in class org.hibernate.type.NullableType
Deprecated. Set a parameter value without worrying about the possibility of null values.
set(PreparedStatement, T, int, SessionImplementor) - Method in interface org.hibernate.type.SingleColumnType
Set a parameter value without worrying about the possibility of null values.
set(String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.set(String, String) instead. See Jira issue: HHH-7771
set(String, String) - Method in class org.hibernate.type.TypeFactory
 
setAbstract(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setAbstract(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setAbstract(boolean) - Method in class org.hibernate.mapping.Table
 
setAbstract(Boolean) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setAccess(AccessType) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Sets the value of the access property.
setAccess(JaxbAccessType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Sets the value of the access property.
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setAccessType(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setAccessType(AccessType) - Method in class org.hibernate.metamodel.binding.Caching
 
setActions(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Sets the value of the actions property.
setAfterCompletionAction(AfterCompletionAction) - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
setAfterCompletionAction(AfterCompletionAction) - Method in interface org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator
 
setAlias(String) - Method in class org.hibernate.ejb.criteria.expression.AbstractTupleElement
Protected access to define the alias.
setAlias(AST, AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
setAlias(AST, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
setAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
setAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
setAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
setAlias(String) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
 
setAlias(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setAlias(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
Sets the value of the alias property.
setAliases(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.LockOptions
Specify the LockMode to be used for a specific query alias.
setAllocationSize(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Sets the value of the allocationSize property.
setAllocationSize(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the allocationSize property.
setAllPropertyFetch(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setAlternateUniqueKey(boolean) - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the many side
setAssociation(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
Sets the value of the association property.
setAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
Sets the value of the attribute property.
SetAttributeJoin<O,E> - Class in org.hibernate.ejb.criteria.path
TODO : javadoc
SetAttributeJoin(CriteriaBuilderImpl, Class<E>, PathSource<O>, SetAttribute<? super O, E>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.SetAttributeJoin
 
setAttributes(JaxbEmbeddableAttributes) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Sets the value of the attributes property.
setAttributes(JaxbAttributes) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the attributes property.
setAttributes(JaxbAttributes) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the attributes property.
setAttributes(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setAttributes(List) - Method in class org.hibernate.tuple.ElementWrapper
 
SetAttributeSourceImpl - Class in org.hibernate.metamodel.source.hbm
 
SetAttributeSourceImpl(JaxbSetElement, AttributeSourceContainer) - Constructor for class org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
 
setAttributeValue(String, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
Deprecated.  
setAttributeValue(QName, String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
Deprecated.  
setAttributeValue(String, String) - Method in class org.hibernate.tuple.ElementWrapper
Deprecated.  
setAttributeValue(QName, String) - Method in class org.hibernate.tuple.ElementWrapper
Deprecated.  
setAuditMappedBy(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setAuditTable(AuditTable) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
setAutoAliasInjection(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Sets the value of the autoAliasInjection property.
setAutoClear(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setAutoClear(boolean) - Method in interface org.hibernate.engine.spi.SessionImplementor
Enable/disable automatic cache clearing from after transaction completion (for EJB3)
setAutoClear(boolean) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setAutoClear(boolean) - Method in class org.hibernate.internal.SessionImpl
 
setAutoClear(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setAutoCloseSessionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setAutoCloseSessionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable automatic closing of Session when JTA transaction ends.
setAutoDiscoverScalarTypes(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setAutoImport(boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setAutoImport(boolean) - Method in interface org.hibernate.cfg.Mappings
Set whether to enable auto importing of entity names.
setAutoImport(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Sets the value of the autoImport property.
setBase(int) - Method in class org.hibernate.cfg.IndexColumn
 
setBase(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Sets the value of the base property.
setBaseIndex(int) - Method in class org.hibernate.mapping.List
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the batchSize property.
setBatchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the batchSize property.
setBatchSize(int) - Method in class org.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
 
setBatchSize(int) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setBatchSize(int) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setBatchVersionedDataEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setBatchVersionedDataEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable or disable the use of batch updates for versioned entities
setBeanName(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setBigDecimal(int, BigDecimal) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigDecimal(String, BigDecimal) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.Query
 
setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.Query
 
setBigInteger(int, BigInteger) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigInteger(String, BigInteger) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBigInteger(int, BigInteger) - Method in interface org.hibernate.Query
 
setBigInteger(String, BigInteger) - Method in interface org.hibernate.Query
 
setBinary(int, byte[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBinary(String, byte[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBinary(int, byte[]) - Method in interface org.hibernate.Query
 
setBinary(String, byte[]) - Method in interface org.hibernate.Query
 
SetBinder - Class in org.hibernate.cfg.annotations
Bind a set.
SetBinder() - Constructor for class org.hibernate.cfg.annotations.SetBinder
 
SetBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.SetBinder
 
SetBinding - Class in org.hibernate.metamodel.binding
 
SetBinding(AttributeBindingContainer, PluralAttribute, CollectionElementNature) - Constructor for class org.hibernate.metamodel.binding.SetBinding
 
setBoolean(int, boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBoolean(String, boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setBoolean(int, boolean) - Method in interface org.hibernate.Query
 
setBoolean(String, boolean) - Method in interface org.hibernate.Query
 
setBoundValue(SimpleValue) - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
setByte(int, byte) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setByte(String, byte) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setByte(int, byte) - Method in interface org.hibernate.Query
 
setByte(String, byte) - Method in interface org.hibernate.Query
 
setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCache(Cache) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the cache property.
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the cache property.
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the cache property.
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the cache property.
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the cache property.
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the cache property.
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the cache property.
setCache(JaxbCacheElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the cache property.
setCacheable(boolean) - Method in interface org.hibernate.Criteria
Enable caching of this query result, provided query caching is enabled for the underlying session factory.
setCacheable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheable(boolean) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setCacheable(boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCacheable(boolean) - Method in class org.hibernate.internal.CriteriaImpl
 
setCacheable(boolean) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setCacheable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the cacheable property.
setCacheable(boolean) - Method in interface org.hibernate.Query
Enable caching of this query result set.
setCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
setCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
setCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.Configuration
Set up a cache for an entity class
setCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.Configuration
Set up a cache for an entity class, giving an explicit region name
setCacheConcurrencyStrategy(String, String, String, boolean) - Method in class org.hibernate.cfg.Configuration
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheLazyProperties(boolean) - Method in class org.hibernate.metamodel.binding.Caching
 
setCacheManager(EmbeddedCacheManager) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Criteria
Override the cache mode for this particular query.
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
setCacheMode(CacheMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setCacheMode(JaxbCacheModeAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the cacheMode property.
setCacheMode(JaxbCacheModeAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in class org.hibernate.internal.SessionImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Query
Override the current session cache mode, just for this query.
setCacheMode(CacheMode) - Method in interface org.hibernate.Session
Set the cache mode.
setCacheName(String) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setCacheProviderConfig(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCacheProviderConfig(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. For cache providers which support this setting, specify the provider's specific configuration resource.
setCacheRegion(String) - Method in interface org.hibernate.Criteria
Set the name of the cache region to use for query result caching.
setCacheRegion(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheRegion(String) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setCacheRegion(String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCacheRegion(String) - Method in class org.hibernate.internal.CriteriaImpl
 
setCacheRegion(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setCacheRegion(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in interface org.hibernate.Query
Set the name of the cache region.
setCacheRegionFactory(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCacheRegionFactory(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the second-level cache provider class name
setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheRegionPrefix(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCacheRegionPrefix(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the cache region prefix
setCaching(Caching) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCaching(Caching) - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
setCalendar(int, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendar(String, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendar(int, Calendar) - Method in interface org.hibernate.Query
 
setCalendar(String, Calendar) - Method in interface org.hibernate.Query
 
setCalendarDate(int, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendarDate(String, Calendar) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCalendarDate(int, Calendar) - Method in interface org.hibernate.Query
 
setCalendarDate(String, Calendar) - Method in interface org.hibernate.Query
 
setCallable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCallable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
Sets the value of the callable property.
setCallbackHandler(EntityCallbackHandler) - Method in interface org.hibernate.ejb.event.CallbackHandlerConsumer
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3DeleteEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3FlushEntityEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3MergeEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PersistEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostDeleteEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostInsertEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostLoadEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3PostUpdateEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3SaveEventListener
 
setCallbackHandler(EntityCallbackHandler) - Method in class org.hibernate.ejb.event.EJB3SaveOrUpdateEventListener
 
setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.mapping.Property
 
setCascadeAll(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Sets the value of the cascadeAll property.
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setCascadeDetach(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Sets the value of the cascadeDetach property.
setCascadeMerge(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Sets the value of the cascadeMerge property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Sets the value of the cascadePersist property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Sets the value of the cascadePersist property.
setCascadeRefresh(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Sets the value of the cascadeRefresh property.
setCascadeRemove(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
Sets the value of the cascadeRemove property.
setCascadeStrategy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeStyles(Iterable<CascadeStyle>) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCascadeStyles(Iterable<CascadeStyle>) - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
Set the cascade styles in effect for this association.
setCascadeStyles(Iterable<CascadeStyle>) - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
setCatalog(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setCatalog(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.mapping.Table
 
setCatalogName(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setCatalogName(String) - Method in interface org.hibernate.cfg.Mappings
Sets the currently bound default catalog name.
setCharacter(int, char) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCharacter(String, char) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCharacter(int, char) - Method in interface org.hibernate.Query
 
setCharacter(String, char) - Method in interface org.hibernate.Query
 
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the check property.
setCheck(JaxbCheckAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
Sets the value of the check property.
setCheck(JaxbCheckAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
Sets the value of the check property.
setCheck(JaxbCheckAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
Sets the value of the check property.
setCheck(JaxbCheckAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the check property.
setCheckCondition(String) - Method in class org.hibernate.metamodel.relational.Column
 
setCheckConstraint(String) - Method in class org.hibernate.mapping.Column
 
setCheckNullability(boolean) - Method in class org.hibernate.cfg.Settings
 
setClasses(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setClassLoaderService(ClassLoaderService) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectFactoryImpl
 
setClassMapping(Element) - Method in class org.hibernate.envers.configuration.metadata.EntityXmlMappingData
 
setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setClassPool(ClassPool) - Method in class org.hibernate.bytecode.internal.javassist.FieldTransformer
 
setClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
setClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
setClause(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
setClazz(XClass) - Method in class org.hibernate.cfg.InheritanceState
 
setClazz(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbIdClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the clazz property.
setClosed() - Method in class org.hibernate.internal.AbstractSessionImpl
 
setCollection(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Sets the value of the collection property.
setCollectionCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
setCollectionCacheConcurrencyStrategy(String, String) - Method in class org.hibernate.cfg.Configuration
Set up a cache for a collection role
setCollectionCacheConcurrencyStrategy(String, String, String) - Method in class org.hibernate.cfg.Configuration
Set up a cache for a collection role, giving an explicit region name
setCollectionId(JaxbIdbagElement.JaxbCollectionId) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the collectionId property.
setCollectionJoin(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setCollectionKey(Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setCollectionKeys(Serializable[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCollectionOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionPersisterClass(Class) - Method in class org.hibernate.mapping.Collection
 
setCollectionPersisterClass(Class<? extends CollectionPersister>) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCollectionPersisters(CollectionPersister[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
 
setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
 
setCollectionSuffix(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setCollectionSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionTable(JaxbCollectionTable) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the collectionTable property.
setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
 
setCollectionTable(Table) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCollectionTableAlias(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setCollectionType(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCollectionType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the collectionType property.
setColumn(JaxbColumnElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the column property.
setColumn(JaxbColumnElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Sets the value of the column property.
setColumn(JaxbColumnElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Sets the value of the column property.
setColumn(JaxbColumnElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the column property.
setColumn(JaxbColumnElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement.JaxbReturnDiscriminator
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class org.hibernate.sql.InFragment
 
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Sets the value of the columnAttribute property.
setColumnDefinition(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setColumns(String[]) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setColumns(String[]) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setComment(String) - Method in interface org.hibernate.Criteria
Add a comment to the generated SQL.
setComment(String) - Method in class org.hibernate.criterion.DetachedCriteria
 
setComment(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setComment(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setComment(String) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setComment(String) - Method in class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
 
setComment(String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setComment(String) - Method in class org.hibernate.internal.CriteriaImpl
 
setComment(String) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.mapping.Column
 
setComment(String) - Method in class org.hibernate.mapping.Table
 
setComment(String) - Method in class org.hibernate.metamodel.relational.Column
 
setComment(String) - Method in interface org.hibernate.Query
Add a comment to the generated SQL.
setComment(String) - Method in class org.hibernate.sql.Delete
 
setComment(String) - Method in class org.hibernate.sql.Insert
 
setComment(String) - Method in class org.hibernate.sql.InsertSelect
 
setComment(String) - Method in class org.hibernate.sql.QuerySelect
 
setComment(String) - Method in class org.hibernate.sql.Select
 
setComment(String) - Method in class org.hibernate.sql.SimpleSelect
 
setComment(String) - Method in class org.hibernate.sql.Update
 
setCommentsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCommentsEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable or disable the inclusion of comments in generated SQL
setComparator(Comparator) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
setComparator(Comparator) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
 
setComparator(Comparator) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setComparator(Comparator) - Method in class org.hibernate.metamodel.binding.SetBinding
 
setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
 
setComponentClassName(String) - Method in class org.hibernate.mapping.Component
 
setCompositeElement(JaxbCompositeElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the compositeElement property.
setCompositeElement(JaxbCompositeElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the compositeElement property.
setCompositeElement(JaxbCompositeElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the compositeElement property.
setCompositeElement(JaxbCompositeElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the compositeElement property.
setCompositeElement(JaxbCompositeElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the compositeElement property.
setCompositeElement(JaxbCompositeElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the compositeElement property.
setCompositeId(JaxbHibernateMapping.JaxbClass.JaxbCompositeId) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the compositeId property.
setCompositeIndex(JaxbMapElement.JaxbCompositeIndex) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the compositeIndex property.
setCompositeMapKey(JaxbMapElement.JaxbCompositeMapKey) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the compositeMapKey property.
setCondition(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Sets the value of the condition property.
setCondition(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
Sets the value of the condition property.
setCondition(String) - Method in class org.hibernate.metamodel.relational.CheckConstraint
 
setCondition(String[], String[]) - Method in class org.hibernate.sql.ConditionFragment
 
setCondition(String[], String) - Method in class org.hibernate.sql.ConditionFragment
 
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set a .cfg.xml file, which will be loaded as a resource, from the classpath
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a .cfg.xml file
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Set a .cfg.xml file
setConstrained(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the constrained property.
setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
Sets the constrained.
setConstraints(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setContent(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setContent(List) - Method in class org.hibernate.tuple.ElementWrapper
 
setContext(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
Sets the value of the context property.
setCreate(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Sets the value of the create property.
setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "create" mode.
setCurrentKey(Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentProperty(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
property can be null
setCurrentSession(SessionImplementor) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Associate the collection with the given session.
setCurrentSession(SessionImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Associate the collection with the given session.
setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.cfg.Configuration
 
setCustomDelete(CustomSQL) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setCustomEntityPersisterClass(Class<? extends EntityPersister>) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setCustomEntityTuplizerClass(Class<? extends EntityTuplizer>) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setCustomInsert(CustomSQL) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setCustomLoaderName(String) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCustomLoaderName(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setCustomRead(String) - Method in class org.hibernate.mapping.Column
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSqlDelete(CustomSQL) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSqlDeleteAll(CustomSQL) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSqlInsert(CustomSQL) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSqlUpdate(CustomSQL) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setCustomUpdate(CustomSQL) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setCustomWrite(String) - Method in class org.hibernate.mapping.Column
 
setData(Object) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setData(Object) - Method in class org.hibernate.tuple.ElementWrapper
 
setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDataSource(DataSource) - Method in class org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
 
setDataSource(DataSource) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated. Used to inject a datasource object as the connection provider.
setDatasource(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setDatasource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the JNDI name of the datasource to use in this SessionFactory
setDataSource(DataSource) - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
setDataType(Type) - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
setDatatype(Datatype) - Method in class org.hibernate.metamodel.relational.AbstractSimpleValue
 
setDatatype(Datatype) - Method in interface org.hibernate.metamodel.relational.SimpleValue
Set the datatype of this value.
setDate(int, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDate(String, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDate(int, Date) - Method in interface org.hibernate.Query
 
setDate(String, Date) - Method in interface org.hibernate.Query
Bind the date (time is truncated) of a given Date object to a named query parameter.
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setDefault(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the default property.
setDefaultAccess(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setDefaultAccess(String) - Method in interface org.hibernate.cfg.Mappings
Sets the current default property access style.
setDefaultAccess(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Sets the value of the defaultAccess property.
setDefaultAudited(boolean) - Method in class org.hibernate.envers.configuration.metadata.reader.ClassAuditingData
 
setDefaultCascade(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setDefaultCascade(String) - Method in interface org.hibernate.cfg.Mappings
Sets the current default cascade style.
setDefaultCascade(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Sets the value of the defaultCascade property.
setDefaultCatalog(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDefaultCatalog(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the default catalog
setDefaultLazy(boolean) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setDefaultLazy(boolean) - Method in interface org.hibernate.cfg.Mappings
Set whether to enable default laziness.
setDefaultLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Sets the value of the defaultLazy property.
setDefaultName(String, String, String, String, String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setDefaultPackage(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setDefaultPackage(String) - Method in interface org.hibernate.cfg.Mappings
Set the current default package name.
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Change the default for entities and proxies loaded into this persistence context from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.internal.SessionImpl
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultReadOnly(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultSchema(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDefaultSchema(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the default schema
setDefaultValue(String) - Method in class org.hibernate.mapping.Column
 
setDefaultValue(String) - Method in class org.hibernate.metamodel.relational.Column
 
setDefinition(JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Sets the value of the definition property.
setDeletedState(Object[]) - Method in class org.hibernate.engine.spi.EntityEntry
 
setDeleteRule(ForeignKey.ReferentialAction) - Method in class org.hibernate.metamodel.relational.ForeignKey
 
setDelimitedIdentifiers(Boolean) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setDelimitedIdentifiers(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Sets the value of the delimitedIdentifiers property.
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Set the end of statement delimiter
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set the end of statement delimiter for the generated script
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setDenormalizedSuperTable(Table) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the description property.
setDialect(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDialect(Dialect) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Deprecated. The intention is that Dialect should be required to be specified up-front and it would then get ctor injected.
setDialect(Dialect) - Method in class org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory
 
setDialect(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. The name of the dialect class to use in this SessionFactory
setDialectResolver(DialectResolver) - Method in class org.hibernate.service.jdbc.dialect.internal.DialectFactoryImpl
 
setDirectlyAccessible(boolean) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setDirectReferenceCacheEntriesEnabled(boolean) - Method in class org.hibernate.cfg.Settings
 
setDirty(boolean) - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyProperties(int[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDiscriminator(JaxbHibernateMapping.JaxbClass.JaxbDiscriminator) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the discriminator property.
setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorAlias(String) - Method in interface org.hibernate.SQLQuery.RootReturn
Name the column alias that identifies the entity's discriminator
setDiscriminatorColumn(JaxbDiscriminatorColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Sets the value of the discriminatorColumn property.
setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorMatchValue(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setDiscriminatorType(JaxbDiscriminatorType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Sets the value of the discriminatorType property.
setDiscriminatorTypeName(String) - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
setDiscriminatorValue(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setDiscriminatorValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
 
setDistinct() - Method in class org.hibernate.criterion.CountProjection
 
setDistinct(boolean) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
setDistinct(boolean) - Method in class org.hibernate.sql.QuerySelect
 
setDocument(Document) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setDocument(Document) - Method in class org.hibernate.tuple.ElementWrapper
 
setDorecreate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDoremove(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDouble(int, double) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDouble(String, double) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setDouble(int, double) - Method in interface org.hibernate.Query
 
setDouble(String, double) - Method in interface org.hibernate.Query
 
setDoupdate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDrop(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
Sets the value of the drop property.
setDrop(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "drop" mode.
setDynamic(boolean) - Method in class org.hibernate.mapping.Component
 
setDynamicInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the dynamicInsert property.
setDynamicInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the dynamicInsert property.
setDynamicInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the dynamicInsert property.
setDynamicInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the dynamicInsert property.
setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicInsert(boolean) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setDynamicUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the dynamicUpdate property.
setDynamicUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the dynamicUpdate property.
setDynamicUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the dynamicUpdate property.
setDynamicUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the dynamicUpdate property.
setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicUpdate(boolean) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setEjb3OrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setElement(JaxbElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the element property.
setElement(JaxbElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the element property.
setElement(JaxbElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the element property.
setElement(JaxbElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the element property.
setElement(JaxbElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the element property.
setElement(JaxbElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the element property.
setElement(JaxbElementElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the element property.
setElement(Value) - Method in class org.hibernate.mapping.Collection
 
setElementClass(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the elementClass property.
setElementClassName(String) - Method in class org.hibernate.mapping.Array
 
setElementColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setElementNodeName(String) - Method in class org.hibernate.mapping.Collection
 
setElementType(Type) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
 
setElementType(Type) - Method in interface org.hibernate.metamodel.domain.PluralAttribute
 
setEmbeddableSuperclass(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.Collection
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.OneToMany
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
setEmbedded(boolean) - Method in class org.hibernate.mapping.ToOne
Deprecated. To be removed in 5. Removed as part of removing the notion of DOM entity-mode. See Jira issue: HHH-7771
setEmbeddedId(JaxbEmbeddedId) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
Sets the value of the embeddedId property.
setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
 
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the embedXml property.
setEndTime(int) - Method in class org.hibernate.envers.tools.graph.Vertex
 
setEntity(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntity(int, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setEntity(String, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setEntity(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
Sets the value of the entity property.
setEntity(Entity) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setEntity(int, Object) - Method in interface org.hibernate.Query
Bind an instance of a mapped persistent class to a JDBC-style query parameter.
setEntity(String, Object) - Method in interface org.hibernate.Query
Bind an instance of a mapped persistent class to a named query parameter.
setEntityBinder(EntityBinder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setEntityClass(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
Sets the value of the entityClass property.
setEntityClassName(String) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityDiscriminator(EntityDiscriminator) - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
setEntityId(Serializable) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityId(Serializable) - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the entityListeners property.
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the entityListeners property.
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Sets the value of the entityListeners property.
setEntityMode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
Sets the value of the entityMode property.
setEntityName(String) - Method in class org.hibernate.event.spi.LockEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.PersistEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.RefreshEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntityName(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.mapping.Backref
 
setEntityName(String) - Method in class org.hibernate.mapping.IndexBackref
 
setEntityName(String) - Method in class org.hibernate.mapping.OneToOne
 
setEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
Specify a user-supplied delegate to be used to handle scenarios where an entity could not be located by specified id.
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.RootClass
 
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.Subclass
 
setEntityResolver(EntityResolver) - Method in class org.hibernate.cfg.Configuration
Set a custom entity resolver.
setEntityResolver(EntityResolver) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
setEntry(EntityEntry) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntryStatus(EntityEntry, Status) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set the status of an entry
setEnumerated(JaxbEnumType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the enumerated property.
setEnumerated(JaxbEnumType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the enumerated property.
setEscapeCharacter(Character) - Method in class org.hibernate.criterion.Example
Set escape character for "like" clause
setEvictionMaxEntries(int) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setEvictionStrategy(String) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setEvictionWakeUpInterval(long) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setExceptionMapper(ExceptionMapper) - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
setExceptionMapper(ExceptionMapper) - Method in interface org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator
 
setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the excludeDefaultListeners property.
setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the excludeDefaultListeners property.
setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the excludeSuperclassListeners property.
setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the excludeSuperclassListeners property.
setExcludeUnlistedClasses(boolean) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setExpectedType(Type) - Method in class org.hibernate.hql.internal.ast.tree.BooleanLiteralNode
 
setExpectedType(Type) - Method in interface org.hibernate.hql.internal.ast.tree.ExpectedTypeAwareNode
 
setExpectedType(Type) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
setExpectedType(Type) - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
setExpectedType(Type) - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in interface org.hibernate.param.ParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
Injects the expected type.
setExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.FromPathExpressionParser
 
setExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
setExpectingCollectionIndex() - Method in class org.hibernate.hql.internal.classic.SelectPathExpressionParser
 
setExpirationLifespan(long) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setExpirationMaxIdle(long) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setExplicitAssociationTable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
 
setExplicitPolymorphism(boolean) - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
setExplicitType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setExplicitType(Type) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setExplicitTypeName(String) - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
setExposeStatistics(boolean) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
setExtended(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
setExtends(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the extends property.
setExtends(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the extends property.
setExtends(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the extends property.
setExtraLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setExtraSelectList(String) - Method in class org.hibernate.sql.SelectFragment
 
setExtraSelectList(CaseFragment, String) - Method in class org.hibernate.sql.SelectFragment
 
setFetch(boolean) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setFetch(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setFetch(JaxbFetchAttributeWithSubselect) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttributeWithSubselect) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttributeWithSubselect) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttributeWithSubselect) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttributeWithSubselect) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttributeWithSubselect) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the fetch property.
setFetch(JaxbFetchAttributeWithSubselect) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the fetch property.
setFetch(JaxbFetchType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the fetch property.
setFetch(JaxbFetchType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the fetch property.
setFetch(JaxbFetchType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the fetch property.
setFetch(JaxbFetchType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the fetch property.
setFetch(JaxbFetchType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the fetch property.
setFetch(JaxbFetchType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the fetch property.
setFetchMode(String, FetchMode) - Method in interface org.hibernate.Criteria
Specify an association fetching strategy for an association or a collection of values.
setFetchMode(String, FetchMode) - Method in class org.hibernate.criterion.DetachedCriteria
 
setFetchMode(String, FetchMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setFetchMode(String, FetchMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
 
setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
 
setFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated. use SessionImplementor.getLoadQueryInfluencers() instead
setFetchProfile(String) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
Set the current internal fetch profile for this session.
setFetchProfile(String) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setFetchSize(int) - Method in interface org.hibernate.Criteria
Set a fetch size for the underlying JDBC query.
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setFetchSize(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFetchSize(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setFetchSize(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFetchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the fetchSize property.
setFetchSize(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the fetchSize property.
setFetchSize(int) - Method in interface org.hibernate.Query
Set a fetch size for the underlying JDBC query.
setFetchStyle(FetchStyle) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setFetchStyle(FetchStyle) - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
 
setFetchStyle(FetchStyle) - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
setFetchTiming(FetchTiming) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setFetchTiming(FetchTiming) - Method in interface org.hibernate.metamodel.binding.AssociationAttributeBinding
 
setFetchTiming(FetchTiming) - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
setFieldFilter(FieldFilter) - Method in class org.hibernate.bytecode.internal.javassist.FieldTransformer
 
setFieldHandler(FieldHandler) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandled
Inject the field interception handler to be used.
setFile(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Sets the value of the file property.
setFilter(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
Sets the filter flag.
setFilter(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setFirstResult(int) - Method in interface org.hibernate.Criteria
Set the first result to be retrieved.
setFirstResult(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFirstResult(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setFirstResult(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFirstResult(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setFirstResult(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFirstResult(int) - Method in interface org.hibernate.Query
Set the first row to retrieve.
setFirstRow(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setFkJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setFloat(int, float) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFloat(String, float) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFloat(int, float) - Method in interface org.hibernate.Query
 
setFloat(String, float) - Method in interface org.hibernate.Query
 
setFlushBeforeCompletionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setFlushBeforeCompletionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable automatic flushing of the Session when JTA transaction ends.
setFlushing(boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setFlushing(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before and after the flushcycle
setFlushMode(FlushMode) - Method in interface org.hibernate.Criteria
Override the flush mode for this particular query.
setFlushMode(FlushModeType) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
setFlushMode(FlushMode) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setFlushMode(JaxbFlushModeAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the flushMode property.
setFlushMode(JaxbFlushModeAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in class org.hibernate.internal.SessionImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Query
Override the current session flush mode, just for this query.
setFlushMode(FlushMode) - Method in interface org.hibernate.Session
Set the flush mode for this session.
setFlushRequired(boolean) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setForce(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the force property.
setForced(boolean) - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
setForceDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
 
setForceInsertable(boolean) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setForeignKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the foreignKey property.
setForeignKeyName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setForeignKeyType(ForeignKeyDirection) - Method in class org.hibernate.mapping.OneToOne
Sets the foreignKeyType.
setFormat(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Should we format the sql strings?
setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setFormula(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setFormula(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.mapping.Formula
 
setFormula(String, String) - Method in class org.hibernate.sql.InFragment
 
setFormulaAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the formulaAttribute property.
setFromClause(String) - Method in class org.hibernate.sql.Select
Sets the fromClause.
setFromClause(String, String) - Method in class org.hibernate.sql.Select
 
setFromElement(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
setFromElement(FromElement) - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
setGenerated(JaxbGeneratedAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Sets the value of the generated property.
setGenerated(JaxbGeneratedAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the generated property.
setGenerated(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the generated property.
setGeneratedValue(JaxbGeneratedValue) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Sets the value of the generatedValue property.
setGeneration(PropertyGeneration) - Method in class org.hibernate.mapping.Property
 
setGeneration(PropertyGeneration) - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
setGenerator(JaxbGeneratorElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Sets the value of the generator property.
setGenerator(JaxbGeneratorElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the generator property.
setGenerator(JaxbGeneratorElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Sets the value of the generator property.
setGenerator(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
Sets the value of the generator property.
setGetGeneratedKeysEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setGetGeneratedKeysEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable or disable the use getGeneratedKeys()
setGloballyQuotedIdentifiers(boolean) - Method in class org.hibernate.metamodel.source.internal.MetadataImpl
 
setGloballyQuotedIdentifiers(boolean) - Method in interface org.hibernate.metamodel.source.MetadataImplementor
 
setGroupByClause(String) - Method in class org.hibernate.sql.Select
 
setGroupByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setGroupings(List<Expression<?>>) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
setGroupings(Expression<?>...) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Should we stop once an error occurs?
setHaltonerror(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setHasFilterCondition(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHasParents(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasSiblings(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasThetaJoins(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHaving(Predicate) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
setHavingTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setHbmfiles(List<NamedInputStream>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
Deprecated. use getHbmfiles() rather
setHint(String, Object) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
setHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setHqlParameterSpecification(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.ParameterNode
 
setId(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setId(int) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setId(int) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
setId(Serializable) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setId(Serializable) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setId(JaxbHibernateMapping.JaxbClass.JaxbId) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the id property.
setId(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the id property.
setId(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the id property.
setIdClass(JaxbIdClass) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the idClass property.
setIdClass(JaxbIdClass) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the idClass property.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
 
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
Sets the identifier.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
 
setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Inject the identifier value into the given entity.
setIdentifier(Object, Serializable, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Inject the identifier value into the given entity.
setIdentifier(Serializable) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setIdentifier(Serializable) - Method in interface org.hibernate.proxy.LazyInitializer
Set the identifier value for the entity our owning proxy represents.
setIdentifier(Object, Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Inject the identifier value into the given entity.
setIdentifier(Object, Serializable, SessionImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Inject the identifier value into the given entity.
setIdentifier(Object, Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated. Use EntityTuplizer.setIdentifier(Object, Serializable, SessionImplementor) instead.
setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the identifier value into the given entity.
setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
 
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorStrategy.
setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierType(String) - Method in class org.hibernate.mapping.Any
 
setIdentifierValue(KeyValue) - Method in class org.hibernate.mapping.Table
 
setIdGenerator(IdGenerator) - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
setIdType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
Sets the value of the idType property.
setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
 
setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy manually by injecting its target.
setImplicit(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setImpliedInFromClause(boolean) - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
setImpliedJoinType(int) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
setImpliedJoinType(int) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
setImportFiles(String) - Method in class org.hibernate.cfg.Settings
 
setImportSqlCommandExtractor(ImportSqlCommandExtractor) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Set import.sql command extractor.
setInclude(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Sets the value of the include property.
setInclude(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
Sets the value of the include property.
setIncludedInOptimisticLocking(boolean) - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
setIncludedInOptimisticLocking(boolean) - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
setIncludedInOptimisticLocking(boolean) - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
setIncludeInInsert(boolean) - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
 
setIncludeInUpdate(boolean) - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
 
setIncludeSubclasses(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setIndex(Element, String, String) - Static method in class org.hibernate.collection.internal.PersistentIndexedElementHolder
Deprecated.  
setIndex(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the index property.
setIndex(JaxbIndexElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the index property.
setIndex(JaxbIndexElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the index property.
setIndex(JaxbIndexElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the index property.
setIndex(JaxbIndexElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the index property.
setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
 
setIndexCollectionSelectorParamSpec(ParameterSpecification) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setIndexColumn(IndexColumn) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIndexManyToAny(JaxbMapElement.JaxbIndexManyToAny) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the indexManyToAny property.
setIndexManyToMany(JaxbMapElement.JaxbIndexManyToMany) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the indexManyToMany property.
setIndexNodeName(String) - Method in class org.hibernate.mapping.IndexedCollection
 
setIndexType(Type) - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer.IndexedPluralAttributeImpl
 
setIndexType(Type) - Method in interface org.hibernate.metamodel.domain.IndexedPluralAttribute
 
setInherit(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
Sets the value of the inherit property.
setInheritance(JaxbInheritance) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the inheritance property.
setInheritanceState(InheritanceState) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInIdClass(Boolean) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setInIdClass(Boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
setInitialized() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setInitialValue(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Sets the value of the initialValue property.
setInitialValue(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the initialValue property.
setInProjectionList(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setInProjectionList(boolean) - Method in class org.hibernate.hql.internal.ast.tree.ImpliedFromElement
 
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the insert property.
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setInsertable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Sets the value of the insertable property.
setInsertable(boolean) - Method in class org.hibernate.mapping.Property
 
setInsertable(boolean) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setInsertableDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInserted(boolean) - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
setInstanceToLoad(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setInteger(int, int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setInteger(String, int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setInteger(int, int) - Method in interface org.hibernate.Query
 
setInteger(String, int) - Method in interface org.hibernate.Query
 
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
Set the current Interceptor
setInterceptor(Interceptor) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
setInternalFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setInverse(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the inverse property.
setInverse(boolean) - Method in class org.hibernate.mapping.Collection
 
setInverse(boolean) - Method in class org.hibernate.mapping.Join
 
setInverse(boolean) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setInverseJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIsHibernateExtensionMapping(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJar(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Sets the value of the jar property.
setJarFiles(Set<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setJavaTypeDescriptor(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setJavaTypeName(String) - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
setJdbcBatchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcBatchSize(int) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
setJdbcBatchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the maximum JDBC batch size
setJdbcFetchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcFetchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the JDBC fetch size
setJdbcScrollableResultSetEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcScrollableResultSetEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable or disable the use of scrollable resultsets
setJndiName(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setJndiName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. The JNDI name to bind to the SessionFactory
setJndiService(JndiService) - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
setJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJoinFragment(JoinFragment) - Method in class org.hibernate.hql.internal.ast.tree.SqlFragment
 
SetJoinImplementor<Z,X> - Interface in org.hibernate.ejb.criteria
Specialization of JoinImplementor for Set typed attribute joins
setJoins(Map<String, Join>) - Method in class org.hibernate.cfg.Ejb3Column
 
setJoinSequence(JoinSequence) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setJoinTable(AuditJoinTable) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the joinTable property.
setJoinType(JoinType) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
Sets the join type for this '.' node structure.
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setJpaCallbackClasses(List<JpaCallbackClass>) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setJpaEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setJpaEntityName(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setJtaDatasource(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setJtaPlatformName(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setJtaPlatformName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Sets the name of the JtaPlatform implementation to use.
setJtaTrackByThread(boolean) - Method in class org.hibernate.cfg.Settings
 
setKey(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the key property.
setKey(JaxbKeyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the key property.
setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
 
setKey(boolean) - Method in class org.hibernate.mapping.Component
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Join
 
setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
 
setKeyCascadeDeleteEnabled(boolean) - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
setLastCollectionElementIndexValue(String) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
setLazy(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttributeWithExtra) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the lazy property.
setLazy(JaxbLazyAttributeWithExtra) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttributeWithExtra) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttributeWithNoProxy) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttributeWithExtra) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttributeWithNoProxy) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the lazy property.
setLazy(JaxbLazyAttributeWithExtra) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the lazy property.
setLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
 
setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setLazy(boolean) - Method in class org.hibernate.mapping.Property
 
setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setLazy(boolean) - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
setLazy(boolean) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setLazy(boolean) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setLength(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Sets the value of the length property.
setLength(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the length property.
setLength(int) - Method in class org.hibernate.mapping.Column
 
setLength(long) - Method in class org.hibernate.metamodel.relational.Size
 
setLength(int) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
setListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
setListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListIndex(JaxbListIndexElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the listIndex property.
setListIndex(JaxbListIndexElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the listIndex property.
setListIndex(JaxbListIndexElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the listIndex property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the loader property.
setLoader(JaxbLoaderElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the loader property.
setLoaderName(String) - Method in class org.hibernate.mapping.Collection
 
setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setLob(JaxbLob) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the lob property.
setLob(JaxbLob) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the lob property.
setLob(boolean) - Method in class org.hibernate.mapping.Property
 
setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.metamodel.relational.Size
 
setLocale(int, Locale) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLocale(String, Locale) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLocale(int, Locale) - Method in interface org.hibernate.Query
 
setLocale(String, Locale) - Method in interface org.hibernate.Query
 
setLocalGenerators(HashMap<String, IdGenerator>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setLockMode(LockMode) - Method in interface org.hibernate.Criteria
Set the lock mode of the current entity
setLockMode(String, LockMode) - Method in interface org.hibernate.Criteria
Set the lock mode of the aliased entity
setLockMode(LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
 
setLockMode(String, LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
 
setLockMode(LockModeType) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
setLockMode(LockModeType) - Method in class org.hibernate.ejb.QueryImpl
 
setLockMode(LockMode) - Method in class org.hibernate.engine.spi.EntityEntry
 
setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setLockMode(LockMode) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
Deprecated. Instead use setLockOptions
setLockMode(LockMode) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockMode(LockMode) - Method in class org.hibernate.event.spi.LockEvent
 
setLockMode(LockMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.internal.CriteriaImpl
 
setLockMode(LockMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setLockMode(String, LockMode) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setLockMode(JaxbLockModeAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
Sets the value of the lockMode property.
setLockMode(JaxbLockModeAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
Sets the value of the lockMode property.
setLockMode(JaxbLockModeAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
Sets the value of the lockMode property.
setLockMode(JaxbLockModeType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Sets the value of the lockMode property.
setLockMode(String, LockMode) - Method in class org.hibernate.internal.QueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.internal.SQLQueryImpl
 
setLockMode(LockMode) - Method in class org.hibernate.LockOptions
Set the overall LockMode to be used.
setLockMode(String, LockMode) - Method in interface org.hibernate.Query
Set the lockmode for the objects idententified by the given alias that appears in the FROM clause.
setLockMode(LockMode) - Method in interface org.hibernate.Session.LockRequest
Specify the LockMode to be used.
setLockMode(LockMode) - Method in class org.hibernate.sql.Select
Deprecated. Instead use setLockOptions
setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
 
setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.FetchReturn
Set the lock mode for this return
setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.RootReturn
Set the lock mode for this return
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.QueryParameters
 
setLockOptions(LockOptions) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
Set lock options
setLockOptions(LockOptions) - Method in class org.hibernate.internal.QueryImpl
 
setLockOptions(LockOptions) - Method in class org.hibernate.internal.SQLQueryImpl
 
setLockOptions(LockOptions) - Method in interface org.hibernate.Query
Set the lock options for the objects idententified by the given alias that appears in the FROM clause.
setLockOptions(LockOptions) - Method in class org.hibernate.sql.Select
Set the lock options
setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LockEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LockEvent
 
setLogicalColumnName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setLogToStdout(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Enable (true) or disable (false) logging to stdout.
setLong(int, long) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLong(String, long) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setLong(int, long) - Method in interface org.hibernate.Query
 
setLong(String, long) - Method in interface org.hibernate.Query
 
setManagedFlushChecker(ManagedFlushChecker) - Method in class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
setManagedFlushChecker(ManagedFlushChecker) - Method in interface org.hibernate.engine.transaction.synchronization.spi.SynchronizationCallbackCoordinator
 
setManagerLookupClass() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
setManagerLookupClass() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
setManagerLookupClass() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
setManagerLookupClass() - Method in interface org.hibernate.internal.CoreMessageLogger
 
setManagerLookupClass() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
setManagerLookupClass() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
setManagerLookupClass() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
setManagerLookupClass$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
setManagerLookupClass$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
setManagerLookupClass$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
setManagerLookupClass$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
setManagerLookupClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
setManagerLookupClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
setManyToAny(JaxbManyToAnyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the manyToAny property.
setManyToAny(JaxbManyToAnyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the manyToAny property.
setManyToAny(JaxbManyToAnyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the manyToAny property.
setManyToAny(JaxbManyToAnyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the manyToAny property.
setManyToAny(JaxbManyToAnyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the manyToAny property.
setManyToAny(JaxbManyToAnyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the manyToAny property.
setManyToMany(JaxbManyToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the manyToMany property.
setManyToMany(JaxbManyToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the manyToMany property.
setManyToMany(JaxbManyToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the manyToMany property.
setManyToMany(JaxbManyToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the manyToMany property.
setManyToMany(JaxbManyToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the manyToMany property.
setManyToMany(JaxbManyToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the manyToMany property.
setManyToManyOrderBy(String) - Method in class org.hibernate.metamodel.binding.ManyToManyCollectionElement
 
setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
 
setManyToManyOwnerSideEntityName(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
 
setManyToManyWhere(String) - Method in class org.hibernate.metamodel.binding.ManyToManyCollectionElement
 
setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKey(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setMapKey(JaxbMapElement.JaxbMapKey) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the mapKey property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the mapKeyClass property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the mapKeyColumn property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyEnumerated(JaxbEnumType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(JaxbEnumType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(JaxbEnumType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyManyToMany(JaxbMapElement.JaxbMapKeyManyToMany) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the mapKeyManyToMany property.
setMapKeyManyToManyColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyTemporal(JaxbTemporalType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(JaxbTemporalType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(JaxbTemporalType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the mapKeyTemporal property.
setMapped(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Sets the value of the mapped property.
setMappedBy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappedBy(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappedBy(String, String, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappedBy(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the mappedBy property.
setMappedClass(Class) - Method in class org.hibernate.mapping.MappedSuperclass
 
setMappingColumn(Column) - Method in class org.hibernate.cfg.Ejb3Column
 
setMappingFiles(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setMappings(Mappings) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setMappings(Mappings) - Method in class org.hibernate.cfg.Ejb3Column
 
setMapResources(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMapResources(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Specify the Hibernate mapping files
setMapsId(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the mapsId property.
setMapsId(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the mapsId property.
setMaximumFetchDepth(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMaximumFetchDepth(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the maximum outer join fetch depth
setMaxResults(int) - Method in interface org.hibernate.Criteria
Set a limit upon the number of objects to be retrieved.
setMaxResults(int) - Method in class org.hibernate.ejb.AbstractQueryImpl
 
setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setMaxResults(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setMaxResults(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setMaxResults(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setMaxResults(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setMaxResults(int) - Method in interface org.hibernate.Query
Set the maximum number of rows to retrieve.
setMaxRows(PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
setMaxRows(PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Use JDBC API to limit the number of rows returned by the SQL query.
setMaxRows(PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
setMaxRows(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setMetaAttributeContext(MetaAttributeContext) - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
setMetaAttributeContext(MetaAttributeContext) - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
setMetaAttributeContext(MetaAttributeContext) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
setMetaAttributeContext(MetaAttributeContext) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Component
 
setMetaAttributes(Map) - Method in interface org.hibernate.mapping.MetaAttributable
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.PersistentClass
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Property
 
setMetadataComplete(Boolean) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setMetadataComplete(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the metadataComplete property.
setMetaType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.mapping.Any
 
setMetaValues(Map) - Method in class org.hibernate.mapping.Any
 
setMethodName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
Sets the value of the methodName property.
setMinimalPutsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMinimalPutsEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable or disable optimization of second-level cache for minimal puts
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
setModifiedFlagName(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbNaturalId
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the mutable property.
setMutable(boolean) - Method in class org.hibernate.mapping.Collection
 
setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setMutable(boolean) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setMutable(boolean) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setName(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setName(String) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setName(String) - Method in class org.hibernate.ejb.packaging.NamedInputStream
 
setName(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setName(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setName(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParentElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbResultsetElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement.JaxbReturnColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbTypeElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTransient
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Sets the value of the name property.
setName(String) - Method in class org.hibernate.mapping.Column
 
setName(String) - Method in class org.hibernate.mapping.Constraint
 
setName(String) - Method in class org.hibernate.mapping.IdGenerator
 
setName(String) - Method in class org.hibernate.mapping.Index
 
setName(String) - Method in class org.hibernate.mapping.Property
 
setName(String) - Method in class org.hibernate.mapping.Table
 
setName(String) - Method in class org.hibernate.metamodel.relational.PrimaryKey
 
setName(String) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setName(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setName(String) - Method in class org.hibernate.tuple.ElementWrapper
 
setNamedParameters(Map<String, TypedValue>) - Method in class org.hibernate.engine.spi.QueryParameters
 
setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setNamingStrategy(NamingStrategy) - Method in class org.hibernate.cfg.Configuration
Set a custom naming strategy
setNamingStrategy(NamingStrategy) - Method in interface org.hibernate.cfg.Mappings
Set the current naming strategy.
setNamingStrategy(NamingStrategy) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
setNaturalId(JaxbHibernateMapping.JaxbClass.JaxbNaturalId) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the naturalId property.
setNaturalIdCache(XClass, NaturalIdCache) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setNaturalIdCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
 
setNaturalKeyLookup(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setNext(JoinSequence) - Method in class org.hibernate.engine.internal.JoinSequence
 
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the node property.
setNodeName(String) - Method in class org.hibernate.mapping.Collection
 
setNodeName(String) - Method in class org.hibernate.mapping.Component
 
setNodeName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setNodeName(String) - Method in class org.hibernate.mapping.Property
 
setNonJtaDatasource(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setNotFound(JaxbNotFoundAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the notFound property.
setNotFound(JaxbNotFoundAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the notFound property.
setNotFound(JaxbNotFoundAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
Sets the value of the notFound property.
setNotNull(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the notNull property.
setNowaitEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
 
setNullable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setNullable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Sets the value of the nullable property.
setNullable(boolean) - Method in class org.hibernate.mapping.Column
 
setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setNullable(boolean) - Method in class org.hibernate.metamodel.relational.Column
 
setNullable(boolean) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the nullValue.
setObject(Object) - Method in class org.hibernate.event.spi.EvictEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.LockEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.PersistEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setOnDelete(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Sets the value of the onDelete property.
setOneToMany(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setOneToMany(JaxbOneToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the oneToMany property.
setOneToMany(JaxbOneToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the oneToMany property.
setOneToMany(JaxbOneToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the oneToMany property.
setOneToMany(JaxbOneToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the oneToMany property.
setOneToMany(JaxbOneToManyElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the oneToMany property.
setOp(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the op.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Sets the value of the optimisticLock property.
setOptimisticLock(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the optimisticLock property.
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
 
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
 
setOptimisticLockMode(int) - Method in class org.hibernate.mapping.PersistentClass
 
setOptimisticLockStyle(OptimisticLockStyle) - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
setOptional(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the optional property.
setOptional(boolean) - Method in class org.hibernate.mapping.Join
 
setOptional(boolean) - Method in class org.hibernate.mapping.Property
 
setOptionalEntityName(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalEntityName(String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setOptionalId(Serializable) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalId(Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setOptionalObject(Object) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalObject(Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.mapping.Collection
 
setOrderBy(String) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setOrderBy(String) - Method in class org.hibernate.sql.SimpleSelect
 
setOrderByClause(String) - Method in class org.hibernate.sql.Select
 
setOrderByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the orderColumn property.
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the orderColumn property.
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the orderColumn property.
setOrigin(FromElement, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setOriginal(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
 
setOrphanRemoval(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the orphanRemoval property.
setOrphanRemoval(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the orphanRemoval property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the outerJoin property.
setOuterJoin(JaxbOuterJoinAttribute) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the outerJoin property.
setOuterJoins(String, String) - Method in class org.hibernate.sql.Select
 
setOutput(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set the script output file
setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
For generating a export script file, this is the file which will be written.
setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setOutputFile(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setOwner(Object) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
 
setOwner(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Set the reference to the owning entity
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Collection
Deprecated. Inject the owner into constructor.
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Component
 
setOwnerAssociationTypes(EntityType[]) - Method in class org.hibernate.loader.JoinWalker
 
setOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
 
setPackage(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Sets the value of the package property.
setPackageName(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setPackages(List<String>) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setParameter(Parameter<T>, T) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.ejb.QueryImpl
setParameter(String, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
setParameter(int, Object) - Method in class org.hibernate.ejb.QueryImpl
setParameter(int, Date, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.ejb.QueryImpl
setParameter(String, Object) - Method in interface org.hibernate.Filter
Set the named parameter's value for this filter.
setParameter(int, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(String, Object, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value for this filter.
setParameter(int, Object, Type) - Method in interface org.hibernate.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, Object, Type) - Method in interface org.hibernate.Query
Bind a value to a named query parameter.
setParameter(int, Object) - Method in interface org.hibernate.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, Object) - Method in interface org.hibernate.Query
Bind a value to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Collection, Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Object[], Type) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Object[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value list for this filter.
setParameterList(String, Collection, Type) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[], Type) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameters(int, Object[]) - Method in class org.hibernate.cache.infinispan.util.EvictAllCommand
 
setParameters(Object[], Type[]) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setParameters(Object[], Type[]) - Method in interface org.hibernate.Query
Bind values and types to positional parameters.
setParameterValue(Query) - Method in class org.hibernate.envers.entities.mapper.id.QueryParameterData
 
setParameterValues(Properties) - Method in class org.hibernate.type.EnumType
 
setParameterValues(Properties) - Method in class org.hibernate.type.SerializableToBlobType
Gets called by Hibernate to pass the configured type parameters to the implementation.
setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
Gets called by Hibernate to pass the configured type parameters to the implementation.
setParent(JaxbParentElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the parent property.
setParent(JaxbParentElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
Sets the value of the parent property.
setParent(JaxbParentElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
Sets the value of the parent property.
setParent(Element) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setParent(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Set the value of the parent property.
setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
setParent(Element) - Method in class org.hibernate.tuple.ElementWrapper
 
setParentFromClause(FromClause) - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
setParentProperty(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
setParentProperty(String) - Method in interface org.hibernate.cfg.PropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.mapping.Component
 
setParentReference(SingularAttribute) - Method in class org.hibernate.metamodel.binding.ComponentAttributeBinding
 
setPassword(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setPassword(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Log into the database with this password
setPerformed(Object) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
setPersistenceUnitDefaults(JaxbPersistenceUnitDefaults) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
Sets the value of the persistenceUnitDefaults property.
setPersistenceUnitMetadata(JaxbPersistenceUnitMetadata) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Sets the value of the persistenceUnitMetadata property.
setPersistentClass(PersistentClass, Map<String, Join>, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Override persistent class on oneToMany Cases for late settings Must only be used on second level pass binding
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
 
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
 
setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the persister property.
setPersisters(Loadable[]) - Method in class org.hibernate.loader.JoinWalker
 
setPkColumnName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the pkColumnName property.
setPkColumnValue(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the pkColumnValue property.
setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
 
setPolymorphism(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the polymorphism property.
setPositionalParameterTypes(Type[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setPositionalParameterValues(Object[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setPositionMappedBy(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setPossibleID(boolean) - Method in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
setPossibleID(boolean) - Method in class org.hibernate.hql.internal.ast.HqlToken
Set to true if this token can be interpreted as an identifier, false if not.
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the postLoad property.
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the postPersist property.
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the postRemove property.
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the postUpdate property.
setPrecedence(String) - Method in class org.hibernate.cfg.Configuration
 
setPrecision(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setPrecision(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the precision property.
setPrecision(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the precision property.
setPrecision(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the precision property.
setPrecision(int) - Method in class org.hibernate.mapping.Column
 
setPrecision(int) - Method in class org.hibernate.metamodel.relational.Size
 
setPrecision(int) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the prePersist property.
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the preRemove property.
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
Sets the value of the preUpdate property.
setPrimaryKey(PrimaryKey) - Method in class org.hibernate.mapping.Table
 
setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Delete
 
setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Update
 
setPrimaryTable(TableSpecification) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setPrimaryTableName(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setProcessed(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setProcessingInstructions(List) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setProcessingInstructions(List) - Method in class org.hibernate.tuple.ElementWrapper
 
setProjection(Projection) - Method in interface org.hibernate.Criteria
Used to specify that the query results will be a projection (scalar in nature).
setProjection(Projection) - Method in class org.hibernate.criterion.DetachedCriteria
 
setProjection(Projection) - Method in class org.hibernate.internal.CriteriaImpl
 
setProjection(Projection) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setProperties(Properties) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Specify a completely new set of properties
setProperties(Properties) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
setProperties(Map) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setProperties(Object) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setProperties(Object) - Method in interface org.hibernate.Query
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using hueristics.
setProperties(Map) - Method in interface org.hibernate.Query
Bind the values of the given Map for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using hueristics.
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Set a properties file
setProperty(String, String) - Method in class org.hibernate.cfg.AnnotationConfiguration
Deprecated.  
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
Set a property value by name
setProperty(String, Object) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
setProperty(String, String) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
setProperty(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
Sets the value of the property property.
setProperty(String, String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setProperty(String, String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set a property
setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
 
setPropertyAccessorName(String) - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
setPropertyAccessorName(String) - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
setPropertyAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.Ejb3Column
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
 
setPropertyPath(String) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setPropertyRef(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
Sets the value of the propertyRef property.
setPropertySelector(Example.PropertySelector) - Method in class org.hibernate.criterion.Example
Set the property selector
setPropertyValue(Object, Object) - Method in class org.hibernate.envers.entities.mapper.relation.AbstractToOneMapper
 
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.metadata.ClassMetadata
Set the value of a particular (named) property
setPropertyValue(Object, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, String, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the value of a particular property
setPropertyValue(Object, int, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, String, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the value of a particular property.
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the value of a particular property.
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Set the value of a property.
setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.AccessOptimizerAdapter
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.bytecode.internal.javassist.BulkAccessor
Sets properties of a given bean to specified values.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
 
setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.metadata.ClassMetadata
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
Inject the given values into the given entity.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.tuple.Tuplizer
Inject the given values into the given entity.
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.AnyType
 
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.ComponentType
 
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.type.CompositeType
Inject property values onto the given component instance

An optional operation

setPropertyValuesWithOptimizer(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
setProps(Properties) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setProvider(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setProxy(Proxy) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
SetProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
SetProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy
 
SetProxy(Initializor<Set<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy
 
setProxy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the proxy property.
setProxy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the proxy property.
setProxy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the proxy property.
setProxy(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the proxy property.
setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setProxyInterfaceType(ValueHolder<Class<?>>) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setQName(QName) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setQName(QName) - Method in class org.hibernate.tuple.ElementWrapper
 
setQuery(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Sets the value of the query property.
setQuery(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
Sets the value of the query property.
setQueryableCollection(QueryableCollection) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setQueryCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setQueryCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable or disable the query cache
setQueryProperties(Query) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setQueryRef(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoaderElement
Sets the value of the queryRef property.
setQuerySpaces(Set) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setQueryString(String) - Method in exception org.hibernate.QueryException
 
setQuerySubstitutions(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setQuerySubstitutions(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the query language substitutions
setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "quiet" mode.
setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "quiet" mode.
setQuoted(boolean) - Method in class org.hibernate.mapping.Table
 
setReached(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRead(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the read property.
setReadFragment(String) - Method in class org.hibernate.metamodel.relational.Column
 
setReadOnly(boolean) - Method in interface org.hibernate.Criteria
Set the read-only/modifiable mode for entities and proxies loaded by this Criteria.
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setReadOnly(boolean, Object) - Method in class org.hibernate.engine.spi.EntityEntry
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
Set the read-only/modifiable mode for entities and proxies loaded by the query.
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setReadOnly(boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(boolean) - Method in class org.hibernate.internal.CriteriaImpl
Set the read-only/modifiable mode for entities and proxies loaded by this Criteria.
setReadOnly(boolean) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setReadOnly(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the readOnly property.
setReadOnly(Object, boolean) - Method in class org.hibernate.internal.SessionImpl
 
setReadOnly(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setReadOnly(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
Set an associated modifiable proxy to read-only mode, or a read-only proxy to modifiable mode.
setReadOnly(boolean) - Method in interface org.hibernate.Query
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
Set the read-only/modifiable setting from this object in an AbstractLazyInitializer.
setReferencedAttributeName(String) - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
setReferencedAttributeName(String) - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
 
setReferencedColumn(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setReferencedColumnName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ForeignKey
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the "many" side
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedEntityName(String) - Method in class org.hibernate.metamodel.binding.ManyToOneAttributeBinding
 
setReferencedEntityName(String) - Method in interface org.hibernate.metamodel.binding.SingularAssociationAttributeBinding
Set the name of the
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.Collection
 
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedTable(Table) - Method in class org.hibernate.mapping.ForeignKey
 
setReflectionOptimizationEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setRegion(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.metamodel.binding.Caching
 
setRegionCacheEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
setRegionCacheLoggingEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheLoggingEnabled(String, boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
setRegionCacheMaxTTISeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheMaxTTISeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
setRegionCacheMaxTTLSeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheMaxTTLSeconds(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
setRegionCachesEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCachesEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
 
setRegionCacheTargetMaxInMemoryCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheTargetMaxInMemoryCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
setRegionCacheTargetMaxTotalCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setRegionCacheTargetMaxTotalCount(String, int) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
setRelationMappedBy(String) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setRelationTargetAuditMode(RelationTargetAuditMode) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
Set the relationTargetAuditMode property value.
setRename(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
Sets the value of the rename property.
setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setRequestedId(Serializable) - Method in class org.hibernate.event.spi.MergeEvent
 
setRequestedId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setResolved() - Method in class org.hibernate.hql.internal.ast.tree.FromReferenceNode
 
setResolvedConstant(String) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setResolvedTypeMapping(Type) - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
setResource(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Sets the value of the resource property.
setRestriction(Predicate) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
setResult(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setResult(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setResultClass(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Sets the value of the resultClass property.
setResultId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setResultSetMapping(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
Sets the value of the resultSetMapping property.
setResultSetMapping(String) - Method in class org.hibernate.internal.SQLQueryImpl
 
setResultSetMapping(String) - Method in interface org.hibernate.SQLQuery
Use a predefined named result-set mapping.
setResultsetRef(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the resultsetRef property.
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Criteria
Set a strategy for handling the query results.
setResultTransformer(ResultTransformer) - Method in class org.hibernate.criterion.DetachedCriteria
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.internal.CriteriaImpl
 
setResultTransformer(ResultTransformer) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Query
Set a strategy for handling the query results.
setReturnColumnName(String) - Method in class org.hibernate.sql.CaseFragment
 
setReturnColumnName(String, String) - Method in class org.hibernate.sql.CaseFragment
 
setReturnedClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setRevisionTimestampGetter(Getter) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
setRole(String) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRole(String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setRole(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.mapping.Collection
 
setRoleName(String) - Method in class org.hibernate.mapping.Component
 
setRollbackOnly() - Method in class org.hibernate.ejb.TransactionImpl
 
setRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
setRollbackOnly() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
setRollbackOnly() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
setRollbackOnly() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
setRoot(Joinable, String) - Method in class org.hibernate.engine.internal.JoinSequence
 
setRowid(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the rowid property.
setRowId(String) - Method in class org.hibernate.mapping.Table
 
setRowId(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setRowNumber(int) - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
Set the current location in the result set, numbered from either the first row (row number 0), or the last row (row number -1).
setRowNumber(int) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
Set the current location in the result set, numbered from either the first row (row number 0), or the last row (row number -1).
setRowSelection(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.AbstractSelectExpression
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
setScalarColumn(int) - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
setScalarColumn(int) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Sets the index and text for select expression in the projection list.
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.AbstractMapComponentNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.AggregateNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.Case2Node
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.CaseNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.ConstructorNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.CountNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.DotNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.IdentNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.IndexNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.LiteralNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.MethodNode
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.QueryNode
 
setScalarColumnText(int) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Appends AST nodes that represent the columns after the current AST node.
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.SelectExpressionImpl
 
setScalarColumnText(int) - Method in class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
setScale(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setScale(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the scale property.
setScale(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the scale property.
setScale(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the scale property.
setScale(int) - Method in class org.hibernate.mapping.Column
 
setScale(int) - Method in class org.hibernate.metamodel.relational.Size
 
setScale(int) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setSchema(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
setSchema(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.mapping.Table
 
setSchemaName(String) - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
setSchemaName(String) - Method in interface org.hibernate.cfg.Mappings
Sets the currently bound default schema name.
setScope(boolean) - Method in class org.hibernate.LockOptions
Set the cope.
setScope(boolean) - Method in interface org.hibernate.Session.LockRequest
Specify if LockMode should be cascaded to owned collections and relationships.
setScrollMode(ScrollMode) - Method in class org.hibernate.engine.spi.QueryParameters
 
setSecondaryTableName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setSecondLevelCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setSecondLevelCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable or disable the second-level cache
setSecurity(JaxbHibernateConfiguration.JaxbSecurity) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
Sets the value of the security property.
setSelect(Select) - Method in class org.hibernate.sql.InsertSelect
 
setSelectable(boolean) - Method in class org.hibernate.mapping.Property
 
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the selectBeforeUpdate property.
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the selectBeforeUpdate property.
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the selectBeforeUpdate property.
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the selectBeforeUpdate property.
setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSelectBeforeUpdate(boolean) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setSelectClause(String) - Method in class org.hibernate.sql.Select
Sets the selectClause.
setSelectClause(SelectFragment) - Method in class org.hibernate.sql.Select
 
setSelectExpression(SelectExpression) - Method in class org.hibernate.hql.internal.ast.tree.ResultVariableRefNode
Set the select expression that defines the result variable.
setSelection(Selection<? extends T>) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
setSelector(JoinSequence.Selector) - Method in class org.hibernate.engine.internal.JoinSequence
 
setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the sequenceGenerator property.
setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Sets the value of the sequenceGenerator property.
setSequenceName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
Sets the value of the sequenceName property.
setSequentialSelect(boolean) - Method in class org.hibernate.mapping.Join
 
setSerializable(int, Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setSerializable(String, Serializable) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setSerializable(int, Serializable) - Method in interface org.hibernate.Query
 
setSerializable(String, Serializable) - Method in interface org.hibernate.Query
 
setService(R) - Method in class org.hibernate.service.spi.ServiceBinding
 
setSession(SessionImplementor) - Method in class org.hibernate.bytecode.instrumentation.spi.AbstractFieldInterceptor
 
setSession(SessionImplementor) - Method in interface org.hibernate.bytecode.instrumentation.spi.FieldInterceptor
Use to associate the entity to which we are bound to the given session.
setSession(SessionImplementor) - Method in class org.hibernate.internal.CriteriaImpl
 
setSession(SessionImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setSession(SessionImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Associate the proxy with the given session.
setSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
setSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.hql.internal.ast.tree.SessionFactoryAwareNode
 
setSessionFactory(JaxbHibernateConfiguration.JaxbSessionFactory) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
Sets the value of the sessionFactory property.
setSessionFactory(SessionFactory) - Method in class org.hibernate.jmx.StatisticsService
Deprecated. Useful to init this MBean wo a JNDI session factory name
setSessionFactoryJNDIName(String) - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
setSessionFactoryJNDIName(String) - Method in interface org.hibernate.jmx.StatisticsServiceMBean
Deprecated. Publish the statistics of a session factory bound to the default JNDI context
setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
 
setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.ejb.Ejb3Configuration
Deprecated.  
setSharedCacheMode(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setShort(int, short) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setShort(String, short) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setShort(int, short) - Method in interface org.hibernate.Query
 
setShort(String, short) - Method in interface org.hibernate.Query
 
setShowSqlEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setShowSqlEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Enable logging of SQL to console
setSimpleValue(SimpleValue) - Method in class org.hibernate.metamodel.binding.SimpleValueBinding
 
setSimpleValueBindings(Iterable<SimpleValueBinding>) - Method in class org.hibernate.metamodel.binding.AbstractSingularAttributeBinding
 
setSimpleValueBindings(Iterable<SimpleValueBinding>) - Method in interface org.hibernate.metamodel.binding.SingularAttributeBinding
 
SetSimpleValueTypeSecondPass - Class in org.hibernate.cfg
 
SetSimpleValueTypeSecondPass(SimpleValueBinder) - Constructor for class org.hibernate.cfg.SetSimpleValueTypeSecondPass
 
setSize(Size) - Method in class org.hibernate.metamodel.relational.Column
 
setSnapshot(Serializable, String, Serializable) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
After flushing, re-init snapshot state.
setSnapshot(Serializable, String, Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, re-init snapshot state.
setSort(Sort) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSort(Sort) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSort(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the sort property.
setSort(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the sort property.
setSorted(boolean) - Method in class org.hibernate.mapping.Collection
 
setSource(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Sets the value of the source property.
setSql(String) - Method in class org.hibernate.loader.JoinWalker
 
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the sqlDelete property.
setSqlDelete(JaxbSqlDeleteElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the sqlDelete property.
setSqlDeleteAll(JaxbSqlDeleteAllElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbSqlDeleteAllElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbSqlDeleteAllElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbSqlDeleteAllElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbSqlDeleteAllElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbSqlDeleteAllElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbSqlDeleteAllElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the sqlDeleteAll property.
setSqlExceptionConverter(SQLExceptionConverter) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Inject the exception converter to use.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the sqlInsert property.
setSqlInsert(JaxbSqlInsertElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the sqlInsert property.
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.SetBinder
 
setSqlType(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setSqlType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the sqlType property.
setSqlType(String) - Method in class org.hibernate.mapping.Column
 
setSqlType(String) - Method in class org.hibernate.metamodel.relational.Column
 
setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
 
setSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbSqlUpdateElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the sqlUpdate property.
setStartTime(int) - Method in class org.hibernate.envers.tools.graph.Vertex
 
setState(Object[]) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheHibernate
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl
setStatisticsEnabled(boolean) - Method in class org.hibernate.cache.ehcache.management.impl.NullHibernateStats
setStatisticsEnabled(boolean) - Method in class org.hibernate.jmx.StatisticsService
Deprecated.  
setStatisticsEnabled(boolean) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
Enable statistics logs (this is a dynamic parameter)
setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
Enable statistics logs (this is a dynamic parameter)
setStatus(Status) - Method in class org.hibernate.engine.spi.EntityEntry
 
setStore(ModificationStore) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setStrategy(JaxbGenerationType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
Sets the value of the strategy property.
setStrategy(JaxbInheritanceType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance
Sets the value of the strategy property.
setStream(InputStream) - Method in class org.hibernate.ejb.packaging.NamedInputStream
 
setStreamsForBinaryEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setString(int, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setString(String, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setString(int, String) - Method in interface org.hibernate.Query
 
setString(String, String) - Method in interface org.hibernate.Query
 
setStyle(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
Sets the value of the style property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.mapping.Table
 
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the subselectAttribute property.
setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
 
setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSuffix(String) - Method in class org.hibernate.sql.SelectFragment
 
setSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
 
setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
 
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.NaturalIdLoadAccess
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
setTable(Table) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setTable(Table) - Method in class org.hibernate.cfg.Ejb3Column
 
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSynchronizeElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the table property.
setTable(JaxbTable) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.mapping.Constraint
 
setTable(Table) - Method in class org.hibernate.mapping.Index
 
setTable(Table) - Method in class org.hibernate.mapping.Join
 
setTable(Table) - Method in class org.hibernate.mapping.JoinedSubclass
 
setTable(Table) - Method in class org.hibernate.mapping.RootClass
 
setTable(Table) - Method in class org.hibernate.mapping.SimpleValue
 
setTable(Table) - Method in interface org.hibernate.mapping.TableOwner
 
setTable(Table) - Method in class org.hibernate.mapping.UnionSubclass
 
setTable(String) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setTableAlias(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the tableAlias.
setTableBinder(TableBinder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
Sets the value of the tableGenerator property.
setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Sets the value of the tableGenerator property.
setTableName(String) - Method in class org.hibernate.sql.Delete
 
setTableName(String) - Method in class org.hibernate.sql.Insert
 
setTableName(String) - Method in class org.hibernate.sql.InsertSelect
 
setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
 
setTableName(String) - Method in class org.hibernate.sql.Update
 
setTargetClass(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the targetClass property.
setTargetEntity(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setTargetEntity(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
Sets the value of the targetEntity property.
setTemporal(JaxbTemporalType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
Sets the value of the temporal property.
setTemporal(JaxbTemporalType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
Sets the value of the temporal property.
setTemporal(JaxbTemporalType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
Sets the value of the temporal property.
setTemporal(JaxbTemporalType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
Sets the value of the temporal property.
Setter - Interface in org.hibernate.property
Sets values to a particular property.
setters - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
setters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
settersOfLazyClassesCannotBeFinal$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
setText(String) - Method in class org.hibernate.hql.internal.ast.tree.JavaConstantNode
 
setText(String) - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
setText(String) - Method in interface org.hibernate.hql.internal.ast.tree.ParameterContainer
Deprecated. Set the renderable text of this node.
setText(String) - Method in interface org.hibernate.hql.internal.ast.tree.SelectExpression
Sets the text of the node.
setText(String) - Method in class org.hibernate.hql.internal.ast.tree.SqlNode
 
setText(int, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setText(String, String) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setText(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
setText(int, String) - Method in interface org.hibernate.Query
 
setText(String, String) - Method in interface org.hibernate.Query
 
setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "text-only" mode.
setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "text-only" mode.
setText(String) - Method in class org.hibernate.tuple.ElementWrapper
 
setTime(int, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTime(String, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTime(int, Date) - Method in interface org.hibernate.Query
 
setTime(String, Date) - Method in interface org.hibernate.Query
Bind the time (date is truncated) of a given Date object to a named query parameter.
setTimeout(int) - Method in interface org.hibernate.Criteria
Set a timeout for the underlying JDBC query.
setTimeout(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setTimeout(int) - Method in class org.hibernate.engine.transaction.internal.jta.JtaTransaction
 
setTimeout(int) - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
setTimeout(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setTimeout(int) - Method in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
setTimeout(int) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTimeout(int) - Method in class org.hibernate.internal.CriteriaImpl
 
setTimeout(int) - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
setTimeout(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
Sets the value of the timeout property.
setTimeout(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
Sets the value of the timeout property.
setTimeOut(int) - Method in class org.hibernate.LockOptions
Set the timeout setting.
setTimeout(int) - Method in interface org.hibernate.Query
Set a timeout for the underlying JDBC query.
setTimeOut(int) - Method in interface org.hibernate.Session.LockRequest
Specify the pessimistic lock timeout (check if your dialect supports this option).
setTimeout(int) - Method in interface org.hibernate.Transaction
Set the transaction timeout for any transaction started by a subsequent call to Transaction.begin() on this instance.
setTimestamp(long) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setTimestamp(long) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
setTimestamp(int, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTimestamp(String, Date) - Method in class org.hibernate.internal.AbstractQueryImpl
 
setTimestamp(JaxbHibernateMapping.JaxbClass.JaxbTimestamp) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the timestamp property.
setTimestamp(int, Date) - Method in interface org.hibernate.Query
 
setTimestamp(String, Date) - Method in interface org.hibernate.Query
Bind the date and the time of a given Date object to a named query parameter.
setTimestampVersionType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
settings - Variable in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Hibernate settings associated with the persistence unit.
Settings - Class in org.hibernate.cfg
Settings that affect the behaviour of Hibernate at runtime.
settingsFactory - Variable in class org.hibernate.cfg.Configuration
 
SettingsFactory - Class in org.hibernate.cfg
Reads configuration properties and builds a Settings instance.
SettingsFactory() - Constructor for class org.hibernate.cfg.SettingsFactory
 
setToOne(boolean) - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
A representation of the value to be embedded in an XML element.
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
setToXMLNode(Node, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.NullableType
Deprecated.  
setToXMLNode(Node, Object, SessionFactoryImplementor) - 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
setTrackEntitiesChangedInRevisionEnabled(boolean) - Method in class org.hibernate.envers.configuration.GlobalConfiguration
 
setTransactionStrategy(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setTransactionStrategy(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the fully qualified class name of the Hibernate TransactionFactory implementation to use.
setTransactionTimeOut(int) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
setTransactionTimeOut(int) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Set the effective transaction timeout period for the current transaction, in seconds.
setTransactionTimeout(int) - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
setTransactionTimeout(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setTrimCharacter(String) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
setTrimSpecification(TrimFunctionTemplate.Specification) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
setType(XProperty, XClass, String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setType(InheritanceType) - Method in class org.hibernate.cfg.InheritanceState
 
setType(int) - Method in class org.hibernate.hql.internal.ast.HqlToken
Sets the type of the token, remembering the previous type.
setType(JaxbTypeAttribute) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
Sets the value of the type property.
setType(JaxbTypeAttribute) - Method in class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
Sets the value of the type property.
setType(JaxbTypeElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the type property.
setType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
Sets the value of the type property.
setType(JaxbTypeElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the type property.
setType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the type property.
setType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
Sets the value of the type property.
setType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
Sets the value of the type property.
setType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
Sets the value of the type property.
setType(JaxbTypeElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Sets the value of the type property.
setType(JaxbTypeElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Sets the value of the type property.
setType(JaxbTypeElement) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the type property.
setType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
Sets the value of the type property.
setType(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
Sets the value of the type property.
SetType - Class in org.hibernate.type
 
SetType(TypeFactory.TypeScope, String, String, boolean) - Constructor for class org.hibernate.type.SetType
Deprecated. Use SetType.SetType(org.hibernate.type.TypeFactory.TypeScope, String, String) instead. See Jira issue: HHH-7771
SetType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.SetType
 
setTypeAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the typeAttribute property.
setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Component
 
setTypeIndex(int) - Method in class org.hibernate.mapping.Column
 
setTypeName(String) - Method in class org.hibernate.ejb.metamodel.AbstractType
 
setTypeName(String) - Method in class org.hibernate.mapping.Collection
 
setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Map<String, String>) - Method in class org.hibernate.metamodel.binding.HibernateTypeDescriptor
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Collection
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Component
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.DependantValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.OneToMany
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.ToOne
 
setTypeUsingReflection(String, String) - Method in interface org.hibernate.mapping.Value
 
setUnique(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the unique property.
setUnique(boolean) - Method in class org.hibernate.mapping.Column
 
setUnique(boolean) - Method in class org.hibernate.metamodel.relational.Column
 
setUnique(boolean) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setUniqueInteger(int) - Method in class org.hibernate.mapping.Table
 
setUniqueKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the uniqueKey property.
setUnsavedValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
Sets the value of the unsavedValue property.
setUnsavedValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
Sets the value of the unsavedValue property.
setUnsavedValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
Sets the value of the unsavedValue property.
setUnsavedValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
Sets the value of the unsavedValue property.
setUnsavedValue(String) - Method in class org.hibernate.metamodel.binding.BasicAttributeBinding
 
setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
 
setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUpdatable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
Sets the value of the updatable property.
setUpdatable(boolean) - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
setUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
Sets the value of the update property.
setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
setUpdateRule(ForeignKey.ReferentialAction) - Method in class org.hibernate.metamodel.relational.ForeignKey
 
setUsage(JaxbUsageAttribute) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Sets the value of the usage property.
setUsage(JaxbUsageAttribute) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Sets the value of the usage property.
setUsage(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
Sets the value of the usage property.
setUsedAliases(String[]) - Method in class org.hibernate.sql.SelectFragment
 
setUseFromFragment(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setUseQuotedIdentifiers(boolean) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setUserName(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setUserName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Log into the database with this name
setUserTransactionName(String) - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
setUserTransactionName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Set the JNDI name of the JTA UserTransaction object (used only by JtaTransaction).
setUseThetaStyle(boolean) - Method in class org.hibernate.engine.internal.JoinSequence
 
setUseWhereFragment(boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setUsingModifiedFlag(boolean) - Method in class org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData
 
setValidationMode(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setValue(Value) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setValue(String) - Method in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
Sets the value of the value property.
setValue(V) - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityMapEntry
 
setValue(Value) - Method in class org.hibernate.mapping.Column
 
setValue(Value) - Method in class org.hibernate.mapping.Property
 
setValue(PreparedStatement, Enum, int) - Method in class org.hibernate.type.EnumType.EnumValueMapperSupport
 
setValueBinding(BasicAttributeBinding) - Method in class org.hibernate.metamodel.binding.EntityIdentifier
 
setValueColumnName(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
Sets the value of the valueColumnName property.
setVerbose(boolean) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask
 
setVersion(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setVersion(String) - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
setVersion(Object[], Object, EntityPersister) - Static method in class org.hibernate.engine.internal.Versioning
Inject the optimistic locking value into the entity state snapshot.
setVersion(JaxbHibernateMapping.JaxbClass.JaxbVersion) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the version property.
setVersion(String) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
Sets the value of the version property.
setVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Update
 
setVersioningAttributeBinding(BasicAttributeBinding) - Method in class org.hibernate.metamodel.binding.HierarchyDetails
 
setWhere(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.mapping.Collection
 
setWhere(String) - Method in class org.hibernate.mapping.RootClass
 
setWhere(String) - Method in class org.hibernate.metamodel.binding.AbstractPluralAttributeBinding
 
setWhere(String) - Method in class org.hibernate.sql.Delete
 
setWhere(String) - Method in class org.hibernate.sql.Update
 
setWhereClause(String) - Method in class org.hibernate.sql.Select
Sets the whereClause.
setWhereFilter(String) - Method in class org.hibernate.metamodel.binding.EntityBinding
 
setWhereTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setWithClauseFragment(String, String) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
setWrapIdsInEmbeddedComponents(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setWrite(String) - Method in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
Sets the value of the write property.
setWriteFragment(String) - Method in class org.hibernate.metamodel.relational.Column
 
setXmlMappingMetadataComplete(JaxbEmptyType) - Method in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
Sets the value of the xmlMappingMetadataComplete property.
setXToMany(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
sfi() - Method in class org.hibernate.hql.internal.ast.tree.MapEntryNode
 
shallowCopy(Property) - Static method in class org.hibernate.cfg.BinderHelper
create a property copy reusing the same value
shallowCopy() - Method in class org.hibernate.internal.util.Cloneable
Essentially performs a shallow copy of this SessionEventListenerConfig instance; meaning the SessionEventListenerConfig itself is cloned, but the individual listeners are not cloned.
shallowCopy() - Method in class org.hibernate.type.BasicTypeRegistry
 
SHARED_CACHE_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
Used to indicate whether second-level (what JPA terms shared cache) caching is enabled as per the rules defined in JPA 2 section 3.1.7.
SHARED_CACHE_RETRIEVE_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
NOTE : Not a valid EMF property...
SHARED_CACHE_STORE_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
NOTE : Not a valid EMF property...
SharedSessionBuilder - Interface in org.hibernate
Specialized SessionBuilder with access to stuff from another session
SharedSessionContract - Interface in org.hibernate
Contract methods shared between Session and StatelessSession
SHORT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Short to JDBC SMALLINT.
SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SessionImplementor, java.lang.Object) to indicate that we should short-circuit any continued generated id checking.
SHORT_NAME - Static variable in class org.hibernate.hql.spi.PersistentTableBulkIdStrategy
 
SHORT_NAME - Static variable in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
shortName - Variable in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
region short name
shortName - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
shortName
shortName - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
shortName
ShortType - Class in org.hibernate.type
A type that maps between SMALLINT and Short
ShortType() - Constructor for class org.hibernate.type.ShortType
 
ShortTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Short handling.
ShortTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
shouldAutoClose() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Should JTA synchronization processing perform a automatic close (call to TransactionContext.managedClose() for this context?
shouldAutoClose() - Method in class org.hibernate.internal.SessionImpl
 
shouldAutoClose() - Method in class org.hibernate.internal.StatelessSessionImpl
 
shouldAutoCloseSession() - Method in class org.hibernate.ejb.EntityManagerImpl
 
shouldAutoCloseSession() - Method in interface org.hibernate.engine.spi.SessionOwner
Should session automatically be closed after transaction completion?
shouldAutoJoinTransaction() - Method in interface org.hibernate.engine.transaction.spi.TransactionContext
Should transactions be auto joined? Generally this is only a concern for CMT transactions.
shouldAutoJoinTransaction() - Method in class org.hibernate.internal.SessionImpl
 
shouldAutoJoinTransaction() - Method in class org.hibernate.internal.StatelessSessionImpl
 
shouldDoManagedFlush(TransactionCoordinator, int) - Method in interface org.hibernate.engine.transaction.synchronization.spi.ManagedFlushChecker
Check whether we should perform the managed flush
shouldGenerateRevision(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.BaseEnversCollectionEventListener
Checks whether modification of not-owned relation field triggers new revision and owner entity is versioned.
shouldGetAllProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
shouldInstrumentClass(String) - Method in class org.hibernate.bytecode.buildtime.spi.BasicClassFilter
 
shouldInstrumentClass(String) - Method in interface org.hibernate.bytecode.buildtime.spi.ClassFilter
Should this class be included in instrumentation
shouldInstrumentField(String, String) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
 
shouldInstrumentField(String, String) - Method in interface org.hibernate.bytecode.buildtime.spi.FieldFilter
Should this field definition be instrumented?
shouldIsolateTemporaryTableDDL(SessionImplementor) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
shouldOverwriteCurrentVersion(Object, Object, Object, VersionType) - Method in enum org.hibernate.ReplicationMode
 
shouldTransactIsolatedTemporaryTableDDL(SessionImplementor) - Method in class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
shouldTransformFieldAccess(String, String, String) - Method in class org.hibernate.bytecode.buildtime.spi.AbstractInstrumenter.CustomFieldFilter
 
shouldTransformFieldAccess(String, String, String) - Method in interface org.hibernate.bytecode.buildtime.spi.FieldFilter
Should we instrument *access to* the given field.
shouldUseFollowOnLocking(QueryParameters, Dialect, List<Loader.AfterLoadAction>) - Method in class org.hibernate.loader.Loader
 
SHOW_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable logging of generated SQL to the console
showAsString(AST, String) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Renders the AST into 'ASCII art' form and returns that string representation.
showAst(AST, PrintStream) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
showAst(AST, PrintStream) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Prints the AST in 'ASCII art' form to the specified print stream.
showAst(AST, PrintWriter) - Method in class org.hibernate.hql.internal.ast.util.ASTPrinter
Prints the AST in 'ASCII art' tree form to the specified print writer.
SimpleAuditExpression - Class in org.hibernate.envers.query.criteria
 
SimpleAuditExpression(PropertyNameGetter, Object, String) - Constructor for class org.hibernate.envers.query.criteria.SimpleAuditExpression
 
SimpleAuxiliaryDatabaseObject - Class in org.hibernate.mapping
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.
SimpleAuxiliaryDatabaseObject(String, String) - Constructor for class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(String, String, HashSet) - Constructor for class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
 
SimpleCaseExpression<C,R> - Class in org.hibernate.ejb.criteria.expression
Models what ANSI SQL terms a simple case statement.
SimpleCaseExpression(CriteriaBuilderImpl, Class<R>, Expression<? extends C>) - Constructor for class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
SimpleCaseExpression.WhenClause - Class in org.hibernate.ejb.criteria.expression
 
SimpleCaseExpression.WhenClause(C, Expression<? extends R>) - Constructor for class org.hibernate.ejb.criteria.expression.SimpleCaseExpression.WhenClause
 
simpleExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SimpleExpression - Class in org.hibernate.criterion
superclass for "simple" comparisons (with SQL binary operators)
SimpleExpression(String, Object, String) - Constructor for class org.hibernate.criterion.SimpleExpression
 
SimpleExpression(String, Object, String, boolean) - Constructor for class org.hibernate.criterion.SimpleExpression
 
simpleExprList(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SimpleIdentifierSource - Interface in org.hibernate.metamodel.source.binder
Contract describing source of a simple identifier mapping.
SimpleIdentifierSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
SimpleIdentifierSourceImpl(BasicAttribute, Map<String, AttributeOverride>) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.SimpleIdentifierSourceImpl
 
SimpleIdMapperBuilder - Interface in org.hibernate.envers.entities.mapper.id
 
SimpleMapperBuilder - Interface in org.hibernate.envers.entities.mapper
 
SimpleNaturalIdLoadAccess - Interface in org.hibernate
Loads an entity by its natural identifier
simpleOrTupleExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SimpleProjection - Class in org.hibernate.criterion
A single-column projection that may be aliased
SimpleProjection() - Constructor for class org.hibernate.criterion.SimpleProjection
 
simplePropertyPath() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A simple-property-path is an IDENT followed by one or more (DOT IDENT) sequences
SimpleSelect - Class in org.hibernate.sql
An SQL SELECT statement with no table joins
SimpleSelect(Dialect) - Constructor for class org.hibernate.sql.SimpleSelect
 
SimpleSubqueryExpression - Class in org.hibernate.criterion
A comparison between a constant value and the the result of a subquery
SimpleSubqueryExpression(Object, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SimpleSubqueryExpression
 
SimpleValue - Class in org.hibernate.mapping
Any value that maps to columns.
SimpleValue(Mappings) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue(Mappings, Table) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue - Interface in org.hibernate.metamodel.relational
Models a simple, non-compound value.
SimpleValueBinder - Class in org.hibernate.cfg.annotations
 
SimpleValueBinder() - Constructor for class org.hibernate.cfg.annotations.SimpleValueBinder
 
SimpleValueBinding - Class in org.hibernate.metamodel.binding
 
SimpleValueBinding() - Constructor for class org.hibernate.metamodel.binding.SimpleValueBinding
 
SimpleValueBinding(SimpleValue) - Constructor for class org.hibernate.metamodel.binding.SimpleValueBinding
 
SimpleValueBinding(SimpleValue, boolean, boolean) - Constructor for class org.hibernate.metamodel.binding.SimpleValueBinding
 
SimpleValueBinding(boolean, boolean) - Constructor for class org.hibernate.metamodel.binding.SimpleValueBinding
 
SimpleValueRelationalState - Interface in org.hibernate.metamodel.relational.state
 
SINGLE_OBJECT_PARAM_SIGNATURE - Static variable in class org.hibernate.internal.util.ReflectHelper
 
SingleColumnType<T> - Interface in org.hibernate.type
Provide convenient methods for binding and extracting values for use with BasicType.
SingleIdMapper - Class in org.hibernate.envers.entities.mapper.id
 
SingleIdMapper() - Constructor for class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
SingleIdMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.id.SingleIdMapper
 
SingleLineSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
Class responsible for extracting SQL statements from import script.
SingleLineSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
 
SinglePropertyMapper - Class in org.hibernate.envers.entities.mapper
TODO: diff
SinglePropertyMapper(PropertyData) - Constructor for class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
SinglePropertyMapper() - Constructor for class org.hibernate.envers.entities.mapper.SinglePropertyMapper
 
SingleTableEntityPersister - Class in org.hibernate.persister.entity
The default implementation of the EntityPersister interface.
SingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
 
SingleTableEntityPersister(EntityBinding, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
 
singleTableEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
SingleTableSubclass - Class in org.hibernate.mapping
 
SingleTableSubclass(PersistentClass) - Constructor for class org.hibernate.mapping.SingleTableSubclass
 
SingletonEhCacheRegionFactory - Class in org.hibernate.cache.ehcache
A singleton EhCacheRegionFactory implementation.
SingletonEhCacheRegionFactory(Properties) - Constructor for class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
Returns a representation of the singleton EhCacheRegionFactory
SingletonIterator - Class in org.hibernate.internal.util.collections
 
SingletonIterator(Object) - Constructor for class org.hibernate.internal.util.collections.SingletonIterator
 
SingularAssociationAttributeBinding - Interface in org.hibernate.metamodel.binding
Contract describing the attribute binding for singular associations (many-to-one, one-to-one).
SingularAttribute - Interface in org.hibernate.metamodel.domain
A single valued (non-collection) attribute
SingularAttributeBinding - Interface in org.hibernate.metamodel.binding
Specialized binding contract for singular (non-collection) attributes
SingularAttributeImpl<X,Y> - Class in org.hibernate.ejb.metamodel
 
SingularAttributeImpl(String, Class<Y>, AbstractManagedType<X>, Member, boolean, boolean, boolean, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.SingularAttributeImpl
 
SingularAttributeImpl.Identifier<X,Y> - Class in org.hibernate.ejb.metamodel
Subclass used to simply instantiation of singular attributes representing an entity's identifier.
SingularAttributeImpl.Identifier(String, Class<Y>, AbstractManagedType<X>, Member, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.SingularAttributeImpl.Identifier
 
SingularAttributeImpl.Version<X,Y> - Class in org.hibernate.ejb.metamodel
Subclass used to simply instantiation of singular attributes representing an entity's version.
SingularAttributeImpl.Version(String, Class<Y>, AbstractManagedType<X>, Member, Type<Y>, Attribute.PersistentAttributeType) - Constructor for class org.hibernate.ejb.metamodel.SingularAttributeImpl.Version
 
SingularAttributeJoin<Z,X> - Class in org.hibernate.ejb.criteria.path
TODO : javadoc
SingularAttributeJoin(CriteriaBuilderImpl, Class<X>, PathSource<Z>, SingularAttribute<? super Z, ?>, JoinType) - Constructor for class org.hibernate.ejb.criteria.path.SingularAttributeJoin
 
SingularAttributeNature - Enum in org.hibernate.metamodel.source.binder
Describes the understood natures of a singular attribute.
SingularAttributePath<X> - Class in org.hibernate.ejb.criteria.path
Models a path for a SingularAttribute generally obtained from a Path.get(SingularAttribute) call
SingularAttributePath(CriteriaBuilderImpl, Class<X>, PathSource, SingularAttribute<?, X>) - Constructor for class org.hibernate.ejb.criteria.path.SingularAttributePath
 
SingularAttributeSource - Interface in org.hibernate.internal.jaxb.mapping.hbm
 
SingularAttributeSource - Interface in org.hibernate.metamodel.source.binder
Source-agnostic description of information needed to bind a singular attribute.
SingularAttributeSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
SingularAttributeSourceImpl(MappedAttribute) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
SingularAttributeSourceImpl(MappedAttribute, AttributeOverride) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.SingularAttributeSourceImpl
 
size() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
size() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
size() - Method in class org.hibernate.collection.internal.PersistentBag
 
size() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
size() - Method in class org.hibernate.collection.internal.PersistentList
 
size() - Method in class org.hibernate.collection.internal.PersistentMap
 
size() - Method in class org.hibernate.collection.internal.PersistentSet
 
size(C) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
size(Expression<C>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
size() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
size() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
size() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
Size - Class in org.hibernate.metamodel.relational
Models size restrictions/requirements on a column's datatype.
Size() - Constructor for class org.hibernate.metamodel.relational.Size
 
Size(int, int, long, Size.LobMultiplier) - Constructor for class org.hibernate.metamodel.relational.Size
Complete constructor.
size() - Method in class org.hibernate.proxy.map.MapProxy
 
Size.LobMultiplier - Enum in org.hibernate.metamodel.relational
 
Sized - Interface in org.hibernate.usertype
Extends dictated/default column size declarations from Type to the UserType hierarchy as well via an optional interface.
sizeEq(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
SizeExpression - Class in org.hibernate.criterion
 
SizeExpression(String, int, String) - Constructor for class org.hibernate.criterion.SizeExpression
 
sizeGe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeGt(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeLe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeLt(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeNe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
SizeOfCollectionExpression<C extends Collection> - Class in org.hibernate.ejb.criteria.expression
Represents a "size of" expression in regards to a persistent collection; the implication is that of a subquery.
SizeOfCollectionExpression(CriteriaBuilderImpl, PluralAttributePath<C>) - Constructor for class org.hibernate.ejb.criteria.expression.SizeOfCollectionExpression
 
Skip - Annotation Type in org.hibernate.testing
An annotation, used in combination with Skip.Matcher, to determine when/if tests should be skipped.
Skip.AlwaysSkip - Class in org.hibernate.testing
 
Skip.AlwaysSkip() - Constructor for class org.hibernate.testing.Skip.AlwaysSkip
 
Skip.Matcher - Interface in org.hibernate.testing
Simple boolean assertion
SkipForDialect - Annotation Type in org.hibernate.testing
Annotation used to indicate that a test should be skipped when run against the indicated dialects.
SkipForDialects - Annotation Type in org.hibernate.testing
Plural annotation for SkipForDialect.
SkipLog - Class in org.hibernate.testing
Well-known-location lookup for the test-skip log...
SkipLog() - Constructor for class org.hibernate.testing.SkipLog
 
sleepASecond() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
slice(String[], int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
slice(Object[], int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
SmallIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for SMALLINT handling.
SmallIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
snapshot(BasicCollectionPersister, EntityMode) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
SoftLock - Interface in org.hibernate.cache.spi.access
Marker object for use by synchronous concurrency strategies
softLockedCacheExpired(String, Object, String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
softLockedCacheExpired(String, Object, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
softLockedCacheExpired$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
some(Subquery<Y>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
SOME - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SOME - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SOME - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Sort - Annotation Type in org.hibernate.annotations
Collection sort (Java level sorting)
sort(GraphDefiner<V, R>) - Static method in class org.hibernate.envers.tools.graph.GraphTopologicalSort
Sorts a graph topologically.
sort(Collection<Vertex<R>>) - Method in class org.hibernate.envers.tools.graph.TopologicalSort
 
sort - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
sort - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
SORT - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Sortable - Interface in org.hibernate.metamodel.source.binder
 
sortActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortAnnotationIndexedCollection() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sortAnnotationIndexedCollection() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sortAnnotationIndexedCollection() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sortAnnotationIndexedCollection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
sortAnnotationIndexedCollection() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sortAnnotationIndexedCollection() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sortAnnotationIndexedCollection() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sortAnnotationIndexedCollection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sortAnnotationIndexedCollection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sortAnnotationIndexedCollection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sortAnnotationIndexedCollection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sortAnnotationIndexedCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sortAnnotationIndexedCollection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sortCollectionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortedMap(String, String, boolean, Comparator) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.sortedMap(String, String, java.util.Comparator) instead. See Jira issue: HHH-7771
sortedMap(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
 
SortedMapCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes SortedMap collection with proper Comparator
SortedMapCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
 
SortedMapCollectionMapper - Class in org.hibernate.envers.entities.mapper.relation
 
SortedMapCollectionMapper(CommonCollectionMapperData, Class<? extends SortedMap>, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.SortedMapCollectionMapper
 
SortedMapProxy<K,V> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
SortedMapProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedMapProxy(Initializor<SortedMap<K, V>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedMapType - Class in org.hibernate.type
 
SortedMapType(TypeFactory.TypeScope, String, String, Comparator, boolean) - Constructor for class org.hibernate.type.SortedMapType
Deprecated. Use SortedMapType.SortedMapType(org.hibernate.type.TypeFactory.TypeScope, String, String, java.util.Comparator) instead. See Jira issue: HHH-7771
SortedMapType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedMapType
 
sortedSet(String, String, boolean, Comparator) - Method in class org.hibernate.type.TypeFactory
Deprecated. Use TypeFactory.sortedSet(String, String, java.util.Comparator) instead. See Jira issue: HHH-7771
sortedSet(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
 
SortedSetCollectionInitializor - Class in org.hibernate.envers.entities.mapper.relation.lazy.initializor
Initializes SortedSet collection with proper Comparator
SortedSetCollectionInitializor(AuditConfiguration, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends SortedSet>, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
 
SortedSetCollectionMapper - Class in org.hibernate.envers.entities.mapper.relation
 
SortedSetCollectionMapper(CommonCollectionMapperData, Class<? extends SortedSet>, Class<? extends SortedSet>, MiddleComponentData, Comparator, boolean, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.SortedSetCollectionMapper
 
SortedSetProxy<U> - Class in org.hibernate.envers.entities.mapper.relation.lazy.proxy
 
SortedSetProxy() - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
SortedSetProxy(Initializor<SortedSet<U>>) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
SortedSetType - Class in org.hibernate.type
 
SortedSetType(TypeFactory.TypeScope, String, String, Comparator, boolean) - Constructor for class org.hibernate.type.SortedSetType
Deprecated. Use SortedSetType.SortedSetType(org.hibernate.type.TypeFactory.TypeScope, String, String, java.util.Comparator) instead. See Jira issue: HHH-7771
SortedSetType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedSetType
 
sortKey() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the sort key which is the expression (column, function, etc) upon which to base the sorting.
sortKey(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
SortKey - Class in org.hibernate.sql.ordering.antlr
Models the container node for the sort key, which is the term given by the ANSI SQL specification to the expression upon which to sort for each SortSpecification
SortKey() - Constructor for class org.hibernate.sql.ordering.antlr.SortKey
 
sortKeySpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
sortMethods(List<FrameworkMethod>) - Method in class org.hibernate.testing.junit4.CustomRunner
 
sortSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the sort specification, which is essentially each thing upon which the results should be sorted.
sortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
SortSpecification - Class in org.hibernate.sql.ordering.antlr
Models each sorting expression.
SortSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.SortSpecification
 
SortType - Enum in org.hibernate.annotations
Sort strategies
Source - Annotation Type in org.hibernate.annotations
Optional annotation in conjunction with Version and timestamp version properties.
SOURCE - Static variable in class org.hibernate.dialect.ResultColumnReferenceStrategy
This strategy says to reference the result columns by the qualified column name found in the result source.
source - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
SOURCE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
sourceMappingDocument() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
SourceType - Enum in org.hibernate.annotations
Where should Hibernate retrieve the value from? From the database, or from the current JVM?
SourceType - Enum in org.hibernate.internal.jaxb
From what type of source did we obtain the data
SPACE_PLACEHOLDER - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.ejb.QueryHints
 
specialOneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
 
SpecialOneToOneType - Class in org.hibernate.type
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.
SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
specialSpecjInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
split(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
split(String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
splitQueries(String, int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
splitQueries(String, int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
splitQueries(String, int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
splitQueries(String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
splitQueries(String, int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
splitQueries(String, int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
splitQueries(String, int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
splitQueries$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
splitQueries$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
splitQueries$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
splitQueries$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
splitQueries$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
splitQueries$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sql(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Expression
Deprecated. use Restrictions.sqlRestriction(String, Object[], Type[])
sql(String, Object, Type) - Static method in class org.hibernate.criterion.Expression
Deprecated. use Restrictions.sqlRestriction(String, Object, Type)
sql(String) - Static method in class org.hibernate.criterion.Expression
Deprecated. use Restrictions.sqlRestriction(String)
sql - Variable in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
sql - Variable in class org.hibernate.loader.JoinWalker
 
sql - Variable in class org.hibernate.loader.OuterJoinLoader
 
SQL_DELETE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
SQL_DELETE_ALL - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
SQL_EXCEPTION_CONVERTER - Static variable in interface org.hibernate.cfg.AvailableSettings
The SQLExceptionConverter to use for converting SQLExceptions to Hibernate's JDBCException hierarchy.
SQL_INSERT - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
SQL_NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SQL_NE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SQL_NE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SQL_NODE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SQL_RESULT_SET_MAPPING - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
SQL_RESULT_SET_MAPPINGS - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
SQL_TOKEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SQL_TOKEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
SQL_UPDATE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
sqlAlterStrings(Dialect, Mapping, TableMetadata, String, String) - Method in class org.hibernate.mapping.Table
 
SqlASTFactory - Class in org.hibernate.hql.internal.ast
Custom AST factory the intermediate tree that causes ANTLR to create specialized AST nodes, given the AST node type (from HqlSqlTokenTypes).
SqlASTFactory(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.SqlASTFactory
Create factory with a specific mapping from token type to Java AST node type.
sqlCommentStrings(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.Index
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlConstraintStringInAlterTable(Dialect) - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
sqlConstraintStringInAlterTable(Dialect) - Method in class org.hibernate.metamodel.relational.ForeignKey
 
sqlConstraintStringInAlterTable(Dialect) - Method in class org.hibernate.metamodel.relational.Index
 
sqlConstraintStringInAlterTable(Dialect) - Method in class org.hibernate.metamodel.relational.PrimaryKey
 
sqlConstraintStringInAlterTable(Dialect) - Method in class org.hibernate.metamodel.relational.UniqueKey
 
sqlConstraintStringInCreateTable(Dialect) - Method in class org.hibernate.metamodel.relational.PrimaryKey
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Index
 
sqlCreateString(Dialect, Mapping, String, String) - Method in interface org.hibernate.mapping.RelationalModel
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Table
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Commands needed to create the underlying structures.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
The SQL required to create the underlying database objects.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.TableGenerator
Deprecated.  
sqlCreateStrings(Dialect) - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.metamodel.relational.BasicAuxiliaryDatabaseObjectImpl
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.metamodel.relational.Exportable
Gets the SQL strings for creating the database object.
sqlCreateStrings(Dialect) - Method in class org.hibernate.metamodel.relational.Index
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.metamodel.relational.Sequence
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.metamodel.relational.Table
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.metamodel.relational.UniqueKey
 
SQLCriterion - Class in org.hibernate.criterion
A SQL fragment.
SQLCriterion(String, Object[], Type[]) - Constructor for class org.hibernate.criterion.SQLCriterion
 
SQLCustomQuery - Class in org.hibernate.loader.custom.sql
Implements Hibernate's built-in support for native SQL queries.
SQLCustomQuery(String, NativeSQLQueryReturn[], Collection, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLCustomQuery
 
SQLDelete - Annotation Type in org.hibernate.annotations
SqlDelete Annotation for overwriting Hibernate default DELETE method
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
sqlDelete - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
SQLDeleteAll - Annotation Type in org.hibernate.annotations
SqlDelete Annotation for overwriting Hibernate default DELETE ALL method
sqlDeleteAll - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
sqlDeleteAll - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
sqlDeleteAll - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
sqlDeleteAll - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
sqlDeleteAll - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
sqlDeleteAll - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
sqlDeleteAll - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Index
 
sqlDropString(Dialect, String, String) - Method in interface org.hibernate.mapping.RelationalModel
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.SimpleAuxiliaryDatabaseObject
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Commands needed to drop the underlying structures.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
The SQL required to remove the underlying database objects.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.TableGenerator
Deprecated.  
sqlDropStrings(Dialect) - Method in class org.hibernate.metamodel.relational.AbstractConstraint
 
sqlDropStrings(Dialect) - Method in class org.hibernate.metamodel.relational.BasicAuxiliaryDatabaseObjectImpl
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.metamodel.relational.Exportable
Gets the SQL strings for dropping the database object.
sqlDropStrings(Dialect) - Method in class org.hibernate.metamodel.relational.ForeignKey
 
sqlDropStrings(Dialect) - Method in class org.hibernate.metamodel.relational.Index
 
sqlDropStrings(Dialect) - Method in class org.hibernate.metamodel.relational.Sequence
 
sqlDropStrings(Dialect) - Method in class org.hibernate.metamodel.relational.Table
 
sqlDropStrings(Dialect) - Method in class org.hibernate.metamodel.relational.UniqueKey
 
SQLExceptionConversionDelegate - Interface in org.hibernate.exception.spi
Allow a SQLExceptionConverter to work by chaining together multiple such delegates.
SQLExceptionConverter - Interface in org.hibernate.exception.spi
Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
SQLExceptionConverterFactory - Class in org.hibernate.exception.spi
A factory for building SQLExceptionConverter instances.
sqlExceptionEscapedProxy(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sqlExceptionEscapedProxy(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sqlExceptionEscapedProxy(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sqlExceptionEscapedProxy(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sqlExceptionEscapedProxy(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sqlExceptionEscapedProxy(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sqlExceptionEscapedProxy(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sqlExceptionEscapedProxy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sqlExceptionEscapedProxy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sqlExceptionEscapedProxy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sqlExceptionEscapedProxy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sqlExceptionEscapedProxy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sqlExceptionEscapedProxy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience access to the SQLException helper.
sqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
SqlExceptionHelper - Class in org.hibernate.engine.jdbc.spi
Helper for handling SQLExceptions in various manners.
SqlExceptionHelper() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a default exception converter.
SqlExceptionHelper(SQLExceptionConverter) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a specific exception converter.
sqlExceptionHelper() - Method in class org.hibernate.engine.transaction.internal.jdbc.JdbcIsolationDelegate
 
sqlExceptionHelper() - Method in class org.hibernate.engine.transaction.internal.jta.JtaIsolationDelegate
 
sqlExceptionHelper - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
SqlExceptionHelper.StandardWarningHandler - Class in org.hibernate.engine.jdbc.spi
 
SqlExceptionHelper.StandardWarningHandler(String) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
SqlExceptionHelper.WarningHandler - Interface in org.hibernate.engine.jdbc.spi
Contract for handling warnings
SqlExceptionHelper.WarningHandlerLoggingSupport - Class in org.hibernate.engine.jdbc.spi
Basic support for SqlExceptionHelper.WarningHandler implementations which log
SqlExceptionHelper.WarningHandlerLoggingSupport() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
SQLExceptionTypeDelegate - Class in org.hibernate.exception.internal
SQLExceptionConverter implementation that does conversion based on the JDBC 4 defined SQLException sub-type hierarchy.
SQLExceptionTypeDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.SQLExceptionTypeDelegate
 
SqlFragment - Class in org.hibernate.hql.internal.ast.tree
Represents an SQL fragment in the AST.
SqlFragment() - Constructor for class org.hibernate.hql.internal.ast.tree.SqlFragment
 
SqlFragmentAlias - Annotation Type in org.hibernate.annotations
Describe aliases for filters
SQLFunction - Interface in org.hibernate.dialect.function
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL.
SQLFunctionRegistry - Class in org.hibernate.dialect.function
 
SQLFunctionRegistry(Dialect, Map<String, SQLFunction>) - Constructor for class org.hibernate.dialect.function.SQLFunctionRegistry
 
sqlFunctions - Variable in class org.hibernate.cfg.Configuration
 
SQLFunctionTemplate - Class in org.hibernate.dialect.function
Represents HQL functions that can have different representations in different SQL dialects.
SQLFunctionTemplate(Type, String) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
 
SQLFunctionTemplate(Type, String, boolean) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
 
SqlGenerator - Class in org.hibernate.hql.internal.ast
Generates SQL by overriding callback methods in the base class, which does the actual SQL AST walking.
SqlGenerator(SessionFactoryImplementor) - Constructor for class org.hibernate.hql.internal.ast.SqlGenerator
 
SqlGeneratorBase - Class in org.hibernate.hql.internal.antlr
SQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker.
SqlGeneratorBase() - Constructor for class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SQLGrammarException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the SQL sent to the database server was invalid (syntax error, invalid object references, etc).
SQLGrammarException(String, SQLException) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
SQLGrammarException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
sqlGroupProjection(String, String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
A grouping SQL projection, specifying both select clause and group by clause fragments
SQLInsert - Annotation Type in org.hibernate.annotations
SqlInsert Annotation for overwriting Hibernate default INSERT INTO method
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
sqlInsert - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
SQLLoadable - Interface in org.hibernate.persister.entity
A class persister that supports queries expressed in the platform native SQL dialect
SQLLoadableCollection - Interface in org.hibernate.persister.collection
 
SqlNode - Class in org.hibernate.hql.internal.ast.tree
A base AST node for the intermediate tree.
SqlNode() - Constructor for class org.hibernate.hql.internal.ast.tree.SqlNode
 
sqlProjection(String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
A SQL projection, a typed select clause fragment
SQLProjection - Class in org.hibernate.criterion
A SQL fragment.
SQLProjection(String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
 
SQLProjection(String, String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
 
SQLQuery - Interface in org.hibernate
Represents a "native sql" query and allows the user to define certain aspects about its execution, such as: result-set value mapping (see below) Tables used via SQLQuery.addSynchronizedQuerySpace(java.lang.String), SQLQuery.addSynchronizedEntityName(java.lang.String) and SQLQuery.addSynchronizedEntityClass(java.lang.Class).
SQLQuery.FetchReturn - Interface in org.hibernate
Allows access to further control how join fetch returns are mapped back from result sets
SQLQuery.ReturnProperty - Interface in org.hibernate
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
SQLQuery.RootReturn - Interface in org.hibernate
Allows access to further control how root returns are mapped back from result sets
SQLQueryImpl - Class in org.hibernate.internal
Implementation of the SQLQuery contract.
SQLQueryParser - Class in org.hibernate.loader.custom.sql
 
SQLQueryParser(String, SQLQueryParser.ParserContext, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser
 
SQLQueryParser.ParameterSubstitutionRecognizer - Class in org.hibernate.loader.custom.sql
 
SQLQueryParser.ParameterSubstitutionRecognizer() - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
SQLQueryResultMappingBuilder - Interface in org.hibernate
Allows programmatic access from SQLQuery to define how to map SQL results back to in-memory objects, both entities as well as scalars.
SQLQueryResultMappingBuilder.ReturnsHolder - Interface in org.hibernate
 
SQLQueryResultMappingBuilder.ScalarReturn - Class in org.hibernate
 
SQLQueryResultMappingBuilder.ScalarReturn(SQLQueryResultMappingBuilder.ReturnsHolder) - Constructor for class org.hibernate.SQLQueryResultMappingBuilder.ScalarReturn
 
SQLQueryReturnProcessor - Class in org.hibernate.loader.custom.sql
Responsible for processing the series of returns defined by a NativeSQLQuerySpecification and breaking them down into a series of returns for use within the CustomLoader.
SQLQueryReturnProcessor(NativeSQLQueryReturn[], SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
sqlRestriction(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL, with the given JDBC parameters.
sqlRestriction(String, Object, Type) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL, with the given JDBC parameter.
sqlRestriction(String) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL.
sqlResultSetMapping - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
sqlResultSetMapping - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
sqlResultSetMappings - Variable in class org.hibernate.cfg.Configuration
 
SQLServer2005Dialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL 2005.
SQLServer2005Dialect() - Constructor for class org.hibernate.dialect.SQLServer2005Dialect
 
SQLServer2005LimitHandler - Class in org.hibernate.dialect.pagination
LIMIT clause handler compatible with SQL Server 2005 and later.
SQLServer2005LimitHandler(String, RowSelection) - Constructor for class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
SQLServer2008Dialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and above
SQLServer2008Dialect() - Constructor for class org.hibernate.dialect.SQLServer2008Dialect
 
SQLServerDialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2000
SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLStateConversionDelegate - Class in org.hibernate.exception.internal
A SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.
SQLStateConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.SQLStateConversionDelegate
 
SQLStateConverter - Class in org.hibernate.exception.internal
Deprecated. Use StandardSQLExceptionConverter with SQLStateConversionDelegate instead
SQLStateConverter(ViolatedConstraintNameExtracter) - Constructor for class org.hibernate.exception.internal.SQLStateConverter
Deprecated.  
SqlStatementLexer - Class in org.hibernate.hql.internal.antlr
 
SqlStatementLexer(InputStream) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
SqlStatementLexer(Reader) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
SqlStatementLexer(InputBuffer) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
SqlStatementLexer(LexerSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
sqlStatementLogger() - Method in class org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
Convenience access to the SQL statement logger.
SqlStatementLogger - Class in org.hibernate.engine.jdbc.spi
Centralize logging for SQL statements.
SqlStatementLogger() - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementParser - Class in org.hibernate.hql.internal.antlr
Lexer and parser used to extract single statements from import SQL script.
SqlStatementParser(TokenBuffer, int) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(TokenBuffer) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(TokenStream, int) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(TokenStream) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser(ParserSharedInputState) - Constructor for class org.hibernate.hql.internal.antlr.SqlStatementParser
 
SqlStatementParser.StatementParserException - Exception in org.hibernate.hql.internal.antlr
 
SqlStatementParser.StatementParserException(String) - Constructor for exception org.hibernate.hql.internal.antlr.SqlStatementParser.StatementParserException
 
SqlStatementParserTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
sqlTemporaryTableCreateString(Dialect, Mapping) - Method in class org.hibernate.mapping.Table
 
sqlToken(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
SqlTokenTypes - Interface in org.hibernate.hql.internal.antlr
 
sqlType - Variable in class org.hibernate.cfg.Ejb3Column
 
sqlType - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
sqlType() - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
sqlType() - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.  
sqlType() - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
sqlType() - Method in class org.hibernate.type.NullableType
Deprecated. A convenience form of NullableType.sqlTypes(org.hibernate.engine.spi.Mapping), returning just a single type value since these are explicitly dealing with single column mappings.
sqlType() - Method in interface org.hibernate.type.SingleColumnType
 
SqlTypeDescriptor - Interface in org.hibernate.type.descriptor.sql
Descriptor for the SQL/JDBC side of a value mapping.
sqlTypes() - Method in class org.hibernate.envers.entities.RevisionTypeType
 
sqlTypes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.AnyType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
sqlTypes(Mapping) - Method in class org.hibernate.type.CollectionType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ComponentType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CustomType
 
sqlTypes() - Method in class org.hibernate.type.EnumType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.MetaType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.  
sqlTypes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
sqlTypes() - Method in class org.hibernate.type.StringClobType
Deprecated.  
sqlTypes(Mapping) - Method in interface org.hibernate.type.Type
Return the JDBC types codes (per Types) for the columns mapped by this type.
sqlTypes() - Method in interface org.hibernate.usertype.UserType
Return the SQL type codes for the columns mapped by this type.
SQLUpdate - Annotation Type in org.hibernate.annotations
SqlUpdate Annotation for overwriting Hibernate default UPDATE method
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
sqlUpdate - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
SqlValueReference - Interface in org.hibernate.sql.ordering.antlr
Unifying interface between column and formula references mainly to give more strictly typed result to ColumnMapper.map(String)
sqlWarning(int, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sqlWarning(int, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sqlWarning(int, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sqlWarning(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sqlWarning(int, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sqlWarning(int, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sqlWarning(int, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sqlWarning$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
sqlWarning$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
sqlWarning$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
sqlWarning$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
sqlWarning$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
sqlWarning$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
sqrt(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
SqrtFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL SQRT function.
SqrtFunction(CriteriaBuilderImpl, Expression<? extends Number>) - Constructor for class org.hibernate.ejb.criteria.expression.function.SqrtFunction
 
StaleObjectStateException - Exception in org.hibernate
A StaleStateException that carries information about a particular entity instance that was the source of the failure.
StaleObjectStateException(String, Serializable) - Constructor for exception org.hibernate.StaleObjectStateException
 
StaleStateException - Exception in org.hibernate
Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).
StaleStateException(String) - Constructor for exception org.hibernate.StaleStateException
 
STANDARD_WARNING_HANDLER - Static variable in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
 
StandardAnsiSqlAggregationFunctions - Class in org.hibernate.dialect.function
Centralized definition of standard ANSI SQL aggregation functions
StandardAnsiSqlAggregationFunctions() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
 
StandardAnsiSqlAggregationFunctions.AvgFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant AVG function
StandardAnsiSqlAggregationFunctions.AvgFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
StandardAnsiSqlAggregationFunctions.CountFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant COUNT function
StandardAnsiSqlAggregationFunctions.CountFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
StandardAnsiSqlAggregationFunctions.MaxFunction - Class in org.hibernate.dialect.function
 
StandardAnsiSqlAggregationFunctions.MaxFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
 
StandardAnsiSqlAggregationFunctions.MinFunction - Class in org.hibernate.dialect.function
 
StandardAnsiSqlAggregationFunctions.MinFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
 
StandardAnsiSqlAggregationFunctions.SumFunction - Class in org.hibernate.dialect.function
 
StandardAnsiSqlAggregationFunctions.SumFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
StandardBasicTypes - Class in org.hibernate.type
Centralizes access to the standard set of basic types.
StandardBasicTypes() - Constructor for class org.hibernate.type.StandardBasicTypes
 
StandardCacheEntryImpl - Class in org.hibernate.cache.spi.entry
 
StandardCacheEntryImpl(Object[], EntityPersister, boolean, Object, SessionImplementor, Object) - Constructor for class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
StandardDialectResolver - Class in org.hibernate.service.jdbc.dialect.internal
The standard Hibernate Dialect resolver.
StandardDialectResolver() - Constructor for class org.hibernate.service.jdbc.dialect.internal.StandardDialectResolver
 
StandardJDBCEscapeFunction - Class in org.hibernate.dialect.function
Analogous to StandardSQLFunction except that standard JDBC escape sequences (i.e.
StandardJDBCEscapeFunction(String) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
StandardJDBCEscapeFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
StandardPersisterClassResolver - Class in org.hibernate.persister.internal
 
StandardPersisterClassResolver() - Constructor for class org.hibernate.persister.internal.StandardPersisterClassResolver
 
StandardProperty - Class in org.hibernate.tuple
Represents a basic property within the Hibernate runtime-metamodel.
StandardProperty(String, String, Type, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.StandardProperty
Constructs StandardProperty instances.
StandardQueryCache - Class in org.hibernate.cache.internal
The standard implementation of the Hibernate QueryCache interface.
StandardQueryCache(Settings, Properties, UpdateTimestampsCache, String) - Constructor for class org.hibernate.cache.internal.StandardQueryCache
 
StandardQueryCacheFactory - Class in org.hibernate.cache.internal
Standard Hibernate implementation of the QueryCacheFactory interface.
StandardQueryCacheFactory() - Constructor for class org.hibernate.cache.internal.StandardQueryCacheFactory
 
StandardRandomStrategy - Class in org.hibernate.id.uuid
Implements a "random" UUID generation strategy as defined by the UUID.randomUUID() method.
StandardRandomStrategy() - Constructor for class org.hibernate.id.uuid.StandardRandomStrategy
 
StandardServiceInitiators - Class in org.hibernate.service
Central definition of the standard set of service initiators defined by Hibernate.
StandardServiceInitiators() - Constructor for class org.hibernate.service.StandardServiceInitiators
 
StandardServiceRegistryImpl - Class in org.hibernate.service.internal
Hibernate implementation of the standard service registry.
StandardServiceRegistryImpl(BootstrapServiceRegistry, List<BasicServiceInitiator>, List<ProvidedService>, Map<?, ?>) - Constructor for class org.hibernate.service.internal.StandardServiceRegistryImpl
 
StandardSessionFactoryServiceInitiators - Class in org.hibernate.service.internal
Central definition of the standard set of initiators defined by Hibernate for the SessionFactoryServiceRegistry
StandardSessionFactoryServiceInitiators() - Constructor for class org.hibernate.service.internal.StandardSessionFactoryServiceInitiators
 
StandardSQLExceptionConverter - Class in org.hibernate.exception.internal
 
StandardSQLExceptionConverter() - Constructor for class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
StandardSQLFunction - Class in org.hibernate.dialect.function
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
Construct a standard SQL function definition with a variable return type; the actual return type will depend on the types to which the function is applied.
StandardSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
Construct a standard SQL function definition with a static return type.
STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
STAR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
STAR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
start(Settings, Properties) - Method in class org.hibernate.cache.ehcache.EhCacheRegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache implementation(s).
start(Settings, Properties) - Method in class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache implementation(s).
start(Settings, Properties) - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache implementation(s).
start(Settings, Properties) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
start(Settings, Properties) - Method in interface org.hibernate.cache.spi.RegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache implementation(s).
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.ClauseParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.GroupByParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.OrderByParser
 
start(QueryTranslatorImpl) - Method in interface org.hibernate.hql.internal.classic.Parser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PreprocessingParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
start(QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.WhereParser
 
start() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
start() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Create the SessionFactory and bind to the jndi name on startup
start(BundleContext) - Method in class org.hibernate.osgi.HibernateBundleActivator
 
start() - Method in interface org.hibernate.service.spi.Startable
Start phase notification
start(Settings, Properties) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
start(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
Startable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to start.
startingQueryCache(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startingQueryCache(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startingQueryCache(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startingQueryCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingQueryCache(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startingQueryCache(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startingQueryCache(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
startingQueryCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startingQueryCache$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startingQueryCache$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startingQueryCache$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startingQueryCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startingQueryCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
startingServiceAtJndiName(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startingServiceAtJndiName(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startingServiceAtJndiName(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startingServiceAtJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingServiceAtJndiName(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startingServiceAtJndiName(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startingServiceAtJndiName(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
startingServiceAtJndiName$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startingServiceAtJndiName$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startingServiceAtJndiName$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startingServiceAtJndiName$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startingServiceAtJndiName$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startingServiceAtJndiName$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
startingUpdateTimestampsCache(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startingUpdateTimestampsCache(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startingUpdateTimestampsCache(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startingUpdateTimestampsCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingUpdateTimestampsCache(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startingUpdateTimestampsCache(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startingUpdateTimestampsCache(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
startingUpdateTimestampsCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startingUpdateTimestampsCache$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startingUpdateTimestampsCache$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startingUpdateTimestampsCache$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startingUpdateTimestampsCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startingUpdateTimestampsCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
startService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
startService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
startService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
startsWithEscapeCallTemplate(String) - Static method in class org.hibernate.engine.query.spi.ParameterParser
 
startTime(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startTime(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startTime(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startTime(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startTime(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startTime(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
startTime$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
startTime$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
startTime$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
startTime$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
startTime$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
startTime$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
stashInvalidNaturalIdReference(EntityPersister, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
As part of "load synchronization process", if a particular natural id is found to have changed we need to track its invalidity until after the next flush.
stateField() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
StatefulPersistenceContext - Class in org.hibernate.engine.internal
A stateful implementation of the PersistenceContext contract meaning that we maintain this state throughout the life of the persistence context.
StatefulPersistenceContext(SessionImplementor) - Constructor for class org.hibernate.engine.internal.StatefulPersistenceContext
Constructs a PersistentContext, bound to the given session.
StatelessSession - Interface in org.hibernate
A command-oriented API for performing bulk operations against a database.
StatelessSessionBuilder - Interface in org.hibernate
Represents a consolidation of all stateless session creation options into a builder style delegate.
StatelessSessionImpl - Class in org.hibernate.internal
 
statement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
statement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
statement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
statement() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
Statement - Interface in org.hibernate.hql.internal.ast.tree
Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT).
STATEMENT_BATCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum JDBC batch size.
STATEMENT_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
statementEnd() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
StatementExecutor - Interface in org.hibernate.hql.internal.ast.exec
Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL.
statementPrepared() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
Notification of a statement being prepared
statementPrepared() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
statementPrepared() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
StatementPreparer - Interface in org.hibernate.engine.jdbc.spi
Contracting for preparing SQL statements
statementsClosed(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
statementsClosed(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
statementsClosed(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
statementsClosed(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
statementsClosed(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
statementsClosed(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
statementsClosed(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
statementsClosed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
statementsClosed$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
statementsClosed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
statementsClosed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
statementsClosed$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
statementsClosed$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
statementsPrepared(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
statementsPrepared(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
statementsPrepared(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
statementsPrepared(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
statementsPrepared(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
statementsPrepared(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
statementsPrepared(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
statementsPrepared$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
statementsPrepared$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
statementsPrepared$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
statementsPrepared$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
statementsPrepared$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
statementsPrepared$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
StaticFilterAliasGenerator - Class in org.hibernate.internal
 
StaticFilterAliasGenerator(String) - Constructor for class org.hibernate.internal.StaticFilterAliasGenerator
 
Statistics - Interface in org.hibernate.stat
Exposes statistics for a particular SessionFactory.
StatisticsFactory - Interface in org.hibernate.stat.spi
 
StatisticsImplementor - Interface in org.hibernate.stat.spi
Statistics SPI for the Hibernate core.
StatisticsInitiator - Class in org.hibernate.stat.internal
 
StatisticsInitiator() - Constructor for class org.hibernate.stat.internal.StatisticsInitiator
 
StatisticsService - Class in org.hibernate.jmx
Deprecated. See HHH-6190 for details
StatisticsService() - Constructor for class org.hibernate.jmx.StatisticsService
Deprecated.  
StatisticsServiceMBean - Interface in org.hibernate.jmx
Deprecated. See HHH-6190 for details
STATS_BUILDER - Static variable in class org.hibernate.stat.internal.StatisticsInitiator
Names the StatisticsFactory to use.
Status - Enum in org.hibernate.engine.spi
Represents the status of an entity with respect to this session.
STMT_END - Static variable in interface org.hibernate.hql.internal.antlr.SqlStatementParserTokenTypes
 
stop() - Method in class org.hibernate.cache.ehcache.EhCacheRegionFactory
Lifecycle callback to perform any necessary cleanup of the underlying cache implementation(s).
stop() - Method in class org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
Lifecycle callback to perform any necessary cleanup of the underlying cache implementation(s).
stop() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Lifecycle callback to perform any necessary cleanup of the underlying cache implementation(s).
stop() - Method in class org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
 
stop() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
stop() - Method in interface org.hibernate.cache.spi.RegionFactory
Lifecycle callback to perform any necessary cleanup of the underlying cache implementation(s).
stop() - Method in class org.hibernate.jmx.HibernateService
Deprecated.  
stop() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Deprecated. Unbind the SessionFactory or stub from JNDI
stop(BundleContext) - Method in class org.hibernate.osgi.HibernateBundleActivator
 
stop() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
 
stop() - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
stop() - Method in class org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
stop() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
 
stop() - Method in class org.hibernate.service.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
stop() - Method in class org.hibernate.service.jmx.internal.JmxServiceImpl
 
stop() - Method in interface org.hibernate.service.spi.Stoppable
Stop phase notification
stop() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
stop() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
stopCacheManager() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
stopCacheRegions() - Method in class org.hibernate.cache.infinispan.InfinispanRegionFactory
 
Stoppable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to stop.
stoppingService() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
stoppingService() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
stoppingService() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
stoppingService() - Method in interface org.hibernate.internal.CoreMessageLogger
 
stoppingService() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
stoppingService() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
stoppingService() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
stoppingService$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
stoppingService$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
stoppingService$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
stoppingService$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
stoppingService$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
stoppingService$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
stopService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
stopService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.BootstrapServiceRegistryImpl
 
stopService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
strategy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
 
strategy - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance
 
strategy() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Returns type of eviction algorithm (strategy).
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
STREAM_XFER_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on transferring contents based on streams.
StreamCopier - Class in org.hibernate.internal.util.io
Utilities for copying I/O streams.
StreamCopier() - Constructor for class org.hibernate.internal.util.io.StreamCopier
 
StreamUtils - Class in org.hibernate.engine.jdbc
Stream copying utilities
StreamUtils() - Constructor for class org.hibernate.engine.jdbc.StreamUtils
 
STRING - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC VARCHAR.
StringClobType - Class in org.hibernate.type
Deprecated. replaced by MaterializedClobType
StringClobType() - Constructor for class org.hibernate.type.StringClobType
Deprecated.  
StringHelper - Class in org.hibernate.internal.util
 
StringNVarcharType - Class in org.hibernate.type
A type that maps between VARCHAR and String
StringNVarcharType() - Constructor for class org.hibernate.type.StringNVarcharType
 
StringRepresentableType<T> - Interface in org.hibernate.type
Additional, optional contract for types capable of rendering and consuming their values to/from strings.
stringToObject(String) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.  
stringToObject(String) - Method in class org.hibernate.type.BigIntegerType
Convert the value from the mapping file to a Java object.
stringToObject(String) - Method in class org.hibernate.type.BooleanType
 
stringToObject(String) - Method in class org.hibernate.type.ByteType
 
stringToObject(String) - Method in class org.hibernate.type.CharacterNCharType
 
stringToObject(String) - Method in class org.hibernate.type.CharacterType
 
stringToObject(String) - Method in class org.hibernate.type.CustomType
 
stringToObject(String) - Method in class org.hibernate.type.DateType
 
stringToObject(String) - Method in interface org.hibernate.type.IdentifierType
Convert the value from the mapping file to a Java object.
stringToObject(String) - Method in class org.hibernate.type.IntegerType
 
stringToObject(String) - Method in class org.hibernate.type.LongType
 
stringToObject(String) - Method in class org.hibernate.type.NumericBooleanType
 
stringToObject(String) - Method in class org.hibernate.type.ShortType
 
stringToObject(String) - Method in class org.hibernate.type.StringNVarcharType
 
stringToObject(String) - Method in class org.hibernate.type.StringType
 
stringToObject(String) - Method in class org.hibernate.type.TrueFalseType
 
stringToObject(String) - Method in class org.hibernate.type.UrlType
 
stringToObject(String) - Method in class org.hibernate.type.YesNoType
 
StringTools - Class in org.hibernate.envers.tools
 
StringTools() - Constructor for class org.hibernate.envers.tools.StringTools
 
StringType - Class in org.hibernate.type
A type that maps between VARCHAR and String
StringType() - Constructor for class org.hibernate.type.StringType
 
StringTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for String handling.
StringTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
structure(Object) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
StructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for entities.
StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
StructuredCollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent collections (other than Maps, see StructuredMapCacheEntry).
StructuredCollectionCacheEntry() - Constructor for class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
StructuredMapCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent Maps.
StructuredMapCacheEntry() - Constructor for class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
style - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
 
STYLES - Static variable in class org.hibernate.engine.spi.CascadeStyle
 
SUB_SELECT - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
subclass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
subclass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
Subclass - Class in org.hibernate.mapping
A sublass in a table-per-class-hierarchy mapping
Subclass(PersistentClass) - Constructor for class org.hibernate.mapping.Subclass
 
SUBCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
SubclassEntityContainer - Interface in org.hibernate.metamodel.source.binder
Contract for elements within a EntityHierarchy which can contain sub elements.
SubclassEntitySource - Interface in org.hibernate.metamodel.source.binder
 
SubclassEntitySourceImpl - Class in org.hibernate.metamodel.source.annotations.entity
 
SubclassEntitySourceImpl(EntityClass) - Constructor for class org.hibernate.metamodel.source.annotations.entity.SubclassEntitySourceImpl
 
SubclassEntitySourceImpl - Class in org.hibernate.metamodel.source.hbm
 
SubclassEntitySourceImpl(MappingDocument, EntityElement) - Constructor for class org.hibernate.metamodel.source.hbm.SubclassEntitySourceImpl
 
subclassEntitySources() - Method in class org.hibernate.metamodel.source.annotations.entity.EntitySourceImpl
 
subclassEntitySources() - Method in interface org.hibernate.metamodel.source.binder.SubclassEntityContainer
 
subclassEntitySources() - Method in class org.hibernate.metamodel.source.hbm.AbstractEntitySourceImpl
 
SubclassPropertyMapper - Class in org.hibernate.envers.entities.mapper
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
SubclassPropertyMapper(ExtendedPropertyMapper, ExtendedPropertyMapper) - Constructor for class org.hibernate.envers.entities.mapper.SubclassPropertyMapper
 
SubEntityElement - Interface in org.hibernate.internal.jaxb.mapping.hbm
 
subList(int, int) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
subList(int, int) - Method in class org.hibernate.collection.internal.PersistentBag
 
subList(int, int) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
subList(int, int) - Method in class org.hibernate.collection.internal.PersistentList
 
subList(int, int) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy
 
subMap(Object, Object) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
subMap(K, K) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
Subqueries - Class in org.hibernate.criterion
Factory class for criterion instances that represent expressions involving subqueries.
Subqueries() - Constructor for class org.hibernate.criterion.Subqueries
 
subquery(Class<U>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
subquery(Class<U>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
subquery(Class<U>) - Method in class org.hibernate.ejb.criteria.QueryStructure
 
subQuery() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
SubqueryComparisonModifierExpression<Y> - Class in org.hibernate.ejb.criteria.expression
Represents a SubqueryComparisonModifierExpression.Modifier.ALL, SubqueryComparisonModifierExpression.Modifier.ANY, SubqueryComparisonModifierExpression.Modifier.SOME modifier appplied to a subquery as part of a comparison.
SubqueryComparisonModifierExpression(CriteriaBuilderImpl, Class<Y>, Subquery<Y>, SubqueryComparisonModifierExpression.Modifier) - Constructor for class org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression
 
SubqueryComparisonModifierExpression.Modifier - Enum in org.hibernate.ejb.criteria.expression
 
SubqueryExpression - Class in org.hibernate.criterion
 
SubqueryExpression(String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SubqueryExpression
 
subResolverException(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
subResolverException(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
subResolverException(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
subResolverException(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
subResolverException(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
subResolverException(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
subResolverException(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
subResolverException$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
subResolverException$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
subResolverException$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
subResolverException$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
subResolverException$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
subResolverException$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
Subselect - Annotation Type in org.hibernate.annotations
Map an immutable and read-only entity to a given SQL subselect expression:
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
subselect - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
subselectAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
SubselectCollectionLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a collection
SubselectCollectionLoader(QueryableCollection, String, Collection, QueryParameters, Map, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectCollectionLoader
 
SubselectFetch - Class in org.hibernate.engine.spi
 
SubselectFetch(String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.spi.SubselectFetch
 
SubselectOneToManyLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a one to many association
SubselectOneToManyLoader(QueryableCollection, String, Collection, QueryParameters, Map, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectOneToManyLoader
 
subSet(Object, Object) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
subSet(U, U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Perform any property value substitution that is necessary (interceptor callback, version initialization...)
substituteValuesIfNecessary(Object, Serializable, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 
subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of a reader, wrapping the portion in a new reader.
subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream., wrapping them in a new stream.
substring(Expression<String>, Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
substring(Expression<String>, int) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
substring(Expression<String>, int, int) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
SubstringFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL SUBSTRING function.
SubstringFunction(CriteriaBuilderImpl, Expression<String>, Expression<Integer>, Expression<Integer>) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
SubstringFunction(CriteriaBuilderImpl, Expression<String>, Expression<Integer>) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
SubstringFunction(CriteriaBuilderImpl, Expression<String>, int) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
SubstringFunction(CriteriaBuilderImpl, Expression<String>, int, int) - Constructor for class org.hibernate.ejb.criteria.expression.function.SubstringFunction
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
subtract(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a subtraction
successfulTransactions(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
successfulTransactions(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
successfulTransactions(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
successfulTransactions(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
successfulTransactions(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
successfulTransactions(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
successfulTransactions(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
successfulTransactions$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
successfulTransactions$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
successfulTransactions$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
successfulTransactions$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
successfulTransactions$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
successfulTransactions$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
suffix(String[], String) - Static method in class org.hibernate.internal.util.StringHelper
 
suffixes - Variable in class org.hibernate.loader.JoinWalker
 
suffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
sum(String) - Static method in class org.hibernate.criterion.Projections
A property value sum
sum(Expression<N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
sum(Expression<? extends N>, N) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
sum(N, Expression<? extends N>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
SUM - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
SUM - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
SUM - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
sumAsDouble(Expression<Float>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
sumAsLong(Expression<Integer>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
SunOneJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JtaPlatform implementation for Sun ONE Application Server 7 and above
SunOneJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.SunOneJtaPlatform
 
Superclass - Class in org.hibernate.metamodel.domain
Models the concept of a (intermediate) superclass
Superclass(String, String, ValueHolder<Class<?>>, Hierarchical) - Constructor for class org.hibernate.metamodel.domain.Superclass
Constructor for the entity
SUPERCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.spi.JdbcConnectionAccess
Does the underlying provider of connections support aggressive releasing of connections (and re-acquisition of those connections later, if need be) in JTA environments?
supportsAggressiveRelease() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?

This is used in conjunction with AvailableSettings.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in class org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.service.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?

This is used in conjunction with AvailableSettings.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
supportsAggressiveRelease() - Method in interface org.hibernate.service.jdbc.connections.spi.ConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?

This is used in conjunction with AvailableSettings.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in interface org.hibernate.service.jdbc.connections.spi.MultiTenantConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?

This is used in conjunction with AvailableSettings.RELEASE_CONNECTIONS to aggressively release JDBC connections.

supportsAggressiveRelease() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
supportsBatchUpdates() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Did the driver report to supporting batched updates?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.Dialect
Does this dialect support using a JDBC bind parameter as an argument to a function or procedure call?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Given the configuration of this generator, is identifier generation as part of bulk insertion supported?

IMPL NOTE : Mainly here to allow stuff like SequenceStyleGenerator which *can* support this based on configuration

supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.SequenceGenerator
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
RDMS does not support Cascade Deletes.
supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCheck() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.Dialect
Does this dialect support definition of cascade delete constraints which can cause circular chains?
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support column-level check constraints?
supportsColumnCheck() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.MySQL5Dialect
Does this dialect support column-level check constraints?
supportsColumnCheck() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
Does this dialect support a way to retrieve the database's current timestamp value?
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
HSQLDB 1.8.x requires CALL CURRENT_TIMESTAMP but this should not be treated as a callable statement.
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.InformixDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Ingres9Dialect
Does this dialect support a way to retrieve the database's current timestamp value?
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsDataDefinitionInTransaction() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Did the driver report to support performing DDL within transactions?
supportsEmptyInList() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Dialect
Does this dialect support empty IN lists?

For example, is [where XYZ in ()] a supported construct?

supportsEmptyInList() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.IngresDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsEmptyInList() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Dialect
Does the dialect support an exists statement in the select clause?
supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Dialect
Expected LOB usage pattern is such that I can perform an insert via prepared statement with a parameter binding for a LOB value without crazy casting to JDBC driver implementation-specific classes...
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.IngresDialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE15Dialect
Actually Sybase does not support LOB locators at al.
supportsForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
Support the FOR UPDATE syntax? For now, returns false since the current version of the Mimer SQL JDBC Driver does not support updatable resultsets.
supportsForUpdateNowait() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsForUpdateOf() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsForUpdateOf() - Method in class org.hibernate.dialect.IngresDialect
Does this dialect support FOR UPDATE OF, allowing particular rows to be locked?
supportsGetGeneratedKeys() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Did the driver report to supporting retrieval of generated keys?
supportsIdentityColumns() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.Dialect
Does this dialect support identity column key generation?
supportsIdentityColumns() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.InformixDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.Ingres10Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
TODO: Check if Mimer SQL cannot handle the way DB2 does
supportsIdentityColumns() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.Dialect
Does the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
supportsLimit() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
supportsLimit() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.InformixDialect
 
supportsLimit() - Method in class org.hibernate.dialect.IngresDialect
Does this Dialect have some kind of LIMIT syntax?
supportsLimit() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsLimit() - Method in class org.hibernate.dialect.MimerSQLDialect
Mimer SQL does not support limit
supportsLimit() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsLimit() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support some form of limiting query results via a SQL clause?
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
supportsLimitOffset() - Method in class org.hibernate.dialect.InformixDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Ingres9Dialect
Does this dialect's LIMIT support (if any) additionally support specifying an offset?
supportsLimitOffset() - Method in class org.hibernate.dialect.IngresDialect
Does this dialect support an offset?
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsLimitOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler's LIMIT support (if any) additionally support specifying an offset?
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.Dialect
Does the dialect support propagating changes to LOB values back to the database? Talking about mutating the internal value of the locator as opposed to supplying a new locator instance...
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.Dialect
Informational metadata about whether this dialect is known to support specifying timeouts for requested lock acquisitions.
supportsLockTimeouts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsNotNullUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.getUniqueDelegate() should be overridden instead.
supportsOrdinalParameterMetadata() - Method in class org.hibernate.hql.internal.ast.ParameterTranslationsImpl
 
supportsOrdinalParameterMetadata() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Dialect
Does this dialect support FOR UPDATE in conjunction with outer joined rows?
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Ingres9Dialect
Does this dialect support FOR UPDATE in conjunction with outer joined rows?
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
For now, simply return false since we don't updatable result sets.
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
Currently, RDMS-JDBC does not support ForUpdate.
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.DB2Dialect
Does this dialect support parameters within the SELECT clause of INSERT ...
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.Dialect
Does this dialect support parameters within the SELECT clause of INSERT ...
supportsParent() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
supportsParent() - Method in class org.hibernate.tuple.ElementWrapper
 
supportsPooledSequences() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Dialect
Does this dialect support "pooled" sequences.
supportsPooledSequences() - Method in class org.hibernate.dialect.H2Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.InformixDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Ingres9Dialect
Does this dialect support "pooled" sequences.
supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsPooledSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Dialect
Does this dialect support asking the result set its positioning information on forward only cursors.
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.Dialect
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax.
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Dialect
If the dialect supports row values, does it offer such support in IN lists as well?

For example, "...

supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Oracle9iDialect
HHH-4907, I don't know if oracle 8 supports this syntax, so I'd think it is better add this method here.
supportsScrollableResults() - Method in interface org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData
Did the driver report to supporting scrollable result sets?
supportsSequences() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
supportsSequences() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyTenSixDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Dialect
Does this dialect support sequences?
supportsSequences() - Method in class org.hibernate.dialect.H2Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsSequences() - Method in class org.hibernate.dialect.InformixDialect
 
supportsSequences() - Method in class org.hibernate.dialect.IngresDialect
Does this dialect support sequences?
supportsSequences() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MckoiDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MimerSQLDialect
Mimer SQL supports sequences
supportsSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.SAPDBDialect
 
supportsSequences() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsSequences() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support referencing the table being mutated in a subquery.
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.Dialect
Are subselects supported as the left-hand-side (LHS) of IN-predicates.
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.IngresDialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support table-level check constraints?
supportsTableCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Dialect
Does this dialect support temporary tables?
supportsTemporaryTables() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.HSQLDialect
Does this dialect support temporary tables?
supportsTemporaryTables() - Method in class org.hibernate.dialect.InformixDialect
Overrides Dialect.supportsTemporaryTables() to return true when invoked.
supportsTemporaryTables() - Method in class org.hibernate.dialect.IngresDialect
Does this dialect support temporary tables?
supportsTemporaryTables() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsTemporaryTables() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.SAPDBDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support `count(a,b)`?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support `count(distinct a,b)`?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.IngresDialect
Ingres does not support the syntax `count(distinct a,b)`?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Oracle9iDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
Is it supported to materialize a LOB locator outside the transaction in which it was created?

Again, part of the trickiness here is the fact that this is largely driver dependent.

supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
Does this dialect support UNION ALL, which is generally a faster variant of UNION?
supportsUnionAll() - Method in class org.hibernate.dialect.H2Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Ingres9Dialect
Does this dialect support UNION ALL, which is generally a faster variant of UNION?
supportsUnionAll() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
supportsUnionAll() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.getUniqueDelegate() should be overridden instead.
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.getUniqueDelegate() should be overridden instead.
supportsVariableLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.  
supportsVariableLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
supportsVariableLimit() - Method in class org.hibernate.dialect.InformixDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
Does this dialect support bind variables (i.e., prepared statememnt parameters) for its limit/offset?
supportsVariableLimit() - Method in class org.hibernate.dialect.IngresDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does this handler support bind variables (i.e., prepared statement parameters) for its limit/offset?
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
suspend() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
Tell the TransactionManager to suspend any ongoing transaction.
suspend() - Method in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
Sybase11Dialect - Class in org.hibernate.dialect
A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax)
Sybase11Dialect() - Constructor for class org.hibernate.dialect.Sybase11Dialect
 
Sybase11JoinFragment - Class in org.hibernate.sql
An old Sybase-style join (before Sybase supported the ANSI style "inner join" etc syntax) This is needed for Sybase 11.9.2 and earlier, using the HQL 2.* syntax with Collections.
Sybase11JoinFragment() - Constructor for class org.hibernate.sql.Sybase11JoinFragment
 
SybaseAnywhereDialect - Class in org.hibernate.dialect
SQL Dialect for Sybase Anywhere extending Sybase (Enterprise) Dialect (Tested on ASA 8.x)
SybaseAnywhereDialect() - Constructor for class org.hibernate.dialect.SybaseAnywhereDialect
 
SybaseASE157Dialect - Class in org.hibernate.dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15.7 and higher.
SybaseASE157Dialect() - Constructor for class org.hibernate.dialect.SybaseASE157Dialect
 
SybaseASE15Dialect - Class in org.hibernate.dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
SybaseASE15Dialect() - Constructor for class org.hibernate.dialect.SybaseASE15Dialect
 
SybaseDialect - Class in org.hibernate.dialect
All Sybase dialects share an IN list size limit.
SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
 
syncAnnotatedClasses() - Method in class org.hibernate.cfg.Configuration.MetadataSourceQueue
 
synchronizationAlreadyRegistered(Synchronization) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
synchronizationAlreadyRegistered(Synchronization) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
synchronizationAlreadyRegistered(Synchronization) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
synchronizationAlreadyRegistered(Synchronization) - Method in interface org.hibernate.internal.CoreMessageLogger
 
synchronizationAlreadyRegistered(Synchronization) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
synchronizationAlreadyRegistered(Synchronization) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
synchronizationAlreadyRegistered(Synchronization) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
synchronizationAlreadyRegistered$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
synchronizationAlreadyRegistered$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
synchronizationAlreadyRegistered$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
synchronizationAlreadyRegistered$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
synchronizationAlreadyRegistered$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
synchronizationAlreadyRegistered$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SynchronizationCallbackCoordinator - Interface in org.hibernate.engine.transaction.synchronization.spi
 
SynchronizationCallbackCoordinatorImpl - Class in org.hibernate.engine.transaction.synchronization.internal
Manages callbacks from the Synchronization registered by Hibernate.
SynchronizationCallbackCoordinatorImpl(TransactionCoordinator) - Constructor for class org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl
 
synchronizationFailed(Synchronization, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
synchronizationFailed(Synchronization, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
synchronizationFailed(Synchronization, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
synchronizationFailed(Synchronization, Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
synchronizationFailed(Synchronization, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
synchronizationFailed(Synchronization, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
synchronizationFailed(Synchronization, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
synchronizationFailed$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
synchronizationFailed$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
synchronizationFailed$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
synchronizationFailed$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
synchronizationFailed$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
synchronizationFailed$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
SynchronizationRegistry - Interface in org.hibernate.engine.transaction.spi
Manages a registry of Synchronizations.
synchronizationRegistry() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
SynchronizationRegistryAccess - Interface in org.hibernate.service.jta.platform.internal
Provides access to a TransactionSynchronizationRegistry for use by TransactionSynchronizationRegistry-based JtaSynchronizationStrategy implementations.
SynchronizationRegistryBasedSynchronizationStrategy - Class in org.hibernate.service.jta.platform.internal
Implementation of the JtaSynchronizationStrategy contract based on using a TransactionSynchronizationRegistry
SynchronizationRegistryBasedSynchronizationStrategy(SynchronizationRegistryAccess) - Constructor for class org.hibernate.service.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
SynchronizationRegistryImpl - Class in org.hibernate.engine.transaction.internal
Manages a registry of Synchronizations.
SynchronizationRegistryImpl() - Constructor for class org.hibernate.engine.transaction.internal.SynchronizationRegistryImpl
 
Synchronize - Annotation Type in org.hibernate.annotations
Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data.
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
synchronize - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
SYNCHRONIZE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
 
SyntheticAndFactory - Class in org.hibernate.hql.internal.ast.util
Creates synthetic and nodes based on the where fragment part of a JoinSequence.
SyntheticAndFactory(HqlSqlWalker) - Constructor for class org.hibernate.hql.internal.ast.util.SyntheticAndFactory
 
SyntheticProperty - Class in org.hibernate.mapping
Models a property which does not actually exist in the model.
SyntheticProperty() - Constructor for class org.hibernate.mapping.SyntheticProperty
 

T

Table - Annotation Type in org.hibernate.annotations
Complementary information to a table either primary or secondary
table() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
table() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
TABLE - Static variable in class org.hibernate.id.TableGenerator
Deprecated. The table parameter
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSynchronizeElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
table - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
table - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
table - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
table - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
table - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
table - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
Table - Class in org.hibernate.mapping
A relational table
Table() - Constructor for class org.hibernate.mapping.Table
 
Table(String) - Constructor for class org.hibernate.mapping.Table
 
Table - Class in org.hibernate.metamodel.relational
Models the concept of a relational TABLE (or VIEW).
Table(Schema, String) - Constructor for class org.hibernate.metamodel.relational.Table
 
Table(Schema, Identifier) - Constructor for class org.hibernate.metamodel.relational.Table
 
TABLE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
TABLE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
TABLE_GENERATOR - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
TABLE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
TableBasedDeleteHandlerImpl - Class in org.hibernate.hql.spi
 
TableBasedDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.TableBasedDeleteHandlerImpl
 
TableBasedDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, String, String) - Constructor for class org.hibernate.hql.spi.TableBasedDeleteHandlerImpl
 
TableBasedUpdateHandlerImpl - Class in org.hibernate.hql.spi
 
TableBasedUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.TableBasedUpdateHandlerImpl
 
TableBasedUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, String, String) - Constructor for class org.hibernate.hql.spi.TableBasedUpdateHandlerImpl
 
TableBinder - Class in org.hibernate.cfg.annotations
Table related operations
TableBinder() - Constructor for class org.hibernate.cfg.annotations.TableBinder
 
TableBinder - Class in org.hibernate.metamodel.source.annotations.global
Binds table related information.
tableFound(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tableFound(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tableFound(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tableFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
tableFound(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tableFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tableFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tableFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tableFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tableFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tableFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tableFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tableFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
TableGenerator - Class in org.hibernate.id.enhanced
An enhanced version of table-based id generation.
TableGenerator() - Constructor for class org.hibernate.id.enhanced.TableGenerator
 
TableGenerator - Class in org.hibernate.id
Deprecated. use SequenceStyleGenerator instead.
TableGenerator() - Constructor for class org.hibernate.id.TableGenerator
Deprecated.  
tableGenerator - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
 
tableGenerator - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
tableGenerator - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
TableHiLoGenerator - Class in org.hibernate.id
Deprecated. use SequenceStyleGenerator instead.
TableHiLoGenerator() - Constructor for class org.hibernate.id.TableHiLoGenerator
Deprecated.  
tableJoin(AST, AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
TableMetadata - Class in org.hibernate.tool.hbm2ddl
JDBC table metadata
tableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
tableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
tableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
tableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Alter the table name given in the mapping document
tableNameBinding - Variable in class org.hibernate.cfg.Configuration
 
tableNotFound(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tableNotFound(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tableNotFound(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tableNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
tableNotFound(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tableNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tableNotFound(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tableNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tableNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tableNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tableNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tableNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tableNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
TableOwner - Interface in org.hibernate.mapping
Interface allowing to differenciate SubClasses from Classes, JoinedSubClasses and UnionSubClasses The first one has not its own table while the others have
Tables - Annotation Type in org.hibernate.annotations
Plural of Table
tables - Variable in class org.hibernate.cfg.Configuration
 
TABLES - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table names for all tables for which the id must be unique
TABLES - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
TableSource - Interface in org.hibernate.metamodel.source.binder
Contract describing source of table information
TableSpecification - Interface in org.hibernate.metamodel.relational
Models what ANSI SQL terms a table specification which is a table or a view or an inline view.
TableStructure - Class in org.hibernate.id.enhanced
Describes a table used to mimic sequence behavior
TableStructure(Dialect, String, String, int, int, Class) - Constructor for class org.hibernate.id.enhanced.TableStructure
 
tailMap(Object) - Method in class org.hibernate.collection.internal.PersistentSortedMap
 
tailMap(K) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
tailSet(Object) - Method in class org.hibernate.collection.internal.PersistentSortedSet
 
tailSet(U) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
takeOwnership() - Method in class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
takeOwnership() - Method in interface org.hibernate.engine.transaction.spi.TransactionCoordinator
 
Target - Annotation Type in org.hibernate.annotations
Define an explicit target,a voiding reflection and generics resolving
target - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
TARGET - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
Target - Enum in org.hibernate.tool.hbm2ddl
 
targetClass - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
targetEntity - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
 
targetEntity - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
 
targetEntity - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
 
targetEntity - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
 
targetEquals(AnnotationTarget, AnnotationTarget) - Static method in class org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper
 
Template - Class in org.hibernate.sql
Parses SQL fragments specified in mapping documents
TEMPLATE - Static variable in class org.hibernate.sql.Template
 
Template.NoOpColumnMapper - Class in org.hibernate.sql
 
Template.NoOpColumnMapper() - Constructor for class org.hibernate.sql.Template.NoOpColumnMapper
 
TemplatedViolatedConstraintNameExtracter - Class in org.hibernate.exception.spi
Knows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message.
TemplatedViolatedConstraintNameExtracter() - Constructor for class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
 
TemplateRenderer - Class in org.hibernate.dialect.function
Delegate for handling function "templates".
TemplateRenderer(String) - Constructor for class org.hibernate.dialect.function.TemplateRenderer
 
tempList - Variable in class org.hibernate.collection.internal.PersistentSet
 
temporal - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
 
temporal - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
 
temporal - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbId
 
temporal - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
 
TEMPORAL - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
TEMPORAL_TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
TemporalTypeResolver - Class in org.hibernate.metamodel.source.annotations.attribute.type
 
TemporalTypeResolver(MappedAttribute) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.type.TemporalTypeResolver
 
TemporaryTableBulkIdStrategy - Class in org.hibernate.hql.spi
 
TemporaryTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.TemporaryTableBulkIdStrategy
 
TENANT_IDENTIFIER_TO_USE_FOR_ANY_KEY - Static variable in class org.hibernate.service.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
tenantIdentifier(String) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
tenantIdentifier(String) - Method in interface org.hibernate.SessionBuilder
Define the tenant identifier to be associated with the opened session.
tenantIdentifier(String) - Method in interface org.hibernate.StatelessSessionBuilder
Define the tenant identifier to be associated with the opened session.
TenantIdentifierMismatchException - Exception in org.hibernate.context
Indicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver.validateExistingCurrentSessions() returns true and there is a mismatch found.
TenantIdentifierMismatchException(String) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
 
TenantIdentifierMismatchException(String, Throwable) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
 
TeradataDialect - Class in org.hibernate.dialect
A dialect for the Teradata database created by MCR as part of the dialect certification process.
TeradataDialect() - Constructor for class org.hibernate.dialect.TeradataDialect
Constructor
TestClassMetadata - Class in org.hibernate.testing.junit4
Metadata about various types of callback methods on a given test class.
TestClassMetadata(Class) - Constructor for class org.hibernate.testing.junit4.TestClassMetadata
 
TestForIssue - Annotation Type in org.hibernate.testing
A documentation annotation for notating what JIRA issue is being tested.
TestingJtaBootstrap - Class in org.hibernate.testing.jta
 
TestingJtaBootstrap() - Constructor for class org.hibernate.testing.jta.TestingJtaBootstrap
 
TestingJtaPlatformImpl - Class in org.hibernate.testing.jta
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
TestingJtaPlatformImpl() - Constructor for class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
TEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGVARCHAR.
TextType - Class in org.hibernate.type
A type that maps between LONGVARCHAR and String
TextType() - Constructor for class org.hibernate.type.TextType
 
THEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
THEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
THEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
THETA_JOINS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
THETA_JOINS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
thetaJoins(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
ThreadLocalSessionContext - Class in org.hibernate.context.internal
A CurrentSessionContext impl which scopes the notion of current session by the current thread of execution.
ThreadLocalSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.ThreadLocalSessionContext
 
ThreadLocalSessionContext.CleanupSynch - Class in org.hibernate.context.internal
JTA transaction synch used for cleanup of the internal session map.
ThreadLocalSessionContext.CleanupSynch(SessionFactory) - Constructor for class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSynch
 
ThreeEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from a relation middle-table and a two related versions entity.
ThreeEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, MiddleIdData, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
thresholdExpired() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Returns true if batching threshold has expired, false otherwise.
throwExceptionIfErrorOccurred() - Method in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
throwIfNull(Object, Serializable, String) - Static method in exception org.hibernate.UnresolvableObjectException
 
throwNPE(String) - Method in class org.hibernate.testing.byteman.BytemanHelper
 
throwPersistenceException(PersistenceException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Delegates to HibernateEntityManagerImplementor.handlePersistenceException(javax.persistence.PersistenceException) and then throws the given exception.
throwPersistenceException(HibernateException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
Delegates to HibernateEntityManagerImplementor.convert(org.hibernate.HibernateException, org.hibernate.LockOptions) and then throws the given exception.
throwPersistenceException(PersistenceException) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Delegates to HibernateEntityManagerImplementor.handlePersistenceException(javax.persistence.PersistenceException) and then throws the given exception.
throwPersistenceException(HibernateException) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
Delegates to HibernateEntityManagerImplementor.convert(org.hibernate.HibernateException, org.hibernate.LockOptions) and then throws the given exception.
throwQueryException() - Method in class org.hibernate.hql.internal.ast.ErrorCounter
 
throwQueryException() - Method in interface org.hibernate.hql.internal.ast.ParseErrorHandler
 
TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Time) to JDBC TIME.
TIME_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
TimedExecutor - Class in org.hibernate.testing.async
 
TimedExecutor(long) - Constructor for class org.hibernate.testing.async.TimedExecutor
 
TimedExecutor(long, int) - Constructor for class org.hibernate.testing.async.TimedExecutor
 
timedOut() - Method in interface org.hibernate.testing.async.Executable
Called when the timeout period is exceeded.
timeout - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
 
timeout - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
 
TIMEOUT_HIBERNATE - Static variable in class org.hibernate.annotations.QueryHints
 
TIMEOUT_JPA - Static variable in class org.hibernate.annotations.QueryHints
 
timestamp - Static variable in class org.hibernate.envers.DefaultRevisionEntity_
 
timestamp - Static variable in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity_
 
timestamp - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
TIMESTAMP - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Timestamp) to JDBC TIMESTAMP.
TIMESTAMP_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
timestampCacheHits(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
timestampCacheHits(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
timestampCacheHits(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
timestampCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
timestampCacheHits(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
timestampCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
timestampCacheHits(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
timestampCacheHits$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
timestampCacheHits$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
timestampCacheHits$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
timestampCacheHits$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
timestampCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
timestampCacheHits$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
timestampCacheMisses(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
timestampCacheMisses(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
timestampCacheMisses(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
timestampCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
timestampCacheMisses(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
timestampCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
timestampCacheMisses(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
timestampCacheMisses$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
timestampCacheMisses$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
timestampCacheMisses$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
timestampCacheMisses$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
timestampCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
timestampCacheMisses$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
timestampCachePuts(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
timestampCachePuts(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
timestampCachePuts(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
timestampCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
timestampCachePuts(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
timestampCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
timestampCachePuts(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
timestampCachePuts$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
timestampCachePuts$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
timestampCachePuts$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
timestampCachePuts$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
timestampCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
timestampCachePuts$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
Timestamper - Class in org.hibernate.testing.cache
Generates increasing identifiers (in a single VM only).
TIMESTAMPS_CACHE_RESOURCE_PROP - Static variable in class org.hibernate.cache.infinispan.InfinispanRegionFactory
Name of the configuration that should be used for timestamp caches.
TimestampsRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
TimestampsRegionImpl - Class in org.hibernate.cache.infinispan.timestamp
Defines the behavior of the timestamps cache region for Infinispan.
TimestampsRegionImpl(AdvancedCache, String, RegionFactory) - Constructor for class org.hibernate.cache.infinispan.timestamp.TimestampsRegionImpl
 
TimestampType - Class in org.hibernate.type
A type that maps between TIMESTAMP and Timestamp
TimestampType() - Constructor for class org.hibernate.type.TimestampType
 
TimestampTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TIMESTAMP handling.
TimestampTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
TimestampTypeOverrides - Class in org.hibernate.cache.infinispan.timestamp
TimestampTypeOverrides.
TimestampTypeOverrides() - Constructor for class org.hibernate.cache.infinispan.timestamp.TimestampTypeOverrides
 
TimesTenDialect - Class in org.hibernate.dialect
A SQL dialect for TimesTen 5.1.
TimesTenDialect() - Constructor for class org.hibernate.dialect.TimesTenDialect
 
TimeType - Class in org.hibernate.type
A type that maps between TIME and Time
TimeType() - Constructor for class org.hibernate.type.TimeType
 
TimeTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TIME handling.
TimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping TimeZone to JDBC VARCHAR.
TimeZoneType - Class in org.hibernate.type
A type mapping VARCHAR and TimeZone
TimeZoneType() - Constructor for class org.hibernate.type.TimeZoneType
 
TimeZoneTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for TimeZone handling.
TimeZoneTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
TimeZoneTypeDescriptor.TimeZoneComparator - Class in org.hibernate.type.descriptor.java
 
TimeZoneTypeDescriptor.TimeZoneComparator() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
TinyIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TINYINT handling.
TinyIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
TM_CLASS_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JOTMJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JRun4JtaPlatform
 
TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.OC4JJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.OrionJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.ResinJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.SunOneJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.service.jta.platform.internal.WeblogicJtaPlatform
 
to2DIntArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
to2DStringArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
TO_LIST - Static variable in class org.hibernate.transform.Transformers
Each row of results is a List
TO_ONE_ATTRIBUTE_TYPE_SOURCE - Static variable in class org.hibernate.metamodel.source.hbm.Helper
 
toAccessType() - Method in enum org.hibernate.annotations.CacheConcurrencyStrategy
 
toAliasEntityMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toAliasString(String) - Method in class org.hibernate.sql.Alias
 
toAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toAliasTableMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toArray() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy
 
toArray() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy
 
toArray() - Method in class org.hibernate.collection.internal.PersistentBag
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentBag
 
toArray() - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentIdentifierBag
 
toArray() - Method in class org.hibernate.collection.internal.PersistentList
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentList
 
toArray() - Method in class org.hibernate.collection.internal.PersistentSet
 
toArray(Object[]) - Method in class org.hibernate.collection.internal.PersistentSet
 
toArray() - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleImpl
 
toArray() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toArray(V[]) - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toArray() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
toArray(Object[]) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
toArray(List<AnnotationValue>) - Static method in class org.hibernate.metamodel.source.annotations.xml.mocker.MockHelper
 
toArrayElement(String) - Static method in class org.hibernate.internal.util.StringHelper
Takes a String s and returns a new String[1] with s as the only element.
toBigDecimal(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
toBigInteger(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
toBinaryString(byte) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBinaryString(int) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBinaryString(long) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBooleanArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.DerbyTenSevenDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Dialect
The SQL literal value to which this database maps boolean values.
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Ingres10Dialect
The SQL literal value to which this database maps boolean values.
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
toByte(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toBytes(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
toCascadeStyle() - Method in enum org.hibernate.metamodel.binding.CascadeType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AnyType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CollectionType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ComponentType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CustomType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ManyToOneType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.MetaType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.NullableType
Deprecated.  
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.OneToOneType
 
toColumnNullness(Object, Mapping) - Method in interface org.hibernate.type.Type
Given an instance of the type, return an array of boolean, indicating which mapped columns would be null.
toColumns(String, String, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
toColumns(String, String, boolean, boolean) - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
toColumns(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Given a query alias and a property path, return the qualified column name
toColumns(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Given a property path, return the corresponding column name(s).
toColumns(String, String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
toColumns(String, int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Given the number of a property of a subclass, and a table alias, return the aliased column names.
toColumns(String, String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a query alias and a property path, return the qualified column name
toColumns(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a property path, return the corresponding column name(s).
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
toCompositeData
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
toCompositeData
toCompositeData() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
toCompositeData
toDouble(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
toExternalFormat(byte[]) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated. Convert the byte[] into the expected object type
toExternalFormat(char[]) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated. Convert the char[] into the expected object type
toExternalFormat(byte[]) - Method in class org.hibernate.type.AbstractLongBinaryType
Deprecated.  
toFloat(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
toFragmentString() - Method in class org.hibernate.sql.ANSICaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.CaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.ConditionFragment
 
toFragmentString() - Method in class org.hibernate.sql.DecodeCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.DerbyCaseFragment
From http://www.jroller.com/comments/kenlars99/Weblog/cloudscape_soon_to_be_derby

The problem we had, was when Hibernate does a select with a case statement, for joined subclasses.

toFragmentString() - Method in class org.hibernate.sql.DisjunctionFragment
 
toFragmentString() - Method in class org.hibernate.sql.ForUpdateFragment
 
toFragmentString() - Method in class org.hibernate.sql.HSQLCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.InFragment
 
toFragmentString() - Method in class org.hibernate.sql.MckoiCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.SelectFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.JoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Render the SQL fragment to be used in the GROUP BY clause
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
toHibernateJoinType(int) - Static method in class org.hibernate.hql.internal.ast.util.JoinProcessor
Translates an AST join type (i.e., the token type) into a JoinFragment.XXX join type.
toIdentifier(String) - Static method in class org.hibernate.metamodel.relational.Identifier
Means to generate an Identifier instance from its simple name
toInt(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Custom algorithm used to generate an int from a series of bytes.
toInt(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toIntArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toInteger(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
toInteger(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toInternalFormat(Object) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated. Convert the object into the internal byte[] representation
toInternalFormat(Object) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated. Convert the object into the internal char[] representation
toInternalFormat(Object) - Method in class org.hibernate.type.AbstractLongBinaryType
Deprecated.  
toJoinFragment() - Method in class org.hibernate.engine.internal.JoinSequence
 
toJoinFragment(Map, boolean) - Method in class org.hibernate.engine.internal.JoinSequence
 
toJoinFragment(Map, boolean, String, String) - Method in class org.hibernate.engine.internal.JoinSequence
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.ClauseParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.FromParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.GroupByParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.OrderByParser
 
token(String, QueryTranslatorImpl) - Method in interface org.hibernate.hql.internal.classic.Parser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PathExpressionParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.PreprocessingParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.SelectParser
 
token(String, QueryTranslatorImpl) - Method in class org.hibernate.hql.internal.classic.WhereParser
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ExistsSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertiesSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertySubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
toList(Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toList(Iterator) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
ToListResultTransformer - Class in org.hibernate.transform
Tranforms each result row from a tuple into a List, such that what you end up with is a List of Lists.
toLoggableString(SessionImplementor) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
toLoggableString() - Method in class org.hibernate.metamodel.relational.Column
 
toLoggableString() - Method in class org.hibernate.metamodel.relational.DerivedValue
Obtain the string representation of this value usable in log statements.
toLoggableString() - Method in class org.hibernate.metamodel.relational.InLineView
 
toLoggableString() - Method in interface org.hibernate.metamodel.relational.Loggable
Obtain the string representation of this value usable in log statements.
toLoggableString() - Method in class org.hibernate.metamodel.relational.Table
 
toLoggableString() - Method in class org.hibernate.metamodel.relational.Tuple
 
toLoggableString() - Method in interface org.hibernate.metamodel.relational.Value
Obtain the string representation of this value usable in log statements.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ArrayType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Generate a loggable representation of an instance of the value mapped by this type.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EnumType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.NullableType
Deprecated.  
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Generate a representation of the value for logging purposes.
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.LoggableUserType
Generate a loggable string representation of the collection (value).
toLong(Expression<? extends Number>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
toLong(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toLowerCase(String) - Static method in class org.hibernate.internal.util.StringHelper
 
toMap() - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheDataRegion
Get the contents of this region as a map.
toMap() - Method in class org.hibernate.cache.infinispan.impl.BaseRegion
 
toMap() - Method in interface org.hibernate.cache.spi.Region
Get the contents of this region as a map.
toMap(String, String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Constructs a map from a property value.
toMatchString(String) - Method in enum org.hibernate.criterion.MatchMode
convert the pattern, by appending/prepending "%"
Tools - Class in org.hibernate.envers.tools
 
Tools() - Constructor for class org.hibernate.envers.tools.Tools
 
tooManyInExpressions(String, int, String, int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tooManyInExpressions(String, int, String, int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tooManyInExpressions(String, int, String, int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tooManyInExpressions(String, int, String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
tooManyInExpressions(String, int, String, int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tooManyInExpressions(String, int, String, int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tooManyInExpressions(String, int, String, int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tooManyInExpressions$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tooManyInExpressions$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tooManyInExpressions$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tooManyInExpressions$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tooManyInExpressions$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tooManyInExpressions$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
TooManyRowsAffectedException - Exception in org.hibernate.jdbc
Indicates that more rows were affected then we were expecting to be.
TooManyRowsAffectedException(String, int, int) - Constructor for exception org.hibernate.jdbc.TooManyRowsAffectedException
 
ToOne - Class in org.hibernate.mapping
A simple-point association (ie.
ToOne(Mappings, Table) - Constructor for class org.hibernate.mapping.ToOne
 
ToOneAttributeSource - Interface in org.hibernate.metamodel.source.binder
Further contract for sources of *-to-one style associations.
ToOneAttributeSourceImpl - Class in org.hibernate.metamodel.source.annotations.attribute
 
ToOneAttributeSourceImpl(AssociationAttribute) - Constructor for class org.hibernate.metamodel.source.annotations.attribute.ToOneAttributeSourceImpl
 
ToOneBinder - Class in org.hibernate.cfg
Work in progress The goal of this class is to aggregate all operations related to ToOne binding operations
ToOneBinder() - Constructor for class org.hibernate.cfg.ToOneBinder
 
ToOneDelegateSessionImplementor - Class in org.hibernate.envers.entities.mapper.relation.lazy
 
ToOneDelegateSessionImplementor(AuditReaderImplementor, Class<?>, Object, Number, boolean, AuditConfiguration) - Constructor for class org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 
ToOneEntityLoader - Class in org.hibernate.envers.entities.mapper.relation
 
ToOneEntityLoader() - Constructor for class org.hibernate.envers.entities.mapper.relation.ToOneEntityLoader
 
ToOneFkSecondPass - Class in org.hibernate.cfg
Enable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolved
ToOneFkSecondPass(ToOne, Ejb3JoinColumn[], boolean, String, String, Mappings) - Constructor for class org.hibernate.cfg.ToOneFkSecondPass
 
ToOneIdMapper - Class in org.hibernate.envers.entities.mapper.relation
 
ToOneIdMapper(IdMapper, PropertyData, String, boolean) - Constructor for class org.hibernate.envers.entities.mapper.relation.ToOneIdMapper
 
ToOneRelationMetadataGenerator - Class in org.hibernate.envers.configuration.metadata
Generates metadata for to-one relations (reference-valued properties).
TopologicalSort<R> - Class in org.hibernate.envers.tools.graph
Topological sorting of a graph - based on DFS.
TopologicalSort() - Constructor for class org.hibernate.envers.tools.graph.TopologicalSort
 
toQuery(Session) - Method in class org.hibernate.envers.tools.query.QueryBuilder
 
toQuery(Session) - Method in class org.hibernate.envers.tools.query.UpdateBuilder
 
toQueryString() - Method in class org.hibernate.sql.QuerySelect
 
toResultSetType() - Method in enum org.hibernate.ScrollMode
 
toShort(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
Render the SQL fragment to be used in the SELECT clause.
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
Render the SQL fragment
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.  
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Order
Render the SQL fragment
toSqlString(Criteria, int, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Render the SQL fragment to be used in the SELECT clause.
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
toStatementString() - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
toStatementString() - Method in class org.hibernate.sql.Delete
 
toStatementString() - Method in class org.hibernate.sql.Insert
 
toStatementString() - Method in class org.hibernate.sql.InsertSelect
 
toStatementString() - Method in class org.hibernate.sql.Select
Construct an SQL SELECT statement from the given clauses
toStatementString() - Method in class org.hibernate.sql.SimpleSelect
 
toStatementString() - Method in class org.hibernate.sql.Update
 
toString() - Method in class org.hibernate.action.internal.CollectionAction
 
toString() - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
toString() - Method in class org.hibernate.action.internal.EntityAction
 
toString() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
 
toString() - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
toString() - Method in class org.hibernate.bytecode.internal.javassist.FastClass
 
toString() - Method in class org.hibernate.cache.ehcache.management.impl.CacheRegionStats
 
toString() - Method in class org.hibernate.cache.ehcache.management.impl.CollectionStats
toString
toString() - Method in class org.hibernate.cache.ehcache.management.impl.EntityStats
toString
toString() - Method in class org.hibernate.cache.ehcache.management.impl.QueryStats
toString
toString() - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
toString() - Method in class org.hibernate.cache.internal.StandardQueryCache
 
toString() - Method in enum org.hibernate.cache.spi.access.AccessType
 
toString() - Method in class org.hibernate.cache.spi.CacheKey
 
toString() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
 
toString() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
toString() - Method in class org.hibernate.cache.spi.FilterKey
 
toString() - Method in class org.hibernate.cache.spi.NaturalIdCacheKey
 
toString() - Method in class org.hibernate.cache.spi.QueryKey
 
toString() - Method in class org.hibernate.cache.spi.UpdateTimestampsCache
 
toString() - Method in class org.hibernate.cfg.Ejb3Column
 
toString() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
toString() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
toString() - Method in enum org.hibernate.cfg.MetadataSourceType
 
toString() - Method in class org.hibernate.cfg.PropertyInferredData
 
toString() - Method in class org.hibernate.collection.internal.PersistentBag
 
toString() - Method in class org.hibernate.collection.internal.PersistentList
 
toString() - Method in class org.hibernate.collection.internal.PersistentMap
 
toString() - Method in class org.hibernate.collection.internal.PersistentSet
 
toString() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
toString() - Method in class org.hibernate.criterion.AggregateProjection
 
toString() - Method in class org.hibernate.criterion.AliasedProjection
 
toString() - Method in class org.hibernate.criterion.BetweenExpression
 
toString() - Method in class org.hibernate.criterion.CountProjection
 
toString() - Method in class org.hibernate.criterion.DetachedCriteria
 
toString() - Method in class org.hibernate.criterion.Distinct
 
toString() - Method in class org.hibernate.criterion.Example
 
toString() - Method in class org.hibernate.criterion.IdentifierEqExpression
 
toString() - Method in class org.hibernate.criterion.IdentifierProjection
 
toString() - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.  
toString() - Method in class org.hibernate.criterion.InExpression
 
toString() - Method in class org.hibernate.criterion.Junction
 
toString() - Method in class org.hibernate.criterion.LogicalExpression
 
toString() - Method in class org.hibernate.criterion.NotExpression
 
toString() - Method in class org.hibernate.criterion.NotNullExpression
 
toString() - Method in class org.hibernate.criterion.NullExpression
 
toString() - Method in class org.hibernate.criterion.Order
 
toString() - Method in class org.hibernate.criterion.ProjectionList
 
toString() - Method in class org.hibernate.criterion.PropertyExpression
 
toString() - Method in class org.hibernate.criterion.PropertyProjection
 
toString() - Method in class org.hibernate.criterion.RowCountProjection
 
toString() - Method in class org.hibernate.criterion.SimpleExpression
 
toString() - Method in class org.hibernate.criterion.SizeExpression
 
toString() - Method in class org.hibernate.criterion.SQLCriterion
 
toString() - Method in class org.hibernate.criterion.SQLProjection
 
toString() - Method in class org.hibernate.dialect.Dialect
 
toString() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
toString() - Method in class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
toString() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
toString() - Method in class org.hibernate.dialect.ResultColumnReferenceStrategy
 
toString(Expression<Character>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
toString() - Method in class org.hibernate.ejb.packaging.PersistenceMetadata
 
toString() - Method in class org.hibernate.engine.internal.JoinSequence.Join
 
toString() - Method in class org.hibernate.engine.internal.JoinSequence
 
toString() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.loading.internal.CollectionLoadContext
 
toString() - Method in class org.hibernate.engine.loading.internal.EntityLoadContext
 
toString() - Method in class org.hibernate.engine.loading.internal.LoadingCollectionEntry
 
toString() - Method in enum org.hibernate.engine.profile.Fetch.Style
 
toString() - Method in class org.hibernate.engine.profile.Fetch
 
toString() - Method in class org.hibernate.engine.spi.ActionQueue
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.CascadeStyle.MultipleCascadeStyle
 
toString() - Method in class org.hibernate.engine.spi.CollectionEntry
 
toString() - Method in class org.hibernate.engine.spi.CollectionKey
 
toString() - Method in class org.hibernate.engine.spi.EntityEntry
 
toString() - Method in class org.hibernate.engine.spi.EntityKey
 
toString() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
toString() - Method in class org.hibernate.engine.spi.IdentifierValue
 
toString() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
toString() - Method in interface org.hibernate.engine.spi.PersistenceContext
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.SubselectFetch
 
toString() - Method in class org.hibernate.engine.spi.TypedValue
 
toString() - Method in class org.hibernate.engine.spi.VersionValue
 
toString() - Method in enum org.hibernate.EntityMode
 
toString() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
toString() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
toString() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toString() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
toString() - Method in class org.hibernate.event.spi.EventType
 
toString() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
toString() - Method in exception org.hibernate.hql.internal.ast.DetailedSemanticException
Converts everything to a string.
toString() - Method in class org.hibernate.hql.internal.ast.HqlToken
Returns a string representation of the object.
toString() - Method in class org.hibernate.hql.internal.ast.tree.FromClause
 
toString() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
toString() - Method in class org.hibernate.internal.AbstractQueryImpl
 
toString() - Method in class org.hibernate.internal.CriteriaImpl.CriterionEntry
 
toString() - Method in class org.hibernate.internal.CriteriaImpl.OrderEntry
 
toString() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
toString() - Method in class org.hibernate.internal.CriteriaImpl
 
toString() - Method in class org.hibernate.internal.SessionImpl
 
toString(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toString() - Method in class org.hibernate.internal.util.collections.IdentityMap.IdentityKey
 
toString() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
toString(String, Object) - Method in class org.hibernate.internal.util.EntityPrinter
Renders an entity to a string.
toString(Type[], Object[]) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString(Map<String, TypedValue>) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString(Iterable<Map.Entry<EntityKey, Object>>) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString() - Method in class org.hibernate.internal.util.MarkerObject
 
toString(Object[]) - Static method in class org.hibernate.internal.util.StringHelper
 
toString() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.CollectionLoader
 
toString() - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
 
toString() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
 
toString() - Method in class org.hibernate.loader.GeneratedCollectionAliases
 
toString() - Method in class org.hibernate.loader.Loader
 
toString() - Method in class org.hibernate.loader.PropertyPath
 
toString() - Method in class org.hibernate.mapping.Collection
 
toString() - Method in class org.hibernate.mapping.Column
 
toString() - Method in class org.hibernate.mapping.Component
 
toString() - Method in class org.hibernate.mapping.Constraint
 
toString() - Method in class org.hibernate.mapping.ForeignKey
 
toString() - Method in class org.hibernate.mapping.Formula
 
toString() - Method in class org.hibernate.mapping.Index
 
toString() - Method in class org.hibernate.mapping.Join
 
toString() - Method in class org.hibernate.mapping.MetaAttribute
 
toString() - Method in class org.hibernate.mapping.PersistentClass
 
toString() - Method in class org.hibernate.mapping.Property
 
toString() - Method in class org.hibernate.mapping.PropertyGeneration
 
toString() - Method in class org.hibernate.mapping.SimpleValue
 
toString() - Method in class org.hibernate.mapping.Table
 
toString() - Method in class org.hibernate.metamodel.binding.Caching
 
toString() - Method in class org.hibernate.metamodel.binding.EntityBinding
 
toString() - Method in class org.hibernate.metamodel.binding.EntityDiscriminator
 
toString() - Method in class org.hibernate.metamodel.binding.MetaAttribute
 
toString() - Method in class org.hibernate.metamodel.domain.AbstractAttributeContainer
 
toString() - Method in class org.hibernate.metamodel.domain.JavaType
 
toString() - Method in enum org.hibernate.metamodel.domain.TypeNature
 
toString() - Method in class org.hibernate.metamodel.relational.Datatype
 
toString() - Method in class org.hibernate.metamodel.relational.Identifier
 
toString() - Method in class org.hibernate.metamodel.relational.ObjectName
 
toString() - Method in class org.hibernate.metamodel.relational.Schema.Name
 
toString() - Method in class org.hibernate.metamodel.relational.Schema
 
toString() - Method in class org.hibernate.metamodel.relational.Table
 
toString() - Method in class org.hibernate.metamodel.source.annotations.attribute.AttributeOverride
 
toString() - Method in class org.hibernate.metamodel.source.annotations.attribute.BasicAttribute
 
toString() - Method in class org.hibernate.metamodel.source.annotations.attribute.ColumnValues
 
toString() - Method in class org.hibernate.metamodel.source.annotations.attribute.MappedAttribute
 
toString() - Method in class org.hibernate.metamodel.source.annotations.entity.ComponentAttributeSourceImpl
 
toString() - Method in class org.hibernate.metamodel.source.annotations.entity.ConfiguredClass
 
toString() - Method in class org.hibernate.metamodel.source.annotations.entity.EmbeddableHierarchy
 
toString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toString() - Method in class org.hibernate.persister.entity.Queryable.Declarer
 
toString() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicGetter
 
toString() - Method in class org.hibernate.property.BasicPropertyAccessor.BasicSetter
 
toString() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectGetter
 
toString() - Method in class org.hibernate.property.DirectPropertyAccessor.DirectSetter
 
toString() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedGetter
 
toString() - Method in class org.hibernate.property.EmbeddedPropertyAccessor.EmbeddedSetter
toString() - Method in class org.hibernate.secure.internal.HibernatePermission
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentCollectionStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentEntityStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentQueryStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
toString() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.DatabaseMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
 
toString() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
 
toString() - Method in class org.hibernate.tuple.ElementWrapper
 
toString() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
toString() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
toString() - Method in class org.hibernate.tuple.Property
 
toString(Object) - Method in class org.hibernate.type.AbstractBynaryType
Deprecated.  
toString(Object) - Method in class org.hibernate.type.AbstractCharArrayType
Deprecated.  
toString(Object) - Method in class org.hibernate.type.AbstractLongStringType
Deprecated.  
toString(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toString(Object) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
toString() - Method in class org.hibernate.type.CollectionType
 
toString(Object) - Method in class org.hibernate.type.CustomType
 
toString(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
toString(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
toString(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
toString(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toString(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
toString(Byte) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
toString(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
toString(Character) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
toString(Class) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
toString(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
toString(Currency) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
toString(Double) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
toString(Float) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
toString(Integer) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
toString(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
toString(Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
toString(Long) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
toString(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
toString(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
toString(Short) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
toString(String) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
toString(TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
toString(URL) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
toString(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
toString() - Method in class org.hibernate.type.EntityType
Generates a string representation of this type.
toString(Object) - Method in class org.hibernate.type.NullableType
Deprecated.  
toString(T) - Method in interface org.hibernate.type.PrimitiveType
Retrieve the string representation of the given value.
toString(T) - Method in interface org.hibernate.type.SingleColumnType
 
toString(String) - Method in class org.hibernate.type.StringNVarcharType
 
toString(T) - Method in interface org.hibernate.type.StringRepresentableType
Render the value to the string representation.
toString(String) - Method in class org.hibernate.type.StringType
 
toString(URL) - Method in class org.hibernate.type.UrlType
 
toStringArray(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toStringArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toStringArray(String, String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get a property value as a string array.
toStringArray(String, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Convert a string to an array of strings.
toStringArray(List<SchemaUpdateScript>) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdateScript
 
toSubselectString(String) - Method in class org.hibernate.engine.spi.SubselectFetch
 
toText() - Method in class org.hibernate.metamodel.relational.ObjectName
 
toText(Dialect) - Method in class org.hibernate.metamodel.relational.ObjectName
 
toType(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toType(String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
toType(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
toType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toType(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toType(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a component path expression, get the type of the property
toTypeArray(Collection) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toUnquotedAliasString(String) - Method in class org.hibernate.sql.Alias
 
toUnquotedAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toUpperCase(String) - Static method in class org.hibernate.internal.util.StringHelper
 
toWhereClause() - Method in class org.hibernate.sql.SimpleSelect
 
toWhereFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.JoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
toXMLString(T, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toXMLString(Object) - Method in class org.hibernate.type.EnumType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.NullableType
Deprecated.  
toXMLString(T, SessionFactoryImplementor) - Method in interface org.hibernate.type.XmlRepresentableType
Deprecated.  
toXMLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Deprecated. To be removed in 5. Implement StringRepresentableType.toString(Object) instead. See HHH-7776 for details
trace(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
 
trace(Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
trace(Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
trace(String, Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
trace(String, Object, Object[], Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
trace(Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
trace(Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
trace(String, Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
trace(String, Object, Object[], Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
trace(Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
trace(Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
trace(String, Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
trace(String, Object, Object[], Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
trace(Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
trace(Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
trace(String, Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
trace(String, Object, Object[], Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
trace(Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
trace(Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
trace(String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
trace(String, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
trace(Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
trace(Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
trace(String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
trace(String, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
trace(String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Method for logging execution trace information.
trace(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
trace(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
tracef(String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracef(String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracef(String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracef(String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracef(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracef(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracef(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracef(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracef(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracef(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracef(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracef(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracef(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
traceIn(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
traceIn(String, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
traceIn(String, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
traceIn(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
traceIn(String, AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
traceOut(String) - Method in class org.hibernate.hql.internal.ast.HqlParser
 
traceOut(String, AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
traceOut(String, AST) - Method in class org.hibernate.hql.internal.ast.SqlGenerator
 
traceOut(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
traceOut(String, AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
traceParameters(SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
tracev(String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
tracev(String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
tracev(String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
tracev(String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
tracev(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
tracev(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracev(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracev(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracev(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracev(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracev(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracev(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
tracev(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
TRAILING - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
TRAILING - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
TRAILING - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
TRAILING - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
TRAILING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
 
TRAILING_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 the end of text.
Transaction - Interface in org.hibernate
Defines the contract for abstracting applications from the configured underlying means of transaction management.
TRANSACTION_MANAGER_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated. See AvailableSettings.JTA_PLATFORM
TRANSACTION_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the implementation of TransactionContext to use for creating Transaction instances
TRANSACTION_TYPE - Static variable in class org.hibernate.ejb.AvailableSettings
The type of transactions supported by the entity managers.
TransactionalAccessDelegate - Class in org.hibernate.cache.infinispan.access
Defines the strategy for transactional access to entity or collection data in a Infinispan instance.
TransactionalAccessDelegate(BaseRegion, PutFromLoadValidator) - Constructor for class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
TransactionalDataRegion - Interface in org.hibernate.cache.spi
Defines contract for regions which hold transactionally-managed data.
TransactionalEhcacheCollectionRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
JTA CollectionRegionAccessStrategy.
TransactionalEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, Ehcache, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
Construct a new collection region access strategy.
TransactionalEhcacheEntityRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
JTA EntityRegionAccessStrategy.
TransactionalEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, Ehcache, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
Construct a new entity region access strategy.
TransactionalEhcacheNaturalIdRegionAccessStrategy - Class in org.hibernate.cache.ehcache.internal.strategy
JTA NaturalIdRegionAccessStrategy.
TransactionalEhcacheNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion, Ehcache, Settings) - Constructor for class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
Construct a new collection region access strategy.
TransactionAwareCache - Interface in org.hibernate.cache.spi
Marker interface for identifying Cache implementations which are aware of JTA transactions
TransactionContext - Interface in org.hibernate.engine.transaction.spi
Access to services needed in the context of processing transaction requests.
transactionContext() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the transaction context from the original session should be used to create the new session
transactionCoordinator() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
Provide subclasses with access to the transaction coordinator.
TransactionCoordinator - Interface in org.hibernate.engine.transaction.spi
Acts as the coordinator between the Hibernate engine and physical transactions.
TransactionCoordinatorImpl - Class in org.hibernate.engine.transaction.internal
Standard implementation of the Hibernate TransactionCoordinator

IMPL NOTE : Custom serialization handling!

TransactionCoordinatorImpl(Connection, TransactionContext) - Constructor for class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
TransactionCoordinatorImpl(TransactionContext, JdbcCoordinatorImpl, List<TransactionObserver>) - Constructor for class org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl
 
transactionEnvironment() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
TransactionEnvironment - Interface in org.hibernate.engine.transaction.spi
Provides access to transactional services.
TransactionEnvironmentImpl - Class in org.hibernate.internal
 
TransactionEnvironmentImpl(SessionFactoryImpl) - Constructor for class org.hibernate.internal.TransactionEnvironmentImpl
 
TransactionException - Exception in org.hibernate
Indicates that a transaction could not be begun, committed or rolled back.
TransactionException(String, Throwable) - Constructor for exception org.hibernate.TransactionException
 
TransactionException(String) - Constructor for exception org.hibernate.TransactionException
 
TransactionFactory<T extends TransactionImplementor> - Interface in org.hibernate.engine.transaction.spi
Contract for transaction creation, as well as providing metadata and contextual information about that creation.
TransactionFactoryInitiator<T extends TransactionImplementor> - Class in org.hibernate.engine.transaction.internal
Standard instantiator for the standard TransactionFactory service.
TransactionFactoryInitiator() - Constructor for class org.hibernate.engine.transaction.internal.TransactionFactoryInitiator
 
TransactionImpl - Class in org.hibernate.ejb
 
TransactionImpl(AbstractEntityManagerImpl) - Constructor for class org.hibernate.ejb.TransactionImpl
 
TransactionImplementor - Interface in org.hibernate.engine.transaction.spi
Additional contract for implementors of the Hibernate Transaction API.
transactionManager() - Method in class org.hibernate.engine.transaction.internal.jta.CMTTransaction
 
transactionManager() - Method in class org.hibernate.engine.transaction.internal.jta.JtaIsolationDelegate
 
transactionManager() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
TransactionManagerAccess - Interface in org.hibernate.service.jta.platform.internal
Provides access to a TransactionManager for use by TransactionManager-based JtaSynchronizationStrategy implementations.
TransactionManagerBasedSynchronizationStrategy - Class in org.hibernate.service.jta.platform.internal
Implementation of the JtaSynchronizationStrategy contract based on using a TransactionManager
TransactionManagerBasedSynchronizationStrategy(TransactionManagerAccess) - Constructor for class org.hibernate.service.jta.platform.internal.TransactionManagerBasedSynchronizationStrategy
 
TransactionManagerLookup - Interface in org.hibernate.transaction
Contract for locating the JTA TransactionManager on given platform.
TransactionManagerLookupBridge - Class in org.hibernate.service.jta.platform.internal
 
TransactionManagerLookupBridge(TransactionManagerLookup, Properties) - Constructor for class org.hibernate.service.jta.platform.internal.TransactionManagerLookupBridge
 
TransactionObserver - Interface in org.hibernate.engine.transaction.spi
Observer of internal transaction events.
transactions(long) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
transactions(long) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
transactions(long) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
transactions(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
transactions(long) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
transactions(long) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
transactions(long) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
transactions$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
transactions$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
transactions$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
transactions$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
transactions$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
transactions$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
transactionStartedOnNonRootSession() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
transactionStartedOnNonRootSession() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
transactionStartedOnNonRootSession() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
transactionStartedOnNonRootSession() - Method in interface org.hibernate.internal.CoreMessageLogger
 
transactionStartedOnNonRootSession() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
transactionStartedOnNonRootSession() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
transactionStartedOnNonRootSession() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
transactionStartedOnNonRootSession$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
transactionStartedOnNonRootSession$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
transactionStartedOnNonRootSession$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
transactionStartedOnNonRootSession$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
transactionStartedOnNonRootSession$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
transactionStartedOnNonRootSession$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
transactionStrategy(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
transactionStrategy(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
transactionStrategy(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
transactionStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
transactionStrategy(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
transactionStrategy(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
transactionStrategy(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
transactionStrategy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
transactionStrategy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
transactionStrategy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
transactionStrategy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
transactionStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
transactionStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
transform(File) - Method in class org.hibernate.bytecode.internal.javassist.FieldTransformer
 
transform(ClassFile) - Method in class org.hibernate.bytecode.internal.javassist.FieldTransformer
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.spi.AbstractClassTransformerImpl
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in interface org.hibernate.bytecode.spi.ClassTransformer
Invoked when a class is being loaded or redefined to add hooks for persistence bytecode manipulation
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.hibernate.ejb.instrument.InterceptFieldClassFileTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
transform(UUID) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
 
transformArgument(String) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
Called from VarArgsSQLFunction.render(org.hibernate.type.Type, java.util.List, org.hibernate.engine.spi.SessionFactoryImplementor) to allow applying a change or transformation to each individual argument.
Transformers - Class in org.hibernate.transform
 
TransformingClassLoader - Class in org.hibernate.bytecode.internal.javassist
 
transformList(List) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
transformList(List) - Method in class org.hibernate.transform.BasicTransformerAdapter
 
transformList(List) - Method in class org.hibernate.transform.CacheableResultTransformer
 
transformList(List) - Method in class org.hibernate.transform.DistinctResultTransformer
Uniquely distinct each tuple row here.
transformList(List) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
Simply delegates to DistinctResultTransformer.transformList(java.util.List).
transformList(List) - Method in interface org.hibernate.transform.ResultTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
transformSelectString(String) - Method in class org.hibernate.dialect.Dialect
Meant as a means for end users to affect the select strings being sent to the database and perhaps manipulate them in some fashion.
transformTuple(Object[], String[]) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Wrap the incoming tuples in a call to our configured constructor.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
Tuples are the elements making up each "row" of the query result.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.BasicTransformerAdapter
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.CacheableResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
Simply delegates to RootEntityResultTransformer.transformTuple(java.lang.Object[], java.lang.String[]).
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.PassThroughResultTransformer
Tuples are the elements making up each "row" of the query result.
transformTuple(Object[], String[]) - Method in interface org.hibernate.transform.ResultTransformer
Tuples are the elements making up each "row" of the query result.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.RootEntityResultTransformer
Return just the root entity from the row tuple.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.ToListResultTransformer
Tuples are the elements making up each "row" of the query result.
TRANSIENT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
TransientObjectException - Exception in org.hibernate
Thrown when the user passes a transient instance to a Session method that expects a persistent instance.
TransientObjectException(String) - Constructor for exception org.hibernate.TransientObjectException
 
TransientPropertyValueException - Exception in org.hibernate
Thrown when a property cannot be persisted because it is an association with a transient unsaved entity instance.
TransientPropertyValueException(String, String, String, String) - Constructor for exception org.hibernate.TransientPropertyValueException
Constructs an TransientPropertyValueException instance.
translate(int, int, String, String[], String[], ParameterSpecification, ParameterSpecification, AST) - Method in class org.hibernate.hql.internal.ast.tree.BinaryLogicOperatorNode
 
translate(TranslationContext, String) - Static method in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
Perform the translation of the user-supplied fragment, returning the translation.
translateOrderBy(String, ColumnMapper, SessionFactoryImplementor, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Performs order-by template rendering allowing column mapping.
TranslationContext - Interface in org.hibernate.sql.ordering.antlr
Contract for contextual information required to perform translation.
traverseDepthFirst(AST) - Method in class org.hibernate.hql.internal.ast.util.NodeTraverser
Traverse the AST tree depth first.
trim(Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
trim(Expression<Character>, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
trim(char, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
TrimFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL TRIM function.
TrimFunction(CriteriaBuilderImpl, CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, CriteriaBuilder.Trimspec, char, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, Expression<Character>, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, char, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
TrimFunction(CriteriaBuilderImpl, CriteriaBuilder.Trimspec, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.TrimFunction
 
TrimFunctionTemplate - Class in org.hibernate.dialect.function
Defines the basic template support for TRIM functions
TrimFunctionTemplate() - Constructor for class org.hibernate.dialect.function.TrimFunctionTemplate
 
TrimFunctionTemplate.Options - Class in org.hibernate.dialect.function
 
TrimFunctionTemplate.Options() - Constructor for class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
TrimFunctionTemplate.Specification - Class in org.hibernate.dialect.function
 
Triple<T1,T2,T3> - Class in org.hibernate.envers.tools
A triple of objects.
Triple(T1, T2, T3) - Constructor for class org.hibernate.envers.tools.Triple
 
TRUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
TRUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
TRUE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
TRUE - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
TRUE_FALSE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'T'/'F').
TrueFalseType - Class in org.hibernate.type
A type that maps between CHAR(1) and Boolean (using 'T' and 'F')
TrueFalseType() - Constructor for class org.hibernate.type.TrueFalseType
 
truncate(String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
TruthValue - Enum in org.hibernate.ejb.criteria.predicate
Models what ANSI-SQL terms a truth value.
tryCommit() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
Used by envers...
tuple(Selection<?>...) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
tuple(List<Selection<?>>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
Version of CriteriaBuilderImpl.tuple(Selection[]) taking a list.
Tuple - Class in org.hibernate.metamodel.relational
Models a compound value (a tuple or row-value-constructor is SQL terms).
Tuple(TableSpecification, String) - Constructor for class org.hibernate.metamodel.relational.Tuple
 
TupleElementImplementor<X> - Interface in org.hibernate.ejb.criteria
TODO : javadoc
tupleExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
TupleRelationalState - Interface in org.hibernate.metamodel.relational.state
 
TupleSubsetResultTransformer - Interface in org.hibernate.transform
A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements.
Tuplizer - Annotation Type in org.hibernate.annotations
Define a tuplizer for an entity or a component
tuplizer - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
tuplizer - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
 
tuplizer - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
tuplizer - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
tuplizer - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
 
tuplizer - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
tuplizer - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
TUPLIZER - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
Tuplizer - Interface in org.hibernate.tuple
A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation's EntityMode (the entity-mode essentially defining which representation).
Tuplizers - Annotation Type in org.hibernate.annotations
Define a set of tuplizer for an entity or a component
TUPLIZERS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
TwoEntityOneAuditedQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from a relation middle-table and a related non-audited entity.
TwoEntityOneAuditedQueryGenerator(AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
TwoEntityQueryGenerator - Class in org.hibernate.envers.entities.mapper.relation.query
Selects data from a relation middle-table and a related versions entity.
TwoEntityQueryGenerator(GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, String, MiddleIdData, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.entities.mapper.relation.query.TwoEntityQueryGenerator
 
TwoPhaseLoad - Class in org.hibernate.engine.internal
Functionality relating to Hibernate's two-phase loading process, that may be reused by persisters that do not use the Loader framework
tx - Variable in class org.hibernate.ejb.AbstractEntityManagerImpl
 
Type - Annotation Type in org.hibernate.annotations
hibernate type
type() - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
type - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
 
type - Variable in class org.hibernate.internal.jaxb.cfg.JaxbListenerElement
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
 
type - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
 
Type - Interface in org.hibernate.metamodel.domain
Basic information about a Java type, in regards to its role in particular set of mappings.
TYPE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
TYPE - Static variable in class org.hibernate.type.EnumType
 
Type - Interface in org.hibernate.type
Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).
type(Class<Type>, Properties) - Method in class org.hibernate.type.TypeFactory
 
TYPE_DEF - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
TYPE_DEFS - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
typeArray() - Method in class org.hibernate.internal.AbstractQueryImpl
 
typeArray() - Method in class org.hibernate.internal.CollectionFilterImpl
 
typeAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
typeAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
typeAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
 
typeAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
 
typeAttribute - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
typecast(Object[], Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
TypeDef - Annotation Type in org.hibernate.annotations
Type definition
typedef - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
TypeDef - Class in org.hibernate.mapping
Placeholder for typedef information
TypeDef(String, Properties) - Constructor for class org.hibernate.mapping.TypeDef
 
TypeDef - Class in org.hibernate.metamodel.binding
Represents the metamodel view of a typedef (type definition).
TypeDef(String, String, Map<String, String>) - Constructor for class org.hibernate.metamodel.binding.TypeDef
 
TypeDefBinder - Class in org.hibernate.metamodel.source.annotations.global
Binds TypeDef and TypeDefs.
typeDefinedNoRegistrationKeys(BasicType) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
typeDefinedNoRegistrationKeys(BasicType) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
typeDefinedNoRegistrationKeys(BasicType) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
typeDefinedNoRegistrationKeys(BasicType) - Method in interface org.hibernate.internal.CoreMessageLogger
 
typeDefinedNoRegistrationKeys(BasicType) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
typeDefinedNoRegistrationKeys(BasicType) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
typeDefinedNoRegistrationKeys(BasicType) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
typeDefinedNoRegistrationKeys$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
typeDefinedNoRegistrationKeys$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
typeDefinedNoRegistrationKeys$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
typeDefinedNoRegistrationKeys$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
typeDefinedNoRegistrationKeys$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
typeDefinedNoRegistrationKeys$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
TypeDefs - Annotation Type in org.hibernate.annotations
Type definition array
typeDefs - Variable in class org.hibernate.cfg.Configuration
 
TypeDiscriminatorMetadata - Interface in org.hibernate.hql.internal.ast
Essentially a wrapper around a DiscriminatorMetadata and the proper sql alias to use.
TypedValue - Class in org.hibernate.engine.spi
An ordered pair of a value and its Hibernate type.
TypedValue(Type, Object) - Constructor for class org.hibernate.engine.spi.TypedValue
 
TypedValue(Type, Object, EntityMode) - Constructor for class org.hibernate.engine.spi.TypedValue
 
TypeFactory - Class in org.hibernate.type
Used internally to build instances of Type, specifically it builds instances of Used internally to obtain instances of Type.
TypeFactory() - Constructor for class org.hibernate.type.TypeFactory
 
TypeFactory.TypeScope - Interface in org.hibernate.type
 
TypeHelper - Class in org.hibernate.type
Collection of convenience methods relating to operations across arrays of types...
TypeHelper - Interface in org.hibernate
Provides access to the various Type instances associated with the SessionFactory.
TypeInfo - Class in org.hibernate.engine.jdbc.internal
Models type info extracted from DatabaseMetaData.getTypeInfo()
TypeInfo(String, int, String[], boolean, int, short, short, boolean, String, String, boolean, TypeSearchability, TypeNullability) - Constructor for class org.hibernate.engine.jdbc.internal.TypeInfo
 
TypeInfoExtracter - Class in org.hibernate.engine.jdbc.internal
Helper to extract type information from JDBC metadata
TypeLocatorImpl - Class in org.hibernate.internal
Implementation of TypeHelper
TypeLocatorImpl(TypeResolver) - Constructor for class org.hibernate.internal.TypeLocatorImpl
 
TypeMismatchException - Exception in org.hibernate
Used when a user provided type does not match the expected one
TypeMismatchException(Throwable) - Constructor for exception org.hibernate.TypeMismatchException
 
TypeMismatchException(String) - Constructor for exception org.hibernate.TypeMismatchException
 
TypeMismatchException(String, Throwable) - Constructor for exception org.hibernate.TypeMismatchException
 
typeName() - Method in enum org.hibernate.annotations.SourceType
 
TypeNames - Class in org.hibernate.dialect
This class maps a type to names.
TypeNames() - Constructor for class org.hibernate.dialect.TypeNames
 
TypeNature - Enum in org.hibernate.metamodel.domain
Describes the type of a type :/
TypeNullability - Enum in org.hibernate.engine.jdbc.internal
Describes the instrinsic nullability of a data type as reported by the JDBC driver.
TypeOverrides - Class in org.hibernate.cache.infinispan
This class represents Infinispan cache parameters that can be configured via hibernate configuration properties for either general entity/collection/query/timestamp data type caches and overrides for individual entity or collection caches.
TypeOverrides() - Constructor for class org.hibernate.cache.infinispan.TypeOverrides
 
typeRegistrationOverridesPrevious(String, Type) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
typeRegistrationOverridesPrevious(String, Type) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
typeRegistrationOverridesPrevious(String, Type) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
typeRegistrationOverridesPrevious(String, Type) - Method in interface org.hibernate.internal.CoreMessageLogger
 
typeRegistrationOverridesPrevious(String, Type) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
typeRegistrationOverridesPrevious(String, Type) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
typeRegistrationOverridesPrevious(String, Type) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
typeRegistrationOverridesPrevious$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
typeRegistrationOverridesPrevious$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
typeRegistrationOverridesPrevious$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
typeRegistrationOverridesPrevious$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
typeRegistrationOverridesPrevious$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
typeRegistrationOverridesPrevious$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
TypeResolver - Class in org.hibernate.type
Acts as the contract for getting types and as the mediator between BasicTypeRegistry and TypeFactory.
TypeResolver() - Constructor for class org.hibernate.type.TypeResolver
 
TypeResolver(BasicTypeRegistry, TypeFactory) - Constructor for class org.hibernate.type.TypeResolver
 
types - Variable in class org.hibernate.bytecode.internal.javassist.BulkAccessor
 
TypeSearchability - Enum in org.hibernate.engine.jdbc.internal
Describes the searchability of a data type as reported by the JDBC driver.

U

unableToAccessEjb3Configuration(NamingException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToAccessEjb3Configuration(NamingException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToAccessEjb3Configuration(NamingException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToAccessEjb3Configuration(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToAccessEjb3Configuration(NamingException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToAccessEjb3Configuration(NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToAccessEjb3Configuration(NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToAccessEjb3Configuration$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToAccessEjb3Configuration$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToAccessEjb3Configuration$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToAccessEjb3Configuration$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToAccessEjb3Configuration$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToAccessEjb3Configuration$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToAccessSessionFactory(String, NamingException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToAccessSessionFactory(String, NamingException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToAccessSessionFactory(String, NamingException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToAccessSessionFactory(String, NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToAccessSessionFactory(String, NamingException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToAccessSessionFactory(String, NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToAccessSessionFactory(String, NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToAccessSessionFactory$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToAccessSessionFactory$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToAccessSessionFactory$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToAccessSessionFactory$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToAccessSessionFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToAccessSessionFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToAccessTypeInfoResultSet(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToAccessTypeInfoResultSet(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToAccessTypeInfoResultSet(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToAccessTypeInfoResultSet(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToAccessTypeInfoResultSet(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToAccessTypeInfoResultSet(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToAccessTypeInfoResultSet(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToAccessTypeInfoResultSet$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToAccessTypeInfoResultSet$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToAccessTypeInfoResultSet$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToAccessTypeInfoResultSet$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToAccessTypeInfoResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToAccessTypeInfoResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToApplyConstraints(String, Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToApplyConstraints(String, Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToApplyConstraints(String, Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToApplyConstraints(String, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToApplyConstraints(String, Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToApplyConstraints(String, Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToApplyConstraints(String, Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToApplyConstraints$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToApplyConstraints$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToApplyConstraints$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToApplyConstraints$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToApplyConstraints$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToApplyConstraints$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBindEjb3ConfigurationToJndi$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBindFactoryToJndi(JndiException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBindFactoryToJndi(JndiException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBindFactoryToJndi(JndiException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBindFactoryToJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindFactoryToJndi(JndiException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBindFactoryToJndi(JndiException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBindFactoryToJndi(JndiException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBindFactoryToJndi$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBindFactoryToJndi$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBindFactoryToJndi$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBindFactoryToJndi$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBindFactoryToJndi$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBindFactoryToJndi$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBindValueToParameter(String, int, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBindValueToParameter(String, int, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBindValueToParameter(String, int, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBindValueToParameter(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindValueToParameter(String, int, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBindValueToParameter(String, int, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBindValueToParameter(String, int, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBindValueToParameter$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBindValueToParameter$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBindValueToParameter$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBindValueToParameter$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBindValueToParameter$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBindValueToParameter$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBuildEnhancementMetamodel(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBuildEnhancementMetamodel(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBuildEnhancementMetamodel(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBuildEnhancementMetamodel(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBuildEnhancementMetamodel(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBuildEnhancementMetamodel(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBuildEnhancementMetamodel(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBuildEnhancementMetamodel$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBuildEnhancementMetamodel$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBuildEnhancementMetamodel$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBuildEnhancementMetamodel$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBuildEnhancementMetamodel$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBuildEnhancementMetamodel$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToBuildSessionFactoryUsingMBeanClasspath$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCleanUpCallableStatement(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCleanUpCallableStatement(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCleanUpCallableStatement(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCleanUpCallableStatement(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanUpCallableStatement(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCleanUpCallableStatement(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCleanUpCallableStatement(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCleanUpCallableStatement$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCleanUpCallableStatement$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCleanUpCallableStatement$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCleanUpCallableStatement$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCleanUpCallableStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCleanUpCallableStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCleanUpPreparedStatement(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCleanUpPreparedStatement(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCleanUpPreparedStatement(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCleanUpPreparedStatement(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanUpPreparedStatement(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCleanUpPreparedStatement(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCleanUpPreparedStatement(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCleanUpPreparedStatement$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCleanUpPreparedStatement$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCleanUpPreparedStatement$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCleanUpPreparedStatement$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCleanUpPreparedStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCleanUpPreparedStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCleanupTemporaryIdTable$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCleanupTemporaryIdTable$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCleanupTemporaryIdTable$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCleanupTemporaryIdTable$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCleanupTemporaryIdTable$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCleanupTemporaryIdTable$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseConnection(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseConnection(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseConnection(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseConnection(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseConnection(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseConnection(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseConnection(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseConnection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseConnection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseConnection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseConnection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInitialContext(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInitialContext(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInitialContext(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInitialContext(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInitialContext(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInitialContext(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInitialContext(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInitialContext$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInitialContext$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInitialContext$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInitialContext$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInitialContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInitialContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInputFiles(String, IOException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInputFiles(String, IOException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInputFiles(String, IOException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInputFiles(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputFiles(String, IOException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInputFiles(String, IOException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInputFiles(String, IOException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInputFiles$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInputFiles$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInputFiles$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInputFiles$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInputFiles$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInputFiles$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInputStream(IOException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInputStream(IOException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInputStream(IOException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInputStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputStream(IOException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInputStream(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInputStream(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInputStream$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInputStream$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInputStream$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInputStream$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInputStream$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInputStream$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInputStreamForResource(String, IOException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInputStreamForResource(String, IOException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInputStreamForResource(String, IOException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInputStreamForResource(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputStreamForResource(String, IOException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInputStreamForResource(String, IOException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInputStreamForResource(String, IOException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseInputStreamForResource$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseInputStreamForResource$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseInputStreamForResource$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseInputStreamForResource$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseInputStreamForResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseInputStreamForResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseIterator(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseIterator(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseIterator(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseIterator(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseIterator(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseIterator(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseIterator(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseIterator$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseIterator$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseIterator$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseIterator$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseIterator$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseIterator$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseJar(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseJar(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseJar(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseJar(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseJar(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseJar(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseJar(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseJar$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseJar$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseJar$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseJar$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseJar$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseJar$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseOutputFile(String, IOException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseOutputFile(String, IOException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseOutputFile(String, IOException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseOutputFile(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseOutputFile(String, IOException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseOutputFile(String, IOException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseOutputFile(String, IOException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseOutputFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseOutputFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseOutputFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseOutputFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseOutputFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseOutputFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseOutputStream(IOException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseOutputStream(IOException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseOutputStream(IOException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseOutputStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseOutputStream(IOException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseOutputStream(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseOutputStream(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseOutputStream$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseOutputStream$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseOutputStream$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseOutputStream$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseOutputStream$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseOutputStream$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToClosePooledConnection(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToClosePooledConnection(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToClosePooledConnection(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToClosePooledConnection(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToClosePooledConnection(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToClosePooledConnection(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToClosePooledConnection(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToClosePooledConnection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToClosePooledConnection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToClosePooledConnection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToClosePooledConnection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToClosePooledConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToClosePooledConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseSession(HibernateException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseSession(HibernateException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseSession(HibernateException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseSession(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseSession(HibernateException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseSession(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseSession(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseSession$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseSession$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseSession$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseSession$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseSession$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseSession$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseSessionButSwallowingError$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseSessionButSwallowingError$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseSessionButSwallowingError$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseSessionButSwallowingError$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseSessionButSwallowingError$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseSessionButSwallowingError$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseSessionDuringRollback(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseSessionDuringRollback(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseSessionDuringRollback(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseSessionDuringRollback(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseSessionDuringRollback(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseSessionDuringRollback(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseSessionDuringRollback(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseSessionDuringRollback$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseSessionDuringRollback$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseSessionDuringRollback$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseSessionDuringRollback$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseSessionDuringRollback$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseSessionDuringRollback$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseStream(IOException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseStream(IOException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseStream(IOException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseStream(IOException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseStream(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseStream(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseStream$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseStream$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseStream$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseStream$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseStream$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseStream$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseStreamError(IOException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseStreamError(IOException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseStreamError(IOException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseStreamError(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseStreamError(IOException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseStreamError(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseStreamError(IOException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCloseStreamError$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCloseStreamError$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCloseStreamError$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCloseStreamError$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCloseStreamError$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCloseStreamError$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCommitJta() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCommitJta() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCommitJta() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCommitJta() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCommitJta() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCommitJta() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCommitJta() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCommitJta$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCommitJta$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCommitJta$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCommitJta$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCommitJta$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCommitJta$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCompleteSchemaUpdate(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCompleteSchemaUpdate(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCompleteSchemaUpdate(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCompleteSchemaUpdate(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCompleteSchemaUpdate(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCompleteSchemaUpdate(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCompleteSchemaUpdate(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCompleteSchemaUpdate$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCompleteSchemaUpdate$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCompleteSchemaUpdate$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCompleteSchemaUpdate$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCompleteSchemaUpdate$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCompleteSchemaUpdate$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCompleteSchemaValidation(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCompleteSchemaValidation(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCompleteSchemaValidation(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCompleteSchemaValidation(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCompleteSchemaValidation(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCompleteSchemaValidation(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCompleteSchemaValidation(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCompleteSchemaValidation$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCompleteSchemaValidation$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCompleteSchemaValidation$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCompleteSchemaValidation$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCompleteSchemaValidation$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCompleteSchemaValidation$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureProxoolProviderToUseExistingInMemoryPool(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
unableToConfigureProxoolProviderToUseExistingInMemoryPool(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureProxoolProviderToUseExistingInMemoryPool$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureProxoolProviderToUseJaxp(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
unableToConfigureProxoolProviderToUseJaxp(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureProxoolProviderToUseJaxp$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureProxoolProviderToUsePropertiesFile(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
unableToConfigureProxoolProviderToUsePropertiesFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureProxoolProviderToUsePropertiesFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter(HibernateException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter(HibernateException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter(HibernateException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConfigureSqlExceptionConverter(HibernateException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToConfigureSqlExceptionConverter(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToConfigureSqlExceptionConverter$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToConfigureSqlExceptionConverter$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConstructCurrentSessionContext$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToConstructCurrentSessionContext$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToConstructCurrentSessionContext$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToConstructCurrentSessionContext$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToConstructCurrentSessionContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToConstructCurrentSessionContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToConstructSqlExceptionConverter$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToConstructSqlExceptionConverter$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToConstructSqlExceptionConverter$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToConstructSqlExceptionConverter$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToConstructSqlExceptionConverter$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToConstructSqlExceptionConverter$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCopySystemProperties() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCopySystemProperties() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCopySystemProperties() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCopySystemProperties() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCopySystemProperties() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCopySystemProperties() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCopySystemProperties() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCopySystemProperties$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCopySystemProperties$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCopySystemProperties$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCopySystemProperties$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCopySystemProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCopySystemProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCreateProxyFactory(String, HibernateException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCreateProxyFactory(String, HibernateException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCreateProxyFactory(String, HibernateException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCreateProxyFactory(String, HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCreateProxyFactory(String, HibernateException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCreateProxyFactory(String, HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCreateProxyFactory(String, HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCreateProxyFactory$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCreateProxyFactory$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCreateProxyFactory$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCreateProxyFactory$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCreateProxyFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCreateProxyFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCreateSchema(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCreateSchema(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCreateSchema(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCreateSchema(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCreateSchema(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCreateSchema(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCreateSchema(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToCreateSchema$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToCreateSchema$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToCreateSchema$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToCreateSchema$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToCreateSchema$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToCreateSchema$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDeserializeCache(String, SerializationException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDeserializeCache(String, SerializationException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDeserializeCache(String, SerializationException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDeserializeCache(String, SerializationException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDeserializeCache(String, SerializationException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDeserializeCache(String, SerializationException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDeserializeCache(String, SerializationException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDeserializeCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDeserializeCache$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDeserializeCache$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDeserializeCache$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDeserializeCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDeserializeCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDestroyC3p0ConnectionPool(SQLException) - Method in interface org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger
 
unableToDestroyC3p0ConnectionPool(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyC3p0ConnectionPool$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyCache(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDestroyCache(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDestroyCache(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDestroyCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyCache(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDestroyCache(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyCache(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDestroyCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDestroyCache$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDestroyCache$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDestroyCache$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDestroyCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDestroyQueryCache(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDestroyQueryCache(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDestroyQueryCache(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDestroyQueryCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyQueryCache(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDestroyQueryCache(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyQueryCache(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDestroyQueryCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDestroyQueryCache$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDestroyQueryCache$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDestroyQueryCache$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDestroyQueryCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyQueryCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDestroyUpdateTimestampsCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDetermineLockModeValue(String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDetermineLockModeValue(String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDetermineLockModeValue(String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDetermineLockModeValue(String, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineLockModeValue(String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDetermineLockModeValue(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDetermineLockModeValue(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDetermineLockModeValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDetermineLockModeValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDetermineLockModeValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDetermineLockModeValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDetermineLockModeValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDetermineLockModeValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDetermineTransactionStatus() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDetermineTransactionStatus() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDetermineTransactionStatus() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDetermineTransactionStatus() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineTransactionStatus() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDetermineTransactionStatus() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDetermineTransactionStatus() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDetermineTransactionStatus$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDetermineTransactionStatus$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDetermineTransactionStatus$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDetermineTransactionStatus$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDetermineTransactionStatus$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDetermineTransactionStatus$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineTransactionStatusAfterCommit() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDetermineTransactionStatusAfterCommit$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDiscoverOsgiService(String, Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDiscoverOsgiService(String, Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDiscoverOsgiService(String, Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDiscoverOsgiService(String, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDiscoverOsgiService(String, Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDiscoverOsgiService(String, Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDiscoverOsgiService(String, Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDiscoverOsgiService$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDiscoverOsgiService$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDiscoverOsgiService$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDiscoverOsgiService$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDiscoverOsgiService$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDiscoverOsgiService$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDropTemporaryIdTable(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDropTemporaryIdTable(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDropTemporaryIdTable(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDropTemporaryIdTable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDropTemporaryIdTable(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDropTemporaryIdTable(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDropTemporaryIdTable(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToDropTemporaryIdTable$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToDropTemporaryIdTable$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToDropTemporaryIdTable$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToDropTemporaryIdTable$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToDropTemporaryIdTable$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToDropTemporaryIdTable$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToExecuteBatch(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToExecuteBatch(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToExecuteBatch(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToExecuteBatch(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToExecuteBatch(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToExecuteBatch(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToExecuteBatch(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToExecuteBatch$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToExecuteBatch$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToExecuteBatch$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToExecuteBatch$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToExecuteBatch$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToExecuteBatch$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToExecuteResolver(AbstractDialectResolver, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToExecuteResolver(AbstractDialectResolver, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToExecuteResolver(AbstractDialectResolver, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToExecuteResolver(AbstractDialectResolver, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToExecuteResolver(AbstractDialectResolver, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToExecuteResolver(AbstractDialectResolver, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToExecuteResolver(AbstractDialectResolver, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToExecuteResolver$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToExecuteResolver$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToExecuteResolver$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToExecuteResolver$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToExecuteResolver$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToExecuteResolver$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToFindConfiguration(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
unableToFindConfiguration(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToFindConfiguration$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToFindEhCacheConfiguration(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
unableToFindEhCacheConfiguration(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToFindEhCacheConfiguration$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToFindFile(URL, Exception) - Method in interface org.hibernate.ejb.internal.EntityManagerMessageLogger
 
unableToFindFile(URL, Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToFindFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToFindPersistenceXmlInClasspath() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToFindPersistenceXmlInClasspath$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToGetDatabaseMetadata(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToGetDatabaseMetadata(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToGetDatabaseMetadata(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToGetDatabaseMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToGetDatabaseMetadata(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToGetDatabaseMetadata(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToGetDatabaseMetadata(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToGetDatabaseMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToGetDatabaseMetadata$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToGetDatabaseMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToGetDatabaseMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToGetDatabaseMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToGetDatabaseMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToInstantiateC3p0ConnectionPool() - Method in interface org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger
 
unableToInstantiateC3p0ConnectionPool() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateC3p0ConnectionPool$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToInstantiateOptimizer(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToInstantiateOptimizer(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToInstantiateOptimizer(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToInstantiateOptimizer(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateOptimizer(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToInstantiateOptimizer(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateOptimizer(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToInstantiateOptimizer$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToInstantiateOptimizer$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToInstantiateOptimizer$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToInstantiateOptimizer$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToInstantiateOptimizer$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateOptimizer$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToInstantiateUuidGenerationStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToJoinTransaction(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToJoinTransaction(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToJoinTransaction(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToJoinTransaction(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToJoinTransaction(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToJoinTransaction(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToJoinTransaction(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToJoinTransaction$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToJoinTransaction$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToJoinTransaction$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToJoinTransaction$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToJoinTransaction$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToJoinTransaction$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadCommand(HibernateException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadCommand(HibernateException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadCommand(HibernateException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadCommand(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadCommand(HibernateException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadCommand(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadCommand(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadCommand$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadCommand$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadCommand$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadCommand$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadCommand$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadCommand$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadConfiguration(String) - Method in interface org.hibernate.cache.ehcache.EhCacheMessageLogger
 
unableToLoadConfiguration(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadConfiguration$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadDerbyDriver(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadDerbyDriver(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadDerbyDriver(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadDerbyDriver(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadDerbyDriver(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadDerbyDriver(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadDerbyDriver(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadDerbyDriver$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadDerbyDriver$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadDerbyDriver$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadDerbyDriver$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadDerbyDriver$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadDerbyDriver$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadJaxpConfiguratorFile(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
unableToLoadJaxpConfiguratorFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadJaxpConfiguratorFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadProperties() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadProperties() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadProperties() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadProperties() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadProperties() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadProperties() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadProperties() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadProperties$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadProperties$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadProperties$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadProperties$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadProperties$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadPropertyConfiguratorFile(String) - Method in interface org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger
 
unableToLoadPropertyConfiguratorFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadPropertyConfiguratorFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadScannedClassOrResource(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadScannedClassOrResource(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadScannedClassOrResource(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadScannedClassOrResource(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadScannedClassOrResource(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadScannedClassOrResource(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadScannedClassOrResource(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLoadScannedClassOrResource$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLoadScannedClassOrResource$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLoadScannedClassOrResource$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLoadScannedClassOrResource$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLoadScannedClassOrResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLoadScannedClassOrResource$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateConfigFile(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateConfigFile(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateConfigFile(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateConfigFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateConfigFile(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateConfigFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateConfigFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateConfigFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateConfigFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateConfigFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateConfigFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateConfigFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateConfigFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateConfiguredSchemaNameResolver$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateCustomOptimizerClass(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateCustomOptimizerClass(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateCustomOptimizerClass(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateCustomOptimizerClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateCustomOptimizerClass(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateCustomOptimizerClass(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateCustomOptimizerClass(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateCustomOptimizerClass$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateCustomOptimizerClass$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateCustomOptimizerClass$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateCustomOptimizerClass$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateCustomOptimizerClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateCustomOptimizerClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateMBeanServer() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateMBeanServer() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateMBeanServer() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateMBeanServer() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateMBeanServer() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateMBeanServer() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateMBeanServer() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateMBeanServer$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateMBeanServer$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateMBeanServer$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateMBeanServer$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateMBeanServer$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateMBeanServer$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateStaticMetamodelField(String, String) - Method in interface org.hibernate.ejb.internal.EntityManagerMessageLogger
 
unableToLocateStaticMetamodelField(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateStaticMetamodelField$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateUuidGenerationStrategy(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateUuidGenerationStrategy(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLocateUuidGenerationStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLocateUuidGenerationStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLogSqlWarnings(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLogSqlWarnings(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLogSqlWarnings(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLogSqlWarnings(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLogSqlWarnings(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLogSqlWarnings(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLogSqlWarnings(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLogSqlWarnings$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLogSqlWarnings$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLogSqlWarnings$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLogSqlWarnings$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLogSqlWarnings$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLogSqlWarnings$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLogWarnings(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLogWarnings(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLogWarnings(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLogWarnings(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLogWarnings(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLogWarnings(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLogWarnings(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToLogWarnings$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToLogWarnings$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToLogWarnings$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToLogWarnings$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToLogWarnings$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToLogWarnings$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToMarkForRollbackOnPersistenceException$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToMarkForRollbackOnTransientObjectException$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObjectConnectionMetadata(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObjectConnectionMetadata(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObjectConnectionMetadata(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObjectConnectionMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObjectConnectionMetadata(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObjectConnectionMetadata(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObjectConnectionMetadata(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObjectConnectionMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObjectConnectionMetadata$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObjectConnectionMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObjectConnectionMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObjectConnectionMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObjectConnectionMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObjectConnectionToQueryMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObtainConnectionMetadata(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObtainConnectionMetadata(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObtainConnectionMetadata(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObtainConnectionMetadata(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainConnectionMetadata(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObtainConnectionMetadata(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObtainConnectionMetadata(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObtainConnectionMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObtainConnectionMetadata$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObtainConnectionMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObtainConnectionMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObtainConnectionMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObtainConnectionMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainConnectionToQueryMetadata(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObtainConnectionToQueryMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObtainInitialContext(NamingException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObtainInitialContext(NamingException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObtainInitialContext(NamingException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObtainInitialContext(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainInitialContext(NamingException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObtainInitialContext(NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObtainInitialContext(NamingException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToObtainInitialContext$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToObtainInitialContext$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToObtainInitialContext$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToObtainInitialContext$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToObtainInitialContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToObtainInitialContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToParseMetadata(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToParseMetadata(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToParseMetadata(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToParseMetadata(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToParseMetadata(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToParseMetadata(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToParseMetadata(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToParseMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToParseMetadata$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToParseMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToParseMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToParseMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToParseMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToPerformJdbcCommit() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToPerformJdbcCommit() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToPerformJdbcCommit() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToPerformJdbcCommit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToPerformJdbcCommit() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToPerformJdbcCommit() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToPerformJdbcCommit() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToPerformJdbcCommit$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToPerformJdbcCommit$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToPerformJdbcCommit$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToPerformJdbcCommit$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToPerformJdbcCommit$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToPerformJdbcCommit$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToPerformManagedFlush(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToPerformManagedFlush(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToPerformManagedFlush(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToPerformManagedFlush(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToPerformManagedFlush(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToPerformManagedFlush(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToPerformManagedFlush(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToPerformManagedFlush$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToPerformManagedFlush$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToPerformManagedFlush$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToPerformManagedFlush$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToPerformManagedFlush$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToPerformManagedFlush$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToQueryDatabaseMetadata() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToQueryDatabaseMetadata() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToQueryDatabaseMetadata() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToQueryDatabaseMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToQueryDatabaseMetadata() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToQueryDatabaseMetadata() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToQueryDatabaseMetadata() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToQueryDatabaseMetadata$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToQueryDatabaseMetadata$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToQueryDatabaseMetadata$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToQueryDatabaseMetadata$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToQueryDatabaseMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToQueryDatabaseMetadata$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadClass(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadClass(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadClass(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadClass(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadClass(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadClass(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadClass$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadClass$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadClass$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadClass$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadColumnValueFromResultSet(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadColumnValueFromResultSet(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadColumnValueFromResultSet(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadColumnValueFromResultSet(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadColumnValueFromResultSet(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadColumnValueFromResultSet(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadColumnValueFromResultSet(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadColumnValueFromResultSet$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadColumnValueFromResultSet$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadColumnValueFromResultSet$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadColumnValueFromResultSet$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadColumnValueFromResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadColumnValueFromResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadHiValue(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadHiValue(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadHiValue(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadHiValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadHiValue(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadHiValue(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadHiValue(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadHiValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadHiValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadHiValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadHiValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadOrInitHiValue(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadOrInitHiValue(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadOrInitHiValue(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadOrInitHiValue(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadOrInitHiValue(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadOrInitHiValue(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadOrInitHiValue(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReadOrInitHiValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReadOrInitHiValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReadOrInitHiValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReadOrInitHiValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReadOrInitHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReadOrInitHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseBatchStatement() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseBatchStatement() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseBatchStatement() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseBatchStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseBatchStatement() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseBatchStatement() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseBatchStatement() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseBatchStatement$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseBatchStatement$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseBatchStatement$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseBatchStatement$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseBatchStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseBatchStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseCacheLock(CacheException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseCacheLock(CacheException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseCacheLock(CacheException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseCacheLock(CacheException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseCacheLock(CacheException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseCacheLock(CacheException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseCacheLock(CacheException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseCacheLock$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseCacheLock$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseCacheLock$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseCacheLock$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseCacheLock$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseCacheLock$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseContext(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseContext(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseContext(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseContext(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseContext(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseContext(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseContext(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseContext$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseContext$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseContext$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseContext$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseContext$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseCreatedMBeanServer(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseCreatedMBeanServer(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseCreatedMBeanServer$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseCreatedMBeanServer$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseIsolatedConnection(Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseIsolatedConnection(Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseIsolatedConnection(Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseIsolatedConnection(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseIsolatedConnection(Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseIsolatedConnection(Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseIsolatedConnection(Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseIsolatedConnection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseIsolatedConnection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseIsolatedConnection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseIsolatedConnection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseIsolatedConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseIsolatedConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseTypeInfoResultSet() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseTypeInfoResultSet() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToReleaseTypeInfoResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToReleaseTypeInfoResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRemoveBagJoinFetch() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRemoveBagJoinFetch() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRemoveBagJoinFetch() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRemoveBagJoinFetch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRemoveBagJoinFetch() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRemoveBagJoinFetch() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRemoveBagJoinFetch() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRemoveBagJoinFetch$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRemoveBagJoinFetch$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRemoveBagJoinFetch$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRemoveBagJoinFetch$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRemoveBagJoinFetch$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRemoveBagJoinFetch$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToResolveAggregateFunction(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToResolveAggregateFunction(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToResolveAggregateFunction(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToResolveAggregateFunction(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToResolveAggregateFunction(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToResolveAggregateFunction(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToResolveAggregateFunction(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToResolveAggregateFunction$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToResolveAggregateFunction$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToResolveAggregateFunction$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToResolveAggregateFunction$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToResolveAggregateFunction$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToResolveAggregateFunction$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToResolveMappingFile(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToResolveMappingFile(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToResolveMappingFile(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToResolveMappingFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToResolveMappingFile(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToResolveMappingFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToResolveMappingFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToResolveMappingFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToResolveMappingFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToResolveMappingFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToResolveMappingFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToResolveMappingFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToResolveMappingFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRetrieveCache(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRetrieveCache(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRetrieveCache(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRetrieveCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRetrieveCache(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRetrieveCache(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRetrieveCache(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRetrieveCache$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRetrieveCache$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRetrieveCache$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRetrieveCache$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRetrieveCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRetrieveCache$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRetrieveTypeInfoResultSet(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRetrieveTypeInfoResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRollbackConnection(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRollbackConnection(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRollbackConnection(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRollbackConnection(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackConnection(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRollbackConnection(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRollbackConnection(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRollbackConnection$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRollbackConnection$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRollbackConnection$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRollbackConnection$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRollbackConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRollbackConnection$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRollbackIsolatedTransaction$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRollbackIsolatedTransaction$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRollbackIsolatedTransaction$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRollbackIsolatedTransaction$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRollbackIsolatedTransaction$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRollbackIsolatedTransaction$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRollbackJta() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRollbackJta() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRollbackJta() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRollbackJta() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackJta() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRollbackJta() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRollbackJta() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRollbackJta$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRollbackJta$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRollbackJta$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRollbackJta$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRollbackJta$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRollbackJta$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRunSchemaUpdate(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRunSchemaUpdate(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRunSchemaUpdate(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRunSchemaUpdate(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRunSchemaUpdate(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRunSchemaUpdate(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRunSchemaUpdate(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToRunSchemaUpdate$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToRunSchemaUpdate$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToRunSchemaUpdate$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToRunSchemaUpdate$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToRunSchemaUpdate$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToRunSchemaUpdate$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToSetTransactionToRollbackOnly$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToSetTransactionToRollbackOnly$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToStopHibernateService(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToStopHibernateService(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToStopHibernateService(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToStopHibernateService(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToStopHibernateService(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToStopHibernateService(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToStopHibernateService(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToStopHibernateService$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToStopHibernateService$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToStopHibernateService$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToStopHibernateService$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToStopHibernateService$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToStopHibernateService$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToStopService(Class, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToStopService(Class, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToStopService(Class, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToStopService(Class, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToStopService(Class, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToStopService(Class, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToStopService(Class, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToStopService$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToStopService$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToStopService$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToStopService$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToStopService$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToStopService$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToSwitchToMethodUsingColumnIndex$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToSynchronizeDatabaseStateWithSession$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToToggleAutoCommit(Exception) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToToggleAutoCommit(Exception) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToToggleAutoCommit(Exception) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToToggleAutoCommit(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToToggleAutoCommit(Exception) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToToggleAutoCommit(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToToggleAutoCommit(Exception) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToToggleAutoCommit$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToToggleAutoCommit$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToToggleAutoCommit$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToToggleAutoCommit$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToToggleAutoCommit$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToToggleAutoCommit$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToTransformClass(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToTransformClass(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToTransformClass(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToTransformClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToTransformClass(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToTransformClass(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToTransformClass(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToTransformClass$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToTransformClass$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToTransformClass$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToTransformClass$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToTransformClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToTransformClass$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToUnbindFactoryFromJndi$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToUnbindFactoryFromJndi$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToUnbindFactoryFromJndi$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToUnbindFactoryFromJndi$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToUnbindFactoryFromJndi$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToUnbindFactoryFromJndi$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToUpdateHiValue(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToUpdateHiValue(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToUpdateHiValue(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToUpdateHiValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUpdateHiValue(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToUpdateHiValue(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToUpdateHiValue(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToUpdateHiValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToUpdateHiValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToUpdateHiValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToUpdateHiValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToUpdateHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToUpdateHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToUpdateQueryHiValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToUpdateQueryHiValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToUpdateQueryHiValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToUpdateQueryHiValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToUpdateQueryHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToUpdateQueryHiValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToWrapResultSet(SQLException) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToWrapResultSet(SQLException) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToWrapResultSet(SQLException) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToWrapResultSet(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToWrapResultSet(SQLException) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToWrapResultSet(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToWrapResultSet(SQLException) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToWrapResultSet$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToWrapResultSet$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToWrapResultSet$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToWrapResultSet$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToWrapResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToWrapResultSet$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToWriteCachedFile(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToWriteCachedFile(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToWriteCachedFile(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToWriteCachedFile(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToWriteCachedFile(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToWriteCachedFile(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToWriteCachedFile(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unableToWriteCachedFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unableToWriteCachedFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unableToWriteCachedFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unableToWriteCachedFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unableToWriteCachedFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unableToWriteCachedFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
UNARY_MINUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
UNARY_PLUS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
UnaryArithmeticNode - Class in org.hibernate.hql.internal.ast.tree
 
UnaryArithmeticNode() - Constructor for class org.hibernate.hql.internal.ast.tree.UnaryArithmeticNode
 
UnaryArithmeticOperation<T> - Class in org.hibernate.ejb.criteria.expression
Models unary arithmetic operation (unary plus and unary minus).
UnaryArithmeticOperation(CriteriaBuilderImpl, UnaryArithmeticOperation.Operation, Expression<T>) - Constructor for class org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation
 
UnaryArithmeticOperation.Operation - Enum in org.hibernate.ejb.criteria.expression
 
unaryExpression() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
UnaryLogicOperatorNode - Class in org.hibernate.hql.internal.ast.tree
Represents a unary operator node.
UnaryLogicOperatorNode() - Constructor for class org.hibernate.hql.internal.ast.tree.UnaryLogicOperatorNode
 
UnaryOperatorExpression<T> - Interface in org.hibernate.ejb.criteria.expression
Contract for operators with a single operand.
UnaryOperatorNode - Interface in org.hibernate.hql.internal.ast.tree
Contract for nodes representing unary operators.
unbind(SessionFactory) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Unbinds the session (if one) current associated with the context for the given session.
unbind(SessionFactory) - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
Disassociates a previously bound session from the current thread of execution.
unbind(String) - Method in class org.hibernate.service.jndi.internal.JndiServiceImpl
 
unbind(String) - Method in interface org.hibernate.service.jndi.spi.JndiService
Unbind a value from JNDI by name.
UNDEFINED - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume nothing.
UNDEFINED - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
undeterminedH2Version() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
undeterminedH2Version() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
undeterminedH2Version() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
undeterminedH2Version() - Method in interface org.hibernate.internal.CoreMessageLogger
 
undeterminedH2Version() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
undeterminedH2Version() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
undeterminedH2Version() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
undeterminedH2Version$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
undeterminedH2Version$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
undeterminedH2Version$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
undeterminedH2Version$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
undeterminedH2Version$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
undeterminedH2Version$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
undo(Session) - Method in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
undo(Session) - Method in interface org.hibernate.envers.synchronization.work.AuditWorkUnit
 
unexpectedLiteralTokenType(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unexpectedLiteralTokenType(int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unexpectedLiteralTokenType(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unexpectedLiteralTokenType(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unexpectedLiteralTokenType(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unexpectedLiteralTokenType(int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unexpectedLiteralTokenType(int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unexpectedLiteralTokenType$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unexpectedLiteralTokenType$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unexpectedLiteralTokenType$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unexpectedLiteralTokenType$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unexpectedLiteralTokenType$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unexpectedLiteralTokenType$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unexpectedRowCounts() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unexpectedRowCounts() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unexpectedRowCounts() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unexpectedRowCounts() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unexpectedRowCounts() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unexpectedRowCounts() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unexpectedRowCounts() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unexpectedRowCounts$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unexpectedRowCounts$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unexpectedRowCounts$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unexpectedRowCounts$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unexpectedRowCounts$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unexpectedRowCounts$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
UNFETCHED_COLLECTION - Static variable in class org.hibernate.type.CollectionType
 
UNFETCHED_PROPERTY - Static variable in interface org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer
Marker value for uninitialized properties
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.hibernate.osgi.OsgiPersistenceProviderService
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.hibernate.osgi.OsgiSessionFactoryService
 
union() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
UNION - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
UNION - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
UNION - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
unionSubclass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
unionSubclass - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
UnionSubclass - Class in org.hibernate.mapping
A subclass in a table-per-concrete-class mapping
UnionSubclass(PersistentClass) - Constructor for class org.hibernate.mapping.UnionSubclass
 
UnionSubclassEntityPersister - Class in org.hibernate.persister.entity
Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy.
UnionSubclassEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
UnionSubclassEntityPersister(EntityBinding, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
unionSubclassEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
unique() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
unique() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
unique - Variable in class org.hibernate.cfg.Mappings.PropertyReference
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
unique - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
UNIQUE_CONSTRAINT - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
UNIQUE_CONSTRAINT_SCHEMA_UPDATE_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Unique columns and unique keys both use unique constraints in most dialects.
uniqueConstraint - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
 
uniqueConstraint - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
 
uniqueConstraint - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
 
uniqueConstraint - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTable
 
uniqueConstraint - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
UniqueConstraintHolder - Class in org.hibernate.cfg
UniqueConstraint annotations are handled via second pass.
UniqueConstraintHolder() - Constructor for class org.hibernate.cfg.UniqueConstraintHolder
 
UniqueConstraintSchemaUpdateStrategy - Enum in org.hibernate.tool.hbm2ddl
Unique columns and unique keys both use unique constraints in most dialects.
UniqueConstraintSource - Interface in org.hibernate.metamodel.source.binder
Defining a unique constraint source
uniqueConstraintSql(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
uniqueConstraintSql(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
uniqueConstraintSql(UniqueKey) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Generates the syntax necessary to create the unique constraint (reused by all methods).
uniqueConstraintSql(UniqueKey) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Generates the syntax necessary to create the unique constraint (reused by all methods).
UniqueDelegate - Interface in org.hibernate.dialect.unique
Dialect-level delegate in charge of applying "uniqueness" to a column.
UniqueEntityLoader - Interface in org.hibernate.loader.entity
Loads entities for a EntityPersister
uniqueKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
uniqueKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
uniqueKey - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
UniqueKey - Class in org.hibernate.mapping
A relational unique key constraint
UniqueKey() - Constructor for class org.hibernate.mapping.UniqueKey
 
UniqueKey - Class in org.hibernate.metamodel.relational
Models a SQL INDEX defined as UNIQUE
UniqueKey(Table, String) - Constructor for class org.hibernate.metamodel.relational.UniqueKey
 
UniqueKeyLoadable - Interface in org.hibernate.persister.entity
 
uniqueKeyPropertyName - Variable in class org.hibernate.type.EntityType
 
uniqueKeyType - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
uniqueResult() - Method in interface org.hibernate.Criteria
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueResult() - Method in class org.hibernate.internal.AbstractQueryImpl
 
uniqueResult() - Method in class org.hibernate.internal.CriteriaImpl.Subcriteria
 
uniqueResult() - Method in class org.hibernate.internal.CriteriaImpl
 
uniqueResult() - Method in interface org.hibernate.Query
Convenience method to return a single instance that matches the query, or null if the query returns no results.
UNKNOWN - Static variable in class org.hibernate.collection.internal.AbstractPersistentCollection
 
UNKNOWN - Static variable in class org.hibernate.property.BackrefPropertyAccessor
A placeholder for a property value, indicating that we don't know the value of the back reference
UnknownAccessTypeException - Exception in org.hibernate.cache.spi.access
 
UnknownAccessTypeException(String) - Constructor for exception org.hibernate.cache.spi.access.UnknownAccessTypeException
 
unknownAttribute(String) - Method in class org.hibernate.ejb.criteria.path.AbstractPathImpl
 
unknownBytecodeProvider(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownBytecodeProvider(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownBytecodeProvider(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownBytecodeProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownBytecodeProvider(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownBytecodeProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownBytecodeProvider(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unknownBytecodeProvider$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownBytecodeProvider$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownBytecodeProvider$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownBytecodeProvider$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownBytecodeProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownBytecodeProvider$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unknownIngresVersion(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownIngresVersion(int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownIngresVersion(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownIngresVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownIngresVersion(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownIngresVersion(int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownIngresVersion(int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unknownIngresVersion$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownIngresVersion$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownIngresVersion$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownIngresVersion$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownIngresVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownIngresVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
UnknownInheritanceTypeException - Exception in org.hibernate.metamodel.source.annotations
 
UnknownInheritanceTypeException(String) - Constructor for exception org.hibernate.metamodel.source.annotations.UnknownInheritanceTypeException
 
unknownOracleVersion(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownOracleVersion(int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownOracleVersion(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownOracleVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownOracleVersion(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownOracleVersion(int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownOracleVersion(int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unknownOracleVersion$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownOracleVersion$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownOracleVersion$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownOracleVersion$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownOracleVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownOracleVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
UnknownPersisterException - Exception in org.hibernate.persister.spi
Indicates that the persister to use is not known and couyld not be determined.
UnknownPersisterException(String) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownPersisterException(String, Throwable) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownProfileException - Exception in org.hibernate
Used to indicate a request against an unknown profile name.
UnknownProfileException(String) - Constructor for exception org.hibernate.UnknownProfileException
 
UnknownServiceException - Exception in org.hibernate.service
Indicates that an unkown service was requested from the registry.
UnknownServiceException(Class) - Constructor for exception org.hibernate.service.UnknownServiceException
 
unknownSqlServerVersion(int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownSqlServerVersion(int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownSqlServerVersion(int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownSqlServerVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownSqlServerVersion(int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownSqlServerVersion(int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownSqlServerVersion(int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unknownSqlServerVersion$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unknownSqlServerVersion$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unknownSqlServerVersion$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unknownSqlServerVersion$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unknownSqlServerVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unknownSqlServerVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unknownUnwrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
UnknownUnwrapTypeException - Exception in org.hibernate.service
 
UnknownUnwrapTypeException(Class) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
UnknownUnwrapTypeException(Class, Throwable) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
unknownWrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Since this is a non-strict read/write strategy item locking is not used.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Since this is a non-strict read/write strategy item locking is not used.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Since this is a non-strict read/write strategy item locking is not used.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
A no-op since this cache is read-only
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
A no-op since this cache is read-only
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
A no-op since this cache is read-only
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
unlockItem(Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockRegion(SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareCollectionRegionAccessStrategy
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
unlockRegion(SoftLock) - Method in interface org.hibernate.cache.spi.access.RegionAccessStrategy
Called after we have finished the attempted invalidation of the entire region
unmarshal(InputStream, Origin) - Method in class org.hibernate.metamodel.source.internal.JaxbHelper
 
unmarshal(Document, Origin) - Method in class org.hibernate.metamodel.source.internal.JaxbHelper
 
unmarshal(InputStream, Origin) - Method in class org.hibernate.service.internal.JaxbProcessor
 
unproxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
unproxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
unproxyAndReassociate(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
unproxyAndReassociate(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
unqualifiedJarName - Variable in class org.hibernate.ejb.packaging.AbstractJarVisitor
 
unqualify() - Method in class org.hibernate.ejb.packaging.AbstractJarVisitor
 
unqualify(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unqualifyEntityName(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unquote(String) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name (stripping the start and end '`' characters if present).
unquote(String, Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name stripping the start and end quote characters.
unquote(String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name stripping the start and end quote characters.
unregisteredResultSetWithoutStatement() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unregisteredResultSetWithoutStatement() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unregisteredResultSetWithoutStatement() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unregisteredResultSetWithoutStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unregisteredResultSetWithoutStatement() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unregisteredResultSetWithoutStatement() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unregisteredResultSetWithoutStatement() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unregisteredResultSetWithoutStatement$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unregisteredResultSetWithoutStatement$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unregisteredResultSetWithoutStatement$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unregisteredResultSetWithoutStatement$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unregisteredResultSetWithoutStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unregisteredResultSetWithoutStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unregisteredStatement() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unregisteredStatement() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unregisteredStatement() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unregisteredStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unregisteredStatement() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unregisteredStatement() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unregisteredStatement() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unregisteredStatement$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unregisteredStatement$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unregisteredStatement$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unregisteredStatement$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unregisteredStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unregisteredStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unregisterMBean() - Method in class org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper
Unregisters previously registered mbean.
UnresolvableObjectException - Exception in org.hibernate
Thrown when Hibernate could not resolve an object by id, especially when loading an association.
UnresolvableObjectException(Serializable, String) - Constructor for exception org.hibernate.UnresolvableObjectException
 
UnresolvedEntityInsertActions - Class in org.hibernate.action.internal
Tracks unresolved entity insert actions.
UnresolvedEntityInsertActions() - Constructor for class org.hibernate.action.internal.UnresolvedEntityInsertActions
 
unroot(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unsavedValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
 
unsavedValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
 
unsavedValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
 
unsavedValue - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
 
UnsavedValueFactory - Class in org.hibernate.engine.internal
 
UnsavedValueFactory() - Constructor for class org.hibernate.engine.internal.UnsavedValueFactory
 
UnsavedValueStrategy - Interface in org.hibernate.engine.spi
The base contract for determining transient status versus detached status.
unScheduleDeletion(EntityEntry, Object) - Method in class org.hibernate.engine.spi.ActionQueue
 
unset() - Method in class org.hibernate.envers.tools.MutableBoolean
 
unsetSession(SessionImplementor) - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Disassociate this collection from the given session.
unsetSession(SessionImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassociate this collection from the given session.
unsetSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
Unset this initializer's reference to session.
unStashInvalidNaturalIdReferences() - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Again, as part of "load synchronization process" we need to also be able to clear references to these known-invalid natural-ids after flush.
UnstructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Unstructured CacheEntry format (used to store entities and collections).
UnstructuredCacheEntry() - Constructor for class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
unsuccessful(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsuccessful(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsuccessful(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsuccessful(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsuccessful(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsuccessful(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsuccessful(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsuccessful$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsuccessful$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsuccessful$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsuccessful$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsuccessful$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsuccessful$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsuccessfulCreate(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsuccessfulCreate(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsuccessfulCreate(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsuccessfulCreate(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsuccessfulCreate(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsuccessfulCreate(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsuccessfulCreate(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsuccessfulCreate$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsuccessfulCreate$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsuccessfulCreate$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsuccessfulCreate$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsuccessfulCreate$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsuccessfulCreate$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedAfterStatement() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedAfterStatement() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedAfterStatement() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedAfterStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedAfterStatement() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedAfterStatement() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedAfterStatement() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedAfterStatement$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedAfterStatement$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedAfterStatement$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedAfterStatement$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedAfterStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedAfterStatement$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedIngresVersion() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedIngresVersion() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedIngresVersion() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedIngresVersion() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedIngresVersion() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedIngresVersion() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedIngresVersion() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedIngresVersion$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedIngresVersion$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedIngresVersion$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedIngresVersion$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedIngresVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedIngresVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedInitialValue(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedInitialValue(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedInitialValue(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedInitialValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedInitialValue(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedInitialValue(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedInitialValue(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedInitialValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedInitialValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedInitialValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedInitialValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedInitialValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedInitialValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedMultiTableBulkHqlJpaql$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedOracleVersion() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedOracleVersion() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedOracleVersion() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedOracleVersion() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedOracleVersion() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedOracleVersion() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedOracleVersion() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedOracleVersion$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedOracleVersion$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedOracleVersion$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedOracleVersion$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedOracleVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedOracleVersion$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedProperty(Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedProperty(Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedProperty(Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedProperty(Object, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedProperty(Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedProperty(Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedProperty(Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
unsupportedProperty$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
unsupportedProperty$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
unsupportedProperty$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
unsupportedProperty$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
unsupportedProperty$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
unsupportedProperty$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
untransformToTuples(List) - Method in class org.hibernate.transform.CacheableResultTransformer
Untransforms, if necessary, a List of values previously transformed by this (or an equivalent) CacheableResultTransformer.
unwrap(Class<T>) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
unwrap(Class<T>) - Method in class org.hibernate.ejb.QueryImpl
unwrap(Class<T>) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.service.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.service.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
unwrap(Class<T>) - Method in interface org.hibernate.service.spi.Wrapped
Unproxy the service proxy
unwrap(Class<T>) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
unWrap(Object) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
unwrap(BigDecimal, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
unwrap(BigInteger, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
Unwrap an instance of our handled Java type into the requested type.
unwrap(Blob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
unwrap(Boolean, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
unwrap(Byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
unwrap(Byte, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
unwrap(Character[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
unwrap(Character, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
unwrap(Class, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
unwrap(Clob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
unwrap(Currency, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
unwrap(Double, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
unwrap(Float, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
unwrap(Integer, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Unwrap an instance of our handled Java type into the requested type.
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
unwrap(Locale, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
unwrap(Long, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
unwrap(NClob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
unwrap(char[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
unwrap(Short, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
unwrap(String, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
unwrap(TimeZone, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
unwrap(URL, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
unwrap(UUID, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
unWrap(Object) - Method in class org.hibernate.type.PrimitiveByteArrayBlobType
Deprecated.  
unwrapProxy - Variable in class org.hibernate.mapping.ToOne
 
updatable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
updatable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
updatable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
 
updatable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
 
updatable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
 
updatable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
 
updatable - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareEntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.nonstop.NonstopAwareNaturalIdRegionAccessStrategy
 
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Removes the entry since this is a non-strict read/write cache strategy.
update(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Removes the entry since this is a non-strict read/write cache strategy.
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
Throws UnsupportedOperationException since this cache is read-only
update(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Throws UnsupportedOperationException since this cache is read-only
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
update(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.ReadWriteEhcacheNaturalIdRegionAccessStrategy
A no-op since this is an asynchronous cache access strategy.
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheEntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object) - Method in class org.hibernate.cache.ehcache.internal.strategy.TransactionalEhcacheNaturalIdRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object, Object, Object) - Method in class org.hibernate.cache.infinispan.access.TransactionalAccessDelegate
 
update(Object, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
Called after an item has been updated (before the transaction completes), instead of calling evict().
UPDATE - Static variable in class org.hibernate.engine.spi.CascadeStyle
save / update
update(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
UPDATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
UPDATE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
UPDATE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
update - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
 
update - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
 
update - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
 
update - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
 
update - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
 
update - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
 
update - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
 
update(Object) - Method in class org.hibernate.internal.SessionImpl
 
update(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
update(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
update(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
update(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Update an object
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Update a persistent instance
UPDATE - Static variable in class org.hibernate.secure.internal.HibernatePermission
 
update(Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
update(String, Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
Update - Class in org.hibernate.sql
An SQL UPDATE statement
Update(Dialect) - Constructor for class org.hibernate.sql.Update
 
update(Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(String, Object) - Method in interface org.hibernate.StatelessSession
Update a row.
UPDATE_VALIDATION_GROUP - Static variable in class org.hibernate.ejb.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

UpdateBuilder - Class in org.hibernate.envers.tools.query
 
UpdateBuilder(String, String) - Constructor for class org.hibernate.envers.tools.query.UpdateBuilder
 
updateCalculatedFields() - Method in class org.hibernate.envers.configuration.ClassesAuditingData
After all meta-data is read, updates calculated fields.
updateCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateCollection(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection was updated.
updateCount - Variable in class org.hibernate.cache.ehcache.management.impl.CollectionStats
updateCount
updateCount - Variable in class org.hibernate.cache.ehcache.management.impl.EntityStats
updateCount
updateCurrentIterator() - Method in class org.hibernate.internal.util.collections.JoinedIterator
 
updateEntity(String) - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being updated.
UpdateLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where the locks are obtained through update statements.
UpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.UpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
updateOrInsert(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL UPDATE or SQL INSERT
updateResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateRows(PersistentCollection, Serializable, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
updateRows(PersistentCollection, Serializable, SessionImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Update the persistent state of any elements that were modified
updateStatement() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
updateStatement(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
updateStatement(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
UpdateStatement - Class in org.hibernate.hql.internal.ast.tree
Defines a top-level AST node representing an HQL update statement.
UpdateStatement() - Constructor for class org.hibernate.hql.internal.ast.tree.UpdateStatement
 
UpdateTimestampsCache - Class in org.hibernate.cache.spi
Tracks the timestamps of the most recent updates to particular tables.
UpdateTimestampsCache(Settings, Properties, SessionFactoryImplementor) - Constructor for class org.hibernate.cache.spi.UpdateTimestampsCache
 
UpdateTimestampsCache(Settings, Properties) - Constructor for class org.hibernate.cache.spi.UpdateTimestampsCache
 
updateTimestampsCacheHit() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateTimestampsCacheHit() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a hit to the timestamp cache
updateTimestampsCacheMiss() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateTimestampsCacheMiss() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a miss to the timestamp cache
updateTimestampsCachePut() - Method in class org.hibernate.stat.internal.ConcurrentStatisticsImpl
 
updateTimestampsCachePut() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put to the timestamp cache
updateValue(String, Object) - Method in class org.hibernate.envers.tools.query.UpdateBuilder
 
updatingSchema() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
updatingSchema() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
updatingSchema() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
updatingSchema() - Method in interface org.hibernate.internal.CoreMessageLogger
 
updatingSchema() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
updatingSchema() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
updatingSchema() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
updatingSchema$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
updatingSchema$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
updatingSchema$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
updatingSchema$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
updatingSchema$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
updatingSchema$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
UPGRADE - Static variable in class org.hibernate.LockOptions
UPGRADE represents LockMode.UPGRADE (will wait forever for lock and scope of false meaning only entity is locked)
upgradeLock(Object, EntityEntry, LockOptions, EventSource) - Method in class org.hibernate.event.internal.AbstractLockUpgradeEventListener
Performs a pessimistic lock upgrade on a given entity, if needed.
upgradeLocks() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
upgradeLocks() - Method in class org.hibernate.loader.hql.QueryLoader
 
upgradeLocks() - Method in class org.hibernate.loader.Loader
Does this query return objects that might be already cached by the session, whose lock mode may need upgrading
upper(Expression<String>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
UpperFunction - Class in org.hibernate.ejb.criteria.expression.function
Models the ANSI SQL UPPER function.
UpperFunction(CriteriaBuilderImpl, Expression<String>) - Constructor for class org.hibernate.ejb.criteria.expression.function.UpperFunction
 
URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC connection url.
URL - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
URL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping URL to JDBC VARCHAR.
UrlType - Class in org.hibernate.type
A type that maps between VARCHAR and URL
UrlType() - Constructor for class org.hibernate.type.UrlType
 
UrlTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for URL handling.
UrlTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
usage - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
 
usage - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
 
usage - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
 
USE_CLASS_ENHANCER - Static variable in class org.hibernate.ejb.AvailableSettings
Enable the class file enhancement
USE_DIRECT_REFERENCE_CACHE_ENTRIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable direct storage of entity references into the second level cache when applicable (immutable data, etc).
USE_GET_GENERATED_KEYS - Static variable in interface org.hibernate.cfg.AvailableSettings
Tells the JDBC driver to attempt to retrieve row Id with the JDBC 3.0 PreparedStatement.getGeneratedKeys() method.
USE_IDENTIFIER_ROLLBACK - Static variable in interface org.hibernate.cfg.AvailableSettings
 
USE_MINIMAL_PUTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Optimize the cache for minimal puts instead of minimal gets
USE_NATIONALIZED_CHARACTER_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nationalized character support on all string / clob based attribute ( string, char, clob, text etc ).
USE_NEW_ID_GENERATOR_MAPPINGS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates whether or not the new IdentifierGenerator are used for AUTO, TABLE and SEQUENCE.
USE_NEW_ID_GENERATOR_MAPPINGS - Static variable in class org.hibernate.cfg.Configuration
 
USE_NEW_METADATA_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
USE_QUERY_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable the query cache (disabled by default)
USE_REFLECTION_OPTIMIZER - Static variable in interface org.hibernate.cfg.AvailableSettings
Use bytecode libraries optimized property access
USE_SCROLLABLE_RESULTSET - Static variable in interface org.hibernate.cfg.AvailableSettings
Use JDBC scrollable ResultSets.
USE_SECOND_LEVEL_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable the second-level cache (enabled by default)
USE_SQL_COMMENTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Add comments to the generated SQL
USE_STREAMS_FOR_BINARY - Static variable in interface org.hibernate.cfg.AvailableSettings
Use java.io streams to read / write binary data from / to JDBC
USE_STRUCTURED_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable use of structured second-level cache entries
useAutoAliasInjection() - Method in class org.hibernate.internal.FilterConfiguration
 
useDynamicInsert() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useDynamicUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicUpdate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useFollowOnLocking() - Method in class org.hibernate.dialect.Dialect
Some dialects have trouble applying pessimistic locking depending upon what other query options are specified (paging, ordering, etc).
useFollowOnLocking() - Method in class org.hibernate.dialect.Oracle8iDialect
 
useFromFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
useGetGeneratedKeys() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.Dialect
Should LOBs (both BLOB and CLOB) be bound using stream operations (i.e.
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
useInsertSelectIdentity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useLHSPrimaryKey() - Method in class org.hibernate.type.AnyType
 
useLHSPrimaryKey() - Method in interface org.hibernate.type.AssociationType
Is the primary key of the owning entity table to be used in the join?
useLHSPrimaryKey() - Method in class org.hibernate.type.CollectionType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.ManyToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.OneToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.SpecialOneToOneType
 
useLimit(LimitHandler, RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
 
useMaxForLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.CUBRIDDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2400Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated. Dialect.buildLimitHandler(String, RowSelection) should be overridden instead.
useMaxForLimit() - Method in class org.hibernate.dialect.InformixDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?
useMaxForLimit() - Method in class org.hibernate.dialect.IngresDialect
Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.  
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?

This is easiest understood via an example.

useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
useNationalizedCharacterData() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
useNationalizedCharacterData() - Method in interface org.hibernate.cfg.Mappings
Should we use nationalized variants of character data by default? This is controlled by the AvailableSettings.USE_NATIONALIZED_CHARACTER_DATA setting.
useNewGeneratorMappings() - Method in class org.hibernate.cfg.Configuration.MappingsImpl
 
useNewGeneratorMappings() - Method in interface org.hibernate.cfg.Mappings
Should we use the new generator strategy mappings.
useNewIdentifierGenerators() - Method in interface org.hibernate.metamodel.Metadata.Options
 
USER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the connection user.
USER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
USER_TRANSACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated. See AvailableSettings.JTA_PLATFORM
UserCollectionType - Interface in org.hibernate.usertype
A custom type for mapping user-written classes that implement PersistentCollection
useReflectionOptimizer() - Static method in class org.hibernate.cfg.Environment
Should we use reflection optimization?
UserSuppliedConnectionProviderImpl - Class in org.hibernate.service.jdbc.connections.internal
An implementation of the ConnectionProvider interface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use to the session
UserSuppliedConnectionProviderImpl() - Constructor for class org.hibernate.service.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
userTransaction() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
UserType - Interface in org.hibernate.usertype
This interface should be implemented by user-defined "types".
UserVersionType - Interface in org.hibernate.usertype
A user type that may be used for a version property
useStreamForLobBinding() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Should streams be used for binding LOB values.
useStreamsForBinary() - Static method in class org.hibernate.cfg.Environment
Should we use streams to bind binary types to JDBC IN parameters?
useThetaStyleImplicitJoins - Static variable in class org.hibernate.hql.internal.ast.tree.DotNode
 
useUnownedCollection(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
useUnownedCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Take ownership of a previously unowned collection, if one.
useWhereFragment() - Method in class org.hibernate.hql.internal.ast.tree.FromElement
 
using(String, Object) - Method in interface org.hibernate.NaturalIdLoadAccess
Add a NaturalId attribute value.
usingAstQueryTranslatorFactory() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingAstQueryTranslatorFactory() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingAstQueryTranslatorFactory() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingAstQueryTranslatorFactory() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingAstQueryTranslatorFactory() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingAstQueryTranslatorFactory() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingAstQueryTranslatorFactory() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingAstQueryTranslatorFactory$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingAstQueryTranslatorFactory$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingAstQueryTranslatorFactory$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingAstQueryTranslatorFactory$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingAstQueryTranslatorFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingAstQueryTranslatorFactory$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDefaultIdGeneratorSegmentValue$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDefaultTransactionStrategy() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDefaultTransactionStrategy() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDefaultTransactionStrategy() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDefaultTransactionStrategy() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDefaultTransactionStrategy() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDefaultTransactionStrategy() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDefaultTransactionStrategy() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDefaultTransactionStrategy$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDefaultTransactionStrategy$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDefaultTransactionStrategy$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDefaultTransactionStrategy$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDefaultTransactionStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDefaultTransactionStrategy$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDialect(Dialect) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDialect(Dialect) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDialect(Dialect) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDialect(Dialect) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDialect(Dialect) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDialect(Dialect) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDialect(Dialect) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDialect$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDialect$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDialect$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDialect$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDialect$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDialect$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDriver(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDriver(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDriver(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDriver(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDriver(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDriver(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDriver(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingDriver$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingDriver$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingDriver$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingDriver$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingDriver$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingDriver$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingFollowOnLocking() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingFollowOnLocking() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingFollowOnLocking() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingFollowOnLocking() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingFollowOnLocking() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingFollowOnLocking() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingFollowOnLocking() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingFollowOnLocking$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingFollowOnLocking$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingFollowOnLocking$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingFollowOnLocking$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingFollowOnLocking$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingFollowOnLocking$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingHibernateBuiltInConnectionPool() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingHibernateBuiltInConnectionPool() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingHibernateBuiltInConnectionPool$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingHibernateBuiltInConnectionPool$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingOldDtd() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingOldDtd() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingOldDtd() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingOldDtd() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingOldDtd() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingOldDtd() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingOldDtd() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingOldDtd$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingOldDtd$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingOldDtd$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingOldDtd$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingOldDtd$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingOldDtd$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingProvidedDataSource() - Method in interface org.hibernate.ejb.internal.EntityManagerMessageLogger
 
usingProvidedDataSource() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingProvidedDataSource$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingReflectionOptimizer() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingReflectionOptimizer() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingReflectionOptimizer() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingReflectionOptimizer() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingReflectionOptimizer() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingReflectionOptimizer() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingReflectionOptimizer() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingReflectionOptimizer$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingReflectionOptimizer$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingReflectionOptimizer$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingReflectionOptimizer$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingReflectionOptimizer$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingReflectionOptimizer$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingStreams() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingStreams() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingStreams() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingStreams() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingStreams() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingStreams() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingStreams() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingStreams$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingStreams$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingStreams$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingStreams$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingStreams$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingStreams$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingTimestampWorkaround() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingTimestampWorkaround() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingTimestampWorkaround() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingTimestampWorkaround() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingTimestampWorkaround() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingTimestampWorkaround() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingTimestampWorkaround() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingTimestampWorkaround$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingTimestampWorkaround$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingTimestampWorkaround$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingTimestampWorkaround$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingTimestampWorkaround$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingTimestampWorkaround$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingUuidHexGenerator(String, String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingUuidHexGenerator(String, String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingUuidHexGenerator(String, String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingUuidHexGenerator(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingUuidHexGenerator(String, String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingUuidHexGenerator(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingUuidHexGenerator(String, String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
usingUuidHexGenerator$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
usingUuidHexGenerator$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
usingUuidHexGenerator$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
usingUuidHexGenerator$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
usingUuidHexGenerator$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
usingUuidHexGenerator$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
USUAL_EXPECTED_COUNT - Static variable in class org.hibernate.jdbc.Expectations
 
USUAL_PARAM_POSITION - Static variable in class org.hibernate.jdbc.Expectations
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JOnASJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JOTMJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.JRun4JtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.OC4JJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.OrionJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.ResinJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.SunOneJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.WeblogicJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform
 
UUID_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC BINARY.
UUID_CHAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC CHAR.
UUID_GEN_STRATEGY - Static variable in class org.hibernate.id.UUIDGenerator
 
UUID_GEN_STRATEGY_CLASS - Static variable in class org.hibernate.id.UUIDGenerator
 
UUIDBinaryType - Class in org.hibernate.type
A type mapping Types.BINARY and UUID
UUIDBinaryType() - Constructor for class org.hibernate.type.UUIDBinaryType
 
UUIDCharType - Class in org.hibernate.type
A type mapping Types.CHAR (or Types.VARCHAR) and UUID
UUIDCharType() - Constructor for class org.hibernate.type.UUIDCharType
 
UUIDGenerationStrategy - Interface in org.hibernate.id
A strategy for generating a variant 2 UUID value.
UUIDGenerator - Class in org.hibernate.id
An IdentifierGenerator which generates UUID values using a pluggable generation strategy.
UUIDGenerator() - Constructor for class org.hibernate.id.UUIDGenerator
 
UUIDHexGenerator - Class in org.hibernate.id
uuid

A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits.
UUIDHexGenerator() - Constructor for class org.hibernate.id.UUIDHexGenerator
 
UUIDTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for UUID handling.
UUIDTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
UUIDTypeDescriptor.PassThroughTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDTypeDescriptor.PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
UUIDTypeDescriptor.ToBytesTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDTypeDescriptor.ToBytesTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
UUIDTypeDescriptor.ToStringTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDTypeDescriptor.ToStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
UUIDTypeDescriptor.ValueTransformer - Interface in org.hibernate.type.descriptor.java
 

V

validate() - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
 
validate(Type[]) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor.Options.ResultMetadataValidator
 
validate() - Method in interface org.hibernate.Filter
Perform validation of the filter state.
validate() - Method in class org.hibernate.hql.internal.ast.tree.InsertStatement
Performs detailed semantic validation on this insert statement tree.
validate() - Method in class org.hibernate.internal.FilterImpl
Perform validation of the filter state.
validate() - Method in class org.hibernate.internal.util.Cloneable
Checks to ensure the SessionEventListenerConfig is fully configured (basically, that none of the listeners is null).
validate(Mapping) - Method in class org.hibernate.mapping.Collection
 
validate(Mapping) - Method in class org.hibernate.mapping.IdentifierCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.IndexedCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.JoinedSubclass
 
validate(Mapping) - Method in class org.hibernate.mapping.PersistentClass
 
validate(Mapping) - Method in class org.hibernate.mapping.RootClass
 
validate(Mapping) - Method in class org.hibernate.mapping.Set
 
validate(Mapping) - Method in class org.hibernate.mapping.SingleTableSubclass
 
validate(Mapping) - Method in class org.hibernate.mapping.UnionSubclass
 
validate() - Method in class org.hibernate.metamodel.binding.AbstractAttributeBinding
 
validate() - Method in interface org.hibernate.metamodel.binding.AttributeBinding
 
validate(List<Throwable>) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
validate() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
Perform the validations.
VALIDATE_DATA_CLEANUP - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
VALIDATE_FAILURE_EXPECTED - Static variable in class org.hibernate.testing.junit4.Helper
 
validateColumns(Dialect, Mapping, TableMetadata) - Method in class org.hibernate.mapping.Table
 
validateEhcache(Ehcache) - Static method in class org.hibernate.cache.ehcache.internal.util.HibernateUtil
Validates that the supplied Ehcache instance is valid for use as a Hibernate cache.
validateExistingCurrentSessions() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Should we validate that the tenant identifier on "current sessions" that already exist when CurrentSessionContext.currentSession() is called matches the value returned here from CurrentTenantIdentifierResolver.resolveCurrentTenantIdentifier()?
validateExistingSession(Session) - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
validateFactory(Object) - Static method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
Used to validate the type of an explicitly passed ValidatorFactory instance
validateInfinispanConfiguration(Configuration) - Method in class org.hibernate.cache.infinispan.timestamp.TimestampTypeOverrides
 
validateInfinispanConfiguration(Configuration) - Method in class org.hibernate.cache.infinispan.TypeOverrides
 
validateJdbcTypes(Value.JdbcCodes) - Method in class org.hibernate.metamodel.relational.AbstractSimpleValue
 
validateJdbcTypes(Value.JdbcCodes) - Method in class org.hibernate.metamodel.relational.Tuple
 
validateJdbcTypes(Value.JdbcCodes) - Method in interface org.hibernate.metamodel.relational.Value
Validate the value against the incoming JDBC type code array, both in terms of number of types and compatibility of types.
validateJoin(String) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
validateMapPropertyExpression(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
validateMapPropertyExpression(AST) - Method in class org.hibernate.hql.internal.ast.HqlSqlWalker
 
validateNaturalId(EntityPersister, Object[]) - Method in class org.hibernate.engine.internal.NaturalIdXrefDelegate
Invariant validate of the natural id.
validateParameters() - Method in class org.hibernate.engine.spi.QueryParameters
 
validatePublicVoid(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
validatePublicVoidNoArg(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
validateSchema(Dialect, DatabaseMetadata) - Method in class org.hibernate.cfg.Configuration
 
validateScrollability() - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl
 
validateScrollability() - Method in class org.hibernate.hql.internal.classic.QueryTranslatorImpl
 
validateScrollability() - Method in interface org.hibernate.hql.spi.QueryTranslator
Validate the scrollability of the translated query.
validateScrollability() - Method in class org.hibernate.loader.hql.QueryLoader
 
validateTypes(SelectClause) - Method in class org.hibernate.hql.internal.ast.tree.IntoClause
 
VALIDATION_FACTORY - Static variable in class org.hibernate.ejb.AvailableSettings
Used to pass along any discovered validator factory.
VALIDATION_MODE - Static variable in class org.hibernate.ejb.AvailableSettings
Used to indicate what form of automatic validation is in effect as per rules defined in JPA 2 section 3.6.1.1

See JPA 2 sections 9.4.3 and 8.2.1.8

ValidationException - Exception in org.hibernate.metamodel
Indicates a problem validating the metamodel.
ValidationException(String) - Constructor for exception org.hibernate.metamodel.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception org.hibernate.metamodel.ValidationException
 
ValidationMode - Enum in org.hibernate.cfg.beanvalidation
Duplicates the javax.validation enum (because javax validation might not be on the runtime classpath)
validatorNotFound() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
validatorNotFound() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
validatorNotFound() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
validatorNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
validatorNotFound() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
validatorNotFound() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
validatorNotFound() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
validatorNotFound$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
validatorNotFound$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
validatorNotFound$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
validatorNotFound$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
validatorNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
validatorNotFound$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
ValidityAuditStrategy - Class in org.hibernate.envers.strategy
Audit strategy which persists and retrieves audit information using a validity algorithm, based on the start-revision and end-revision of a row in the audit tables.
ValidityAuditStrategy() - Constructor for class org.hibernate.envers.strategy.ValidityAuditStrategy
 
ValidTimeAuditStrategy - Class in org.hibernate.envers.strategy
Deprecated. use ValidityAuditStrategy instead.
ValidTimeAuditStrategy() - Constructor for class org.hibernate.envers.strategy.ValidTimeAuditStrategy
Deprecated. Default constructor.
validTimeAuditStrategyDeprecated() - Method in interface org.hibernate.envers.internal.EnversMessageLogger
 
validTimeAuditStrategyDeprecated() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
validTimeAuditStrategyDeprecated$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
value - Variable in class org.hibernate.cfg.FkSecondPass
 
value(T) - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
 
value(Expression<? extends T>) - Method in class org.hibernate.ejb.criteria.expression.CoalesceExpression
 
value() - Method in class org.hibernate.ejb.criteria.path.MapAttributeJoin
value(T) - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
value(Expression<? extends T>) - Method in class org.hibernate.ejb.criteria.predicate.InPredicate
 
VALUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
VALUE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
VALUE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
value - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
 
value() - Method in enum org.hibernate.internal.jaxb.cfg.JaxbTypeAttribute
 
value() - Method in enum org.hibernate.internal.jaxb.cfg.JaxbUsageAttribute
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheModeAttribute
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCheckAttribute
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttribute
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttributeWithSubselect
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFlushModeAttribute
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratedAttribute
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttribute
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithExtra
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithNoProxy
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLockModeAttribute
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbNotFoundAttribute
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbOuterJoinAttribute
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
 
value - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorType
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbEnumType
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbFetchType
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbGenerationType
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbInheritanceType
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbLockModeType
 
value - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
 
value() - Method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbTemporalType
 
Value - Interface in org.hibernate.mapping
A value is anything that is persisted by value, instead of by reference.
Value - Interface in org.hibernate.metamodel.relational
Models a value within a ValueContainer.
value() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
Value.JdbcCodes - Class in org.hibernate.metamodel.relational
Used to track JDBC type usage throughout a series of potential recursive calls to component values since we do not know ahead of time which values correspond to which indexes of the jdbc type array.
Value.JdbcCodes(int[]) - Constructor for class org.hibernate.metamodel.relational.Value.JdbcCodes
 
VALUE_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
 
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
 
valueArray() - Method in class org.hibernate.internal.AbstractQueryImpl
 
valueArray() - Method in class org.hibernate.internal.CollectionFilterImpl
 
ValueBinder<X> - Interface in org.hibernate.type.descriptor
Contract for binding values to a PreparedStatement.
valueColumnName - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
 
ValueContainer - Interface in org.hibernate.metamodel.relational
Contract for data containers (what the ANSI SQL spec calls "table specifications") to which we can map entity state.
ValueExtractor<X> - Interface in org.hibernate.type.descriptor
Contract for extracting a value from a ResultSet.
ValueHandlerFactory - Class in org.hibernate.ejb.criteria
Helper for generically dealing with literal values.
ValueHandlerFactory.BaseValueHandler<T> - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.BaseValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.BaseValueHandler
 
ValueHandlerFactory.BigDecimalValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.BigDecimalValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.BigDecimalValueHandler
 
ValueHandlerFactory.BigIntegerValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.BigIntegerValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.BigIntegerValueHandler
 
ValueHandlerFactory.ByteValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.ByteValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.ByteValueHandler
 
ValueHandlerFactory.DoubleValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.DoubleValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.DoubleValueHandler
 
ValueHandlerFactory.FloatValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.FloatValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.FloatValueHandler
 
ValueHandlerFactory.IntegerValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.IntegerValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.IntegerValueHandler
 
ValueHandlerFactory.LongValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.LongValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.LongValueHandler
 
ValueHandlerFactory.NoOpValueHandler<T> - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.NoOpValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.NoOpValueHandler
 
ValueHandlerFactory.ShortValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.ShortValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.ShortValueHandler
 
ValueHandlerFactory.StringValueHandler - Class in org.hibernate.ejb.criteria
 
ValueHandlerFactory.StringValueHandler() - Constructor for class org.hibernate.ejb.criteria.ValueHandlerFactory.StringValueHandler
 
ValueHandlerFactory.ValueHandler<T> - Interface in org.hibernate.ejb.criteria
 
ValueHolder<T> - Class in org.hibernate.internal.util
Represents a "final" value that is initialized either up front or once at some point after declaration.
ValueHolder(ValueHolder.DeferredInitializer<T>) - Constructor for class org.hibernate.internal.util.ValueHolder
Instantiates a ValueHolder with the specified initializer.
ValueHolder(T) - Constructor for class org.hibernate.internal.util.ValueHolder
 
ValueHolder.DeferredInitializer<T> - Interface in org.hibernate.internal.util
The snippet that generates the initialization value.
ValueInclusion - Enum in org.hibernate.engine.spi
An enum of the different ways a value might be "included".
valueOf(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.GenerationTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.NotFoundAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.PolymorphismType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.MetadataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.criterion.Junction.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.criterion.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ejb.criteria.predicate.ComparisonPredicate.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ejb.criteria.predicate.TruthValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.internal.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.internal.TypeNullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.internal.TypeSearchability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData.SQLStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.transaction.spi.JoinStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.transaction.spi.LocalStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.EntityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.configuration.metadata.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.entities.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.ModificationStore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RevisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.internal.AbstractSaveEventListener.EntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FlushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.hql.internal.ast.util.LiteralProcessor.DecimalLiteralFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.cfg.JaxbTypeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.cfg.JaxbUsageAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheModeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCheckAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttributeWithSubselect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFlushModeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratedAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithExtra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithNoProxy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLockModeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbNotFoundAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbOuterJoinAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbFetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbGenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbInheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbLockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbTemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.jaxb.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.mapping.MetadataSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.binding.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.binding.CollectionElementNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.binding.CollectionLaziness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.binding.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.domain.PluralAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.domain.TypeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.MetadataSourceProcessingOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.relational.ForeignKey.ReferentialAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.relational.Size.LobMultiplier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.source.annotations.attribute.AttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.source.annotations.entity.ConfiguredClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.source.annotations.entity.IdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.source.binder.IdentifierSource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.source.binder.PluralAttributeElementNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.source.binder.PluralAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.source.binder.SingularAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.MultiTenancyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.NullPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
valueOf(String) - Static method in enum org.hibernate.ReplicationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ScrollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.hibernate.tuple.ElementWrapper
 
ValueRelationalState - Interface in org.hibernate.metamodel.relational.state
 
values() - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CacheModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.GenerationTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.NotFoundAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.PolymorphismType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.MetadataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.hibernate.collection.internal.PersistentIdentifierBag
 
values() - Method in class org.hibernate.collection.internal.PersistentMap
 
values() - Static method in enum org.hibernate.ConnectionReleaseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.criterion.Junction.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.criterion.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values(M) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
values() - Static method in enum org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ejb.criteria.predicate.ComparisonPredicate.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ejb.criteria.predicate.TruthValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.internal.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.internal.TypeNullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.internal.TypeSearchability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData.SQLStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.profile.Fetch.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.transaction.spi.JoinStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.transaction.spi.LocalStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.EntityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.configuration.metadata.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy
 
values() - Method in class org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
values() - Static method in enum org.hibernate.envers.entities.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.ModificationStore
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RevisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.internal.AbstractSaveEventListener.EntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.hibernate.event.spi.EventType
Get a collection of all EventType instances.
values() - Static method in enum org.hibernate.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.hql.internal.ast.util.LiteralProcessor.DecimalLiteralFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.enhanced.OptimizerFactory.StandardOptimizerDescriptor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.cfg.JaxbTypeAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.cfg.JaxbUsageAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheModeAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbCheckAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttributeWithSubselect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbFlushModeAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratedAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithExtra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithNoProxy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbLockModeAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbNotFoundAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.hbm.JaxbOuterJoinAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbFetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbGenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbInheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbLockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.mapping.orm.JaxbTemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.jaxb.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
values() - Static method in enum org.hibernate.loader.BatchFetchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.mapping.MetadataSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.binding.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.binding.CollectionElementNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.binding.CollectionLaziness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.binding.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.domain.PluralAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.domain.TypeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.MetadataSourceProcessingOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.metamodel.relational.AbstractTableSpecification
 
values() - Static method in enum org.hibernate.metamodel.relational.ForeignKey.ReferentialAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.relational.Size.LobMultiplier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.metamodel.relational.Tuple
 
values() - Method in interface org.hibernate.metamodel.relational.ValueContainer
Obtain an iterator over this containers current set of value definitions.
values() - Static method in enum org.hibernate.metamodel.source.annotations.attribute.AttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.source.annotations.entity.ConfiguredClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.source.annotations.entity.IdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.source.binder.IdentifierSource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.source.binder.PluralAttributeElementNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.source.binder.PluralAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.source.binder.SingularAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.MultiTenancyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.NullPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.proxy.map.MapProxy
 
values() - Static method in enum org.hibernate.ReplicationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ScrollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
valuesSpan() - Method in class org.hibernate.metamodel.relational.Tuple
 
ValueVisitor - Interface in org.hibernate.mapping
 
VarArgsSQLFunction - Class in org.hibernate.dialect.function
Support for slightly more general templating than StandardSQLFunction, with an unlimited number of arguments.
VarArgsSQLFunction(Type, String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
Constructs a VarArgsSQLFunction instance with a 'static' return type.
VarArgsSQLFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
Constructs a VarArgsSQLFunction instance with a 'dynamic' return type.
VarbinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for VARBINARY handling.
VarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
VarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for VARCHAR handling.
VarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
VECTOR_EXPR - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
vectorExpr() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
verCfg - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
verCfg - Variable in class org.hibernate.envers.synchronization.work.AbstractAuditWorkUnit
 
verEntCfg - Variable in class org.hibernate.envers.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
VerifyFetchProfileReferenceSecondPass - Class in org.hibernate.cfg
 
VerifyFetchProfileReferenceSecondPass(String, FetchProfile.FetchOverride, Mappings) - Constructor for class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
verifyOutcome(int, PreparedStatement, int) - Method in interface org.hibernate.jdbc.Expectation
Perform verification of the outcome of the RDBMS operation based on the type of expectation defined.
verifyOutcome(int, PreparedStatement, int) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
verifyParameters() - Method in class org.hibernate.internal.AbstractQueryImpl
Perform parameter validation.
verifyParameters(boolean) - Method in class org.hibernate.internal.AbstractQueryImpl
Perform parameter validation.
verifyParameters() - Method in class org.hibernate.internal.SQLQueryImpl
 
verifyProperties(Map<?, ?>) - Static method in class org.hibernate.cfg.Environment
Issues warnings to the user when any obsolete or renamed property names are used.
version(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
version(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
version(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
version(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
version(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
version - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
version - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
version - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
VERSION - Static variable in interface org.hibernate.metamodel.source.annotations.JPADotNames
 
version(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
version(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
Version - Class in org.hibernate
Information about the Hibernate version.
Version() - Constructor for class org.hibernate.Version
 
version$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
version$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
version$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
version$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
version$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
version$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
VERSION2_SQL - Static variable in class org.hibernate.hql.internal.ast.tree.SelectClause
 
VERSION_4_UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.WebSphereJtaPlatform
 
VERSION_5_UT_NAME - Static variable in class org.hibernate.service.jta.platform.internal.WebSphereJtaPlatform
 
VERSION_INSENSITIVE_VERSION - Static variable in class org.hibernate.service.jdbc.dialect.internal.BasicDialectResolver
 
VERSIONED - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
VERSIONED - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
VERSIONED - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
Versioning - Class in org.hibernate.engine.internal
Utilities for dealing with optimistic locking values.
VersionProperty - Class in org.hibernate.tuple
Represents a version property within the Hibernate runtime-metamodel.
VersionProperty(String, String, Type, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, VersionValue) - Constructor for class org.hibernate.tuple.VersionProperty
Constructs VersionProperty instances.
versionsEntityName - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
versionsReader - Variable in class org.hibernate.envers.query.impl.AbstractAuditQuery
 
VersionType<T> - Interface in org.hibernate.type
Additional contract for types which may be used to version (and optimistic lock) data.
VersionTypeSeedParameterSpecification - Class in org.hibernate.param
Parameter bind specification used for optimisitc lock version seeding (from insert statements).
VersionTypeSeedParameterSpecification(VersionType) - Constructor for class org.hibernate.param.VersionTypeSeedParameterSpecification
Constructs a version seed parameter bind specification.
VersionValue - Class in org.hibernate.engine.spi
A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance.
VersionValue() - Constructor for class org.hibernate.engine.spi.VersionValue
 
VersionValue(Object) - Constructor for class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if its version is null or equal to value
Vertex<R> - Class in org.hibernate.envers.tools.graph
A graph vertex - stores its representation, neighbours, start and end time in (D|B)FS.
Vertex(R) - Constructor for class org.hibernate.envers.tools.graph.Vertex
 
VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to veto the action (true)
ViolatedConstraintNameExtracter - Interface in org.hibernate.exception.spi
Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.
visit(AST) - Method in class org.hibernate.hql.internal.ast.QueryTranslatorImpl.JavaConstantConverter
 
visit(AST) - Method in interface org.hibernate.hql.internal.ast.util.NodeTraverser.VisitationStrategy
 
visitBeanInfo(Class, BeanInfoHelper.BeanInfoDelegate) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBeanInfo(Class, Class, BeanInfoHelper.BeanInfoDelegate) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitCollectionsBeforeSave(Object, Serializable, Object[], Type[], EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
visitCollectionsBeforeSave(Object, Serializable, Object[], Type[], EventSource) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
 

W

WAIT_FOREVER - Static variable in class org.hibernate.LockOptions
Indicates that there is no timeout for the acquisition.
walkCollectionTree(QueryableCollection, String) - Method in class org.hibernate.loader.JoinWalker
For a collection role, return a list of associations to be fetched by outerjoin
walkEntityTree(OuterJoinLoadable, String) - Method in class org.hibernate.loader.JoinWalker
Walk the association tree for an entity, adding associations which should be join fetched to the JoinWalker.associations inst var.
walker() - Method in class org.hibernate.hql.spi.AbstractTableBasedBulkIdHandler
 
walkWarnings(SQLWarning, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
 
warn(String) - Method in interface org.hibernate.bytecode.buildtime.spi.Logger
 
warn(Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warn(Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warn(String, Object, Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warn(String, Object, Object[], Throwable) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warn(Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warn(Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warn(String, Object, Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warn(String, Object, Object[], Throwable) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warn(Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warn(Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warn(String, Object, Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warn(String, Object, Object[], Throwable) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warn(Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warn(Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warn(String, Object, Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warn(String, Object, Object[], Throwable) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warn(Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warn(Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warn(String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warn(String, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warn(Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warn(Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warn(String, Object, Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warn(String, Object, Object[], Throwable) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warn(String) - Method in class org.hibernate.tool.instrument.BasicInstrumentationTask.LoggerBridge
 
warnf(String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnf(String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnf(String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnf(String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnf(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnf(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnf(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnf(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnf(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnf(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnf(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnf(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnf(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warning(SAXParseException) - Method in class org.hibernate.ejb.packaging.PersistenceXmlLoader.ErrorLogger
 
warning(SAXParseException) - Method in class org.hibernate.internal.util.xml.ErrorLogger
warningsCreatingTempTable(SQLWarning) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warningsCreatingTempTable(SQLWarning) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warningsCreatingTempTable(SQLWarning) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warningsCreatingTempTable(SQLWarning) - Method in interface org.hibernate.internal.CoreMessageLogger
 
warningsCreatingTempTable(SQLWarning) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warningsCreatingTempTable(SQLWarning) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warningsCreatingTempTable(SQLWarning) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warningsCreatingTempTable$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warningsCreatingTempTable$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warningsCreatingTempTable$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warningsCreatingTempTable$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warningsCreatingTempTable$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warningsCreatingTempTable$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(Throwable, String, Object...) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(Throwable, String, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(Throwable, String, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(Throwable, String, Object, Object, Object) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
warnv(String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(Throwable, String, Object...) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(Throwable, String, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(Throwable, String, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(Throwable, String, Object, Object, Object) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
warnv(String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(Throwable, String, Object...) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(Throwable, String, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(Throwable, String, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(Throwable, String, Object, Object, Object) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
warnv(String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(Throwable, String, Object...) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(Throwable, String, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(Throwable, String, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(Throwable, String, Object, Object, Object) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
warnv(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
warnv(String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(Throwable, String, Object...) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(Throwable, String, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(Throwable, String, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
warnv(Throwable, String, Object, Object, Object) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
wasCommitted() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
wasCommitted() - Method in interface org.hibernate.Transaction
Was this transaction committed?

Answers on a best effort basis.

wasDereferenced() - Method in class org.hibernate.engine.spi.CollectionEntry
 
wasInitialized() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Is this instance initialized?
wasInitialized() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this instance initialized?
wasInsertedDuringTransaction(EntityPersister, Serializable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
wasInsertedDuringTransaction(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
Allows callers to check to see if the identified entity was inserted during the current transaction.
wasRolledBack() - Method in class org.hibernate.engine.transaction.spi.AbstractTransactionImpl
 
wasRolledBack() - Method in interface org.hibernate.Transaction
Was this transaction rolled back or set to rollback only?

Answers on a best effort basis.

weakKeywords() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
weakKeywords() - Method in class org.hibernate.hql.internal.ast.HqlParser
 
WeblogicJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JtaPlatform implementation for Weblogic
WeblogicJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.WeblogicJtaPlatform
 
WebSphereExtendedJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JTA platform implementation intended for use with WebSphere Application Server (WAS).
WebSphereExtendedJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform
 
WebSphereExtendedJtaPlatform.TransactionManagerAdapter - Class in org.hibernate.service.jta.platform.internal
 
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter - Class in org.hibernate.service.jta.platform.internal
 
WebSphereJtaPlatform - Class in org.hibernate.service.jta.platform.internal
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)
WebSphereJtaPlatform() - Constructor for class org.hibernate.service.jta.platform.internal.WebSphereJtaPlatform
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WEIRD_IDENT - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
when(Expression<Boolean>, R) - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
when(Expression<Boolean>, Expression<? extends R>) - Method in class org.hibernate.ejb.criteria.expression.SearchedCaseExpression
 
when(C, R) - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
when(C, Expression<? extends R>) - Method in class org.hibernate.ejb.criteria.expression.SimpleCaseExpression
 
WHEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WHEN - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
whenClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
Where - Annotation Type in org.hibernate.annotations
Where clause to add to the element Entity or target entity of a collection The clause is written in SQL
where(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
where(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaQueryImpl
where(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
where(Predicate...) - Method in class org.hibernate.ejb.criteria.CriteriaSubqueryImpl
WHERE - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WHERE - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WHERE - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
 
where - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
 
WHERE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
WHERE_JOIN_TABLE - Static variable in interface org.hibernate.metamodel.source.annotations.HibernateDotNames
 
whereClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
whereClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
whereClause(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
whereClauseExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
whereExpr(AST) - Method in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
whereJoinFragment(String, boolean, boolean) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause part of any joins (optional operation)
WhereJoinTable - Annotation Type in org.hibernate.annotations
Where clause to add to the colleciton join table The clause is written in SQL
WhereParser - Class in org.hibernate.hql.internal.classic
Parses the where clause of a hibernate query and translates it to an SQL where clause.
WhereParser() - Constructor for class org.hibernate.hql.internal.classic.WhereParser
 
whereString(String, String[], String, int) - Method in class org.hibernate.loader.collection.CollectionJoinWalker
 
whereString(String, String[], int) - Method in class org.hibernate.loader.JoinWalker
Render the where condition for a (batch) load by identifier / collection key
WHITESPACE - Static variable in class org.hibernate.internal.util.StringHelper
 
willNotRegisterListeners() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
willNotRegisterListeners() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
willNotRegisterListeners() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
willNotRegisterListeners() - Method in interface org.hibernate.internal.CoreMessageLogger
 
willNotRegisterListeners() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
willNotRegisterListeners() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
willNotRegisterListeners() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
willNotRegisterListeners$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
willNotRegisterListeners$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
willNotRegisterListeners$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
willNotRegisterListeners$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
willNotRegisterListeners$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
willNotRegisterListeners$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
WITH - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WITH - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WITH - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
with(LockOptions) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(NamingStrategy) - Method in interface org.hibernate.metamodel.MetadataBuilder
 
with(MetadataSourceProcessingOrder) - Method in interface org.hibernate.metamodel.MetadataBuilder
 
with(SharedCacheMode) - Method in interface org.hibernate.metamodel.MetadataBuilder
 
with(AccessType) - Method in interface org.hibernate.metamodel.MetadataBuilder
 
with(Interceptor) - Method in interface org.hibernate.metamodel.SessionFactoryBuilder
 
with(EntityNotFoundDelegate) - Method in interface org.hibernate.metamodel.SessionFactoryBuilder
 
with(NamingStrategy) - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
with(MetadataSourceProcessingOrder) - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
with(SharedCacheMode) - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
with(AccessType) - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
with(Interceptor) - Method in class org.hibernate.metamodel.source.internal.SessionFactoryBuilderImpl
 
with(EntityNotFoundDelegate) - Method in class org.hibernate.metamodel.source.internal.SessionFactoryBuilderImpl
 
with(LockOptions) - Method in interface org.hibernate.NaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(Integrator) - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Add an Integrator to be applied to the bootstrap registry.
with(ClassLoader) - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Adds a provided ClassLoader for use in class-loading and resource-lookup
with(ClassLoaderService) - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Adds a provided ClassLoaderService for use in class-loading and resource-lookup
with(LockOptions) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
withAfterClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
 
withApplicationClassLoader(ClassLoader) - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Deprecated. Use BootstrapServiceRegistryBuilder.with(ClassLoader) instead
withBeforeClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
 
withClause() - Method in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
withClause(AST) - Method in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
withEnvironmentClassLoader(ClassLoader) - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Deprecated. Use BootstrapServiceRegistryBuilder.with(ClassLoader) instead
withHibernateClassLoader(ClassLoader) - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Deprecated. Use BootstrapServiceRegistryBuilder.with(ClassLoader) instead
withinTx(AdvancedCache, Callable<T>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
withinTx(TransactionManager, Callable<T>) - Static method in class org.hibernate.cache.infinispan.util.Caches
 
withNewIdentifierGeneratorsEnabled(boolean) - Method in interface org.hibernate.metamodel.MetadataBuilder
 
withNewIdentifierGeneratorsEnabled(boolean) - Method in class org.hibernate.metamodel.source.internal.MetadataBuilderImpl
 
withOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
withOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
withOptions() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
withOptions() - Method in interface org.hibernate.SessionFactory
Obtain a Session builder.
withResourceClassLoader(ClassLoader) - Method in class org.hibernate.service.BootstrapServiceRegistryBuilder
Deprecated. Use BootstrapServiceRegistryBuilder.with(ClassLoader) instead
withStatelessOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
withStatelessOptions() - Method in class org.hibernate.jmx.SessionFactoryStub
Deprecated.  
withStatelessOptions() - Method in interface org.hibernate.SessionFactory
Obtain a StatelessSession builder.
Work - Interface in org.hibernate.jdbc
Contract for performing a discrete piece of JDBC work.
WorkExecutor<T> - Class in org.hibernate.jdbc
A visitor used for executing a discrete piece of work encapsulated in a Work or ReturningWork instance..
WorkExecutor() - Constructor for class org.hibernate.jdbc.WorkExecutor
 
WorkExecutorVisitable<T> - Interface in org.hibernate.jdbc
This interface provides a way to execute unrelated "work" objects using polymorphism.
WorkUnitMergeDispatcher - Interface in org.hibernate.envers.synchronization.work
Visitor patter dispatcher.
WorkUnitMergeVisitor - Interface in org.hibernate.envers.synchronization.work
Visitor pattern visitor.
wrap(Session) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
wrap(Expression<Boolean>) - Method in class org.hibernate.ejb.criteria.CriteriaBuilderImpl
 
wrap(Blob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Clob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(NClob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(ResultSet, ColumnNameCache) - Method in class org.hibernate.engine.jdbc.internal.ResultSetWrapperImpl
Wrap a result set in a "column name cache" wrapper.
wrap(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given blob in a serializable wrapper.
wrap(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given clob in a serializable wrapper.
wrap(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given nclob in a serializable wrapper.
wrap(ResultSet, ColumnNameCache) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetWrapper
Wrap a result set in a "column name cache" wrapper.
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.ArrayType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.BagType
 
wrap(byte[]) - Method in class org.hibernate.type.ByteArrayBlobType
Deprecated.  
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.CollectionType
Wrap the naked collection instance in a wrapper, or instantiate a holder.
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.CustomCollectionType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
Wrap a value as our handled Java type.
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
wrap(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Wrap a value as our handled Java type.
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.IdentifierBagType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.ListType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.MapType
 
wrap(byte[]) - Method in class org.hibernate.type.PrimitiveByteArrayBlobType
Deprecated.  
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.SetType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.SortedMapType
 
wrap(SessionImplementor, Object) - Method in class org.hibernate.type.SortedSetType
 
wrap(SessionImplementor, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Wrap an instance of a collection
WRAP_RESULT_SETS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable wrapping of JDBC result sets in order to speed up column name lookups for broken JDBC drivers
wrapAsLiterals(CriteriaBuilderImpl, Object...) - Static method in class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
 
wrapIdsInEmbeddedComponents() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
wrapLockException(HibernateException, LockOptions) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
 
Wrapped - Interface in org.hibernate.service.spi
Optional contract for services that wrap stuff that to which it is useful to have access.
WrappedBlob - Interface in org.hibernate.engine.jdbc
Contract for Blob wrappers.
WrappedClob - Interface in org.hibernate.engine.jdbc
Contract for Clob wrappers.
WrappedInferredData - Class in org.hibernate.cfg
 
WrappedInferredData(PropertyData, String) - Constructor for class org.hibernate.cfg.WrappedInferredData
 
WrappedMaterializedBlobType - Class in org.hibernate.type
A type that maps JDBC BLOB and Byte[].
WrappedMaterializedBlobType() - Constructor for class org.hibernate.type.WrappedMaterializedBlobType
 
WrappedNClob - Interface in org.hibernate.engine.jdbc
 
WRAPPER_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte[] to JDBC VARBINARY.
WrapperBinaryType - Class in org.hibernate.type
A type mapping VARBINARY and Byte[]
WrapperBinaryType() - Constructor for class org.hibernate.type.WrapperBinaryType
 
WrapperOptions - Interface in org.hibernate.type.descriptor
Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
wrapStaleStateException(StaleStateException) - Method in class org.hibernate.ejb.AbstractEntityManagerImpl
wrapStaleStateException(StaleStateException) - Method in interface org.hibernate.ejb.HibernateEntityManagerImplementor
 
WrapVisitor - Class in org.hibernate.event.internal
Wrap collections in a Hibernate collection wrapper.
write() - Method in class org.hibernate.collection.internal.AbstractPersistentCollection
Called by any writer method of the collection interface
write - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
write(Writer) - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
write(Writer) - Method in class org.hibernate.tuple.ElementWrapper
 
writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeByte(Object, String, byte, byte) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeChar(Object, String, char, char) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeChar(Object, String, char, char) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeChar(Object, String, char, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeDouble(Object, String, double, double) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeDouble(Object, String, double, double) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeDouble(Object, String, double, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeElement(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeElementToWhere(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeFloat(Object, String, float, float) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeFloat(Object, String, float, float) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeFloat(Object, String, float, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeIdentifier(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the identifier to a JDBC PreparedStatement
writeIndex(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeIndexToWhere(PreparedStatement, Object, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeInt(Object, String, int, int) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeInt(Object, String, int, int) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
Called to handle writing an int value to a given field.
writeInt(Object, String, int, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeKey(PreparedStatement, Serializable, int, SessionImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the key to a JDBC PreparedStatement
writeLock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to write lock the mapping for the given key.
writeLocksNotSupported(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
writeLocksNotSupported(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
writeLocksNotSupported(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
writeLocksNotSupported(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
writeLocksNotSupported(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
writeLocksNotSupported(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
writeLocksNotSupported(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
writeLocksNotSupported$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
writeLocksNotSupported$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
writeLocksNotSupported$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
writeLocksNotSupported$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
writeLocksNotSupported$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
writeLocksNotSupported$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
writeLong(Object, String, long, long) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeLong(Object, String, long, long) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeLong(Object, String, long, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeObject(Object, String, Object, Object) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeObject(Object, String, Object, Object) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeObject(ObjectOutputStream) - Method in class org.hibernate.ejb.metamodel.AbstractAttribute
Used by JDK serialization...
writeObject(Object, String, Object, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeReplace() - Method in class org.hibernate.proxy.dom4j.Dom4jProxy
 
writeReplace() - Method in interface org.hibernate.proxy.HibernateProxy
Perform serialization-time write-replacement of this proxy.
writeReplace() - Method in class org.hibernate.proxy.map.MapProxy
 
writeShort(Object, String, short, short) - Method in class org.hibernate.bytecode.instrumentation.internal.javassist.FieldInterceptorImpl
 
writeShort(Object, String, short, short) - Method in interface org.hibernate.bytecode.internal.javassist.FieldHandler
 
writeShort(Object, String, short, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeUnlock(Object) - Method in class org.hibernate.cache.ehcache.internal.regions.EhcacheTransactionalDataRegion
Attempts to write unlock the mapping for the given key.
writingGeneratedSchemaToFile(String) - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
writingGeneratedSchemaToFile(String) - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
writingGeneratedSchemaToFile(String) - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
writingGeneratedSchemaToFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
writingGeneratedSchemaToFile(String) - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
writingGeneratedSchemaToFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
writingGeneratedSchemaToFile(String) - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
writingGeneratedSchemaToFile$str() - Method in class org.hibernate.cache.ehcache.EhCacheMessageLogger_$logger
 
writingGeneratedSchemaToFile$str() - Method in class org.hibernate.ejb.internal.EntityManagerMessageLogger_$logger
 
writingGeneratedSchemaToFile$str() - Method in class org.hibernate.envers.internal.EnversMessageLogger_$logger
 
writingGeneratedSchemaToFile$str() - Method in class org.hibernate.internal.CoreMessageLogger_$logger
 
writingGeneratedSchemaToFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.C3P0MessageLogger_$logger
 
writingGeneratedSchemaToFile$str() - Method in class org.hibernate.service.jdbc.connections.internal.ProxoolMessageLogger_$logger
 
WrongClassException - Exception in org.hibernate
Thrown when Session.load() selects a row with the given primary key (identifier value) but the row's discriminator value specifies a subclass that is not assignable to the class requested by the user.
WrongClassException(String, Serializable, String) - Constructor for exception org.hibernate.WrongClassException
 
WS - Static variable in interface org.hibernate.hql.internal.antlr.HqlSqlTokenTypes
 
WS - Static variable in interface org.hibernate.hql.internal.antlr.HqlTokenTypes
 
WS - Static variable in interface org.hibernate.hql.internal.antlr.SqlTokenTypes
 
WS - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
WS - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 

X

XML_FILE_NAMES - Static variable in class org.hibernate.ejb.AvailableSettings
List of classes names Internal use only
XMLContext - Class in org.hibernate.cfg.annotations.reflection
 
XMLContext() - Constructor for class org.hibernate.cfg.annotations.reflection.XMLContext
 
XMLContext.Default - Class in org.hibernate.cfg.annotations.reflection
 
XMLContext.Default() - Constructor for class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
XmlDocument - Interface in org.hibernate.internal.util.xml
Describes a parsed xml document.
XmlDocumentImpl - Class in org.hibernate.internal.util.xml
Basic implemementation of XmlDocument
XmlDocumentImpl(Document, String, String) - Constructor for class org.hibernate.internal.util.xml.XmlDocumentImpl
 
XmlDocumentImpl(Document, Origin) - Constructor for class org.hibernate.internal.util.xml.XmlDocumentImpl
 
xmlHelper - Variable in class org.hibernate.cfg.Configuration
 
XmlHelper - Class in org.hibernate.ejb.packaging
A utility class to cover up the rough bits of xml parsing
XMLHelper - Class in org.hibernate.internal.util.xml
Small helper class that lazy loads DOM and SAX reader and keep them for fast use afterwards.
XMLHelper() - Constructor for class org.hibernate.internal.util.xml.XMLHelper
 
xmlMappingMetadataComplete - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
 
XmlRepresentableType<T> - Interface in org.hibernate.type
Deprecated. To be removed in 5. Use StringRepresentableType instead. See Jira issues HHH-7777 and HHH-7776 for details.
XPROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
XsdException - Exception in org.hibernate.metamodel.source
Indicates an issue finding or loading an XSD schema.
XsdException(String, String) - Constructor for exception org.hibernate.metamodel.source.XsdException
 
XsdException(String, Throwable, String) - Constructor for exception org.hibernate.metamodel.source.XsdException
 

Y

YES_NO - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'Y'/'N').
YesNoType - Class in org.hibernate.type
A type that maps between CHAR(1) and Boolean (using 'Y' and 'N')
YesNoType() - Constructor for class org.hibernate.type.YesNoType
 

Z

ZERO - Static variable in class org.hibernate.type.DoubleType
 
ZERO - Static variable in class org.hibernate.type.FloatType
 
ZERO - Static variable in class org.hibernate.type.IntegerType
 

_

_abstract - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
 
_abstract - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
_abstract - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
_abstract - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
_default - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
 
_extends - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
 
_extends - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
 
_extends - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
 
_import - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
_package - Variable in class org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
 
_package - Variable in class org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
 
_package - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenNames - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
_tokenNames - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenNames - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
_tokenSet_0 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
_tokenSet_0 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_0 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.HqlSqlBaseWalker
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
_tokenSet_1 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementParser
 
_tokenSet_1 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_1 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_10 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_11 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_12 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_13 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_14 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_15 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_16 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_17 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_18 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_19 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_2 - Static variable in class org.hibernate.hql.internal.antlr.SqlStatementLexer
 
_tokenSet_2 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_2 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_20 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_21 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_22 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_23 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_24 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_25 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_26 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_27 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_28 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_29 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_3 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_3 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_3 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_3 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_3 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_30 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_31 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_32 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_33 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_34 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_35 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_36 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_37 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_38 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_4 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseLexer
 
_tokenSet_4 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_4 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_4 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_4 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_5 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_5 - Static variable in class org.hibernate.hql.internal.antlr.SqlGeneratorBase
 
_tokenSet_5 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_6 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_6 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_7 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_7 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_8 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_8 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_9 - Static variable in class org.hibernate.hql.internal.antlr.HqlBaseParser
 
_tokenSet_9 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_transient - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
 
_transient - Variable in class org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
 

$ 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 _

Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.