$ 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 _ 
All Classes All Packages

$

$$_hibernate_areCollectionFieldsDirty() - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_clearDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Clear the stored dirty attributes
$$_hibernate_clearDirtyCollectionNames() - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_clearOwner(String) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_hibernate_getCollectionFieldDirtyNames(DirtyTracker) - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_getCollectionTracker() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Get access to the CollectionTracker
$$_hibernate_getDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Retrieve the names of all the persistent attributes whose values have changed.
$$_hibernate_getEntityEntry() - Method in interface org.hibernate.engine.spi.ManagedEntity
Provides access to the associated EntityEntry.
$$_hibernate_getEntityInstance() - Method in interface org.hibernate.engine.spi.ManagedEntity
Obtain a reference to the entity instance.
$$_hibernate_getInterceptor() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
 
$$_hibernate_getNextManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; obtain reference to the next entry.
$$_hibernate_getPreviousManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; obtain reference to the previous entry.
$$_hibernate_hasDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Have any of the entity's persistent attributes changed?
$$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor) - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_set_interceptor(ProxyConfiguration.Interceptor) - Method in interface org.hibernate.proxy.ProxyConfiguration
Defines an interceptor object that specifies the behavior of the proxy object.
$$_hibernate_setEntityEntry(EntityEntry) - Method in interface org.hibernate.engine.spi.ManagedEntity
Injects the EntityEntry associated with this entity instance.
$$_hibernate_setInterceptor(PersistentAttributeInterceptor) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
 
$$_hibernate_setNextManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the next entry.
$$_hibernate_setOwner(String, CompositeOwner) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_hibernate_setPreviousManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the previous entry.
$$_hibernate_suspendDirtyTracking(boolean) - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Temporarily enable / disable dirty tracking
$$_hibernate_trackChange(String) - Method in interface org.hibernate.engine.spi.CompositeOwner
 
$$_hibernate_trackChange(String) - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Adds persistent attribute to the set of values that have changed

A

abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
AbstractAnsiTrimEmulationFunction - Class in org.hibernate.dialect.function
A SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trim function itself.
AbstractAnsiTrimEmulationFunction() - Constructor for class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
AbstractArchiveDescriptor - Class in org.hibernate.boot.archive.spi
Base support for ArchiveDescriptor implementors.
AbstractArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
AbstractArchiveDescriptorFactory - Class in org.hibernate.boot.archive.spi
 
AbstractArchiveDescriptorFactory() - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
AbstractAttribute - Class in org.hibernate.tuple
 
AbstractAttribute(String, Type) - Constructor for class org.hibernate.tuple.AbstractAttribute
 
AbstractAttributeKey - Class in org.hibernate.boot.model.source.spi
 
AbstractAttributeKey() - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Constructor for the base AttributePath
AbstractAttributeKey(String) - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Constructor for the base AttributeRole
AbstractAttributeKey(AbstractAttributeKey, String) - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean, Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection.plan
Base class for LoadPlan-based BatchingCollectionInitializerBuilder implementations.
AbstractBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.plan.AbstractBatchingCollectionInitializerBuilder
 
AbstractBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity.plan
Base class for LoadPlan-based BatchingEntityLoaderBuilder implementations.
AbstractBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
 
AbstractCachedDomainDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractCachedDomainDataAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
AbstractCacheTransactionSynchronization - Class in org.hibernate.cache.spi
 
AbstractCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
AbstractCdiBeanContainer - Class in org.hibernate.resource.beans.container.spi
 
AbstractCdiBeanContainer() - Constructor for class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
AbstractCollectionDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractCollectionDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
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.
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - 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
 
AbstractCompositionAttribute - Class in org.hibernate.tuple.component
A base class for a composite, non-identifier attribute.
AbstractCompositionAttribute(AttributeSource, SessionFactoryImplementor, int, String, CompositeType, int, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.AbstractCompositionAttribute
 
AbstractCteValuesListBulkIdHandler - Class in org.hibernate.hql.spi.id.cte
Defines how identifier values are selected from the updatable/deletable tables.
AbstractCteValuesListBulkIdHandler(SessionFactoryImplementor, HqlSqlWalker, String, String) - Constructor for class org.hibernate.hql.spi.id.cte.AbstractCteValuesListBulkIdHandler
 
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.engine.jdbc.connections.spi
Basic support for implementations of MultiTenantConnectionProvider based on DataSources.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
AbstractDelegatingMetadata - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataImplementor using delegation.
AbstractDelegatingMetadata(MetadataImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
AbstractDelegatingMetadataBuilderImplementor<T extends MetadataBuilderImplementor> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataBuilderImplementor using delegation.
AbstractDelegatingMetadataBuilderImplementor(MetadataBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
AbstractDelegatingMetadataBuildingOptions - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataBuildingOptions using delegation.
AbstractDelegatingMetadataBuildingOptions(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
AbstractDelegatingSessionBuilder<T extends SessionBuilder> - Class in org.hibernate.engine.spi
Base class for SessionBuilder implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSessionBuilder(SessionBuilder) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
AbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor> - Class in org.hibernate.engine.spi
Base class for SessionBuilderImplementor implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
AbstractDelegatingSessionFactoryBuilder<T extends SessionFactoryBuilder> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation
AbstractDelegatingSessionFactoryBuilder(SessionFactoryBuilder) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
AbstractDelegatingSessionFactoryBuilderImplementor<T extends SessionFactoryBuilderImplementor> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryBuilderImplementor, using delegation
AbstractDelegatingSessionFactoryBuilderImplementor(SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
AbstractDelegatingSessionFactoryOptions - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryOptions, using delegation
AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
AbstractDelegatingSharedSessionBuilder<T extends SharedSessionBuilder> - Class in org.hibernate.engine.spi
Base class for SharedSessionBuilder implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSharedSessionBuilder(SharedSessionBuilder) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
AbstractDomainDataRegion - Class in org.hibernate.cache.spi.support
 
AbstractDomainDataRegion(DomainDataRegionConfig, RegionFactory, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
AbstractDomainDataRegion.Destructible - Interface in org.hibernate.cache.spi.support
Optional interface caching implementors can implement in their CachedDomainDataAccess impls to automatically have them destroyed when this region is destroyed
AbstractEmptinessExpression - Class in org.hibernate.criterion
Base expression implementation for (not) emptiness checking of collection properties
AbstractEmptinessExpression(String) - Constructor for class org.hibernate.criterion.AbstractEmptinessExpression
 
AbstractEntityBasedAttribute - Class in org.hibernate.tuple.entity
 
AbstractEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
 
AbstractEntityDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractEntityDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
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
 
AbstractEntityPersister - Class in org.hibernate.persister.entity
Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - 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
 
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.
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.
AbstractHANADialect - Class in org.hibernate.dialect
An abstract base class for SAP HANA dialects.
AbstractHANADialect() - Constructor for class org.hibernate.dialect.AbstractHANADialect
 
AbstractHANADialect.HANABlobTypeDescriptor - Class in org.hibernate.dialect
 
AbstractIdsBulkIdHandler - Class in org.hibernate.hql.spi.id
Base class for all strategies that select the ids to be updated/deleted prior to executing the update/delete operation.
AbstractIdsBulkIdHandler(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.AbstractIdsBulkIdHandler
 
AbstractInlineIdsBulkIdHandler - Class in org.hibernate.hql.spi.id.inline
Base class for all bulk-id strategy handlers that inline the identifiers of the updatable/deletable rows.
AbstractInlineIdsBulkIdHandler(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.AbstractInlineIdsBulkIdHandler
 
AbstractInlineIdsDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id delete handler that selects the identifiers of the rows to be updated.
AbstractInlineIdsDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
 
AbstractInlineIdsUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id delete handler that selects the identifiers of the rows to be deleted.
AbstractInlineIdsUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.AbstractInlineIdsUpdateHandlerImpl
 
AbstractInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
AbstractLazyInitializer - Class in org.hibernate.proxy
Convenience base class for lazy initialization handlers.
AbstractLazyInitializer() - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Deprecated.
This constructor was initially intended for serialization only, and is not useful anymore. In any case it should not be relied on by user code. Subclasses should rather implement Serializable with an Object writeReplace() method returning a subclass of AbstractSerializableProxy, which in turn implements Serializable and an Object readResolve() method instantiating the AbstractLazyInitializer subclass and calling AbstractSerializableProxy.afterDeserialization(AbstractLazyInitializer) on it. See ByteBuddyInterceptor and SerializableProxy for examples.
AbstractLazyInitializer(String, Serializable, SharedSessionContractImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLazyLoadInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractLazyLoadInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
 
AbstractLazyLoadInterceptor(String, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
 
AbstractLimitHandler - Class in org.hibernate.dialect.pagination
Default implementation of LimitHandler interface.
AbstractLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
 
AbstractLoadPlanBasedCollectionInitializer - Class in org.hibernate.loader.collection.plan
An abstract CollectionInitializer implementation based on using LoadPlans
AbstractLoadPlanBasedCollectionInitializer(QueryableCollection, QueryBuildingParameters) - Constructor for class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
AbstractLoadPlanBasedEntityLoader - Class in org.hibernate.loader.entity.plan
A UniqueEntityLoader implementation based on using LoadPlans
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable, SessionFactoryImplementor, String[], Type, QueryBuildingParameters) - Constructor for class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable, SessionFactoryImplementor, EntityLoadQueryDetails, Type, QueryBuildingParameters) - Constructor for class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
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
 
AbstractMultiTableBulkIdStrategyImpl<TT extends IdTableInfo,​CT extends AbstractMultiTableBulkIdStrategyImpl.PreparationContext> - Class in org.hibernate.hql.spi.id
Convenience base class for MultiTableBulkIdStrategy implementations.
AbstractMultiTableBulkIdStrategyImpl(IdTableSupport) - Constructor for class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
AbstractMultiTableBulkIdStrategyImpl.PreparationContext - Interface in org.hibernate.hql.spi.id
 
AbstractMultiTenantConnectionProvider - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using individual ConnectionProvider instances per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractNaturalIdDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractNaturalIdDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
AbstractNonIdentifierAttribute - Class in org.hibernate.tuple
 
AbstractNonIdentifierAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
AbstractOptimizer - Class in org.hibernate.id.enhanced
Common support for optimizer implementations.
AbstractParameterDescriptor - Class in org.hibernate.engine.query.spi
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
AbstractParameterDescriptor(int[], Type) - Constructor for class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
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.
AbstractPropertyHolder - Class in org.hibernate.cfg
No idea.
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Basic implementation of the PropertyMapping contract.
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
 
AbstractReadWriteAccess - Class in org.hibernate.cache.spi.support
 
AbstractReadWriteAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
AbstractReadWriteAccess.Item - Class in org.hibernate.cache.spi.support
Wrapper type representing unlocked items.
AbstractReadWriteAccess.Lockable - Interface in org.hibernate.cache.spi.support
Interface type implemented by all wrapper objects in the cache.
AbstractReadWriteAccess.SoftLockImpl - Class in org.hibernate.cache.spi.support
Wrapper type representing locked items.
AbstractRegion - Class in org.hibernate.cache.spi.support
 
AbstractRegion(String, RegionFactory) - Constructor for class org.hibernate.cache.spi.support.AbstractRegion
Constructs an AbstractRegion.
AbstractRegionFactory - Class in org.hibernate.cache.spi
 
AbstractRegionFactory() - Constructor for class org.hibernate.cache.spi.AbstractRegionFactory
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identifier 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
 
AbstractScannerImpl - Class in org.hibernate.boot.archive.scan.spi
 
AbstractScannerImpl(ArchiveDescriptorFactory) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
AbstractScannerImpl.ArchiveContextImpl - Class in org.hibernate.boot.archive.scan.spi
 
AbstractScannerImpl.ArchiveDescriptorInfo - Class in org.hibernate.boot.archive.scan.spi
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires a 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 the serialized form of AbstractLazyInitializer.
AbstractSerializableProxy() - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
Deprecated.
This constructor was initially intended for serialization only, and is not useful anymore. In any case it should not be relied on by user code.
AbstractSerializableProxy(String, Serializable, Boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
AbstractSerializableProxy(String, Serializable, Boolean, String, boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
TODO : javadoc
AbstractSingleColumnStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
 
AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
AbstractStandardBasicType<T> - Class in org.hibernate.type
Convenience base class for BasicType implementations
AbstractStandardBasicType(SqlTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
 
AbstractTableBasedBulkIdHandler - Class in org.hibernate.hql.spi.id
AbstractTableBasedBulkIdHandler(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
AbstractTableBasedBulkIdHandler.ProcessedWhereClause - Class in org.hibernate.hql.spi.id
 
AbstractTransactSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
AbstractTransactSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
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
 
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 interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Accept the given command and write it to the abstracted script
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 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<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(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - 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(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
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(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(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
ACCESS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
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.
AccessedDataClassification - Enum in org.hibernate.cache.spi.support
 
accessInputStream() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
Get access to the stream.
accessInputStream() - Method in class org.jboss.as.jpa.hibernate5.VirtualFileInputStreamAccess
 
accessTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
accessTransaction() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Provides access to the underlying transaction or creates a new transaction if one does not already exist or is active.
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.
AccessType - Enum in org.hibernate.jpamodelgen.util
 
AccessType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for access-type.
AccessType - Annotation Type in org.hibernate.annotations
Deprecated.
Use AttributeAccessor instead; renamed to avoid confusion with the JPA AccessType enum.
AccessTypeInformation - Class in org.hibernate.jpamodelgen.util
Encapsulates the access type information for a single class.
AccessTypeInformation(String, AccessType, AccessType) - Constructor for class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
ACQUIRE_CONNECTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
action() - Method in annotation type org.hibernate.annotations.NotFound
The action to perform when an associated entity is not found.
action() - Method in annotation type org.hibernate.annotations.OnDelete
The on-delete action.
Action - Enum in org.hibernate.tool.schema
The allowable actions in terms of schema tooling.
ACTION_COMPLETED_TXN - Static variable in class org.hibernate.testing.transaction.TransactionUtil2
 
ActionGrouping(Action, Action) - Constructor for class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
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.
ActionQueue.TransactionCompletionProcesses - Class in org.hibernate.engine.spi
Wrapper class allowing to bind the same transaction completion process queues in different sessions.
actions - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
actions - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
ActivationContext - Interface in org.hibernate.cfg.beanvalidation
Defines the context needed to call the TypeSafeActivator
ACTIVE - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been started, but not yet completed.
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
 
Adapter1 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter2 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
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(E) - Method in class org.hibernate.engine.spi.ExecutableList
Add an Executable to this list.
add(String, int) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
add(String, Long) - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
add(ToolingHint) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
add(Criterion) - Method in interface org.hibernate.Criteria
Add a restriction to constrain the results to be retrieved.
add(Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Add a restriction
add(Criterion) - Method in class org.hibernate.criterion.Junction
Adds a criterion to the junction (and/or)
add(Projection) - Method in class org.hibernate.criterion.ProjectionList
Add a projection to this list of projections
add(Projection, String) - Method in class org.hibernate.criterion.ProjectionList
Adds a projection to this list of projections after wrapping it with an alias
add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
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(XmlDocument) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported.
add(CollectionReferenceInitializer) - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
add(EntityReferenceInitializer) - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
ADD - org.hibernate.envers.RevisionType
Indicates that the entity was added (persisted) at that revision.
ADD_GENERATED_ANNOTATION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
ADD_GENERATION_DATE - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
ADD_SUPPRESS_WARNINGS_ANNOTATION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
addAccessTypeInformation(String, AccessTypeInformation) - Method in class org.hibernate.jpamodelgen.Context
 
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action defining a cleanup relating to a bulk operation (HQL/JPQL or Criteria based update/delete)
addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection (re)create action
addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection remove action
addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection update action
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity delete action
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity (IDENTITY) insert action
addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity insert action
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity update action
addAction(OrphanRemovalAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an orphan removal action
addAction(QueuedOperationCollectionAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action relating to a collection queued operation (extra lazy).
addAdditionalProperty(String, String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAll(Properties, Map) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAnnotatedClass(Class) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClassName(String) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnyExtraIdSelectValues(SelectValues) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
addAnyExtraIdSelectValues(SelectValues) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
addAnyExtraIdSelectValues(SelectValues) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
addAnyMetaDef(AnyMetaDef) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.DefaultAuditStrategy
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.ValidityAuditStrategy
 
addAssociationKey(AssociationKey) - Method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Add association key to indicate the association is being visited.
addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
Adds a attribute binding.
addAttributeConverter(Class<? extends AttributeConverter>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAttributeConverter(Class<? extends AttributeConverter>) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter Class to this Configuration.
addAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter Class to this Configuration.
addAttributeConverter(AttributeConverter) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter instance to this Configuration.
addAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter instance to this Configuration.
addAttributeConverter(AttributeConverterInfo) - Method in interface org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector
 
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector
 
addAttributeConverter(AttributeConverterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Deprecated.
AttributeConverterDefinition forces early resolution of the AttributeConverter instance, which precludes resolution of the converter from ManagedBeanRegistry (CDI, etc). Instead one of: * InFlightMetadataCollector.addAttributeConverter(ConverterDescriptor) * InFlightMetadataCollector.addAttributeConverter(Class) * InFlightMetadataCollector.addAttributeConverter(Class)
addAttributeConverter(AttributeConverterDefinition) - Method in class org.hibernate.cfg.Configuration
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.model.relational.Database
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add metadata pertaining to an auxiliary database object to this repository.
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
 
addBatchLoadableCollection(PersistentCollection, CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If a CollectionEntry represents a batch loadable collection, add it to the queue.
addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If an EntityKey represents a batch loadable entity, add it to the queue.
addBundle(Bundle) - Method in class org.hibernate.osgi.OsgiClassLoader
Adds a Bundle to the wrapped set of Bundles
addCacheableFile(File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFileStrictly(File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!
addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
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.boot.MetadataSources
Deprecated.
hbm.xml is a legacy mapping format now considered 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.
addClassLoader(ClassLoader) - Method in class org.hibernate.osgi.OsgiClassLoader
Adds a ClassLoader to the wrapped set of ClassLoaders
addClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addCollectionBinding(Collection) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add collection mapping metadata to this repository.
addCollectionHolder(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a PersistentCollection object for an array.
addColumn(String) - 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) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String) - Method in class org.hibernate.sql.Update
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Insert
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Update
 
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String, String) - Method in class org.hibernate.sql.Update
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectValues
 
addColumn(ResultSet) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
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.PrimaryKey
 
addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column, String) - Method in class org.hibernate.mapping.Index
 
addColumn(Column, String) - Method in class org.hibernate.mapping.UniqueKey
 
addColumn(ColumnInformation) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
 
addColumnAlias(String) - Method in interface org.hibernate.SQLQuery.ReturnProperty
Deprecated.
Add a column alias to this property mapping.
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addColumnNameBinding(Table, String, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumnNameBinding(Table, Identifier, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumns(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[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[], String[], boolean[]) - Method in class org.hibernate.sql.SimpleSelect
 
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(Iterator) - Method in class org.hibernate.mapping.Constraint
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Index
 
addColumnTemplate(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumnTemplates(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addComponentTypedValues(String, Object, CompositeType, List<TypedValue>, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
addCondition(String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.DisjunctionFragment
 
addCondition(String) - Method in class org.hibernate.sql.JoinFragment
Adds a free-form condition fragment
addCondition(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.QueryJoinFragment
Add the condition string to the join fragment.
addCondition(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String[], String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String, String[]) - Method in class org.hibernate.sql.SimpleSelect
 
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) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String[][], String[]) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a condition to the join fragment.
addCondition(String, String[], String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.JoinFragment
Adds a condition to the join fragment.
addCondition(String, String[], 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.Sybase11JoinFragment
 
addCondition(String, String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(ConditionFragment) - Method in class org.hibernate.sql.DisjunctionFragment
 
addConfigurationValues(Map) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.JoinFragment
Adds a cross join to the specified table.
addCrossJoin(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCrossJoin(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addDeclaredProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
addDefaultIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultJoinColumnName(PersistentClass, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addDefaultNamedNativeQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultQuery(NamedQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDenormalizedTable(String, String, String, boolean, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a 'denormalized table' to this repository.
addDescriptor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
addDescriptor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
addDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.spi.SqlTypeDescriptorRegistry
 
addDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
addDialectScope(String) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.Expandable
 
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.
addDirectory(File) - Method in class org.hibernate.boot.MetadataSources
Read all mapping documents from a directory tree.
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all mapping documents from a directory tree.
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
addDocument(Document) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
addDocument(Document) - Method in class org.hibernate.boot.MetadataSources
Deprecated.
since 5.0. Use one of the other methods for passing mapping source(s).
addDocument(Document) - Method in class org.hibernate.cfg.Configuration
Deprecated.
Use addURL, addResource, addFile, etc. instead
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
 
addEnhancedProxy(EntityKey, PersistentAttributeInterceptable) - Method in interface org.hibernate.engine.spi.PersistenceContext
addEntity(Class) - Method in interface org.hibernate.query.NativeQuery
 
addEntity(Class) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addEntity(Class) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a "root" entity, without specifying an alias.
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds an entity to the internal caches.
addEntity(String) - Method in interface org.hibernate.query.NativeQuery
 
addEntity(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addEntity(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a "root" entity, without specifying an alias.
addEntity(String, Class) - Method in interface org.hibernate.query.NativeQuery
 
addEntity(String, Class) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addEntity(String, Class) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a "root" entity.
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.NativeQuery
 
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addEntity(String, Class, LockMode) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a "root" entity, specifying a lock mode.
addEntity(String, String) - Method in interface org.hibernate.query.NativeQuery
 
addEntity(String, String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addEntity(String, String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a "root" entity.
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
 
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addEntity(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a "root" entity, specifying a lock mode.
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
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
 
addEntityBinding(PersistentClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add the PersistentClass for an entity mapping.
addEntityNameResolver(EntityNameResolver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies one or more entity name resolvers to be applied to the SessionFactory (see the EntityNameResolver contract for more information..
addEntityNameResolver(EntityNameResolver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
addEntityTableXref(String, Identifier, Table, InFlightMetadataCollector.EntityTableXref) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addEntry(Object, Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
addEventListener(EventType, String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addEventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
addEventListeners(SessionEventListener...) - Method in interface org.hibernate.Session
Add one or more listeners to the Session
addExtraState(EntityEntryExtraState) - Method in interface org.hibernate.engine.spi.EntityEntry
 
addExtraState(EntityEntryExtraState) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
Attach additional state to the core state of EntityEntry
addFetch(String, String, String) - Method in class org.hibernate.mapping.FetchProfile
Adds a fetch to this profile.
addFetch(String, String, String) - Method in interface org.hibernate.query.NativeQuery
 
addFetch(String, String, String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a join fetch result.
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.
addFetchProfile(FetchProfile) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addFile(File) - Method in class org.hibernate.boot.MetadataSources
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.boot.MetadataSources
Read mappings from a particular XML file
addFile(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
addFileset(FileSet) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
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(Filter) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a filter definition to this repository.
addFormula(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 
addFormulas(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addFragment(JoinFragment) - Method in class org.hibernate.sql.JoinFragment
Adds another join fragment to this one.
addFromFragmentString(String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds an externally built join fragment.
addFromFragmentString(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addFromFragmentString(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addGeneratedAnnotation() - Method in class org.hibernate.jpamodelgen.Context
 
addGeneratedDate() - Method in class org.hibernate.jpamodelgen.Context
 
addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addImport(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds an import (HQL entity rename).
addIndex(Index, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
 
addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
 
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 interface org.hibernate.engine.spi.PersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInitiator(StandardServiceInitiator) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a service initiator.
addInitiator(SessionFactoryServiceInitiator) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
 
addInputStream(InputStream) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream.
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInputStream(InputStreamAccess) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream access
AdditionalJaxbMappingProducer - Interface in org.hibernate.boot.spi
Deprecated.
Intended for Envers integration until we can migrate Envers away from XML generation for building its model.
addJar(File) - Method in class org.hibernate.boot.MetadataSources
Read all mappings from a jar file.
addJar(File) - Method in class org.hibernate.cfg.Configuration
Read all mappings from a jar file
addJoin(String, String) - Method in interface org.hibernate.query.NativeQuery
 
addJoin(String, String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addJoin(String, String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a join fetch result.
addJoin(String, String, String) - Method in interface org.hibernate.query.NativeQuery
 
addJoin(String, String, String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addJoin(String, String, String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a join fetch result.
addJoin(String, String, String[][], String[], JoinType) - 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) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
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.JoinFragment
Adds a join, with an additional ON clause fragment
addJoin(String, String, String[][], String[], JoinType, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[][], String[], JoinType, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[][], String[], JoinType, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a join, represented by the given information, to the fragment.
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.JoinFragment
Adds a join.
addJoin(String, String, String[], String[], JoinType) - 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) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.ANSIJoinFragment
Adds a join, represented by the given information, to the fragment.
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.CacheJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.JoinFragment
Adds a join, with an additional ON clause fragment
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
 
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addJoin(String, String, LockMode) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a join fetch result, specifying a lock mode.
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(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(Join) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingCollectionQuerySpace
Adds a join with another query space for either a collection element or index.
addJoin(Join) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
Adds a join with another query space.
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJoins(String, String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.JoinFragment
Free-form form of adding theta-style joins taking the necessary FROM and WHERE clause fragments
addJoins(String, String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoins(String, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoins(JoinFragment) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Adds the specified listener to the given JNDI namespace.
addListener(SessionEventListener...) - Method in interface org.hibernate.engine.spi.SessionEventListenerManager
 
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 interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addMappedSuperclass(Class, MappedSuperclass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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
 
addMapResource(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addMetaEmbeddable(String, MetaEntity) - Method in class org.hibernate.jpamodelgen.Context
 
addMetaEntity(String, MetaEntity) - Method in class org.hibernate.jpamodelgen.Context
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named entity graph to this repository
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named SQL query to this repository.
addNamedParameter(String, Type) - Method in interface org.hibernate.criterion.ParameterInfoCollector
 
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named stored procedure call to this repository.
addNamedQuery(String, Query) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedQuery(NamedQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named query to this repository.
addNewCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a new collection (ie.
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
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Adds an observer to this batch.
addObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Adds an observer to the coordinator.
addObserver(SessionFactoryObserver) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
addOrder(Order) - Method in interface org.hibernate.Criteria
Add an ordering to the result set.
addOrder(Order) - Method in class org.hibernate.criterion.DetachedCriteria
Adds an ordering
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
 
addPackage(Package) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.cfg.Configuration
Read package-level metadata.
addParam(String, String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
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
 
addParameterType(String, String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
addParameterType(String, String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
addParams(Map<String, String>) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addPermission(GrantedPermission) - Method in interface org.hibernate.secure.spi.JaccService
Deprecated.
 
addPermissionDeclaration(GrantedPermission) - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
Deprecated.
 
addPermissionDeclarations(Collection<GrantedPermission>) - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
Deprecated.
 
addPositionalParameter(int, Type) - Method in interface org.hibernate.criterion.ParameterInfoCollector
 
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[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Update
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Add the given properties to ours.
addProperty(String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Deprecated.
Add a property, presumably with more than one column.
addProperty(String) - Method in interface org.hibernate.SQLQuery.RootReturn
Deprecated.
Add a property, presumably with more than one column.
addProperty(String, String) - Method in interface org.hibernate.SQLQuery.FetchReturn
Deprecated.
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in interface org.hibernate.SQLQuery.RootReturn
Deprecated.
Add a simple property-to-one-column mapping.
addProperty(Property) - Method in interface org.hibernate.mapping.AttributeContainer
 
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(Property, XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
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 class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyPath(String, Type, String[], String[], String[], String[]) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath(String, Type, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
addPropertyReference(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyReferencedAssociation(String, String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyTypedValue(Object, Type, List<TypedValue>) - Method in class org.hibernate.criterion.Example
 
addProviderDependencies(PersistenceUnitMetadata) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
addProviderProperties(Map, PersistenceUnitMetadata) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
addProxy(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a proxy to the session cache
addQueryHint(String) - Method in interface org.hibernate.Criteria
Add a DB query hint to the SQL.
addQueryHint(String) - Method in interface org.hibernate.Query
Deprecated.
Add a DB query hint to the SQL.
addQueryHint(String) - Method in interface org.hibernate.query.NativeQuery
 
addQueryHint(String) - Method in interface org.hibernate.query.Query
 
addQueryHint(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addQueryHint(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
addQueryHints(String, String) - Method in class org.hibernate.dialect.hint.IndexQueryHintHandler
 
addQueryHints(String, String) - Method in interface org.hibernate.dialect.hint.QueryHintHandler
Add query hints to the given query.
addQueryReturn(NativeSQLQueryReturn) - Method in class org.hibernate.engine.ResultSetMappingDefinition
Adds a return.
addQueryReturns(NativeSQLQueryReturn[]) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
addReferencedColumns(Iterator) - Method in class org.hibernate.mapping.ForeignKey
 
addResource(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings as a application resourceName (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resourceName (i.e.
addResource(String, ClassLoader) - Method in class org.hibernate.cfg.Configuration
Deprecated.
This form (accepting a ClassLoader) is no longer supported. Instead, add the ClassLoader to the ClassLoaderService on the ServiceRegistry associated with this Configuration
addResultSetMapping(ResultSetMappingDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds the metadata for a named SQL result set mapping to this repository.
addRoot(String, Class) - Method in interface org.hibernate.query.NativeQuery
 
addRoot(String, Class) - Method in interface org.hibernate.SQLQuery
Deprecated.
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition.
addRoot(String, String) - Method in interface org.hibernate.query.NativeQuery
 
addRoot(String, String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addRoot(String, String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition.
addScalar(String) - Method in interface org.hibernate.query.NativeQuery
 
addScalar(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addScalar(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a scalar query result.
addScalar(String, Type) - Method in interface org.hibernate.query.NativeQuery
 
addScalar(String, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addScalar(String, Type) - Method in interface org.hibernate.SQLQuery
Deprecated.
Declare a scalar query result.
addSecondaryTable(QualifiedTableName, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
addSecondaryTable(LocalMetadataBuildingContext, Identifier, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
addSecondPass(SecondPass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSelectColumn(String, String) - Method in class org.hibernate.sql.QuerySelect
 
addSelectFragmentString(String) - Method in class org.hibernate.sql.QuerySelect
 
addService(Class, Service) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a user-provided service.
addService(Class, Service) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
 
addSessionFactoryObservers(SessionFactoryObserver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies one or more observers to be applied to the SessionFactory.
addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
addSettings(Map) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
addSourceLocation(int) - Method in interface org.hibernate.hql.spi.ParameterInformation
 
addSqlFunction(String, SQLFunction) - Method in class org.hibernate.cfg.Configuration
 
addSqlHintOrComment(String, QueryParameters, boolean) - Method in class org.hibernate.dialect.Dialect
Modify the SQL, adding hints or comments, if necessary
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
 
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Adds a subselect fetch descriptor for the given entity key.
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.query.NativeQuery
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.SynchronizeableQuery
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedEntityClass(Class<?>...) - Method in interface org.hibernate.SynchronizeableQuery
Adds one-or-more entities (by class) whose tables should be added as synchronized spaces
addSynchronizedEntityName(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.query.NativeQuery
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.SynchronizeableQuery
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
addSynchronizedEntityName(String...) - Method in interface org.hibernate.SynchronizeableQuery
Adds one-or-more entities (by name) whose tables should be added as synchronized spaces
addSynchronizedQuerySpace(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.NativeQuery
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.SynchronizeableQuery
Adds a query space.
addSynchronizedQuerySpace(String...) - Method in interface org.hibernate.SynchronizeableQuery
Adds one-or-more synchronized spaces
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
addSynchronizedTable(String) - Method in interface org.hibernate.SynchronizeableQuery
Adds a table expression as a query space.
addSynchronizedTable(String...) - Method in interface org.hibernate.SynchronizeableQuery
Adds one-or-more synchronized table expressions
addTable(String, String, String, String, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds table metadata to this repository returning the created metadata instance.
addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addTableInformation(TableInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
addTableNameBinding(String, String, String, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableNameBinding(Identifier, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addToBatch() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Indicates completion of the current part of the batch.
addToOneAndIdProperty(XClass, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTopExpression(StringBuilder, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Adds TOP expression.
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.Component
 
addTuplizer(EntityMode, String) - Method in class org.hibernate.mapping.PersistentClass
 
addTypeDefinition(TypeDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a type definition to this metadata repository.
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
addUnderscores(String) - Static method in class org.hibernate.cfg.ImprovedNamingStrategy
 
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 interface org.hibernate.engine.spi.PersistenceContext
add a detached uninitialized collection
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addUniqueConstraints(Table, List) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
 
addUniquePropertyReference(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addUnownedCollection(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a collection which has no owner loaded
addURL(URL) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a URL
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addValue(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValues(Object[]) - Method in class org.hibernate.sql.InFragment
 
addWhenColumnNotNull(String, String, String) - Method in class org.hibernate.sql.CaseFragment
 
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(String) - Method in class org.hibernate.sql.Delete
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
 
addXML(String) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported
adjustDefaultNamespace(String, String) - Method in class org.hibernate.boot.model.relational.Database
 
adjustDefaultNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
adjustJarFileEntryUrl(URL, URL) - Method in interface org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
Adjust the given URL, if needed.
adjustUserSuppliedValueCollectionOrderingFragment(String) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
 
after() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
AFTER_STATEMENT - org.hibernate.ConnectionReleaseMode
Indicates that JDBC connection should be aggressively released after each SQL statement is executed.
AFTER_TRANSACTION - org.hibernate.ConnectionReleaseMode
Indicates that JDBC connections should be released after each transaction ends (works with both JTA-registered synch and HibernateTransaction API).
afterAction(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after execution of an action
afterBegin() - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the beginning of a transaction.
afterBootstrapServiceRegistryBuilt(BootstrapServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Hook to allow tests to use the BootstrapServiceRegistry if they wish
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(boolean, boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the last phase of transaction completion.
afterConfigurationBuilt(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
afterDeserialization(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
Initialize an AbstractLazyInitializer after deserialization.
afterDeserialize(SessionImplementor) - Method in class org.hibernate.engine.spi.ExecutableList
Allow the Executables to re-associate themselves with the Session after deserialization.
afterDeserialize(SharedSessionContractImplementor) - Method in interface org.hibernate.action.spi.Executable
Reconnect to session after deserialization
afterInitialize() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after initializing from cache
afterInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterInitialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entities properties have been initialized
afterInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
afterInitialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Called just after the entities properties have been initialized.
afterInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been inserted (afterQuery the transaction completes), instead of calling release().
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been inserted (afterQuery the transaction completes), instead of calling release().
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result.
afterLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this after finishing a two-phase load
afterLoad(SharedSessionContractImplementor, Object, Loadable) - Method in interface org.hibernate.loader.spi.AfterLoadAction
 
AfterLoadAction - Interface in org.hibernate.loader.spi
 
afterMetadataBuilt(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterMetadataSourcesApplied(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterReassociate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterReassociate(Object, SharedSessionContractImplementor) - 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 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.SharedSessionContractImplementor
 
afterSessionFactoryBuilt() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterStandardServiceRegistryBuilt(StandardServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Hook to allow tests to use the StandardServiceRegistry if they wish
afterStatement() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a JDBC statement has been executed to trigger ConnectionReleaseMode.AFTER_STATEMENT releasing if needed
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
 
afterTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Signals the end of transaction.
afterTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a transaction has completed to trigger ConnectionReleaseMode.AFTER_TRANSACTION releasing if needed
afterTransactionBegin() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterTransactionBegin() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
A after-begin callback from the coordinator to its owner.
afterTransactionBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A after-begin callback from the coordinator to its owner.
afterTransactionBegin(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionConsumer
After transaction completion function
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionFunction
After transaction completion function
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionFunction
After transaction completion function
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionVoidFunction
After transaction completion function
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache softlocks.
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
An after-completion callback to the owner.
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
An after-completion callback from the coordinator to its owner.
afterTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
AfterTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during after transaction completion.
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
AfterUseAction - Enum in org.hibernate.hql.spi.id.local
 
AGGREGATE - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are compositions.
AGGREGATE - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an aggregated composite
AGGREGATED_COMPOSITE - org.hibernate.id.EntityIdentifierNature
Composite identifier mapped to a single entity attribute by means of an actual component class used to aggregate the tuple values.
AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
AggregatedAuditExpression(String, PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
AggregatedAuditExpression.AggregatedMode - Enum in org.hibernate.envers.query.criteria
 
AggregateProjection - Class in org.hibernate.criterion
Base class for standard aggregation functions.
AggregateProjection(String, String) - Constructor for class org.hibernate.criterion.AggregateProjection
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
alias() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The alias within the fragment.
alias(Projection, String) - Static method in class org.hibernate.criterion.Projections
Assign an alias to a projection, by wrapping it
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 - org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
ALIAS_SPECIFIC_LOCK_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
ALIAS_TO_ENTITY_MAP - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a Map from alias to entity instance
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Each row of results is a Map from alias to values/entities
AliasedProjection - Class in org.hibernate.criterion
Represents a projection that specifies an alias
AliasedProjection(Projection, String) - Constructor for class org.hibernate.criterion.AliasedProjection
 
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
 
aliases() - Method in annotation type org.hibernate.annotations.Filter
The alias descriptors for injection.
aliases() - Method in annotation type org.hibernate.annotations.FilterJoinTable
The alias descriptors for injection.
AliasGenerator - Interface in org.hibernate.sql
TODO : javadoc
AliasResolutionContext - Interface in org.hibernate.loader.plan.exec.spi
Provides aliases that are used by load queries and ResultSet processors.
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 - org.hibernate.annotations.CascadeType
Includes all types listed here.
ALL - org.hibernate.annotations.OptimisticLockType
Perform optimistic locking based on *all* fields as part of an expanded WHERE clause restriction for the UPDATE/DELETE SQL statement.
ALL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
ALL - org.hibernate.engine.OptimisticLockStyle
all columns are compared
ALL - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
ALL - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
allEq(Map<String, ?>) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equals" constraint to each property in the key set of a Map
allocationSize - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
allocationSize - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
ALLOW_ENHANCEMENT_AS_PROXY - Static variable in interface org.hibernate.cfg.AvailableSettings
Should Hibernate use enhanced entities "as a proxy"? E.g., when an application uses Session.load(java.lang.Class<T>, java.io.Serializable, org.hibernate.LockMode) against an enhanced class, enabling this will allow Hibernate to create an "empty" instance of the enhanced class to act as the proxy - it contains just the identifier which is later used to trigger the base initialization but no other data is loaded Not enabling this (the legacy default behavior) would cause the "base" attributes to be loaded.
ALLOW_IDENTIFIER_REUSE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Guarantees proper validity audit strategy behavior when application reuses identifiers of deleted entities.
ALLOW_JTA_TRANSACTION_ACCESS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that allows access to the underlying Transaction, even when using a JTA since normal JPA operations prohibit this behavior.
ALLOW_JTA_TRANSACTION_ACCESS - Static variable in interface org.hibernate.jpa.AvailableSettings
Setting that allows access to the underlying Transaction, even when using a JTA since normal JPA operations prohibit this behavior.
ALLOW_REFRESH_DETACHED_ENTITY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that allows to call EntityManager.refresh(Object) or Session.refresh(Object) on a detached entity instance when the Session is obtained from a JPA EntityManager).
ALLOW_UPDATE_OUTSIDE_TRANSACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that allows to perform update operations outside of a transaction boundary.
allowElementJoin() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Should a collection element join be allowed? Returning true indicates that an element join can safely be added.
allowIndexJoin() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Should a collection index join be allowed? Returning true indicates that an index join can safely be added.
allowLoadOutsideTransaction() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
allowLoadOutsideTransaction() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
allowOutOfTransactionUpdateOperations(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
allowOutOfTransactionUpdateOperations(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
AllPropertySelector() - Constructor for class org.hibernate.criterion.Example.AllPropertySelector
 
alphashape - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
ALWAYS - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.ALWAYS.
ALWAYS - org.hibernate.annotations.GenerationTime
Indicates the value is generated on insert and on update.
ALWAYS - org.hibernate.FlushMode
The Session is flushed before every query.
ALWAYS - org.hibernate.tuple.GenerationTiming
 
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on both insert and update.
AlwaysSkip() - Constructor for class org.hibernate.testing.Skip.AlwaysSkip
 
and(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of multiple expressions
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjuction of two expressions
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
AND - org.hibernate.criterion.Junction.Nature
An AND
AnnotatedClassType - Enum in org.hibernate.cfg
Type of annotation of a class will give its type
annotatedElementSignature(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
ANNOTATION - org.hibernate.boot.jaxb.SourceType
 
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)
AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationMetaAttribute - Class in org.hibernate.jpamodelgen.annotation
Captures all information about an annotated persistent attribute.
AnnotationMetaAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
AnnotationMetaCollection - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaCollection(AnnotationMetaEntity, Element, String, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
 
AnnotationMetaEntity - Class in org.hibernate.jpamodelgen.annotation
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).
AnnotationMetaEntity(TypeElement, Context, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
AnnotationMetaMap - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaMap(AnnotationMetaEntity, Element, String, String, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
 
AnnotationMetaSingleAttribute - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaSingleAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
 
ANNOTATIONS - org.hibernate.mapping.MetadataSource
 
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
 
AnnotationValueGeneration<A extends java.lang.annotation.Annotation> - Interface in org.hibernate.tuple
A ValueGeneration based on a custom Java generator annotation type.
ANSICaseFragment - Class in org.hibernate.sql
An ANSI SQL CASE expression : case when ... then ... end as ..
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
 
AnsiSqlKeywords - Class in org.hibernate.engine.jdbc.env.spi
Maintains the set of ANSI SQL keywords
AnsiSqlKeywords() - Constructor for class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
 
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(Type, Type) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
any(Type, Type) - Method in interface org.hibernate.TypeHelper
Retrieve the type representing an ANY mapping.
Any - Class in org.hibernate.mapping
A Hibernate "any" type (ie.
Any - Annotation Type in org.hibernate.annotations
Defines a ToOne-style association pointing to one of several entity types depending on a local discriminator, as opposed to discriminated inheritance where the discriminator is kept as part of the entity hierarchy.
Any(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any
 
Any(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.Any
Deprecated.
ANY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
ANY - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
ANY - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
ANY - org.hibernate.persister.walking.spi.AssociationAttributeDefinition.AssociationNature
 
ANY - org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
ANY - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
ANY - Static variable in class org.hibernate.engine.spi.IdentifierValue
Always assume the transient instance is newly instantiated
AnyAttributeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of an "any" attribute.
AnyDiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Source information about the discriminator for an ANY mapping
ANYINTERACT - org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
The "anyinteract" relationship
AnyKeySource - Interface in org.hibernate.boot.model.source.spi
 
AnyMappingDefinition - Interface in org.hibernate.persister.walking.spi
Describes an ANY mapping
AnyMappingDefinition.DiscriminatorMapping - Interface in org.hibernate.persister.walking.spi
Models a single discriminator mapping definition
AnyMappingSource - Interface in org.hibernate.boot.model.source.spi
Base description for all discriminated associations ("any mappings"), including <any/>, <many-to-any/>, etc.
AnyMetaDef - Annotation Type in org.hibernate.annotations
Used to provide metadata about an Any or ManyToAny mapping.
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Used to group together AnyMetaDef annotations.
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(TypeFactory.TypeScope, Type, Type) - Constructor for class org.hibernate.type.AnyType
 
AnyType(Type, Type) - Constructor for class org.hibernate.type.AnyType
Intended for use only from legacy ObjectType type definition
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
Used to externalize discrimination per a given identifier.
ANYWHERE - org.hibernate.criterion.MatchMode
Match the pattern anywhere in the string
ANYWHERE - org.hibernate.envers.query.criteria.MatchMode
Match the pattern anywhere in the string.
APP_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
append(String) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Creates a new AbstractAttributeKey by appending the passed part.
append(String) - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
append(String) - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
append(String) - Method in class org.hibernate.loader.PropertyPath
 
append(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendComponentCondition(String, Object, CompositeType, Criteria, CriteriaQuery, StringBuilder) - Method in class org.hibernate.criterion.Example
 
appendElementColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendIdentifierColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
appendIdentitySelectToInsert(String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Provided we IdentityColumnSupport.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
Use insert table(...) values(...) select SCOPE_IDENTITY()
appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendListener(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
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
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
 
appliesTo() - Method in annotation type org.hibernate.annotations.Table
name of the targeted table.
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
 
appliesTo(Class<? extends Dialect>) - Method in interface org.hibernate.testing.jdbc.leak.IdleConnectionCounter
Specifies which Dialect the counter applies to.
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
 
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
 
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
 
appliesTo(String) - Method in interface org.hibernate.graph.spi.EntityGraphImplementor
 
appliesTo(EntityType<? super T>) - Method in interface org.hibernate.graph.spi.EntityGraphImplementor
 
appliesToDialect(Dialect) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
appliesToDialect(Dialect) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
apply(MetadataSources) - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware
Apply the orm.xml-defined persistence-unit-defaults values.
apply(Statement, FrameworkMethod, Object) - Method in class org.hibernate.testing.junit4.ClassLoadingIsolater
 
APPLY_CONSTRAINTS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
applyAccessType(AccessType) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the second-level access-type to be used by default for entities and collections that define second-level caching, but do not specify a granular access-type.
applyAccessType(AccessType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in interface org.hibernate.boot.MetadataBuilder
Specify a particular ArchiveDescriptorFactory instance to use in scanning.
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter>) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class.
applyAttributeConverter(Class<? extends AttributeConverter>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class plus a boolean indicating whether to auto apply it.
applyAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance.
applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance, explicitly indicating whether to auto-apply.
applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverterDefinition) - Method in interface org.hibernate.boot.MetadataBuilder
Deprecated.
(since 5.3) AttributeConverterDefinition forces early access to the AttributeConverter instance which precludes the possibility to resolve the converter from CDI, etc. Instead use one of: * MetadataBuilder.applyAttributeConverter(Class) * MetadataBuilder.applyAttributeConverter(Class, boolean) * MetadataBuilder.applyAttributeConverter(AttributeConverter) * MetadataBuilder.applyAttributeConverter(AttributeConverter, boolean)
applyAttributeConverter(AttributeConverterDefinition) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAutoClosing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies whether Sessions should be automatically closed at the end of the transaction.
applyAutoClosing(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyAutoFlushing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies whether Sessions should be automatically flushed at the end of the transaction.
applyAutoFlushing(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyAutomaticEvictionOfCollectionCaches(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
When using bi-directional many-to-one associations and caching the one-to-many side it is expected that both sides of the association are managed (actually that is true of all bi-directional associations).
applyAutomaticEvictionOfCollectionCaches(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.MetadataBuilder
 
applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(BasicType) - Method in interface org.hibernate.boot.MetadataBuilder
Specify an additional or overridden basic type mapping.
applyBasicType(BasicType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(BasicType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Specify an additional or overridden basic type mapping supplying specific registration keys.
applyBasicType(BasicType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(CompositeUserType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Register an additional or overridden composite custom type mapping.
applyBasicType(CompositeUserType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(UserType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Register an additional or overridden custom type mapping.
applyBasicType(UserType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBatchFetchStyle(BatchFetchStyle) - Method in interface org.hibernate.boot.SessionFactoryBuilder
What style of batching should be used?
applyBatchFetchStyle(BatchFetchStyle) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyBeanManager(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a CDI BeanManager to the SessionFactory being built.
applyBeanManager(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCacheRegionDefinition(CacheRegionDefinition) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a CacheRegionDefinition to be applied to an entity, collection or query while building the Metadata object.
applyCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyCacheRegionPrefix(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a prefix to prepended to all cache region names for this SessionFactory.
applyCacheRegionPrefix(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCacheSettings(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
applyCaching(XClass, SharedCacheMode, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
applyClassLoader(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoader for use in class-loading and resource-lookup.
applyClassLoaderService(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoaderService for use in class-loading and resource-lookup.
applyConnectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply the specified handling mode for JDBC connections
applyConnectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyConnectionProviderDisablesAutoCommit(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
applyConnectionProviderDisablesAutoCommit(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyConnectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyConnectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a strategy for resolving the notion of a "current" tenant-identifier when using multi-tenancy together with current sessions
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a custom entity dirtiness strategy to be applied to the SessionFactory.
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDefaultBatchFetchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Allows specifying a default batch-fetch size for all entities and collections which do not otherwise specify a batch-fetch size.
applyDefaultBatchFetchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDefaultEntityMode(EntityMode) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated.
Different entity modes per entity is soon to be removed as a feature.
applyDefaultEntityMode(EntityMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDefaultNullPrecedence(NullPrecedence) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a null precedence (NULLS FIRST, NULLS LAST) to be applied order-by clauses rendered into SQL queries.
applyDefaultNullPrecedence(NullPrecedence) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDelayedEntityLoaderCreations(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should entity Loaders be generated immediately? Or should the creation be delayed until first need?
applyDelayedEntityLoaderCreations(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDirectReferenceCaching(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Generally, Hibernate will extract the information from an entity and put that extracted information into the second-level cache.
applyDirectReferenceCaching(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDiscoveredAttributeConverters(AttributeConverterDefinitionCollector) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names the EntityNotFoundDelegate to be applied to the SessionFactory.
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyEntityTuplizer(EntityMode, Class<? extends EntityTuplizer>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Register the default EntityTuplizer to be applied to the SessionFactory.
applyEntityTuplizer(EntityMode, Class<? extends EntityTuplizer>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyEntityTuplizerFactory(EntityTuplizerFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specify the EntityTuplizerFactory to use.
applyEntityTuplizerFactory(EntityTuplizerFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyGetGeneratedKeysSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should JDBC Statement.getGeneratedKeys() feature be used for retrieval of *insert-generated* ids?
applyGetGeneratedKeysSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyGlobalQuoting(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Intended only for use in handling quoting requirements for column-definition as defined by Column.columnDefinition(), JoinColumn.columnDefinition(), etc.
applyGlobalQuoting(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Intended only for use in handling quoting requirements for column-definition as defined by Column.columnDefinition(), JoinColumn.columnDefinition(), etc.
applyIdentifierCasing(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyIdentifierRollbackSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should generated identifiers be "unset" on entities during a rollback?
applyIdentifierRollbackSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter) - Method in interface org.hibernate.boot.MetadataBuilder
 
applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyImplicitCatalogName(String) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the implicit catalog name to apply to any unqualified database names.
applyImplicitCatalogName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the ImplicitNamingStrategy to use in building the Metadata.
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyImplicitSchemaName(String) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the implicit schema name to apply to any unqualified database names.
applyImplicitSchemaName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
applyIncrementSizeToSourceValues() - Method in interface org.hibernate.id.enhanced.Optimizer
Are increments to be applied to the values stored in the underlying value source?
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
applyIncrementSizeToSourceValues() - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
applyIndexView(IndexView) - Method in interface org.hibernate.boot.MetadataBuilder
Allows specifying a specific Jandex index to use for reading annotation information.
applyIndexView(IndexView) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyIntegrator(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Add an Integrator to be applied to the bootstrap registry.
applyInterception(Object) - Method in class org.hibernate.tuple.entity.PojoEntityInstantiator
 
applyInterception(Object) - Method in class org.hibernate.tuple.PojoInstantiator
 
applyInterceptor(Interceptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names an interceptor to be applied to the SessionFactory, which in turn means it will be used by all Sessions unless one is explicitly specified in SessionBuilder.interceptor(org.hibernate.Interceptor)
applyInterceptor(Interceptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJdbcBatchingForVersionedEntities(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
This setting controls whether versioned entities will be included in JDBC batching.
applyJdbcBatchingForVersionedEntities(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJdbcBatchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies the maximum number of statements to batch together in a JDBC batch for insert, update and delete operations.
applyJdbcBatchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJdbcFetchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a fetch size to the JDBC driver for fetching results.
applyJdbcFetchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJtaTrackingByThread(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
If using the built-in Hibernate JTA-based TransactionCoordinator/Builder, should it track JTA transactions by thread in an attempt to detect timeouts?
applyJtaTrackingByThread(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyLazyInitializationOutsideTransaction(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should the application be allowed to initialize uninitialized lazy state outside the bounds of a transaction?
applyLazyInitializationOutsideTransaction(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.custom.CustomLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyLocks(String, QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
Append FOR UPDATE OF clause, if necessary.
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.Teradata14Dialect
 
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL by applying the appropriate updates for the specified lock modes and key columns.
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
applyMaximumFetchDepth(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a limit to the depth Hibernate will use for outer joins.
applyMaximumFetchDepth(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyMinimalPutsForCaching(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
By default, Hibernate will always just push data into the cache without first checking if that data already exists.
applyMinimalPutsForCaching(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyMultiTableBulkIdStrategy(MultiTableBulkIdStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
How should updates and deletes that span multiple tables be handled?
applyMultiTableBulkIdStrategy(MultiTableBulkIdStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyMultiTenancyStrategy(MultiTenancyStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply the form of multi-tenancy used by the application
applyMultiTenancyStrategy(MultiTenancyStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyName(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies a SessionFactory name.
applyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNameAsJndiName(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies a SessionFactory name.
applyNameAsJndiName(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNamedQueryCheckingOnStartup(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should named queries be checked on startup?
applyNamedQueryCheckingOnStartup(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNullabilityChecking(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should attributes using columns marked as not-null be checked (by Hibernate) for nullness?
applyNullabilityChecking(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyOrderingOfInserts(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply whether ordering of inserts should be enabled.
applyOrderingOfInserts(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyOrderingOfUpdates(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply whether ordering of updates should be enabled.
applyOrderingOfUpdates(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the PhysicalNamingStrategy to use in building the Metadata.
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyPostLoadLocks(Object[], LockMode[], SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
applyPostLoadLocks(Object[], LockMode[], SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
 
applyPreferUserTransactions(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
If using the built-in Hibernate JTA-based TransactionCoordinator/Builder, should it prefer to use UserTransaction over Transaction?
applyPreferUserTransactions(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyQueryCacheSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should second level query caching support be enabled?
applyQueryCacheSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyQuerySubstitutions(Map) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated.
This is a legacy feature and should never be needed anymore...
applyQuerySubstitutions(Map) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyReservedWords(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
Applies any reserved words reported via DatabaseMetaData.getSQLKeywords()
applyReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyResultSetsWrapping(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Hibernate currently accesses results from the JDBC ResultSet by name.
applyResultSetsWrapping(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyScanEnvironment(ScanEnvironment) - Method in interface org.hibernate.boot.MetadataBuilder
Consider this temporary as discussed on ScanEnvironment
applyScanEnvironment(ScanEnvironment) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyScanner(Scanner) - Method in interface org.hibernate.boot.MetadataBuilder
Specify a particular Scanner instance to use.
applyScanner(Scanner) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyScanOptions(ScanOptions) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the options to be used in performing scanning.
applyScanOptions(ScanOptions) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyScrollableResultsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should scrollable results be supported in queries? We ask the JDBC driver whether it supports scrollable result sets as the default for this setting, but some drivers do not accurately report this via DatabaseMetaData.
applyScrollableResultsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySecondLevelCacheSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should second level caching support be enabled?
applySecondLevelCacheSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySetting(String, Object) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a setting value.
applySettings(Map) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a groups of setting values.
applySharedCacheMode(SharedCacheMode) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the second-level cache mode to be used.
applySharedCacheMode(SharedCacheMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySourceProcessOrdering(MetadataSourceType...) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a specific ordering to the processing of sources.
applySourceProcessOrdering(MetadataSourceType...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySqlComments(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should Hibernate apply comments to SQL it generates?
applySqlComments(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySqlFunction(String, SQLFunction) - Method in interface org.hibernate.boot.MetadataBuilder
 
applySqlFunction(String, SQLFunction) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a SQLFunction to the underlying SQLFunctionRegistry.
applySqlFunction(String, SQLFunction) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySqlFunction(String, SQLFunction) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatelessInterceptor(Class<? extends Interceptor>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names an interceptor Class to be applied to the SessionFactory, which in turn means it will be used by all Sessions unless one is explicitly specified in SessionBuilder.interceptor(org.hibernate.Interceptor)
applyStatelessInterceptor(Class<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names a Supplier instance which is used to retrieve the interceptor to be applied to the SessionFactory, which in turn means it will be used by all Sessions unless one is explicitly specified in SessionBuilder.interceptor(org.hibernate.Interceptor)
applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatementInspector(StatementInspector) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Names a StatementInspector to be applied to the SessionFactory, which in turn means it will be used by all Sessions unless one is explicitly specified in SessionBuilder.statementInspector(org.hibernate.resource.jdbc.spi.StatementInspector)
applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatisticsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Applies whether statistics gathering is enabled.
applyStatisticsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStrategySelector(Class<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Applies a named strategy implementation to the bootstrap registry.
applyStrategySelectors(StrategyRegistrationProvider) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Applies one or more strategy selectors announced as available by the passed announcer.
applyStrictJpaQueryLanguageCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyStrictJpaQueryLanguageCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStructuredCacheEntries(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
By default, Hibernate stores data in the cache in its own optimized format.
applyStructuredCacheEntries(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyTcclLookupPrecedence(TcclLookupPrecedence) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Defines when the lookup in the thread context ClassLoader is done
applyTempClassLoader(ClassLoader) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a ClassLoader for use while building the Metadata.
applyTempClassLoader(ClassLoader) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a QueryCacheFactory to use for building query cache handlers.
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyTypes(TypeContributor) - Method in interface org.hibernate.boot.MetadataBuilder
Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too)
applyTypes(TypeContributor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyValidatorFactory(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a Bean Validation ValidatorFactory to the SessionFactory being built.
applyValidatorFactory(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
ArchiveContext - Interface in org.hibernate.boot.archive.spi
Describes the context for visiting the entries within an archive
ArchiveContextImpl(boolean, ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
archiveDescriptor - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveDescriptor - Interface in org.hibernate.boot.archive.spi
Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.
ArchiveDescriptorFactory - Interface in org.hibernate.boot.archive.spi
Contract for building ArchiveDescriptor instances.
ArchiveDescriptorInfo(ArchiveDescriptor, boolean) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveEntry - Interface in org.hibernate.boot.archive.spi
Represent an entry in the archive.
ArchiveEntryHandler - Interface in org.hibernate.boot.archive.spi
Handler for archive entries, based on the classified type of the entry
ArchiveException - Exception in org.hibernate.boot.archive.spi
Indicates a problem accessing or visiting the archive
ArchiveException(String) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
area - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
areCollectionsImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies whether plural attributes are lazy by default if not specified in the mapping.
areEntitiesImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies whether singular associations (many-to-one, one-to-one) are lazy by default if not specified in the mapping.
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
areEqual(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
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(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
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(Identifier, Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Determine if two instances are equal
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.
areLazyAttributesForceFetched() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Does this load plan indicate that lazy attributes are to be force fetched?
areMatch(Object, Object) - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
areMatch(Object, Object) - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
Are the two listener instances considered a duplication?
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
areResultSetRowsTransformedImmediately() - Method in class org.hibernate.loader.Loader
Are rows transformed immediately after being read from the ResultSet?
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Cache71Dialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Dialect
Are string comparisons implicitly case insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.MySQLDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SQLServerDialect
 
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.SybaseASE15Dialect
By default, Sybase string comparisons are case-insensitive.
areStringComparisonsCaseInsensitive() - Method in class org.hibernate.dialect.Teradata14Dialect
 
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 interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value insertion by the individual value sources here be interpreted in terms of defaulting that value.
areValuesIncludedInUpdateByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value updating by the individual value sources here be interpreted in terms of defaulting that value.
areValuesNullableByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value nullability by the individual value sources here be interpreted in terms of defaulting that value.
array(String, String, Class) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Array
 
Array(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Array
ARRAY - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ArrayBinder - Class in org.hibernate.cfg.annotations
Bind an Array
ArrayBinder() - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
 
ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
A mutability plan for arrays.
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(TypeFactory.TypeScope, String, String, Class) - Constructor for class org.hibernate.type.ArrayType
 
ARTEFACT_PROCESSING_ORDER - Static variable in class org.hibernate.cfg.Configuration
 
ARTIFACT_PROCESSING_ORDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the order in which metadata sources should be processed.
as(String) - Method in class org.hibernate.criterion.SimpleProjection
Create an aliased form of this projection
AS_NEEDED - org.hibernate.ConnectionAcquisitionMode
The legacy behavior.
asbinary - org.hibernate.spatial.SpatialFunction
The asBinary function, cfr.
asc() - Method in class org.hibernate.criterion.Property
Creates an ascending ordering for this property
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
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
 
asewkb - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asewkt - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asgeojson - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asMetaAttribute() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
asReader() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a Reader.
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
assemble(Serializable) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Assemble a previously disassembled value.
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
assemble(Serializable) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
assemble(Serializable[], Type[], SharedSessionContractImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Reconstruct the object from its disassembled state.
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Object, Serializable, EntityPersister, Interceptor, EventSource) - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
Assemble the previously disassembled state represented by this entry into the given entity instance.
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Assembles the collection from the cached state.
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
assertClassAssignability(Class, Class) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertExecuted(String) - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
 
assertExecutedCount(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
 
AssertionFailure - Exception in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message.
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message and underlying cause.
assertJdbcTypeCode(int, int) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertNoLeaks() - Method in class org.hibernate.testing.jdbc.leak.ConnectionLeakUtil
 
assertNoLeaks() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
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
 
association - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
association() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The association whose fetch is being overridden.
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
Constructs a association defining what is to be fetched.
AssociationAttributeDefinition - Interface in org.hibernate.persister.walking.spi
 
AssociationAttributeDefinition.AssociationNature - Enum in org.hibernate.persister.walking.spi
 
AssociationKey - Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey - Class in org.hibernate.persister.walking.spi
Used to uniquely identify a foreign key, so that we don't join it more than once creating circularities.
AssociationKey(String, String[]) - Constructor for class org.hibernate.persister.walking.spi.AssociationKey
Create the AssociationKey.
AssociationKey(EntityKey, String) - Constructor for class org.hibernate.engine.spi.AssociationKey
Constructs an AssociationKey
associationKeyRegistered(AssociationKey) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
AssociationOverride - Class in org.hibernate.jpamodelgen.xml.jaxb
 
AssociationOverride() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
associationProcessed(OuterJoinableAssociation, int) - Method in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
 
associations - Variable in class org.hibernate.loader.JoinWalker
 
AssociationSource - Interface in org.hibernate.boot.model.source.spi
 
AssociationType - Interface in org.hibernate.type
A type that represents some kind of association between entities.
AssociationVisitationStrategy - Interface in org.hibernate.persister.walking.spi
Strategy for walking associations as defined by the Hibernate metamodel.
asString() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a String.
asString(QuerySpaces, int, AliasResolutionContext) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing the QuerySpaces graph as a tree structure, starting at a particular depth.
asString(QuerySpaces, AliasResolutionContext) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing the QuerySpaces graph as a tree structure.
asString(Return) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
asString(Return, int) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
assvg - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
assvgaggr - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
astext - org.hibernate.spatial.SpatialFunction
The asText function, cfr.
aswkb - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
aswkt - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
attemptToStartAlreadyStartedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
attemptToStopAlreadyStoppedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
Attribute - Interface in org.hibernate.tuple
Contract for attributes
ATTRIBUTE_ENTITY_CACHE_REGION_NAME - Static variable in class org.jboss.as.jpa.hibernate5.management.HibernateEntityCacheStatistics
 
ATTRIBUTE_QUERY_NAME - Static variable in class org.jboss.as.jpa.hibernate5.management.HibernateQueryCacheStatistics
 
AttributeAccessor - Annotation Type in org.hibernate.annotations
Names a persistent property access strategy (PropertyAccessStrategy) to use.
AttributeContainer - Interface in org.hibernate.mapping
Defines an additional contract for PersistentClass/Join in terms of being able to contain attributes (Property).
AttributeConversionInfo - Class in org.hibernate.cfg
Describes a Convert conversion
AttributeConversionInfo(Class<? extends AttributeConverter>, boolean, String, XAnnotatedElement) - Constructor for class org.hibernate.cfg.AttributeConversionInfo
 
AttributeConversionInfo(Convert, XAnnotatedElement) - Constructor for class org.hibernate.cfg.AttributeConversionInfo
 
AttributeConverterDefinition - Class in org.hibernate.cfg
Deprecated.
(since 5.3) forces the converter instance to be built too early, which precludes the ability to resolve them from CDI, etc. See ConverterDescriptor instead
AttributeConverterDefinition(AttributeConverter, boolean) - Constructor for class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
AttributeConverterDefinitionCollector - Interface in org.hibernate.cfg.annotations.reflection
 
AttributeConverterInfo - Interface in org.hibernate.boot
Delayed information about an AttributeConverter.
AttributeConverterMutabilityPlanImpl<T> - Class in org.hibernate.type.descriptor.converter
The standard aproach for defining a MutabilityPlan for converted (AttributeConverter) values is to always assume that they are immutable to make sure that dirty checking, deep copying and second-level caching all work properly no matter what.
AttributeConverterMutabilityPlanImpl(JpaAttributeConverter) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
AttributeConverterSqlTypeDescriptorAdapter - Class in org.hibernate.type.descriptor.converter
Adapter for incorporating JPA AttributeConverter handling into the SqlTypeDescriptor contract.
AttributeConverterSqlTypeDescriptorAdapter(JpaAttributeConverter, SqlTypeDescriptor, JavaTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
AttributeConverterTypeAdapter<T> - Class in org.hibernate.type.descriptor.converter
Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls.
AttributeConverterTypeAdapter(String, String, JpaAttributeConverter<? extends T, ?>, SqlTypeDescriptor, Class, Class, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
AttributeDefinition - Interface in org.hibernate.persister.walking.spi
 
AttributeFetch - Interface in org.hibernate.loader.plan.spi
Models a Fetch that is specifically for an attribute.
attributeImplementorNodes() - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
attributeInitialized(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
Callback from the enhanced class that an attribute has been read or written
attributeInitialized(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
attributeInitialized(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
attributeInitialized(String) - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
Deprecated.
 
attributeInitialized(String) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
Deprecated.
Just as the method it overrides. Interceptors that deal with lazy state should implement BytecodeLazyAttributeInterceptor
AttributeMapping - Interface in org.hibernate.boot.jaxb.hbm.spi
 
attributeName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
AttributeNodeImplementor<T> - Interface in org.hibernate.graph.spi
Integration version of the AttributeNode contract
attributeNodes() - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
attributeNumber() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
AttributeOverride - Class in org.hibernate.jpamodelgen.xml.jaxb
 
AttributeOverride() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
AttributePath - Class in org.hibernate.boot.model.source.spi
An attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributePath() - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributePath(AttributePath, String) - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributeRole - Class in org.hibernate.boot.model.source.spi
An attribute role is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributeRole(String) - Constructor for class org.hibernate.boot.model.source.spi.AttributeRole
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
attributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
attributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
attributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
Attributes - Class in org.hibernate.jpamodelgen.xml.jaxb
This element contains the entity field or property mappings.
Attributes() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
AttributeSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of persistent attribute descriptions.
AttributeSource - Interface in org.hibernate.persister.walking.spi
 
AttributeSourceContainer - Interface in org.hibernate.boot.model.source.spi
Contract for a container of AttributeSource references.
attributeSources() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
Obtain this container's attribute sources.
AUDIT_STRATEGY - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit strategy.
AUDIT_STRATEGY_VALIDITY_END_REV_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name that will hold the end revision number in audit entities.
AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name of the timestamp of the end revision until which the data was valid.
AUDIT_STRATEGY_VALIDITY_STORE_REVEND_TIMESTAMP - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Store the timestamp of the end revision, until which the data was valid, in addition to the end revision itself.
AUDIT_TABLE_PREFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table prefix.
AUDIT_TABLE_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table suffix.
AuditAssociationQuery<Q extends AuditQuery> - Interface in org.hibernate.envers.query
 
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.
AUDITED - org.hibernate.envers.RelationTargetAuditMode
 
AuditEntity - Class in org.hibernate.envers.query
 
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(String) - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
auditJoinTable() - Method in annotation type org.hibernate.envers.AuditOverride
New AuditJoinTable used for this field (or property).
AuditJoinTable - Annotation Type in org.hibernate.envers
 
AuditMappedBy - Annotation Type in org.hibernate.envers
Annotation to specify a "fake" bi-directional relation.
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditOrder.OrderData - Class 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.
auditParents() - Method in annotation type org.hibernate.envers.Audited
Deprecated.
Use @AuditOverride(forClass=SomeEntity.class) instead.
AuditProjection - Interface in org.hibernate.envers.query.projection
 
AuditProjection.ProjectionData - Class 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(String, 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(EnversService, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
 
AuditReader - Interface in org.hibernate.envers
 
AuditReaderFactory - Class in org.hibernate.envers
 
AuditRelatedId - Class in org.hibernate.envers.query.criteria
Create restrictions on an id of an entity related to an audited entity.
AuditRelatedId(String, 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.
AuditTable - Annotation Type in org.hibernate.envers
 
augmentConfigurationSettings(Properties) - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
augmentIdTableDefinition(Table) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
augmentIdTableDefinition(Table) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.PostgreSQL93Dialect
 
AUTO - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.AUTO.
AUTO - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
AUTO - org.hibernate.cfg.beanvalidation.ValidationMode
 
AUTO - org.hibernate.FlushMode
The Session is sometimes flushed before query execution in order to ensure that queries never return stale state.
AUTO - org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
AUTO - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
AUTO - org.hibernate.query.criteria.LiteralHandlingMode
 
AUTO_CLOSE_SESSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic session close at end of transaction
AUTO_EVICT_COLLECTION_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enables the automatic eviction of a bi-directional association's collection cache when an element in the ManyToOne collection is added/updated/removed without properly managing the change on the OneToMany side.
AUTO_FLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
AUTO_FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
AUTO_SESSION_EVENTS_LISTENER - Static variable in interface org.hibernate.cfg.AvailableSettings
Defines a default SessionEventListener to be applied to opened Sessions.
autoAliasInjection - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
AutoApplicableConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Contract for handling auto-apply checks for JPA AttributeConverters
autoApply - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClear(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session be automatically cleared on a failed transaction?
autoClose() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoClose flag from the original session should be used to create the new session.
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
Deprecated.
Only integrations can specify autoClosing behavior of individual sessions. See SessionOwner
autoClose(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AUTOCOMMIT - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls the autocommit mode of JDBC Connections obtained from a non-DataSource ConnectionProvider - assuming the ConnectionProvider impl properly leverages this setting (the provided Hibernate impls all do).
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.collection.plan.CollectionLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.custom.CustomLoader
 
autoDiscoverTypes(ResultSet) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
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.
autoImport - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
autoJoinTransactions() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
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 class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoJoinTransactions(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session built automatically join in any ongoing JTA transactions.
autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AuxiliaryDatabaseObject - Interface in org.hibernate.boot.model.relational
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
Additional, optional interface for AuxiliaryDatabaseObject that want to allow expansion of allowable dialects via mapping.
AvailableSettings - Interface in org.hibernate.cfg
 
AvailableSettings - Interface in org.hibernate.ejb
Deprecated.
use org.hibernate.jpa.AvailableSettings
AvailableSettings - Interface in org.hibernate.jpa
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific
avg() - Method in class org.hibernate.criterion.Property
Creates a property avg projection
avg(String) - Static method in class org.hibernate.criterion.Projections
A property average value projection
AvgFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
AvgProjection - Class in org.hibernate.criterion
An avg() projection
AvgProjection(String) - Constructor for class org.hibernate.criterion.AvgProjection
Constructs the AvgProjection
AvgWithArgumentCastFunction - Class in org.hibernate.dialect.function
Some databases strictly return the type of the of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped.
AvgWithArgumentCastFunction(String) - Constructor for class org.hibernate.dialect.function.AvgWithArgumentCastFunction
Constructs a AvgWithArgumentCastFunction

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
bag(String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
Bag - Class in org.hibernate.mapping
A bag permits duplicates, so it has no primary key
Bag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
 
Bag(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
BAG - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
BagBinder - Class in org.hibernate.cfg.annotations
Bind a bag.
BagBinder() - Constructor for class org.hibernate.cfg.annotations.BagBinder
 
BagType - Class in org.hibernate.type
 
BagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.BagType
 
base - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
base() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
The starting index value.
BaseCascadeStyle() - Constructor for class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
BaseCascadingAction() - Constructor for class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
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
 
BaseEnversCollectionEventListener - Class in org.hibernate.envers.event.spi
Base class for Envers' collection event related listeners
BaseEnversCollectionEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
BaseEnversEventListener - Class in org.hibernate.envers.event.spi
Base class for all Envers event listeners
BaseEnversEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversEventListener
 
BaseEnversUpdateEventListener - Class in org.hibernate.envers.event.spi
 
BaseEnversUpdateEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversUpdateEventListener
 
baseline() - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
BaselineAttributeInformation - Class in org.hibernate.tuple
 
BaselineAttributeInformation(boolean, boolean, boolean, ValueGeneration, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.BaselineAttributeInformation
 
BaselineAttributeInformation.Builder - Class in org.hibernate.tuple
 
BaselineSessionEventsListenerBuilder - Class in org.hibernate.cfg
 
BaselineSessionEventsListenerBuilder(boolean, Class<? extends SessionEventListener>) - Constructor for class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
baseListenerInterface() - Method in class org.hibernate.event.spi.EventType
 
BaseNonConfigCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
Applies functional testing logic for core Hibernate testing on top of BaseUnitTestCase.
BaseNonConfigCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
BaseNonConfigCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
 
baseSessionBuilder() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
BaseSessionEventListener - Class in org.hibernate
A no-op implementation of SessionEventListener.
BaseSessionEventListener() - Constructor for class org.hibernate.BaseSessionEventListener
 
BaseTransactionIsolationConfigTest - Class in org.hibernate.testing.common.connections
 
BaseTransactionIsolationConfigTest() - Constructor for class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
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.jpamodelgen.xml.jaxb.Attributes
 
basic - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
basic(Class) - Method in interface org.hibernate.TypeHelper
Convenience form of TypeHelper.basic(String).
basic(String) - Method in class org.hibernate.type.TypeResolver
Deprecated.
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 in org.hibernate.jpamodelgen.xml.jaxb
 
Basic() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are basic, simple values.
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The collection indexes are basic, simple values.
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
BASIC - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
BASIC - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is supported only in WHERE ... LIKE
BASIC - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
BASIC - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
BASIC - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
BASIC_ARRAY_TYPES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
BASIC_TYPES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
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
 
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, int, String, 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, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.BasicCollectionLoader
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
Collection persister for collections of values and many-to-many associations.
BasicCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.BasicDelegate
 
BasicDialectResolver - Class in org.hibernate.engine.jdbc.dialect.spi
Intended as support for custom resolvers which match a single db name (with optional version info).
BasicDialectResolver(String, int, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicEntityNameResolver() - Constructor for class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
BasicEntityPropertyMapping - Class in org.hibernate.persister.entity
 
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
BasicExpectation(int) - Constructor for class org.hibernate.jdbc.Expectations.BasicExpectation
 
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
 
BasicHolder(Class) - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
BasicJavaDescriptor<T> - Interface in org.hibernate.type.descriptor.java
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Serializable, Method, Method, CompositeType, SharedSessionContractImplementor, 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
 
BasicParamExpectation(int, int) - Constructor for class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
BasicProxyFactory - Interface in org.hibernate.bytecode.spi
A proxy factory for "basic proxy" generation.
BasicQueryContract<T extends BasicQueryContract> - Interface in org.hibernate
Deprecated.
(since 5.2) use CommonQueryContract instead.
BasicSQLExceptionConverter - Class in org.hibernate.engine.jdbc.dialect.spi
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
 
BasicTestingJdbcServiceImpl - Class in org.hibernate.testing.boot
Implementation of the JdbcServices contract for use by tests.
BasicTestingJdbcServiceImpl() - Constructor for class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
BasicTransformerAdapter - Class in org.hibernate.transform
Provides the basic "noop" impls of the ResultTransformer contract.
BasicTransformerAdapter() - Constructor for class org.hibernate.transform.BasicTransformerAdapter
 
BasicType - Interface in org.hibernate.type
Marker interface for basic types.
BasicTypeRegistration - Class in org.hibernate.boot.spi
 
BasicTypeRegistration(BasicType) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(BasicType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(CompositeUserType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(UserType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistry - Class in org.hibernate.type
A registry of BasicType instances
BasicTypeRegistry() - Constructor for class org.hibernate.type.BasicTypeRegistry
 
BasicTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.BasicTypeRegistry
 
BasicValueConverter<O,​R> - Interface in org.hibernate.metamodel.model.convert.spi
Support for basic-value conversions.
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Conceptually models a batch.
BATCH - org.hibernate.engine.FetchStyle
Initializes a number of indicated data items (entities or collections) in a series of grouped sql selects using an in-style sql restriction to define the batch size.
BATCH_FETCH_STYLE - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the BatchFetchStyle to use.
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
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.
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 - Class in org.hibernate.loader.collection.plan
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
 
BatchingCollectionInitializer(QueryableCollection) - Constructor for class org.hibernate.loader.collection.plan.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 - Class in org.hibernate.loader.entity.plan
The base contract for UniqueEntityLoader implementations 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
 
BatchingEntityLoader(EntityPersister) - Constructor for class org.hibernate.loader.entity.plan.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.
BatchLoadSizingStrategy - Interface in org.hibernate.loader
Strategy (pluggable) for determining an optimal size for batch loads.
BatchObserver - Interface in org.hibernate.engine.jdbc.batch.spi
An observer contract for batch events.
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
batchSize - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
BatchSize - Annotation Type in org.hibernate.annotations
Defines size for batch loading of collections or lazy entities.
BEAN_CONTAINER - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies an explicit BeanContainer to be used.
BeanContainer - Interface in org.hibernate.resource.beans.container.spi
Represents a backend "bean container" - CDI, Spring, etc
BeanContainer.LifecycleOptions - Interface in org.hibernate.resource.beans.container.spi
 
BeanInstanceProducer - Interface in org.hibernate.resource.beans.spi
Contract for producing a bean instance
BeanLifecycleStrategy - Interface in org.hibernate.resource.beans.container.spi
Models how the lifecycle for a bean should be managed.
beanManagerInitialized(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
 
beanManagerIsAvailableForUse() - Method in class org.jboss.as.jpa.hibernate5.HibernateExtendedBeanManager
 
beanManagerLifeCycle(BeanManager) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
BeanValidationEventListener - Class in org.hibernate.cfg.beanvalidation
Event listener used to enable Bean Validation for insert/update/delete events.
BeanValidationEventListener(ValidatorFactory, Map, ClassLoaderService) - 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.testing.logger.LoggerInspectionRule
 
beforeAssemble(Serializable[], Type[], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
beforeAssemble(Serializable, SharedSessionContractImplementor) - 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.
beforeBeanManagerDestroyed(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
 
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 interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the initial phase of transaction completion.
beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
beforeExecutions() - Method in interface org.hibernate.action.spi.Executable
Called before executing any actions.
beforeFirst() - Method in interface org.hibernate.ScrollableResults
Go to a location just before first result, This is the location of the cursor on a newly returned scrollable result.
beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before any elements are read into the collection, allowing appropriate initializations to occur.
beforeLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this before begining a two-phase load
beforeTablesOnCreation() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
beforeTablesOnCreation() - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Defines a simple precedence.
beforeTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
beforeTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.ActionQueue
Execute any registered BeforeTransactionCompletionProcess
beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
A before-completion callback to the owner.
beforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A before-completion callback from the coordinator to its owner.
beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionConsumer
Before transaction completion function
beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionFunction
Before transaction completion function
beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionFunction
Before transaction completion function
beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionVoidFunction
Before transaction completion function
beforeTransactionCompletion(Transaction) - Method in class org.hibernate.EmptyInterceptor
 
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
BeforeTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during before transaction completion.
begin() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Begin the resource transaction
begin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Begin the physical transaction
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 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.SharedSessionContractImplementor
The best guess entity name for an entity not in an association
between(Object, Object) - Method in class org.hibernate.criterion.Property
Creates a BETWEEN restriction for this property between the given min and max
between(String, Object, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "between" constraint to the named property
between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "between" constraint
BetweenExpression - Class in org.hibernate.criterion
Constrains a property to between two values
BetweenExpression(String, Object, Object) - Constructor for class org.hibernate.criterion.BetweenExpression
 
biDirectionalAssociationManagement() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
 
BidirectionalEntityReference - Interface in org.hibernate.loader.plan.spi
Represents the circular side of a bi-directional entity association.
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.
BigDecimalHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
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
 
BigIntegerHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
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 - org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
 
BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY.
BinaryStream - Interface in org.hibernate.engine.jdbc
Wraps a binary stream to also provide the length which is needed when binding.
BinaryType - Class in org.hibernate.type
A type that maps between a VARBINARY and byte[] Implementation of the VersionType interface should be considered deprecated.
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(File) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStream) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStream, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an InputStream
bind(String) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(String, Object) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Binds a value into JNDI by name.
bind(URL) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
bind(CallableStatement, X, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a CallableStatement.
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(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.loader.custom.sql.NamedParamBinder
 
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.loader.custom.sql.PositionalParamBinder
 
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.param.NamedParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in interface org.hibernate.param.ParameterBinder
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.param.PositionalParameterSpecification
Bind the appropriate value into the given statement at the specified position.
bind(PreparedStatement, QueryParameters, SharedSessionContractImplementor, int) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
bind(PreparedStatement, X, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a prepared statement.
bind(Source, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an XML source.
bind(InputStreamAccess) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
BIND - org.hibernate.query.criteria.LiteralHandlingMode
 
bindAnyMetaDefs(XAnnotatedElement, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
bindAsParameter() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
bindClass(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
Bind a class having JSR175 annotations.
bindDefaults(MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindDiscriminatorValue() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindDynamicParameter(Type, Object) - Method in class org.hibernate.engine.spi.QueryParameters
 
bindEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
Binder - Interface in org.hibernate.boot.jaxb.spi
Contract for performing JAXB binding.
Binder - Interface in org.hibernate.id.insert
 
BinderHelper - Class in org.hibernate.cfg
 
bindFk(PersistentClass, PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
bindForeignKeyNameAndDefinition(SimpleValue, XProperty, ForeignKey, JoinColumn, JoinColumns) - Static method in class org.hibernate.cfg.AnnotationBinder
 
Binding<T> - Class in org.hibernate.boot.jaxb.spi
Represents a JAXB binding, as well as keeping information about the origin of the processed XML
Binding(T, Origin) - Constructor for class org.hibernate.boot.jaxb.spi.Binding
 
bindLimitParameters(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Default implementation of binding parameter values needed by the LIMIT clause.
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Bind parameter values needed by the LIMIT clause after original SELECT statement.
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Bind parameter values needed by the LIMIT clause before original SELECT statement.
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, 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.getLimitHandler() 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.Informix10LimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
bindLimitParametersInReverseOrder - Variable in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.AbstractHANADialect
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() 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.pagination.Oracle12LimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
bindManytoManyInverseFk(PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, MetadataBuildingContext) - 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
bindNamedParameters(PreparedStatement, Map<String, TypedValue>, int, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Bind named parameters to the JDBC prepared statement.
bindNamedStoredProcedureQuery(NamedStoredProcedureQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQueries(NamedNativeQueries, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindNullValue(Class<?>) - Method in interface org.hibernate.jpa.spi.NullTypeBindableParameterRegistration
If bindable, bind a null value using the provided parameter type.
bindOneToManySecondPass(Collection, Map, Ejb3JoinColumn[], XClass, boolean, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindPackage(String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindParameters(SharedSessionContractImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Bind any required parameter values into the SQL command AbstractSelectingDelegate.getSelectSQL().
bindParameters(SharedSessionContractImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
bindParameterValues(PreparedStatement, QueryParameters, int, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
bindParameterValues(PreparedStatement, QueryParameters, int, SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
We specifically override this method here, because in general we know much more about the parameters and their appropriate bind positions here then we do in our super because we track them explicitly here through the ParameterSpecification interface.
bindParameterValues(PreparedStatement, QueryParameters, int, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Bind all parameter values into the prepared statement in preparation for execution.
bindPositionalParameters(PreparedStatement, QueryParameters, int, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Bind positional parameter values to the JDBC prepared statement.
bindQueries(NamedQueries, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueries(NamedQueries, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSessionIdentifier(PreparedStatement, SharedSessionContractImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.Helper
 
bindSqlResultSetMapping(SqlResultSetMapping, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindSqlResultSetMappings(SqlResultSetMappings, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, MetadataBuildingContext) - 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, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
bindTable(String, String, String, List<UniqueConstraintHolder>, String, InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindTableForDiscriminatedSubclass(InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindValue(T) - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, bind the value.
bindValue(T) - Method in interface org.hibernate.procedure.ParameterRegistration
Bind a value to the parameter.
bindValue(T, TemporalType) - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, bind the value using the specific temporal type.
bindValue(T, TemporalType) - Method in interface org.hibernate.procedure.ParameterRegistration
Bind a value to the parameter, using just a specified portion of the DATE/TIME value.
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
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..
BlobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
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 - Class in org.hibernate.type.descriptor.sql
Descriptor for BLOB handling.
BlobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
BlobTypeDescriptor.BlobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
BOOLEAN - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC BIT.
booleanCombination(RelationshipMask[]) - Static method in enum org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
Combines the passed "RelationshipMasks
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 - Class in org.hibernate.type.descriptor.sql
Descriptor for BOOLEAN handling.
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
BooleanTypeDescriptor(char, char) - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
Bootstrap - Class in org.hibernate.jpa.boot.spi
Entry into the bootstrap process.
BootstrapContext - Interface in org.hibernate.boot.spi
Defines a context for things generally available to the process of bootstrapping a SessionFactory that are expected to be released after the SessionFactory is built.
BootstrapContextImpl - Class in org.hibernate.testing.boot
 
BootstrapServiceRegistry - Interface in org.hibernate.boot.registry
Provides the most basic services needed.
BootstrapServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for BootstrapServiceRegistry instances.
BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
 
BOTH - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Both catalog and schema are supported.
BOTH - org.hibernate.tool.hbm2ddl.SchemaExport.Action
Drop and then create
BOTH - org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
BOTH - org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
BOTH - org.hibernate.tool.hbm2ddl.Target
BOTH - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
BOTH_SPACE_TRIM_FROM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming both leading and trailing spaces, with the optional FROM keyword.
BOTH_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming both leading and trailing spaces
BOTH_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from both the beginning and the end of text.
boundary - org.hibernate.spatial.SpatialFunction
The boundery function, cfr.
buffer - org.hibernate.spatial.SpatialFunction
The buffer function, cfr.
BUFFER - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The buffer function
build() - Method in interface org.hibernate.boot.MetadataBuilder
Actually build the metamodel
build() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
build() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Build the bootstrap registry.
build() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Build the StandardServiceRegistry.
build() - Method in interface org.hibernate.boot.SessionFactoryBuilder
After all options have been set, build the SessionFactory.
build() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
build() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
build() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
build() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Build EntityManagerFactory instance
build() - Method in class org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl
 
build(MetadataSources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Unified single phase for MetadataSources->Metadata process
buildAndFillTable(String, String, Identifier, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAndFillTable(String, String, ObjectNameSource, NamingStrategyHelper, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAnyAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for an "any" attribute.
buildAnyValue(String, Ejb3JoinColumn[], Column, PropertyData, boolean, Nullability, PropertyHolder, EntityBinder, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
buildArchiveDescriptor(URL) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
buildArchiveDescriptor(URL) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the given url
buildArchiveDescriptor(URL) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
buildArchiveDescriptor(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the path relative to the given url
buildArchiveDescriptor(URL, String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
buildArchiveDescriptor(URL, String) - Method in class org.jboss.as.jpa.hibernate5.VirtualFileSystemArchiveDescriptorFactory
 
buildAttributeConversionInfoMap(XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
buildBaseConfiguration() - Static method in class org.hibernate.testing.env.TestingDatabaseInfo
 
buildBaselineList() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBatch(BatchKey, JdbcCoordinator) - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchBuilder
Build a batch.
buildBatchingLoader(OuterJoinLoadable, int, LockMode, 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, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
buildBidirectionalEntityReference(AssociationAttributeDefinition, FetchStrategy, EntityReference) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a bidirectional entity reference for an entity attribute.
buildBootstrapServiceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildByteBasedInputStreamAccess(String, InputStream) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
buildBytecodeProvider(Properties) - Static method in class org.hibernate.cfg.Environment
 
buildCacheEntry(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCacheEntry(Object, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
buildCacheEntry(Object, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
buildCacheEntryHelper() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildCallback(SharedSessionContractImplementor) - 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(SharedSessionContractImplementor) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
buildCallback(SharedSessionContractImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
 
buildCallbacksForEmbeddable(Property, String, CallbackBuilder.CallbackRegistrar) - Method in interface org.hibernate.jpa.event.spi.CallbackBuilder
 
buildCallbacksForEntity(String, CallbackBuilder.CallbackRegistrar) - Method in interface org.hibernate.jpa.event.spi.CallbackBuilder
 
buildCollectionAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for a collection attribute.
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(OrderColumn, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.IndexColumn
JPA 2 @OrderColumn processing.
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.IndexColumn
Legacy @IndexColumn processing.
buildCompositeAttributeFetch(AttributeDefinition) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for a composite attribute.
buildConfiguration() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildConnection() - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
buildConnectionProvider() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(boolean) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildDatabaseStructure(Type, Properties, JdbcEnvironment, boolean, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDataSourceConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildDdlTransactionIsolator(JdbcContext) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
buildDelayedAction(Metadata, ExecutionOptions, SourceDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Build a delayed Runnable for performing schema dropping.
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.cte.CteValuesListBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
buildDeleteHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.id.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.id.persistent.PersistentTableBulkIdStrategy
 
buildDialect(Map, DialectResolutionInfoSource) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
Builds an appropriate Dialect instance.
buildDialect(Map, DialectResolutionInfoSource) - Method in class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
buildDiscriminatorColumn(DiscriminatorType, DiscriminatorColumn, DiscriminatorFormula, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in interface org.hibernate.cache.spi.RegionFactory
Create a named Region for holding domain model data
buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
buildEntityAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for an entity attribute.
buildEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity
Builder() - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
Builder() - Constructor for class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
Builder(OuterJoinLoadable) - Constructor for class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
buildExceptionFromInstantiationError(AttributeConversionInfo, Exception) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
buildExecutionOptions(Map, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
buildFunctionParameterList(String) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
buildFunctionParameterList(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.CountProjection
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
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
 
buildGroupsForOperation(GroupsPerOperation.Operation, Map, ClassLoaderAccess) - Static method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
buildHolder() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
buildIdentifierAttribute(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates the attribute representation of the identifier for a given entity mapping.
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.AbstractHANADialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Build the IdentifierHelper indicated by this Dialect for handling identifier conversions.
buildIdTableCreateStatement(Table, JdbcServices, MetadataImplementor) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableDropStatement(Table, JdbcServices) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, CT) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, AbstractMultiTableBulkIdStrategyImpl.PreparationContext) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
buildInheritanceStates(List<XClass>, MetadataBuildingContext) - 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(EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildInstantiator(EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildInstantiator(EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildIsolatedClassLoader() - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
buildJavassistProxyFactory(Class, Class[]) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
buildJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, Map<String, Join>, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
Build JoinColumn for a JOINED hierarchy
buildJoinColumns(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsOrFormulas(JoinColumnOrFormula[], String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsWithDefaultColumnSuffix(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinFormula(JoinFormula, String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
build join formula
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJpaIndexHolder(Index[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.
buildLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
Builds a batch-fetch capable loader based on the given persister, lock-options, etc.
buildLoadPlan() - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingAssociationVisitationStrategy
After visitation is done, build the load plan.
buildLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
 
buildLockOptions(LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
buildLockOptions(LockModeType, Map<String, Object>) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Deprecated.
Given a JPA LockModeType and properties, build a Hibernate LockOptions
buildLockRequest(LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
buildLockRequest(LockOptions) - Method in interface org.hibernate.Session
Build a LockRequest that specifies the LockMode, pessimistic lock timeout and lock scope.
buildMappings() - Method in class org.hibernate.cfg.Configuration
Deprecated.
Does nothing
buildMetadata() - Method in class org.hibernate.boot.MetadataSources
Short-hand form of calling MetadataSources.getMetadataBuilder() and using its MetadataBuilder.build() method in cases where the application wants to accept the defaults.
buildMetadata(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
 
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
Intended for test usage only.
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Intended for test usage only.
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
Intended for test usage only.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Builds a minimal converter.
buildMultiLoadQueryParameters(OuterJoinLoadable, Serializable[], LockOptions) - Static method in class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder
 
buildNamedEntityGraph(Element, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNamedQueries(Element, boolean, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
buildNamedStoreProcedureQueries(Element, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildNonBatchingLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
buildNonBatchingLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.AbstractBatchingCollectionInitializerBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
buildNonBatchingLoader(OuterJoinLoadable, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
 
buildOptimizer(String, Class, int) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
buildOptimizer(String, Class, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Builds an optimizer
buildPreparationContext() - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildPreparationContext() - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildPreparationContext() - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
buildProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
buildPropertyAccess(Class, String) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategy
Build a PropertyAccess for the indicated property
buildPropertyGetter(Property, PersistentClass) - 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
 
buildPropertyGetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildPropertyHolder(XClass, PersistentClass, EntityBinder, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
 
buildPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
buid a property holder on top of a collection
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(PersistentClass, Map<String, Join>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
must only be used on second level phases ( has to be settled already)
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Build an appropriate Setter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildPropertySetter(Property, PersistentClass) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxy(Class, Class[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
 
buildProxyFactory(SessionFactoryImplementor) - 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(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildProxyFactoryInternal(PersistentClass, Getter, Setter) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
buildQueryParameters(Serializable, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
 
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
buildResultRow(Object[], ResultSet, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.ResultRowProcessor
Build a logical result row.
buildResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.ResultRowProcessor
 
buildRootCollectionLoadPlan(LoadPlanBuildingAssociationVisitationStrategy, CollectionPersister) - Static method in class org.hibernate.loader.plan.build.spi.MetamodelDrivenLoadPlanBuilder
Coordinates building a LoadPlan that defines just a single root collection return (may have fetches).
buildRootEntityLoadPlan(LoadPlanBuildingAssociationVisitationStrategy, EntityPersister) - Static method in class org.hibernate.loader.plan.build.spi.MetamodelDrivenLoadPlanBuilder
Coordinates building a LoadPlan that defines just a single root entity return (may have fetches).
buildRowReader() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
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
 
buildSequence(Database) - Method in class org.hibernate.envers.enhanced.OrderedSequenceStructure
 
buildSequence(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
buildSequenceGeneratorAnnotation(Element) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
buildServiceRegistry() - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(Map) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(BootstrapServiceRegistry, Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildServiceRegistry(SessionFactoryImplementor, BootstrapContext, SessionFactoryOptions) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
Create the registry.
buildSessionFactory() - Method in interface org.hibernate.boot.Metadata
Short-hand form of building a SessionFactory through the builder without any additional option overrides.
buildSessionFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSessionFactory(Consumer<Configuration>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSessionFactory(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactoryOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
buildSessionFactoryOptions() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
Build the SessionFactoryOptions that will ultimately be passed to SessionFactoryImpl constructor.
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
 
buildSqlCreateIndexString(Dialect, String, String, Iterator<Column>, Map<Column, String>, boolean) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, Map<Column, String>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, Map<Column, String>, boolean, Metadata) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.AbstractHANADialect
 
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, ClassLoaderAccess) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildTableGeneratorAnnotation(Element, XMLContext.Default) - Static method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
buildTableStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
buildTargetDescriptor(EnumSet<TargetType>, String, ServiceRegistry) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
buildTimestampsCache(CacheImplementor, TimestampsRegion) - Method in interface org.hibernate.cache.spi.TimestampsCacheFactory
Build the TimestampsCache
buildTimestampsRegion(String, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
 
buildTimestampsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildTokenTypeASTClassMap() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.Options) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
buildUniqueConstraintHolders(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
Build a list of UniqueConstraintHolder instances given a list of UniqueConstraint annotations.
buildUniqueConstraints(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.cte.CteValuesListBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
buildUpdateHandler(SessionFactoryImplementor, HqlSqlWalker) - Method in interface org.hibernate.hql.spi.id.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.id.persistent.PersistentTableBulkIdStrategy
 
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildVersionProperty(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
buildXsdDescriptor(String, String, String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
BuiltInPropertyAccessStrategies - Enum in org.hibernate.property.access.spi
Describes the built-in externally-nameable PropertyAccessStrategy implementations.
BulkInsertionCapableIdentifierGenerator - Interface in org.hibernate.id
Specialized contract for IdentifierGenerator implementations capable of being used in conjunction with HQL insert statements.
BV_CHECK_CLASS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
byClass(Class, Properties) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(Class<T>) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity by primary key.
byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity type by primary key.
byKey() - Method in class org.hibernate.loader.collection.plan.CollectionLoader.Builder
 
byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(Class<T>) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple entities at once as specified by primary key values.
byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(String) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple entities at once as specified by primary key values.
byName(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
 
byName(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byPrimaryKey() - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its simple (single attribute) natural id.
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte to JDBC TINYINT.
ByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Byte[] handling.
ByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
ByteBuddyInterceptor - Class in org.hibernate.proxy.pojo.bytebuddy
 
ByteBuddyInterceptor(String, Class, Class[], Serializable, Method, Method, CompositeType, SharedSessionContractImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
 
ByteBuddyProxyFactory - Class in org.hibernate.proxy.pojo.bytebuddy
 
ByteBuddyProxyFactory(ByteBuddyProxyHelper) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
 
ByteBuddyProxyHelper - Class in org.hibernate.proxy.pojo.bytebuddy
 
ByteBuddyProxyHelper(ByteBuddyState) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
 
BYTECODE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Pick which bytecode enhancing library to use.
BYTECODE_PROVIDER_NAME_BYTEBUDDY - Static variable in class org.hibernate.cfg.Environment
 
BYTECODE_PROVIDER_NAME_DEFAULT - Static variable in class org.hibernate.cfg.Environment
 
BYTECODE_PROVIDER_NAME_JAVASSIST - Static variable in class org.hibernate.cfg.Environment
 
BytecodeEnhancementMetadata - Interface in org.hibernate.bytecode.spi
Encapsulates bytecode enhancement information about a particular entity.
BytecodeEnhancementMetadataNonPojoImpl - Class in org.hibernate.tuple.entity
 
BytecodeEnhancementMetadataNonPojoImpl(String) - Constructor for class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
BytecodeEnhancementMetadataPojoImpl - Class in org.hibernate.tuple.entity
 
BytecodeEnhancementMetadataPojoImpl(String, Class, Set<String>, CompositeType, boolean, LazyAttributesMetadata) - Constructor for class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
BytecodeEnhancerRunner - Class in org.hibernate.testing.bytecode.enhancement
 
BytecodeEnhancerRunner(Class<?>) - Constructor for class org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner
 
ByteCodeHelper - Class in org.hibernate.bytecode.spi
A helper for reading byte code from various input sources.
BytecodeLazyAttributeInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
BytecodeLogger - Interface in org.hibernate.bytecode
 
BytecodeProvider - Interface in org.hibernate.bytecode.spi
Contract for providers of bytecode services to Hibernate.
BytemanHelper - Class in org.hibernate.testing.byteman
 
BytemanHelper(Rule) - Constructor for class org.hibernate.testing.byteman.BytemanHelper
 
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
 
byUniqueKey(String[], Type) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 

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
A setting prefix used to indicate settings that target the hibernate-c3p0 integration
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_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum idle time for C3P0 connection pool
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Cache - Interface in org.hibernate
Provides an API for querying/managing the second level cache regions.
Cache - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection.
CACHE - org.hibernate.dialect.Database
 
CACHE_KEYS_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
Allow control to specify the CacheKeysFactory impl to use.
CACHE_MANAGER - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Allows providing `hibernate-jcache` with a custom JCache CacheManager.
CACHE_MODE - Static variable in class org.hibernate.annotations.QueryHints
The cache mode to use.
CACHE_PROVIDER_CONFIG - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider implementation class
CACHE_REGION - Static variable in class org.hibernate.annotations.QueryHints
The cache region to use.
CACHE_REGION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The RegionFactory implementation.
CACHE_REGION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider region name prefix
Cache71Dialect - Class in org.hibernate.dialect
Caché 2007.1 dialect.
Cache71Dialect() - Constructor for class org.hibernate.dialect.Cache71Dialect
Creates new Cache71Dialect instance.
cacheable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheable - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
cacheable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
cacheable() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Whether the query (results) is cacheable or not.
cacheable() - Method in annotation type org.hibernate.annotations.NamedQuery
Whether the query (results) is cacheable or not.
CACHEABLE - Static variable in class org.hibernate.annotations.QueryHints
Are the query results cacheable?
CacheableDataStatistics - Interface in org.hibernate.stat
 
CacheableResultTransformer - Class in org.hibernate.transform
A ResultTransformer that is used to transform tuples to a value(s) that can be cached.
CacheConcurrencyStrategy - Enum in org.hibernate.annotations
Cache concurrency strategy.
CachedDomainDataAccess - Interface in org.hibernate.cache.spi.access
Base contract for accessing the underlying cached data for a particular Navigable of the user's domain model in a transactionally ACID manner.
CachedNaturalIdValueSource - Enum in org.hibernate.engine.spi
The type of action from which the cache call is originating.
CacheEntry - Interface in org.hibernate.cache.spi.entry
A cached instance of a persistent class
CacheEntryStructure - Interface in org.hibernate.cache.spi.entry
Strategy for how cache entries are "structured" for storing into the cache.
CacheException - Exception in org.hibernate.cache
Something went wrong in the cache
CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
cacheGetEnd(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
cacheGetEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
cacheGetStart() - Method in class org.hibernate.BaseSessionEventListener
 
cacheGetStart() - Method in interface org.hibernate.SessionEventListener
 
CacheImplementor - Interface in org.hibernate.cache.spi
SPI contract for Hibernate's second-level cache engine
CacheImplementor - Interface in org.hibernate.engine.spi
Deprecated.
CacheInitiator - Class in org.hibernate.engine.spi
Initiator for second level cache support
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
 
CacheKeysFactory - Interface in org.hibernate.cache.spi
 
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheMode - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
cacheMode() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The cache mode used for this query.
cacheMode() - Method in annotation type org.hibernate.annotations.NamedQuery
The cache mode used for this query.
CacheMode - Enum in org.hibernate
Controls how the session interacts with the second-level cache and query cache.
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
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.
cachePutEnd() - Method in class org.hibernate.BaseSessionEventListener
 
cachePutEnd() - Method in interface org.hibernate.SessionEventListener
 
cachePutStart() - Method in class org.hibernate.BaseSessionEventListener
 
cachePutStart() - Method in interface org.hibernate.SessionEventListener
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheRegion - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
cacheRegion() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
If the query results are cacheable, name the query cache region to use.
cacheRegion() - Method in annotation type org.hibernate.annotations.NamedQuery
If the query results are cacheable, name the query cache region to use.
CacheRegionDefinition - Class in org.hibernate.boot
Models the definition of caching settings for a particular region.
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType, String, String, String, boolean) - Constructor for class org.hibernate.boot.CacheRegionDefinition
 
CacheRegionDefinition.CacheRegionType - Enum in org.hibernate.boot
 
CacheRegionStatistics - Interface in org.hibernate.stat
Second level cache statistics of a specific region
CacheTransactionSynchronization - Interface in org.hibernate.cache.spi
Defines a context object that a RegionFactory is asked to create (RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor)}) when a Hibernate Session is created.
CacheUtils - Class in org.hibernate.cache.spi.support
 
CacheUtils() - Constructor for class org.hibernate.cache.spi.support.CacheUtils
 
Caching - Class in org.hibernate.boot.model
Models the caching options for an entity, natural-id or collection.
Caching(String, AccessType, boolean) - Constructor for class org.hibernate.boot.model.Caching
 
Caching(String, AccessType, boolean, TruthValue) - Constructor for class org.hibernate.boot.model.Caching
 
Caching(TruthValue) - Constructor for class org.hibernate.boot.model.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
 
CachingRegionFactory(CacheKeysFactory) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(CacheKeysFactory, 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.
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
 
CalendarMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
CalendarTimeType - Class in org.hibernate.type
A type mapping TIME and Calendar.
CalendarTimeType() - Constructor for class org.hibernate.type.CalendarTimeType
 
CalendarTimeTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the time portion.
CalendarTimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
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
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
callable() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Does the SQL (NamedNativeQuery.query()) represent a call to a procedure/function?
callable() - Method in annotation type org.hibernate.annotations.SQLDelete
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLInsert
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLUpdate
Is the statement callable (aka a CallableStatement)?
CALLABLE - Static variable in class org.hibernate.annotations.QueryHints
Is the query callable? Note: only valid for named native sql queries.
CallableStatementSupport - Interface in org.hibernate.procedure.spi
 
Callback - Interface in org.hibernate.jpa.event.spi
Represents a JPA event callback (the method).
CALLBACK - org.hibernate.cfg.beanvalidation.ValidationMode
 
CALLBACK - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
CallbackBuilder - Interface in org.hibernate.jpa.event.spi
Contract for walking an entity hierarchy and building a list of JPA callbacks
CallbackBuilder.CallbackRegistrar - Interface in org.hibernate.jpa.event.spi
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
CallbackException - Exception in org.hibernate
Intended to be thrown from Lifecycle and Interceptor callbacks.
CallbackException - Exception in org.hibernate.testing.junit4
Indicates an exception while performing a callback on the test
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given underlying cause.
CallbackException(Method) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(Method, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message.
CallbackException(String) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message and underlying cause.
CallbackException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackRegistry - Interface in org.hibernate.jpa.event.spi
Registry of Callbacks by entity and type
CallbackRegistryConsumer - Interface in org.hibernate.jpa.event.spi
Contract for injecting the registry of Callbacks into event listeners.
CallbackType - Enum in org.hibernate.jpa.event.spi
 
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
 
canBeRemapped() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
canBeRemapped() - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Is this descriptor available for remapping?
canBeRemapped() - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
Deprecated.
 
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.testing.jta.TestingJtaPlatformImpl
 
canCacheTransactionManager() - Method in class org.jboss.as.jpa.hibernate5.JBossAppServerJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
cancel() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Cancel the building processing.
cancel() - Method in class org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl
 
cancelLastQuery() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Attempt to cancel the last query sent to the JDBC driver.
cancelLastQuery() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
cancelQuery() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
canCreateCatalog() - Method in class org.hibernate.dialect.Dialect
Does this dialect support catalog creation?
canCreateCatalog() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Dialect
Does this dialect support schema creation?
canCreateSchema() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Oracle8iDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
canDetectHibernateMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanOptions
Deprecated.
With move to unified schema, this setting is now deprecated and will be removed once support for reading hbm.xml files is fully removed.
canDetectUnlistedClassesInNonRoot() - Method in interface org.hibernate.boot.archive.scan.spi.ScanOptions
Is detection of managed classes from non-root urls allowed? In strict JPA sense, this would always be allowed.
canDetectUnlistedClassesInRoot() - Method in interface org.hibernate.boot.archive.scan.spi.ScanOptions
Is detection of managed classes from root url allowed? In strict JPA sense, this would be controlled by the <exclude-unlisted-classes/> element.
canDirtyCheck(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Is this strategy capable of telling whether the given entity is dirty? A return of true means that CustomEntityDirtinessStrategy.isDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session) will be called next as the definitive means to determine whether the entity is dirty.
canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoExtraction() - Method in class org.hibernate.type.ComponentType
 
canDoExtraction() - Method in class org.hibernate.type.CustomType
 
canDoExtraction() - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Can the given instance of this type actually perform the parameter value extractions?
canDoSetting() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoSetting() - Method in class org.hibernate.type.CustomType
 
canDoSetting() - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Can the given instance of this type actually set the parameter value by name
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.
canJoinsBeRequired() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
 
CannotForceNonNullableException - Exception in org.hibernate.cfg
Indicates an internal attempt to mark a column as non-nullable (because its part of a PK, etc) but we cannot force that column to be non-nullable.
CannotForceNonNullableException(String) - Constructor for exception org.hibernate.cfg.CannotForceNonNullableException
 
canReadFromCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canReadFromCache() - Method in interface org.hibernate.persister.entity.EntityPersister
 
canRegisterSynchronization() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Can we currently register a Synchronization?
canRegisterSynchronization() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
canRollback() - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
canUseCachedReferences() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
 
canUseJavaAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
canUseReferenceCacheEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canUseReferenceCacheEntries() - Method in interface org.hibernate.persister.entity.EntityPersister
 
canWriteToCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canWriteToCache() - Method in interface org.hibernate.persister.entity.EntityPersister
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
cascade(EventSource, Object, String, Object, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
Cascade the action to the child object.
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association.
CASCADE - org.hibernate.annotations.OnDeleteAction
Use cascade delete capabilities of the database foreign-key.
CASCADE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
cascadeAll - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
cascadeDetach - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
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.jpamodelgen.xml.jaxb.CascadeType
 
cascadeNow(CascadePoint) - Method in enum org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
cascadePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
cascadeRefresh - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
cascadeRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
CascadeStyle - Interface in org.hibernate.engine.spi
A contract for defining the aspects of cascading various persistence actions.
CascadeStyles - Class in org.hibernate.engine.spi
 
CascadeStyles.BaseCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyles.MultipleCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyleSource - Interface in org.hibernate.boot.model.source.spi
Describes sources which define cascading.
CascadeType - Class in org.hibernate.jpamodelgen.xml.jaxb
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};
CascadeType - Enum in org.hibernate.annotations
Cascade types (can override default JPA cascades).
CascadeType() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
 
CascadingAction - Interface in org.hibernate.engine.spi
A session action that may be cascaded from parent entity to its children
CascadingActions - Class in org.hibernate.engine.spi
 
CascadingActions.BaseCascadingAction - Class in org.hibernate.engine.spi
 
CaseFragment - Class in org.hibernate.sql
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
 
cases - Variable in class org.hibernate.sql.CaseFragment
 
CaseSensitiveCheck() - Constructor for class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
 
cast(Class<T>, Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Deprecated.
No idea why this is exposed here...
cast(String, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type.
cast(String, int, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type.
cast(String, int, int, int, int) - Method in class org.hibernate.dialect.Dialect
Return an expression casting the value to the specified type
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
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
catalog() - Method in annotation type org.hibernate.envers.AuditJoinTable
The catalog of the join table.
catalog() - Method in annotation type org.hibernate.envers.AuditTable
The catalog of the table.
CATALOG - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Only catalog is supported
CATALOG - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given catalog already exists.
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Does the given catalog exist yet?
CDI_BEAN_MANAGER - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to pass along the CDI BeanManager, if any, to be used.
CDI_BEAN_MANAGER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.CDI_BEAN_MANAGER instead
cdiBeanManagerClass(ClassLoaderService) - Static method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
centroid - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
centroid(String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjections
Applies a "CENTROID" projection to the named property.
CENTROID - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
CENTROID aggregate function
CFG_FILE - Static variable in interface org.hibernate.jpa.AvailableSettings
cfg.xml configuration file used
CfgXmlAccessService - Interface in org.hibernate.boot.cfgxml.spi
Allows access to any cfg.xml files specified for bootstrapping.
cfgXsd() - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
Chache71IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
Chache71IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
 
CHAR - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is valid only in WHERE ... LIKE
CHAR - org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC VARCHAR.
CHARACTER - org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
 
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[]
CharacterArrayClobType() - Constructor for class org.hibernate.type.CharacterArrayClobType
 
CharacterArrayNClobType - Class in org.hibernate.type
A type that maps between NCLOB and Character[]
CharacterArrayNClobType() - Constructor for class org.hibernate.type.CharacterArrayNClobType
 
CharacterArrayType - Class in org.hibernate.type
A type that maps between VARCHAR and Character[]
CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
 
CharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Character[] handling.
CharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
CharacterNCharType - Class in org.hibernate.type
A type that maps between NCHAR(1) and Character
CharacterNCharType() - Constructor for class org.hibernate.type.CharacterNCharType
 
CharacterStream - Interface in org.hibernate.engine.jdbc
Wraps a character stream (reader) to also provide the length (number of characters) which is needed when binding.
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
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
check() - Method in annotation type org.hibernate.annotations.SQLDelete
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLInsert
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLUpdate
For persistence operation what style of determining results (success/failure) is to be used.
check(int, Serializable, int, Expectation, PreparedStatement) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
Check - Annotation Type in org.hibernate.annotations
Arbitrary SQL CHECK constraints which can be defined at the class, property or collection level.
CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nullability checking.
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkDirtyTracking(Object, String...) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
compares the dirty fields of an entity with a set of expected values
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkIfTransactionInProgress(SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
checkNamedQueries(QueryPlanCache) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
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.
checkOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkOpen() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Performs a check whether the Session is open, and if not: marks current transaction (if one) for rollback only throws an IllegalStateException (JPA defines the exception type)
checkOpen(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkOpen(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Performs a check whether the Session is open, and if not: if markForRollbackIfClosed is true, marks current transaction (if one) for rollback only throws an IllegalStateException (JPA defines the exception type)
checkOpen(boolean) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Deprecated.
Used to ensure the EntityManager is open, throwing IllegalStateException if it is closed.
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in interface org.hibernate.secure.spi.JaccService
Deprecated.
 
checkPropertyColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkPropertyConsistency(Ejb3Column[], String) - Static method in class org.hibernate.cfg.Ejb3Column
 
checkReferencedColumnsType(Ejb3JoinColumn[], PersistentClass, MetadataBuildingContext) - 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.
checkTransactionNeededForUpdateOperation(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkTransactionNeededForUpdateOperation(String) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Check if an active Transaction is necessary for the update operation to be executed.
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.
checkVersion(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
CLASS - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
CLASS - org.hibernate.cfg.MetadataSourceType
Indicates metadata coming from either annotations, orx.xml or a combination of the two.
CLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
CLASS - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Class to JDBC VARCHAR.
CLASS_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.classcache.<fully.qualified.Classname> 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
 
classBlock(RunNotifier) - Method in class org.hibernate.testing.junit4.CustomRunner
classCacheOrCollectionCache - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
ClassDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a class file.
ClassDescriptor.Categorization - Enum in org.hibernate.boot.archive.scan.spi
 
ClassEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
ClassEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
ClassFileArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for class file entries within an archive
ClassFileArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
 
classForName(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a class by name.
classForName(String) - Method in interface org.hibernate.boot.spi.ClassLoaderAccess
Obtain a Class reference by name
classForName(String) - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
classForName(String) - Method in class org.hibernate.cfg.annotations.reflection.ClassLoaderAccessLazyImpl
 
classForName(String) - Method in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
ClassLoaderAccess - Interface in org.hibernate.boot.spi
During the process of building this metamodel, accessing the ClassLoader is very discouraged.
ClassLoaderAccessDelegateImpl - Class in org.hibernate.boot.spi
A ClassLoaderAccess implementation based on delegation
ClassLoaderAccessDelegateImpl() - Constructor for class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
ClassLoaderAccessLazyImpl - Class in org.hibernate.cfg.annotations.reflection
A ClassLoaderAccess implementation based on lazy access to MetadataBuildingOptions
ClassLoaderAccessLazyImpl(MetadataBuildingOptions) - Constructor for class org.hibernate.cfg.annotations.reflection.ClassLoaderAccessLazyImpl
 
ClassLoaderAccessTestingImpl - Class in org.hibernate.testing.boot
 
ClassLoaderAccessTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
CLASSLOADERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to define a Collection of the ClassLoader instances Hibernate should use for class-loading and resource-lookups.
ClassLoaderService - Interface in org.hibernate.boot.registry.classloading.spi
A service for interacting with class loaders.
ClassLoaderService.Work<T> - Interface in org.hibernate.boot.registry.classloading.spi
 
ClassLoaderServiceTestingImpl - Class in org.hibernate.testing.boot
 
ClassLoaderServiceTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
 
ClassLoadingException - Exception in org.hibernate.boot.registry.classloading.spi
Indicates a problem performing class loading.
ClassLoadingException(String) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
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
classNameFromFqcn(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
ClassPropertyHolder - Class in org.hibernate.cfg
 
ClassPropertyHolder(PersistentClass, XClass, Map<String, Join>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
ClassPropertyHolder(PersistentClass, XClass, EntityBinder, MetadataBuildingContext, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.cfg.ClassPropertyHolder
 
ClassSelector - Class in org.hibernate.testing.bytecode.enhancement
EnhancementSelector based on class name
ClassSelector(String) - Constructor for class org.hibernate.testing.bytecode.enhancement.ClassSelector
 
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
Deprecated.
Return a table name for an entity class
ClassTransformer - Interface in org.hibernate.bytecode.spi
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
ClassType - Class in org.hibernate.type
A type that maps between VARCHAR and Class
ClassType() - Constructor for class org.hibernate.type.ClassType
 
ClassTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Class handling.
ClassTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
ClassWriter - Class in org.hibernate.jpamodelgen
Helper class to write the actual meta model class using the Filer API.
clause() - Method in annotation type org.hibernate.annotations.OrderBy
SQL ordering clause.
clause() - Method in annotation type org.hibernate.annotations.Where
The where-clause predicate.
clause() - Method in annotation type org.hibernate.annotations.WhereJoinTable
The where-clause predicate.
clazz - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
CLEAN - org.hibernate.hql.spi.id.local.AfterUseAction
 
cleanup() - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Clean up the caches when the SessionFactory is closed.
cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
 
cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
cleanup(PersistenceUnitMetadata) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
cleanupCache() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupCache() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
cleanupFromSynchronizations() - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
cleanUpRows(String, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.persistent.Helper
 
cleanupTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
clear() - Method in interface org.hibernate.cache.spi.QueryCache
Deprecated.
Clear items from the query cache.
clear() - Method in interface org.hibernate.cache.spi.QueryResultsCache
Clear items from the query cache.
clear() - Method in interface org.hibernate.cache.spi.Region
Clear all data cached in the region
clear() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
clear() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
clear() - Method in interface org.hibernate.cache.spi.TimestampsCache
 
clear() - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
Deprecated.
Clear the update-timestamps data.
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 class org.hibernate.engine.spi.ExecutableList
Clears the list of executions.
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 interface org.hibernate.event.service.spi.EventListenerGroup
 
clear() - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called to clear any data stored in this EntityCopyObserver.
clear() - Method in class org.hibernate.proxy.map.MapProxy
 
clear() - Method in interface org.hibernate.Session
Completely clear the session.
clear() - Method in interface org.hibernate.stat.Statistics
reset all statistics
clear() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
 
CLEAR - Static variable in class org.hibernate.event.spi.EventType
 
clearCache() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
clearCache(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Clear data from the cache
clearCache(SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
clearDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Clear the dirty flag, after flushing changes to the database.
clearDirtyTracking(Object) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
clears the dirty set for an entity
ClearEvent - Class in org.hibernate.event.spi
An event for Session.clear() listening
ClearEvent(EventSource) - Constructor for class org.hibernate.event.spi.ClearEvent
Constructs an event from the given event session.
ClearEventListener - Interface in org.hibernate.event.spi
Listener for notification of Session.clear()
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
clearEventListeners() - Method in interface org.hibernate.SessionBuilder
Remove all listeners intended for the built Session currently held here, including any auto-apply ones; in other words, start with a clean slate.
clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.spi.ActionQueue
 
clearMdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
clearNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
clearReservedWords() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
clearSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
clearSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Clears all synchronizations from this registry.
clearWherePart() - Method in class org.hibernate.sql.QueryJoinFragment
 
CLOB - org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
 
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..
ClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
ClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from a reader.
ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from string data.
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 - Class in org.hibernate.type.descriptor.sql
Descriptor for CLOB handling.
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
ClobTypeDescriptor.ClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
clone() - Method in class org.hibernate.mapping.Column
Shallow copy, the value is not copied
close() - Method in interface org.hibernate.cache.spi.CacheImplementor
Close this "cache", releasing all underlying resources.
close() - Method in interface org.hibernate.engine.HibernateIterator
Close the Hibernate query result iterator
close() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Close this coordinator and release and resources.
close() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Close this "cache", releasing all underlying resources.
close() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
close() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
close() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
close() - Method in interface org.hibernate.query.spi.CloseableIterator
 
close() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Closes the JdbcSession, making it inactive and forcing release of any held resources
close() - Method in interface org.hibernate.ScrollableResults
Release resources immediately.
close() - Method in interface org.hibernate.service.ServiceRegistry
 
close() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
 
close() - Method in interface org.hibernate.SessionFactory
Destroy this SessionFactory and release all resources (caches, connection pools, etc).
close() - Method in interface org.hibernate.SharedSessionContract
End the session by releasing the JDBC connection and cleaning up.
close() - Method in interface org.hibernate.StatelessSession
Close the stateless session and release the JDBC connection.
close(Iterator) - Static method in class org.hibernate.Hibernate
Close an Iterator instances obtained from Query.iterate() immediately instead of waiting until the session is closed or disconnected.
CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
CLOSE_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
CloseableIterator<T> - Interface in org.hibernate.query.spi
Unification of Iterator and AutoCloseable
closeConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Release a connection from Hibernate use.
closeConnection(Connection) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
closeConnection(Connection) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as closing for quoting SQL identifiers
closeQuote() - Method in class org.hibernate.dialect.CUBRIDDialect
 
closeQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to close a quoted identifier.
closeQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
closeQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
closeSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being closed.
closeStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being closed.
COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COLLATE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
collationName() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
collationSpecification() - 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
 
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
 
collectAllParameters() - Method in interface org.hibernate.query.ParameterMetadata
 
collectAllParametersJpa() - Method in interface org.hibernate.query.ParameterMetadata
 
collectAnnotations(Class<S>, Class<P>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
collectInitializationErrors(List<Throwable>) - Method in class org.hibernate.testing.junit4.CustomRunner
 
collection - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
collection - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
Collection - Class in org.hibernate.mapping
Mapping for a collection.
Collection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
 
Collection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
COLLECTION - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
COLLECTION - org.hibernate.cache.spi.support.AccessedDataClassification
 
COLLECTION - org.hibernate.DuplicateMappingException.Type
A duplicate collection role was encountered
COLLECTION - org.hibernate.loader.plan.spi.QuerySpace.Disposition
We have a collection-based QuerySpace.
COLLECTION - org.hibernate.persister.walking.spi.AssociationAttributeDefinition.AssociationNature
 
COLLECTION - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
COLLECTION - Static variable in class org.jboss.as.jpa.hibernate5.management.HibernateStatistics
 
COLLECTION_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.collectioncache.<fully.qualified.Classname>.<role> usage[, region] where usage is the cache strategy used and region the cache region name
COLLECTION_ELEMENTS - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDICES - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INITIALIZER - org.hibernate.loader.plan.spi.LoadPlan.Disposition
This is a "collection initializer" load plan, which describes a plan for loading one or more entity instances of the same collection type.
COLLECTION_JOIN_SUBQUERY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates whether or not the new JOINS over collection tables should be rewritten to subqueries.
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
 
CollectionAliases - Interface in org.hibernate.loader
Type definition of CollectionAliases.
CollectionAttributeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of a persistent collection attribute.
CollectionBinder - Class in org.hibernate.cfg.annotations
Base class for binding different types of collections to Hibernate configuration objects.
CollectionBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.CollectionBinder
 
CollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Cacheable representation of persistent collections
CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.spi.entry.CollectionCacheEntry
Constructs a CollectionCacheEntry
collectionCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a hit.
collectionCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a miss.
collectionCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into second level cache.
CollectionDataAccess - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached collection data.
CollectionDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Specialized DomainDataCachingConfig describing the requested caching config for a particular persistent collection's data
CollectionDefinition - Interface in org.hibernate.persister.walking.spi
 
CollectionElementDefinition - Interface in org.hibernate.persister.walking.spi
Represents a collection element.
CollectionElementLoader - Class in org.hibernate.loader.entity
 
CollectionElementLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.CollectionElementLoader
 
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(PersistentCollection, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For initialized detached collections
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(CollectionPersister, PersistentCollection) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
CollectionFetchableElement - Interface in org.hibernate.loader.plan.spi
A collection element which is a FetchSource.
CollectionFetchableIndex - Interface in org.hibernate.loader.plan.spi
A collection index which is a FetchSource.
CollectionFetchReturn - Class in org.hibernate.loader.custom
Specifically a fetch return that refers to a collection association.
CollectionFetchReturn(String, NonScalarReturn, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionFetchReturn
 
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) - Constructor for class org.hibernate.param.CollectionFilterKeyParameterSpecification
Creates a specialized collection-filter collection-key parameter spec.
collectionId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
CollectionId - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag (ie an idbag).
CollectionIdSource - Interface in org.hibernate.boot.model.source.spi
 
CollectionIndexDefinition - Interface in org.hibernate.persister.walking.spi
 
collectionInfoString(String, Serializable) - 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(CollectionPersister, PersistentCollection, Serializable, SharedSessionContractImplementor) - 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
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
CollectionLoader - Class in org.hibernate.loader.collection
Superclass for loaders that initialize collections
CollectionLoader - Class in org.hibernate.loader.collection.plan
Superclass for loaders that initialize collections
CollectionLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.CollectionLoader
 
CollectionLoader(QueryableCollection, QueryBuildingParameters) - Constructor for class org.hibernate.loader.collection.plan.CollectionLoader
 
CollectionLoader.Builder - Class in org.hibernate.loader.collection.plan
 
CollectionMetadata - Interface in org.hibernate.metadata
Exposes collection metadata to the application
CollectionNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for CollectionDataAccess using the AccessType.NONSTRICT_READ_WRITE access type.
CollectionNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
 
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() - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
collectionPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Get the persister object for a collection role.
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
 
collectionPersisters() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Get all collection persisters as a Map, which collection role as the key and the persister is the value.
CollectionPropertyHolder - Class in org.hibernate.cfg
 
CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, MetadataBuildingContext) - 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.
CollectionQuerySpace - Interface in org.hibernate.loader.plan.spi
Models a QuerySpace for a persistent collection.
CollectionReadOnlyAccess - Class in org.hibernate.cache.spi.support
Standard support for CollectionDataAccess using the AccessType.READ_ONLY access type.
CollectionReadOnlyAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionReadOnlyAccess
 
CollectionReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for CollectionDataAccess using the AccessType.READ_WRITE access type.
CollectionReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
CollectionReference - Interface in org.hibernate.loader.plan.spi
Represents a reference to a persistent collection either as a Return or as a CollectionAttributeFetch.
CollectionReferenceAliases - Interface in org.hibernate.loader.plan.exec.spi
 
CollectionReferenceInitializer - Interface in org.hibernate.loader.plan.exec.process.spi
 
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 - Interface in org.hibernate.loader.plan.spi
Models the a persistent collection as root Return.
CollectionReturn(String, String, String, CollectionAliases, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.CollectionReturn
 
COLLECTIONS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
CollectionSecondPass - Class in org.hibernate.cfg
Collection second pass
CollectionSecondPass(MetadataBuildingContext, Collection) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionSecondPass(MetadataBuildingContext, Collection, Map) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionStatistics - Interface in org.hibernate.stat
Collection related statistics
collectionSuffixes - Variable in class org.hibernate.loader.JoinWalker
 
collectionSuffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
collectionTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
CollectionTable - Class in org.hibernate.jpamodelgen.xml.jaxb
 
CollectionTable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
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
Deprecated.
Return a collection table name ie an association having a join table
CollectionTracker - Interface in org.hibernate.bytecode.enhance.spi
Interface to be implemented by collection trackers that hold the expected size od collections, a simplified Map<String, int>.
CollectionTransactionAccess - Class in org.hibernate.cache.spi.support
 
CollectionTransactionAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionTransactionAccess
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType - Annotation Type in org.hibernate.annotations
Names a custom collection type for a persistent collection.
CollectionType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.CollectionType
 
collectNamedParameterBindings() - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
collectPositionalBindTypes() - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
collectPositionalBindValues() - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
collectQuerySpaces() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
collectQuerySpaces(Collection<String>) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
collectSqlStrings() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
collectTableMappings() - Method in interface org.hibernate.boot.Metadata
 
collectTableMappings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
column() - Method in annotation type org.hibernate.annotations.JoinColumnOrFormula
The column to use in joining.
Column - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Column - Class in org.hibernate.mapping
A column of a relational database table
Column() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Column
 
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.mapping.Column
 
COLUMN - org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
COLUMN - org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN_BINDING - org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
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
 
ColumnAliasExtractor - Interface in org.hibernate.dialect
Strategy for extracting the unique column alias out of a ResultSetMetaData.
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
ColumnBindingDefaults - Interface in org.hibernate.boot.model.source.spi
 
ColumnCollectionAliases - Class in org.hibernate.loader.custom
CollectionAliases that uses column names instead of generated aliases.
ColumnCollectionAliases(Map, SQLLoadableCollection) - Constructor for class org.hibernate.loader.custom.ColumnCollectionAliases
 
ColumnDefault - Annotation Type in org.hibernate.annotations
Identifies the DEFAULT value to apply to the associated column via DDL.
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
columnDefinition() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
An explicit column definition.
columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
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
 
ColumnInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
columnIterator() - Method in class org.hibernate.mapping.Constraint
 
ColumnIterator(ExportableColumn) - Constructor for class org.hibernate.id.ExportableColumn.ColumnIterator
 
columnList - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
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
Deprecated.
Use ColumnInformation or ColumnInformationImpl instead
columnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
 
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
Deprecated.
Alter the column name given in the mapping document
ColumnNameCache - Class in org.hibernate.engine.jdbc
Cache of column-name -> column-index resolutions
ColumnNameCache(int) - Constructor for class org.hibernate.engine.jdbc.ColumnNameCache
Constructs a ColumnNameCache
columnNames() - Method in annotation type org.hibernate.annotations.Index
Deprecated.
The column(s) that are indexed.
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
ColumnReference - Interface in org.hibernate.sql.ordering.antlr
Reference to a column name.
columnResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
ColumnResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ColumnResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
 
columns - Variable in class org.hibernate.cfg.FkSecondPass
 
columns() - Method in annotation type org.hibernate.annotations.CollectionId
Collection id column(s).
columns() - Method in annotation type org.hibernate.annotations.Columns
The aggregated columns.
columns() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
ColumnsAndFormulasSourceContainer - Interface in org.hibernate.boot.model.source.spi
 
ColumnSource - Interface in org.hibernate.boot.model.source.spi
Contract for source information pertaining to a physical column definition specific to a particular attribute context.
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.
COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
COMMA - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
CommandAcceptanceException - Exception in org.hibernate.tool.schema.spi
Indicates a problem accepting/executing a schema management command.
CommandAcceptanceException(String) - Constructor for exception org.hibernate.tool.schema.spi.CommandAcceptanceException
 
CommandAcceptanceException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.CommandAcceptanceException
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
comment - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
comment() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
A comment added to the SQL query.
comment() - Method in annotation type org.hibernate.annotations.NamedQuery
A comment added to the generated SQL query.
comment() - Method in annotation type org.hibernate.annotations.Table
define a table comment.
comment() - Method in annotation type org.hibernate.testing.RequiresDialect
Comment describing the reason why the dialect is required.
comment() - Method in annotation type org.hibernate.testing.RequiresDialectFeature
Comment describing the reason why the feature is required.
comment() - Method in annotation type org.hibernate.testing.SkipForDialect
Comment describing the reason for the skip.
COMMENT - Static variable in class org.hibernate.annotations.QueryHints
Defines a comment to be applied to the SQL sent to the database.
commit() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Commit the resource transaction
commit() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Commit the physical transaction
commit(Xid, boolean) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
COMMIT - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.COMMIT.
COMMIT - org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called.
COMMITTED - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been completed successfully.
COMMITTING - org.hibernate.resource.transaction.spi.TransactionStatus
Status code indicating a transaction that has begun the second phase of the two-phase commit protocol, but not yet completed this phase.
CommonQueryContract - Interface in org.hibernate.query
Defines the aspects of query definition that apply to all forms of querying (HQL, JPQL, criteria) across all forms of persistence contexts (Session, StatelessSession, EntityManager).
commonRegistration() - Method in class org.hibernate.dialect.Cache71Dialect
 
ComparableHelper() - Constructor for class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
comparator() - Method in annotation type org.hibernate.annotations.Sort
Deprecated.
Specifies the comparator to use.
COMPARATOR - org.hibernate.annotations.SortType
Deprecated.
The collection is sorted using a supplied comparator.
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(Object, Object) - Method in class org.hibernate.type.EntityType
 
compare(Object, Object) - Method in interface org.hibernate.type.Type
Perform a Comparator style comparison between values
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(T, T) - Static method in class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
compareTo(Identifier) - Method in class org.hibernate.boot.model.naming.Identifier
 
compareTo(Namespace.Name) - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
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.
complete() - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
 
complete() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
complete() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
complete(ManagedResources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Second step of 2-phase for MetadataSources->Metadata process
completeInstantiation(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
Should be called at the end of the subtype's constructor, or at least after the `#super(...)` (aka, this type's constructor) call.
component(ComponentMetamodel) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
Component - Class in org.hibernate.mapping
The mapping for a component, composite element, composite identifier, etc.
Component(MetadataBuildingContext, Collection) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, Component) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, Join) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, Table, PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataImplementor, Collection) - Constructor for class org.hibernate.mapping.Component
Component(MetadataImplementor, Component) - Constructor for class org.hibernate.mapping.Component
Component(MetadataImplementor, Join) - Constructor for class org.hibernate.mapping.Component
Deprecated.
Component(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Component
Component(MetadataImplementor, Table, PersistentClass) - Constructor for class org.hibernate.mapping.Component
Component.StandardGenerationContextLocator - Class in org.hibernate.mapping
 
Component.ValueGenerationPlan - Class in org.hibernate.mapping
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentMetamodel - Class in org.hibernate.tuple.component
Centralizes metamodel information about a component.
ComponentMetamodel(Component, BootstrapContext) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
 
ComponentMetamodel(Component, MetadataBuildingOptions) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
ComponentPropertyHolder - Class in org.hibernate.cfg
PropertyHolder for composites (Embeddable/Embedded).
ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.ComponentPropertyHolder
 
componentTuplizer - Variable in class org.hibernate.type.ComponentType
 
ComponentTuplizer - Interface in org.hibernate.tuple.component
Defines further responsibilities regarding tuplization based on a mapped components.
ComponentTuplizerFactory - Class in org.hibernate.tuple.component
A registry allowing users to define the default ComponentTuplizer class to use per EntityMode.
ComponentTuplizerFactory(BootstrapContext) - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
 
ComponentTuplizerFactory(MetadataBuildingOptions) - 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
 
COMPOSITE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
COMPOSITE - org.hibernate.loader.plan.spi.QuerySpace.Disposition
We have a composition-based QuerySpace.
COMPOSITE - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
CompositeAttributeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of a composite attribute.
CompositeBasedAssociationAttribute - Class in org.hibernate.tuple.component
 
CompositeBasedAssociationAttribute(AbstractCompositionAttribute, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation, int, AssociationKey) - Constructor for class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
CompositeBasedBasicAttribute - Class in org.hibernate.tuple.component
 
CompositeBasedBasicAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.CompositeBasedBasicAttribute
 
CompositeCollectionElementDefinition - Interface in org.hibernate.persister.walking.spi
The definition for a composite collection element.
CompositeCustomType - Class in org.hibernate.type
Adapts CompositeUserType to the Type interface
CompositeCustomType(CompositeUserType) - Constructor for class org.hibernate.type.CompositeCustomType
 
CompositeCustomType(CompositeUserType, String[]) - Constructor for class org.hibernate.type.CompositeCustomType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
CompositeElementPropertyMapping - Class in org.hibernate.persister.collection
 
CompositeElementPropertyMapping(String[], String[], String[], String[], CompositeType, Mapping) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
CompositeFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of a composition (component/embeddable), which may or may not be an attribute.
compositeId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
CompositeIdentifierSource - Interface in org.hibernate.boot.model.source.spi
Common contract for composite identifiers.
compositeIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
compositeMapKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
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
CompositeOwner - Interface in org.hibernate.engine.spi
 
CompositeQuerySpace - Interface in org.hibernate.loader.plan.spi
Models a QuerySpace for a composition (component/embeddable).
CompositeTracker - Interface in org.hibernate.engine.spi
 
CompositeType - Interface in org.hibernate.type
Contract for value types to hold collections and have cascades, etc.
CompositeUserType - Interface in org.hibernate.usertype
A UserType that may be dereferenced in a query.
CompositionBasedCompositionAttribute - Class in org.hibernate.tuple.component
 
CompositionBasedCompositionAttribute(AbstractCompositionAttribute, SessionFactoryImplementor, int, String, CompositeType, int, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.CompositionBasedCompositionAttribute
 
CompositionDefinition - Interface in org.hibernate.persister.walking.spi
 
computeAggregationInInstanceContext() - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
Compute aggregated expression in the context of each entity instance separately.
computeTestMethods() - Method in class org.hibernate.testing.junit4.CustomRunner
 
CONCAT_LINES - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
CONCAT_LINES aggregate function
concatLines(String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjections
Applies a "CONCAT_LINES" projection to the named property.
concatLrs(String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjections
Applies a "CONCAT_LRS" projection to the named property.
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
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
condition() - Method in annotation type org.hibernate.annotations.Filter
The filter condition.
condition() - Method in annotation type org.hibernate.annotations.FilterJoinTable
The filter condition.
condition() - Method in annotation type org.hibernate.testing.Skip
The condition which causes a skip
ConditionalParenthesisFunction - Class in org.hibernate.dialect.function
Essentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.
ConditionalParenthesisFunction(String) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
Constructs a ConditionalParenthesisFunction with the given name
ConditionalParenthesisFunction(String, Type) - Constructor for class org.hibernate.dialect.function.ConditionalParenthesisFunction
Constructs a ConditionalParenthesisFunction with the given name
ConditionFragment - Class in org.hibernate.sql
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
conditions() - Method in class org.hibernate.criterion.Junction
Access the conditions making up the junction
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
By default (in the absence of a TableGenerator.SEGMENT_VALUE_PARAM setting) we use a single row for all generators.
CONFIG_PREFER_SEQUENCE_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Used to create dedicated sequence for each entity based on the entity name.
CONFIG_SEQUENCE_PER_ENTITY_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the suffix to use in naming the identifier sequence/table name, by appending the suffix to the name of the entity.
CONFIG_URI - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Designates the URI for a specific JCache CacheManager JCacheRegionFactory should ask the CachingProvider for
ConfigParameterContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
configParameters - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
ConfigSettings - Interface in org.hibernate.cache.jcache
 
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() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
Configuration - Class in org.hibernate.cfg
Represents one approach for bootstrapping Hibernate.
Configuration() - Constructor for class org.hibernate.cfg.Configuration
 
Configuration(MetadataSources) - Constructor for class org.hibernate.cfg.Configuration
 
Configuration(BootstrapServiceRegistry) - Constructor for class org.hibernate.cfg.Configuration
 
ConfigurationService - Interface in org.hibernate.engine.config.spi
Provides access to the initial user-provided configuration values.
ConfigurationService.Converter<T> - Interface in org.hibernate.engine.config.spi
Simple conversion contract for converting an untyped object to a specified type.
configure() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the standard resource location.
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
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.boot.registry.StandardServiceRegistryBuilder
 
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(Map) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(Map) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
configure(Map) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
configure(Properties) - Method in interface org.hibernate.exception.spi.Configurable
Configure the component, using the given settings and properties.
configure(LoadedConfig) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, ServiceRegistry) - 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, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.ForeignGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDHexGenerator
 
configure(Document) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported.
configureBootstrapServiceRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Apply any desired config to the BootstrapServiceRegistryBuilder to be incorporated into the built BootstrapServiceRegistry
configureMetadataBuilder(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
configureService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
configureSessionFactoryBuilder(SessionFactoryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
configureStandardServiceRegistryBuilder(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Apply any desired config to the StandardServiceRegistryBuilder to be incorporated into the built StandardServiceRegistry
ConfigXsdSupport - Class in org.hibernate.boot.xsd
Support for XSD handling related to Hibernate's `cfg.xml` and JPA's `persistence.xml`.
conjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
conjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
Conjunction - Class in org.hibernate.criterion
Defines a conjunction (AND series).
Conjunction() - Constructor for class org.hibernate.criterion.Conjunction
Constructs a Conjunction
Conjunction(Criterion...) - Constructor for class org.hibernate.criterion.Conjunction
 
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.AbstractDelegatingSharedSessionBuilder
 
connection() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
connection() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
connection() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection from the original session should be used to create the new session.
connection() - Method in interface org.hibernate.StatelessSession
Deprecated.
just missed when deprecating same method from Session
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.SessionBuilder
Adds a specific connection to the session options.
connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
Adds a specific connection to the session options.
CONNECTION_FINDER - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
The canonical class name of the Oracle ConnectionFinder implementation that will be used by the Oracle spatial dialects
CONNECTION_HANDLING - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies how Hibernate should manage JDBC connections in terms of acquiring and releasing.
CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a prefix used to define arbitrary JDBC connection properties.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the ConnectionProvider to use for obtaining JDBC connections.
CONNECTION_PROVIDER_DISABLES_AUTOCOMMIT - Static variable in interface org.hibernate.cfg.AvailableSettings
Allows a user to tell Hibernate that the Connections we obtain from the configured ConnectionProvider will already have auto-commit disabled when we acquire them from the provider.
ConnectionAcquisitionMode - Enum in org.hibernate
Indicates the manner in which JDBC Connections should be acquired.
ConnectionBuilder() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
ConnectionBuilder(JdbcMocks.Options) - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
connectionFinder(String) - Method in interface org.hibernate.spatial.HSMessageLogger
 
connectionHandlingMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandlingMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
ConnectionHelper - Interface in org.hibernate.tool.hbm2ddl
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
ConnectionLeakException - Exception in org.hibernate.testing.jdbc.leak
 
ConnectionLeakException() - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(String) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(String, Throwable) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(String, Throwable, boolean, boolean) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(Throwable) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakUtil - Class in org.hibernate.testing.jdbc.leak
 
ConnectionLeakUtil() - Constructor for class org.hibernate.testing.jdbc.leak.ConnectionLeakUtil
 
ConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
An observer of logical connection events.
ConnectionObserverAdapter - Class in org.hibernate.engine.jdbc.spi
A no-op adapter for ConnectionObserver.
ConnectionObserverAdapter() - Constructor for class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A contract for obtaining JDBC connections.
ConnectionProviderBuilder - Class in org.hibernate.testing.env
Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) tests
ConnectionProviderBuilder() - Constructor for class org.hibernate.testing.env.ConnectionProviderBuilder
 
ConnectionProviderDelegate - Class in org.hibernate.testing.jdbc
This ConnectionProvider extends any other ConnectionProvider that would be used by default taken the current configuration properties.
ConnectionProviderDelegate() - Constructor for class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
ConnectionProviderDelegate(ConnectionProvider) - Constructor for class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
connectionReleaseMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
 
ConnectionReleaseMode - Enum in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
Constants - Class in org.hibernate.jpamodelgen.util
 
constrained - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
Constraint - Class in org.hibernate.mapping
A relational constraint.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
constraints() - Method in annotation type org.hibernate.annotations.Check
The check constraints string.
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
 
constructAndConfigureConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
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.
constructed() - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
 
constructorResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
ConstructorResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ConstructorResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
 
ConstructorResultColumnProcessor - Class in org.hibernate.loader.custom
Represents a ConstructorResult within the custom query.
ConstructorResultColumnProcessor(Class, ScalarResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.ConstructorResultColumnProcessor
 
ConstructorReturn - Class in org.hibernate.loader.custom
A return representing a ConstructorResult
ConstructorReturn(Class, ScalarReturn[]) - Constructor for class org.hibernate.loader.custom.ConstructorReturn
 
constructStandardServiceRegistryBuilder() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
constructTuplizer(Class<? extends ComponentTuplizer>, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
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(String, 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.
consume(JaxbCfgHibernateConfiguration) - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Consumes the JAXB representation of a cfg.xml file and builds the LoadedConfig representation.
consume(JaxbCfgMappingReferenceType) - Static method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
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...
ContainedBean<B> - Interface in org.hibernate.resource.beans.container.spi
 
ContainedBeanImplementor<B> - Interface in org.hibernate.resource.beans.container.spi
Release-able extension to ContainedBean.
contains - org.hibernate.spatial.SpatialFunction
The contains function, cfr.
contains(Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Determine whether this region contains data for the given key.
contains(Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
contains(Object) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Does the cache contain this key?
contains(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(Object) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially contains" constraint to the named property
contains(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(String, Object) - Method in interface org.hibernate.Session
Check if this entity is associated with this Session.
CONTAINS - org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
The "contains" relationship
CONTAINS - Static variable in interface org.hibernate.spatial.SpatialRelation
The first geometry spatially contains the second
containsAnnotation(Element, String...) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
containsAttribute(String) - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
containsCollection(String, Serializable) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given collection.
containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the given collection associated with this persistence context?
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 interface org.hibernate.engine.spi.PersistenceContext
Is there an entity with the given key in the persistence context
containsEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Intended for test usage.
containsFetchProfileDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
containsFetchProfileDefinition(String) - Method in interface org.hibernate.SessionFactory
Determine if this session factory contains a fetch profile definition registered under the given name.
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsMetaEmbeddable(String) - Method in class org.hibernate.jpamodelgen.Context
 
containsMetaEntity(String) - Method in class org.hibernate.jpamodelgen.Context
 
containsProperty(Property) - Method in class org.hibernate.mapping.Join
 
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.
containsReference(QueryParameter) - Method in interface org.hibernate.query.ParameterMetadata
 
containsTypeName(String) - Method in class org.hibernate.dialect.TypeNames
Check whether or not the provided typeName exists.
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
context - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
Context - Class in org.hibernate.jpamodelgen
 
Context(ProcessingEnvironment) - Constructor for class org.hibernate.jpamodelgen.Context
 
contextId - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
ContextProvidingValidationEventHandler - Class in org.hibernate.jpamodelgen.util.xml
Validation event handler used for obtaining line and column numbers in case of parsing failures.
ContextProvidingValidationEventHandler() - Constructor for class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
ContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using contextual creation against the JDBC Connection class's LOB creation methods.
ContextualLobCreator(LobCreationContext) - Constructor for class org.hibernate.engine.jdbc.ContextualLobCreator
Constructs a ContextualLobCreator
contribute(MetadataBuilder) - Method in interface org.hibernate.boot.spi.MetadataBuilderContributor
Perform the process of contributing to MetadataSources.
contribute(MetadataBuilder, StandardServiceRegistry) - Method in interface org.hibernate.boot.spi.MetadataBuilderInitializer
 
contribute(MetadataSources) - Method in interface org.hibernate.boot.spi.MetadataSourcesContributor
Perform the process of contributing to MetadataSources.
contribute(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.boot.model.TypeContributor
Contribute types
contribute(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
Contribute services to the indicated registry builder.
contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.spatial.integration.SpatialInitializer
 
contribute(StandardServiceRegistryBuilder) - Method in class org.jboss.as.jpa.hibernate5.service.ServiceContributorImpl
 
contribute(InFlightMetadataCollector, IndexView) - Method in interface org.hibernate.boot.spi.MetadataContributor
Perform the contributions.
contribute(SessionFactoryServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.SessionFactoryServiceContributor
Contribute services to the indicated registry builder.
contributeJavaTypeDescriptor(JavaTypeDescriptor) - Method in interface org.hibernate.boot.model.TypeContributions
Add the JavaTypeDescriptor to the TypeConfiguration's JavaTypeDescriptorRegistry
contributeSqlTypeDescriptor(SqlTypeDescriptor) - Method in interface org.hibernate.boot.model.TypeContributions
Add the JavaTypeDescriptor to the TypeConfiguration's JavaTypeDescriptorRegistry
contributeType(BasicType) - Method in interface org.hibernate.boot.model.TypeContributions
 
contributeType(BasicType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
Deprecated.
(since 5.3) Use TypeContributions.contributeType(BasicType) instead. Basic types will be defined and handled much differently in 6.0 based on a combination of JavaTypeDescriptor, SqlTypeDescriptor and a concept of a "value converter" (a JPA AttributeConverter, an enum value resolver, etc). To get as close as possible in 5.3 use existing JavaTypeDescriptor and SqlTypeDescriptor implementations (or write your own for custom types) and use StandardBasicTypeTemplate to combine those with registration keys and call TypeContributions.contributeType(BasicType) instead
contributeType(CompositeUserType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
Deprecated.
(since 5.3) Use TypeContributions.contributeType(BasicType) instead. CompositeUserType, as currently defined, will be done very differently in 6.0. CompositeUserType should be replaced with a normal Hibernate component or JPA embeddable (different names, same thing. This embeddable may contain, in turn, custom types that should be handled as described on these methods
contributeType(UserType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
Deprecated.
(since 5.3) Use TypeContributions.contributeType(BasicType) instead. UserType, as currently defined, will be done very differently in 6.0. In most cases a UserType can be simply replaced with proper JavaTypeDescriptor. To get as close as possible to 6.0 in 5.3 use existing JavaTypeDescriptor and SqlTypeDescriptor implementations (or write your own for custom impls) and use StandardBasicTypeTemplate to combine those with registration keys and call TypeContributions.contributeType(BasicType) instead
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.AbstractHANADialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
Allows the Dialect to contribute additional types
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Oracle12cDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
Allows the Dialect to contribute additional types
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
CONVENTIONAL_JAVA_CONSTANTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates whether or not Java constant follow the Java Naming conventions.
ConversionContext - Interface in org.hibernate.exception.spi
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
Convert an untyped Object reference to the Converter's type.
convert(Object) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
Converts an oracle to a JTS Geometry
convert(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(RuntimeException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(SQLException) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Perform a conversion.
convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
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 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(SQLException, String, String) - Method in class org.hibernate.hql.spi.id.AbstractIdsBulkIdHandler
 
convert(HibernateException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
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, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
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 - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Convert() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
CONVERT - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
convertCommitException(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
Converts the exception thrown during the transaction commit phase
converter - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
converter - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
Converter - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Converter() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
CONVERTER - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
ConverterAutoApplyHandler - Interface in org.hibernate.boot.model.convert.spi
 
ConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Boot-time descriptor of a JPA AttributeConverter
ConvertFunction - Class in org.hibernate.dialect.function
A Caché defintion of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
convertSkipToIgnore(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.DB2Dialect
Hibernate APIs explicitly state that setFirstResult() should be a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() 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
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
convexhull - org.hibernate.spatial.SpatialFunction
The convexHull function, cfr.
CONVEXHULL - Static variable in interface org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialAggregate
CONVEXHULL aggregate function
CONVEXHULL - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The convexhull function
convexhullaggr - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
coorddim - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
coordinateSharedCacheCleanup(SharedSessionContractImplementor) - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
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.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() - Method in class org.hibernate.sql.ANSIJoinFragment
 
copy() - Method in class org.hibernate.sql.JoinFragment
Make a copy.
copy() - Method in class org.hibernate.sql.OracleJoinFragment
 
copy() - Method in class org.hibernate.sql.QueryJoinFragment
 
copy() - Method in class org.hibernate.sql.QuerySelect
 
copy() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
copy(InputStream, OutputStream) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the inputStream to the outputStream.
copy(InputStream, OutputStream, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the inputStream to the outputStream using a buffer of the specified size
copy(Reader, Writer) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the reader to the writer.
copy(Reader, Writer, int) - Static method in class org.hibernate.engine.jdbc.StreamUtils
Copy the reader to the writer using a buffer of the specified size
copy(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
Perform a shallow copy.
CopyIdentifierComponentSecondPass - Class in org.hibernate.cfg
 
CopyIdentifierComponentSecondPass(Component, String, Ejb3JoinColumn[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, Iterator, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
count() - Method in class org.hibernate.criterion.Property
Creates a property count projection
count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting the values
count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count projection
count(Connection) - Method in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
 
count(Connection) - Method in interface org.hibernate.testing.jdbc.leak.IdleConnectionCounter
Count the number of idle connections.
count(Connection) - Method in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
 
count(Connection) - Method in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
 
count(Connection) - Method in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
 
COUNT - org.hibernate.annotations.ResultCheckStyle
Perform row-count checking.
COUNT - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Perform row-count checking.
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() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting distinct values
countDistinct(String) - Static method in class org.hibernate.criterion.Projections
A distinct property value count projection
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
 
CountFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
countInvocation() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
CountProjection - Class in org.hibernate.criterion
A count projection
CountProjection(String) - Constructor for class org.hibernate.criterion.CountProjection
Constructs the count projection.
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
How many properties are there, for this class and all subclasses?
coveredby - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
COVEREDBY - org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
The "coveredby" relationship
covers - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
COVERS - org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
The "covers" relationship
create - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
create() - Method in class org.hibernate.criterion.ProjectionList
Deprecated.
an instance factory method does not make sense
create(Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategyCreator
 
create(Object) - Static method in class org.hibernate.criterion.Example
Create a new Example criterion instance, which includes all non-null properties by default
create(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
create(Metadata) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(Metadata, StandardServiceRegistry, Connection) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(SessionFactoryImplementor, Property, ValueGeneration) - Static method in class org.hibernate.tuple.entity.EntityMetamodel
 
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 - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE - org.hibernate.boot.SchemaAutoTooling
Drop the schema and recreate it on SessionFactory startup.
CREATE - org.hibernate.cache.jcache.MissingCacheStrategy
Create a new cache when a cache is not found, without logging any warning about the missing cache.
CREATE - org.hibernate.tool.hbm2ddl.SchemaExport.Action
Create only
CREATE - org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
CREATE - org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
CREATE - org.hibernate.tool.schema.Action
Database dropping will be generated followed by database creation.
CREATE_BLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual BLOB creation
CREATE_CLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual CLOB creation
CREATE_DROP - org.hibernate.boot.SchemaAutoTooling
Drop the schema and recreate it on SessionFactory startup.
CREATE_DROP - org.hibernate.tool.schema.Action
Drop the schema and recreate it on SessionFactory startup.
CREATE_EMPTY_COMPOSITES_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
[EXPERIMENTAL] Enable instantiation of composite/embedded objects when all of its attribute values are null.
CREATE_NCLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual NCLOB creation
CREATE_ONFLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE_ONLY - org.hibernate.tool.schema.Action
Database creation will be generated.
CREATE_WARN - org.hibernate.cache.jcache.MissingCacheStrategy
Create a new cache when a cache is not found (see MissingCacheStrategy.CREATE), and also log a warning about the missing cache.
createAlias(String, String) - Method in interface org.hibernate.Criteria
Join an association, assigning an alias to the joined association.
createAlias(String, String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria.
createAlias(String, String, int) - Method in interface org.hibernate.Criteria
createAlias(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createAlias(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createAlias(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
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, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria specifying the type of join.
createAlias(String, String, JoinType, Criterion) - Method in interface org.hibernate.Criteria
Join an association using the specified join-type, assigning an alias to the joined association.
createAlias(String, String, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Creates an association path alias within this DetachedCriteria specifying the type of join.
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of AssociationOverride
createAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of AttributeOverride
createAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Attributes
createBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Basic
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).
createBean(Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
createBean(String, Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(String, Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
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(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(byte[]) - 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 class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCascadeType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of CascadeType
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
createCaseFragment() - Method in class org.hibernate.dialect.Dialect
Create a CaseFragment strategy responsible for handling this dialect's variations in how CASE statements are handled.
createCaseFragment() - Method in class org.hibernate.dialect.MckoiDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
Map case support to the Oracle DECODE function.
createCaseFragment() - Method in class org.hibernate.dialect.Oracle9iDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createCaseFragment() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
createCaseFragment() - Method in class org.hibernate.dialect.SAPDBDialect
 
createClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual CLOB reference.
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createClob(String) - 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(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
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
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of CollectionTable
createColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Column
createColumnResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ColumnResult
createComponent(PropertyHolder, PropertyData, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
createConnection(String, int) - Static method in class org.hibernate.testing.jdbc.JdbcMocks
 
createConnection(String, int, int) - Static method in class org.hibernate.testing.jdbc.JdbcMocks
 
createConstructorResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ConstructorResult
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Convert
createConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Converter
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
createCriteria(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(Class) - Method in interface org.hibernate.SharedSessionContract
Deprecated.
(since 5.2) for Session, use the JPA Criteria
createCriteria(Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(Class, String) - Method in interface org.hibernate.SharedSessionContract
Deprecated.
(since 5.2) for Session, use the JPA Criteria
createCriteria(String) - Method in interface org.hibernate.Criteria
Create a new Criteria, "rooted" at the associated entity.
createCriteria(String) - Method in class org.hibernate.criterion.DetachedCriteria
Creates a nested DetachedCriteria representing the association path.
createCriteria(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String) - Method in interface org.hibernate.SharedSessionContract
Deprecated.
(since 5.2) for Session, use the JPA Criteria
createCriteria(String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, int) - Method in class org.hibernate.criterion.DetachedCriteria
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) - Method in class org.hibernate.criterion.DetachedCriteria
Creates a nested DetachedCriteria representing the association path.
createCriteria(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(String, String) - Method in interface org.hibernate.SharedSessionContract
Deprecated.
(since 5.2) for Session, use the JPA Criteria
createCriteria(String, String, int) - Method in interface org.hibernate.Criteria
createCriteria(String, String, int) - Method in class org.hibernate.criterion.DetachedCriteria
createCriteria(String, String, int, Criterion) - Method in interface org.hibernate.Criteria
createCriteria(String, String, int, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
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, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates a nested DetachedCriteria representing the association path, specifying the type of join to use.
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, JoinType, Criterion) - Method in class org.hibernate.criterion.DetachedCriteria
Creates a nested DetachedCriteria representing the association path, specifying the type of join to use and an additional join restriction.
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, JoinType) - Method in class org.hibernate.criterion.DetachedCriteria
Creates a nested DetachedCriteria representing the association path, specifying the type of join to use.
createCustomLoader(CustomQuery, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Deprecated.
This method will be removed in 6.
createDenormalizedTable(Identifier, boolean, Table) - Method in class org.hibernate.boot.model.relational.Namespace
 
createDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of DiscriminatorColumn
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ElementCollection
createEmbeddable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Embeddable
createEmbeddableAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmbeddableAttributes
createEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Embedded
createEmbeddedId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmbeddedId
createEmptyType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmptyType
createEnhancedProxy(EntityKey, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Create an "enhancement as proxy" instance for the given entity
createEnhancedProxy(EntityKey, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
createEnhancedProxy(EntityKey, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
createEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Entity
createEntityEntry(Status, Object[], Object, Serializable, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Method in interface org.hibernate.engine.spi.EntityEntryFactory
Creates EntityEntry.
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createEntityListener() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityListener
createEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityListeners
createEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Used internally to create static loaders.
createEntityLoader(LockMode, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityLoader(LockOptions, LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createEntityManager() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(SynchronizationType) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(SynchronizationType, Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createEntityManagerFactory(String, Map) - Method in class org.hibernate.osgi.OsgiPersistenceProvider
 
createEntityMappings() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityMappings
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityResult
createFieldResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of FieldResult
createFilter(Object, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createFilter(Object, String) - Method in interface org.hibernate.Session
Deprecated.
(since 5.3) with no real replacement.
createFilterKeys(Map<String, Filter>) - Static method in class org.hibernate.cache.spi.FilterKey
Constructs a number of FilterKey instances, given the currently enabled filters
createFilterTranslator(String, String, Map, SessionFactoryImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a FilterTranslator instance capable of translating an HQL filter string.
createForeignKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
createForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ForeignKey
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() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(String, List, String, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKeyConstraint() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Primarily exists to support JPA's @ForeignKey(NO_CONSTRAINT).
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, PersistentClass, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createFrom(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createGeneratedValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of GeneratedValue
createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
Create additional H2 schema.
createH2Schema(String, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
 
createId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Id
createIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of IdClass
createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Given a strategy, retrieve the appropriate identifier generator instance.
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
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether we should do discrimination implicitly joined subclass style inheritance when no discriminator info is provided.
createIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Index
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
createInheritance() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Inheritance
createIsolationDelegate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Retrieve an isolation delegate appropriate for this transaction strategy.
createJaxbCfgCollectionCacheType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgCollectionCacheType
createJaxbCfgConfigPropertyType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgConfigPropertyType
createJaxbCfgEntityCacheType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEntityCacheType
createJaxbCfgEventListenerGroupType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEventListenerGroupType
createJaxbCfgEventListenerType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEventListenerType
createJaxbCfgHibernateConfiguration() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgHibernateConfiguration
createJaxbCfgHibernateConfigurationJaxbCfgSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgMappingReferenceType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgMappingReferenceType
createJaxbHbmAnyAssociationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyAssociationType
createJaxbHbmAnyValueMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyValueMappingType
createJaxbHbmArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmArrayType
createJaxbHbmAuxiliaryDatabaseObjectType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmAuxiliaryDatabaseObjectTypeJaxbHbmDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBagCollectionType
createJaxbHbmBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicAttributeType
createJaxbHbmBasicCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicCollectionElementType
createJaxbHbmCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCacheType
createJaxbHbmClassRenameType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmClassRenameType
createJaxbHbmCollectionIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCollectionIdType
createJaxbHbmColumnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmColumnType
createJaxbHbmCompositeAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeAttributeType
createJaxbHbmCompositeCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIdType
createJaxbHbmCompositeIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIndexType
createJaxbHbmCompositeKeyBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeKeyManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeKeyManyToOneType
createJaxbHbmConfigParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmConfigParameterType
createJaxbHbmCustomSqlDmlType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCustomSqlDmlType
createJaxbHbmDialectScopeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDialectScopeType
createJaxbHbmDiscriminatorSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmDynamicComponentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDynamicComponentType
createJaxbHbmEntityDiscriminatorType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmEntityDiscriminatorType
createJaxbHbmFetchProfileType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFetchProfileType
createJaxbHbmFetchProfileTypeJaxbHbmFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmFilterAliasMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterAliasMappingType
createJaxbHbmFilterDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterDefinitionType
createJaxbHbmFilterDefinitionTypeFilterParam(JaxbHbmFilterParameterType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmFilterParameterType>
createJaxbHbmFilterParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterParameterType
createJaxbHbmFilterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterType
createJaxbHbmFilterTypeAliases(JaxbHbmFilterAliasMappingType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmFilterAliasMappingType>
createJaxbHbmGeneratorSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmGeneratorSpecificationType
createJaxbHbmHibernateMapping() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmHibernateMapping
createJaxbHbmIdBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIdBagCollectionType
createJaxbHbmIdentifierGeneratorDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmIndexManyToAnyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToAnyType
createJaxbHbmIndexManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToManyType
createJaxbHbmIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexType
createJaxbHbmJoinedSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmJoinedSubclassEntityType
createJaxbHbmKeyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmKeyType
createJaxbHbmListIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListIndexType
createJaxbHbmListType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListType
createJaxbHbmLoaderType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmLoaderType
createJaxbHbmManyToAnyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmManyToOneType
createJaxbHbmMapKeyBasicType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyBasicType
createJaxbHbmMapKeyCompositeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyCompositeType
createJaxbHbmMapKeyManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyManyToManyType
createJaxbHbmMapType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapType
createJaxbHbmMultiTenancyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMultiTenancyType
createJaxbHbmNamedNativeQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedNativeQueryType
createJaxbHbmNamedNativeQueryTypeLoadCollection(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryCollectionLoadReturnType>
createJaxbHbmNamedNativeQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>
createJaxbHbmNamedNativeQueryTypeReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryReturnType>
createJaxbHbmNamedNativeQueryTypeReturnJoin(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryJoinReturnType>
createJaxbHbmNamedNativeQueryTypeReturnScalar(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryScalarReturnType>
createJaxbHbmNamedNativeQueryTypeSynchronize(JaxbHbmSynchronizeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmSynchronizeType>
createJaxbHbmNamedQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedQueryType
createJaxbHbmNamedQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>
createJaxbHbmNativeQueryCollectionLoadReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryJoinReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryJoinReturnType
createJaxbHbmNativeQueryPropertyReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryPropertyReturnTypeJaxbHbmReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryReturnType
createJaxbHbmNativeQueryReturnTypeJaxbHbmReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryScalarReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNaturalIdCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdCacheType
createJaxbHbmNaturalIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdType
createJaxbHbmNestedCompositeElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNestedCompositeElementType
createJaxbHbmOneToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmOneToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmOneToOneType
createJaxbHbmParentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmParentType
createJaxbHbmPrimitiveArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPrimitiveArrayType
createJaxbHbmPropertiesType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPropertiesType
createJaxbHbmQueryParamType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmQueryParamType
createJaxbHbmResultSetMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmResultSetMappingType
createJaxbHbmRootEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmRootEntityType
createJaxbHbmSecondaryTableType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSecondaryTableType
createJaxbHbmSetType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSetType
createJaxbHbmSimpleIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSimpleIdType
createJaxbHbmSynchronizeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSynchronizeType
createJaxbHbmTimestampAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTimestampAttributeType
createJaxbHbmToolingHintType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmToolingHintType
createJaxbHbmTuplizerType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTuplizerType
createJaxbHbmTypeDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeDefinitionType
createJaxbHbmTypeSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeSpecificationType
createJaxbHbmUnionSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmUnionSubclassEntityType
createJaxbHbmVersionAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmVersionAttributeType
createJoin(int[], String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoin(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of JoinColumn
createJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of JoinTable
createJpaAttributeConverter(JpaAttributeConverterCreationContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Factory for the runtime representation of the converter
CreateKeySecondPass - Class in org.hibernate.cfg
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Lob
createManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ManyToMany
createManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ManyToOne
createMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKey
createMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyClass
createMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyColumn
createMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyJoinColumn
createMappedSuperclass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MappedSuperclass
createNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedAttributeNode
createNamedEntityGraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedEntityGraph
createNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedNativeQuery
createNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedQuery
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
The JPA-defined named query creation method.
createNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
The JPA-defined named, typed query creation method.
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedQuery(String, Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNamedQuery(String, Class<T>) - Method in interface org.hibernate.Session
 
createNamedQueryDefinition() - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
createNamedQueryDefinition() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
createNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedStoredProcedureQuery
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedSubgraph
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native (SQL) query
createNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, Class) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNativeQuery(String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native (SQL) query using implicit mapping to the specified Java type.
createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNativeQuery(String, String) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native (SQL) query using implicit mapping to the specified Java type.
createNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNaturalIdKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createNClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual NCLOB reference.
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given character data.
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new NClob from character reader.
createNClob(String) - 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(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.LobHelper
Create a new NClob from content.
createNumber(long, Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Deprecated.
Use the holders instead.
createOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OneToMany
createOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OneToOne
createOnly(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
createOnly(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
createOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OrderColumn
createOuterJoinFragment() - Method in class org.hibernate.dialect.Cache71Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Dialect
Create a JoinFragment strategy responsible for handling this dialect's variations in how joins are handled.
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle10gDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Oracle8iDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.Sybase11Dialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.TimesTenDialect
 
createPersistence() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Persistence
createPersistencePersistenceUnit() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Persistence.PersistenceUnit
createPersistencePersistenceUnitProperties() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
createPersistencePersistenceUnitPropertiesProperty() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
createPersistenceUnitDefaults() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PersistenceUnitDefaults
createPersistenceUnitMetadata() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PersistenceUnitMetadata
createPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostLoad
createPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostPersist
createPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostRemove
createPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostUpdate
createPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PrePersist
createPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PreRemove
createPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PreUpdate
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PrimaryKeyJoinColumn
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
createProxy(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Generates an appropriate proxy representation of this entity for this entity-mode.
createQuery() - Method in interface org.hibernate.envers.AuditReader
Creates an audit query
createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a Query instance for the given HQL/JPQL query string.
createQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery(String) - Method in interface org.hibernate.SharedSessionContract
 
createQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given HQL/JPQL query string.
createQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String, Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(String, Class<T>) - Method in interface org.hibernate.Session
 
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.QueryOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.QueryOptions) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
(since 5.2) - see deprecation note on super
createQuery(String, Class<T>, Selection, HibernateEntityManagerImplementor.QueryOptions) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Deprecated.
(since 5.2) this method form is used to construct a "compiled" representation of a JPA Criteria query. However it assumes the old yucky implementation of "compilation" that converted the Criteria into a HQL/JPQL string. In 6.0 that is re-written from scratch to compile to SQM, and so this method would not be needed in 6.0
createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.Session
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaQuery<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(CriteriaQuery<T>) - Method in interface org.hibernate.Session
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.Session
 
createQueryHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of QueryHint
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryPlan(NativeSQLQuerySpecification, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Creates a new query plan for the specified native query.
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
createQueryTranslator(String, String, Map, SessionFactoryImplementor, EntityGraphQueryHint) - Method in interface org.hibernate.hql.spi.QueryTranslatorFactory
Construct a QueryTranslator instance capable of translating an HQL query string.
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
 
createRealBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
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
 
createRealBatchingOneToManyInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
createRoot(AssociationType, String, SessionFactoryImplementor) - Static method in class org.hibernate.loader.OuterJoinableAssociation
 
createSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
createSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
createSecondaryTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SecondaryTable
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
Feature supported only by H2 dialect.
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSequence(Identifier, int, int) - Method in class org.hibernate.boot.model.relational.Namespace
 
createSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SequenceGenerator
createSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createSQLQuery(String) - Method in interface org.hibernate.query.QueryProducer
Deprecated.
createSQLQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createSQLQuery(String) - Method in interface org.hibernate.Session
 
createSQLQuery(String) - Method in interface org.hibernate.StatelessSession
 
createSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SqlResultSetMapping
createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Create a statement.
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure.
createStoredProcedureCall(String, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, Class...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, String...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
createStoredProcedureParameter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of StoredProcedureParameter
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSubselectFetchQueryFragment(QueryParameters) - Static method in class org.hibernate.engine.spi.SubselectFetch
Create the subselect fetch query fragment for the provided QueryParameters with SELECT and ORDER BY clauses removed.
createSubselectInitializer(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSubselectInitializer(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
createSubselectInitializer(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
createTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Table
createTable(Identifier, boolean) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping Table instance.
createTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of TableGenerator
createTempTable(IdTableInfoImpl, TempTableDdlTransactionHandling, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.local.Helper
 
createTest() - Method in class org.hibernate.testing.junit4.CustomRunner
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
createTransactionContext(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
createTransactionContext(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
 
createTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Transient
createUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of UniqueConstraint
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
 
createVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Version
createWhereByKey(int, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
CreationTimestamp - Annotation Type in org.hibernate.annotations
Marks a property as the creation timestamp of the containing entity.
CreationTimestampGeneration - Class in org.hibernate.tuple
Value generation implementation for CreationTimestamp.
CreationTimestampGeneration() - Constructor for class org.hibernate.tuple.CreationTimestampGeneration
 
Criteria - Interface in org.hibernate
Criteria is a simplified API for retrieving entities by composing Criterion objects.
CRITERIA_LITERAL_HANDLING_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
By default, Criteria queries uses bind parameters for any literal that is not a numeric value.
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.
CriteriaQueryTranslator - Class in org.hibernate.loader.criteria
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTranslator(SessionFactoryImplementor, CriteriaImpl, String, String, CriteriaQuery) - Constructor for class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
CriteriaQueryTupleTransformer - Class in org.hibernate.jpa.spi
ResultTransformer adapter for handling Tuple results from Criteria queries
CriteriaQueryTupleTransformer(List<ValueHandlerFactory.ValueHandler>, List) - Constructor for class org.hibernate.jpa.spi.CriteriaQueryTupleTransformer
 
CriteriaSpecification - Interface in org.hibernate.criterion
Commonality between different types of 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.
crosses - org.hibernate.spatial.SpatialFunction
The crosses function, cfr.
crosses(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially crosses" constraint to the named property
CROSSES - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries cross
CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
CRS_LOADING_INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
 
CteValuesListBuilder - Class in org.hibernate.hql.spi.id.cte
Builds the CTE with VALUES list clause that wraps the identifiers to be updated/deleted.
CteValuesListBuilder(String, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.cte.CteValuesListBuilder
 
CteValuesListBulkIdStrategy - Class in org.hibernate.hql.spi.id.cte
This bulk-id strategy uses a CTE with a VALUE list to hold the identifiers, which are later used by the update or delete statement:
CteValuesListBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.cte.CteValuesListBulkIdStrategy
 
CteValuesListDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.cte
Bulk-id delete handler that uses CTE and VALUES lists.
CteValuesListDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.cte.CteValuesListDeleteHandlerImpl
 
CteValuesListDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, String, String) - Constructor for class org.hibernate.hql.spi.id.cte.CteValuesListDeleteHandlerImpl
 
CteValuesListUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.cte
Bulk-id update handler that uses CTE and VALUES lists.
CteValuesListUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.cte.CteValuesListUpdateHandlerImpl
 
CteValuesListUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, String, String) - Constructor for class org.hibernate.hql.spi.id.cte.CteValuesListUpdateHandlerImpl
 
CUBRID - org.hibernate.dialect.Database
 
CUBRIDDialect - Class in org.hibernate.dialect
An SQL dialect for CUBRID (8.3.x and later).
CUBRIDDialect() - Constructor for class org.hibernate.dialect.CUBRIDDialect
Constructs a CUBRIDDialect
CUBRIDIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
CUBRIDIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
 
CUBRIDLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler for CUBRID
CURRENCY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Currency to JDBC VARCHAR.
CurrencyType - Class in org.hibernate.type
A type that maps between VARCHAR and Currency
CurrencyType() - Constructor for class org.hibernate.type.CurrencyType
 
CurrencyTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Currency handling.
CurrencyTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Context scoping impl for SessionFactory.getCurrentSession() processing.
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()
custom(Class) - Method in interface org.hibernate.TypeHelper
Retrieve the type for the given user-type class (UserType or CompositeUserType).
custom(Class<UserType>, Properties) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
custom(Class<UserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
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) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(TypeFactory.TypeScope, Class, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
 
customComponent(Class<CompositeUserType>, Properties) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
customComponent(Class<CompositeUserType>, Properties, TypeFactory.TypeScope) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Only for use temporary use by Hibernate
CustomEnhancementContext - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
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
 
CustomJtaPlatformInitiator - Class in org.jboss.as.jpa.hibernate5.service
Custom JtaPlatform initiator for use inside WildFly picking an appropriate fallback JtaPlatform.
CustomJtaPlatformInitiator() - Constructor for class org.jboss.as.jpa.hibernate5.service.CustomJtaPlatformInitiator
 
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
 
CustomParameterized - Class in org.hibernate.testing.junit4
Allows the CustomRunner features in parameterized tests.
CustomParameterized(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomParameterized
Only called reflectively.
CustomParameterized.Order - Annotation Type in org.hibernate.testing.junit4
 
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.
CustomRegionFactoryInitiator - Class in org.jboss.as.jpa.hibernate5.service
 
CustomRegionFactoryInitiator() - Constructor for class org.jboss.as.jpa.hibernate5.service.CustomRegionFactoryInitiator
 
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
 
CustomSql - Class in org.hibernate.boot.model
Models the information for custom SQL execution defined as part of the mapping for a primary/secondary table
CustomSql(String, boolean, ExecuteUpdateResultCheckStyle) - Constructor for class org.hibernate.boot.model.CustomSql
 
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
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

DATA_SOURCE - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
database() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
Database - Class in org.hibernate.boot.model.relational
 
Database - Enum in org.hibernate.dialect
List all supported relational database systems.
Database(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.model.relational.Database
 
Database(MetadataBuildingOptions, JdbcEnvironment) - Constructor for class org.hibernate.boot.model.relational.Database
 
DATABASE - org.hibernate.MultiTenancyStrategy
Multi-tenancy implemented as separate databases.
DATABASE - org.hibernate.tool.schema.TargetType
Export to the database.
DatabaseIdentifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), retrieved from the database.
DatabaseIdentifier(String) - Constructor for class org.hibernate.boot.model.naming.DatabaseIdentifier
Constructs a datatabase identifier instance.
DatabaseInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
DatabaseMetaDataDialectResolutionInfoAdapter - Class in org.hibernate.engine.jdbc.dialect.spi
An implementation of DialectResolutionInfo that delegates calls to a wrapped DatabaseMetaData.
DatabaseMetaDataDialectResolutionInfoAdapter(DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
databaseObject - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
DatabaseStructure - Interface in org.hibernate.id.enhanced
Encapsulates definition of the underlying data structure backing a sequence-style generator.
DataDirectOracle9Dialect - Class in org.hibernate.dialect
A Dialect for accessing Oracle through DataDirect driver
DataDirectOracle9Dialect() - Constructor for class org.hibernate.dialect.DataDirectOracle9Dialect
 
DataException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.
DataException(String, SQLException) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataException(String, SQLException, String) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataHelper - Class in org.hibernate.type.descriptor.java
A help for dealing with BLOB and CLOB data
DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a DataSource.
DataSourceBasedMultiTenantConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.spi
A concrete implementation of the MultiTenantConnectionProvider contract bases on a number of reasonable assumptions.
DataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
DataSourceStub - Class in org.hibernate.testing.jdbc
 
DataSourceStub(String) - Constructor for class org.hibernate.testing.jdbc.DataSourceStub
 
DATE - org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
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
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
DATETIME - org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
 
DateType - Class in org.hibernate.type
A type that maps between DATE and Date
DateType() - Constructor for class org.hibernate.type.DateType
 
DateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
DateTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DATE handling.
DateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
DateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
DateTypeDescriptor.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
DB - org.hibernate.annotations.SourceType
Get the timestamp from the database.
DB - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
DB2 - org.hibernate.dialect.Database
 
DB2_DEFAULT_SRID - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
SRID to use for the DB2 Spatial Dialects.
DB2390Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/390.
DB2390Dialect() - Constructor for class org.hibernate.dialect.DB2390Dialect
 
DB2390IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2390IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2390IdentityColumnSupport
 
DB2390V8Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/390 version 8.
DB2390V8Dialect() - Constructor for class org.hibernate.dialect.DB2390V8Dialect
 
DB2400Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2/400.
DB2400Dialect() - Constructor for class org.hibernate.dialect.DB2400Dialect
 
DB297Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2 9.7.
DB297Dialect() - Constructor for class org.hibernate.dialect.DB297Dialect
 
DB2Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2.
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
Constructs a DB2Dialect
DB2GeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.db2
Type Descriptor for the DB2 Geometry type (as Clob)
DB2GeometryTypeDescriptor(Integer) - Constructor for class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
 
DB2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
DB2SpatialDialect - Class in org.hibernate.spatial.dialect.db2
 
DB2SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
Construct a DB2Spatial dialect.
DB2SubstringFunction - Class in org.hibernate.dialect.function
When "substring" function is used for DB2, this implementation of StandardSQLFunction will render "substr" or "substring", depending on the last argument being used.
DB2SubstringFunction() - Constructor for class org.hibernate.dialect.function.DB2SubstringFunction
 
DB2UniqueDelegate - Class in org.hibernate.dialect.unique
DB2 does not allow unique constraints on nullable columns.
DB2UniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DB2UniqueDelegate
Constructs a DB2UniqueDelegate
DbTimestampType - Class in org.hibernate.type
dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.
DbTimestampType() - Constructor for class org.hibernate.type.DbTimestampType
 
DDL - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
DDL - org.hibernate.cfg.beanvalidation.ValidationMode
 
DdlTransactionIsolator - Interface in org.hibernate.resource.transaction.spi
Provides access to a Connection that is isolated from any "current transaction" with the designed purpose of performing DDL commands
DEBUG_ENABLED - Static variable in interface org.hibernate.bytecode.BytecodeLogger
 
DEBUG_ENABLED - Static variable in class org.hibernate.loader.Loader
 
DEBUG_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
decapitalize(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
DecimalTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for DECIMAL handling.
DecimalTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
Declarer(String) - Constructor for class org.hibernate.persister.entity.Queryable.Declarer
 
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 interface org.hibernate.engine.spi.PersistenceContext
Called after cascading
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
decrementLock(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.SoftLockImpl) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
deduceAliasInjectionPoints() - Method in annotation type org.hibernate.annotations.Filter
If true, automatically determine all points within the condition fragment that an alias should be injected.
deduceAliasInjectionPoints() - Method in annotation type org.hibernate.annotations.FilterJoinTable
Do we need to determine all points within the condition fragment that are alias injection points? Or are injection points already marked?
deepCopy(Object) - Method in class org.hibernate.type.EnumType
 
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.
deepCopy(Object[], Type[], boolean[], Object[], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
Deep copy a series of values from one array to another...
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
deepCopy(Object, SessionFactoryImplementor) - 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.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(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
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(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
deepCopy(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a deep copy of the value.
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
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(S) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEQUENCE_NAME - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_SEQUENCE_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default TableGenerator.TABLE_PARAM value
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
Default() - Constructor for class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
DEFAULT - org.hibernate.cfg.AccessType
Default access strategy is property
DEFAULT - org.hibernate.FetchMode
Default to the setting configured in the mapping file.
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_ACCESSTYPE - Static variable in class org.hibernate.testing.cache.CachingRegionFactory
 
DEFAULT_ANNOTATION_PARAMETER_NAME - Static variable in class org.hibernate.jpamodelgen.util.TypeUtils
 
DEFAULT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The default batch size for batch fetching
DEFAULT_BATCH_SIZE - Static variable in class org.hibernate.dialect.Dialect
Defines a default batch size constant
DEFAULT_CACHE_CONCURRENCY_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting used to give the name of the default CacheConcurrencyStrategy to use when either @Cacheable or @Cache is used.
DEFAULT_CASCADE_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_CATALOG - Static variable in interface org.hibernate.cfg.AvailableSettings
A default database catalog name to use for unqualified tablenames
DEFAULT_CATALOG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the catalog containing audit tables.
DEFAULT_CFG_RESOURCE_NAME - Static variable in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
The default resource name for a hibernate configuration xml file.
DEFAULT_CHUNK_SIZE - Static variable in class org.hibernate.engine.jdbc.StreamUtils
Default size to use for reading buffers.
DEFAULT_COLUMN_LENGTH - Static variable in class org.hibernate.cfg.Ejb3Column
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_DISCRIMINATOR_TYPE - Static variable in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ENTITY_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
The EntityMode in which set the Session opened from the SessionFactory.
DEFAULT_EXTRACTOR - Static variable in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
DEFAULT_ID_GEN_STRATEGY - Static variable in class org.hibernate.mapping.SimpleValue
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
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_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_LENGTH - Static variable in class org.hibernate.mapping.Column
 
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_LOCK_OPTIONS - Static variable in class org.hibernate.event.spi.LoadEvent
 
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_PRECISION - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_PRECISION - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_PROPERTY_ACCESS_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_QUERY_PLAN_MAX_COUNT - Static variable in class org.hibernate.engine.query.spi.QueryPlanCache
The default soft reference count.
DEFAULT_QUERY_RESULTS_REGION_UNQUALIFIED_NAME - Static variable in interface org.hibernate.cache.spi.RegionFactory
 
DEFAULT_SCALE - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_SCALE - Static variable in class org.hibernate.mapping.Column
 
DEFAULT_SCHEMA - Static variable in interface org.hibernate.cfg.AvailableSettings
A default database schema (owner) name to use for unqualified tablenames
DEFAULT_SCHEMA - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the schema containing audit tables.
DEFAULT_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
DEFAULT_TENANT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_TRIM_CHARACTER - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
DEFAULT_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAME - Static variable in interface org.hibernate.cache.spi.RegionFactory
 
defaultAccess - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
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
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
DefaultComponentSafeNamingStrategy - Class in org.hibernate.cfg
 
DefaultComponentSafeNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
defaultCondition() - Method in annotation type org.hibernate.annotations.FilterDef
The default filter condition.
DefaultEnhancementContext - Class in org.hibernate.bytecode.enhance.spi
default implementation of EnhancementContext.
DefaultEnhancementContext() - Constructor for class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
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
 
defaultForType() - Method in annotation type org.hibernate.annotations.TypeDef
Name a java type for which this defined type should be the default mapping.
defaultLazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
DefaultNamingStrategy - Class in org.hibernate.cfg
The default NamingStrategy
DefaultNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultNamingStrategy
 
DefaultRevisionEntity - Class in org.hibernate.envers
 
DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
 
defaultScrollMode() - Method in class org.hibernate.dialect.AbstractHANADialect
 
defaultScrollMode() - Method in class org.hibernate.dialect.Dialect
Certain dialects support a subset of ScrollModes.
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).
defaultSizes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
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.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).
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
 
DefaultUniqueDelegate - Class in org.hibernate.dialect.unique
The default UniqueDelegate implementation for most dialects.
DefaultUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DefaultUniqueDelegate
Constructs DefaultUniqueDelegate
defineFetchingStrategy(ToOne, XProperty) - Static method in class org.hibernate.cfg.AnnotationBinder
 
definesLimits() - Method in class org.hibernate.engine.spi.RowSelection
 
definition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
dehydrate(Serializable, Object[], boolean[], boolean[][], int, PreparedStatement, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
dehydrate(Serializable, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SharedSessionContractImplementor, int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Marshall the fields of a persistent instance to a prepared statement
DEL - org.hibernate.envers.RevisionType
Indicates that the entity was deleted (removed) at that revision.
DELAY_CDI_ACCESS - Static variable in interface org.hibernate.jpa.AvailableSettings
Defines delayed access to CDI BeanManager.
DELAY_ENTITY_LOADER_CREATIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls how the individual Loaders for an entity are created.
DELAYED - org.hibernate.engine.FetchTiming
Performing fetching later, when needed.
DELAYED_ACQUISITION_AND_HOLD - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed and then held until the Session is closed.
DELAYED_ACQUISITION_AND_RELEASE_AFTER_STATEMENT - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released after each statement is executed.
DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released after each transaction is completed.
DelayedDropAction - Interface in org.hibernate.tool.schema.spi
Memento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling.
DelayedDropRegistry - Interface in org.hibernate.tool.schema.spi
Callback to allow the built DelayedDropAction, if indicated, to be registered back with the SessionFactory (or the thing that will manage its later execution).
DelayedDropRegistryNotAvailableImpl - Class in org.hibernate.tool.schema.spi
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.
DelayedDropRegistryNotAvailableImpl() - Constructor for class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
 
delegate - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
delegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
Returns the underlying delegate.
delegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
Delegate(PostInsertIdentityPersister, Dialect, String) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
delegateCallable(Callable<T>, boolean) - Method in interface org.hibernate.engine.transaction.spi.IsolationDelegate
Invoke the given callable in isolation from current transaction.
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in interface org.hibernate.engine.transaction.spi.IsolationDelegate
Perform the given work in isolation from current transaction.
DelegatingPersistenceUnitInfo - Class in org.hibernate.testing.util.jpa
 
DelegatingPersistenceUnitInfo(PersistenceUnitInfo) - Constructor for class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
delete(Serializable, Object, int, Object, String, SharedSessionContractImplementor, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL DELETE
delete(Serializable, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Serializable, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
delete(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object, boolean, Set) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object, boolean, Set) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe; Gail?
delete(String, Object, boolean, Set) - Method in interface org.hibernate.event.spi.EventSource
Cascade delete an entity instance
Delete - Class in org.hibernate.sql
An SQL DELETE statement
Delete() - Constructor for class org.hibernate.sql.Delete
 
DELETE - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native DELETE action.
DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DELETE - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
DELETE - org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
DELETE - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete
DELETE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
DELETE - Static variable in class org.hibernate.event.spi.EventType
 
DELETE_ORPHAN - org.hibernate.annotations.CascadeType
Deprecated.
use @OneToOne(orphanRemoval=true) or @OneToMany(orphanRemoval=true)
DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete + delete orphans
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
DELETED - org.hibernate.engine.spi.Status
 
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, boolean, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, 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.
DeleteHandlerImpl - Class in org.hibernate.hql.spi.id.persistent
 
DeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
deleteOrphans() - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action potentially extrapolate to orphan deletes?
deleteResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deleteRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
delimitedIdentifiers - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributePath
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributeRole
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(Namespace, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(Namespace, Identifier, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(Namespace, Identifier, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
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(MetadataBuildingContext, Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
 
DependantValue(MetadataImplementor, Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
dependentUpon(CopyIdentifierComponentSecondPass) - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
DERBY - org.hibernate.dialect.Database
 
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
DerbyConcatFunction() - Constructor for class org.hibernate.dialect.function.DerbyConcatFunction
 
DerbyDialect - Class in org.hibernate.dialect
Deprecated.
HHH-6073
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
Deprecated.
Constructs a DerbyDialect
DerbyTenFiveDialect - Class in org.hibernate.dialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyTenFiveDialect() - Constructor for class org.hibernate.dialect.DerbyTenFiveDialect
Constructs a DerbyTenFiveDialect
DerbyTenSevenDialect - Class in org.hibernate.dialect
Dialect for Derby 10.7
DerbyTenSevenDialect() - Constructor for class org.hibernate.dialect.DerbyTenSevenDialect
Constructs a DerbyTenSevenDialect
DerbyTenSixDialect - Class in org.hibernate.dialect
Hibernate Dialect for Cloudscape 10 - aka Derby.
DerbyTenSixDialect() - Constructor for class org.hibernate.dialect.DerbyTenSixDialect
Constructs a DerbyTenSixDialect
deRegisterChild(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
When a registry is created with a parent, the parent is notified of the child via this callback.
DERIVED - org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
DerivedValueSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of a derived value (formula).
desc() - Method in class org.hibernate.criterion.Property
Creates a descending ordering for this property
desc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in descending order
desc(String) - Static method in class org.hibernate.criterion.Order
Descending order.
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.jpamodelgen.xml.jaxb.AssociationOverride
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
deserialize(ObjectInputStream, SessionFactoryImplementor) - 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.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, SessionImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserializeProxy(SerializableProxy) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
 
deserializeProxy(SerializableProxy) - Static method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
destroy() - Method in interface org.hibernate.cache.spi.QueryCache
Deprecated.
Destroy the cache.
destroy() - Method in interface org.hibernate.cache.spi.QueryResultsCache
 
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.support.AbstractCachedDomainDataAccess
 
destroy() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
destroy() - Method in interface org.hibernate.cache.spi.support.AbstractDomainDataRegion.Destructible
 
destroy() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
destroy() - Method in interface org.hibernate.cache.spi.TimestampsCache
 
destroy() - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
Deprecated.
Destroys the cache.
destroy() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Release resources
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Destroy a service registry.
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Destroy a service registry.
destroy(ServiceRegistry) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the previous structured form of the item back into its item form.
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
detach(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
DETACH - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.DETACH.
DetachedCriteria - Class in org.hibernate.criterion
Models a detached form of a Criteria (not associated with a Session).
DetachedCriteria(String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(String, String) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
DetachedCriteria(CriteriaImpl, Criteria) - Constructor for class org.hibernate.criterion.DetachedCriteria
 
determineAccessTypeForHierarchy(TypeElement, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
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.
determineAnnotationSpecifiedAccessType(Element) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to the discriminator portion of an ANY mapping when no explicit column name is given.
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to the key/id portion of an ANY mapping when no explicit column name is given.
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an attribute's column given the source naming information, when a name is not explicitly given.
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
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
Deprecated.
 
determineCascadeStyle() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
determineCascadeStyle() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineCascadeStyle() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of a collection join table given the source naming information, when a name is not explicitly given.
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
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
 
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.
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the discriminator column for the given entity
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineFetchPlan(LoadQueryInfluencers, PropertyPath) - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
determineFetchStyleByMetadata(FetchMode, AssociationType) - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineFollowOnLockMode(LockOptions) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
determineFollowOnLockMode(LockOptions) - Method in class org.hibernate.loader.Loader
 
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineFullyQualifiedClassName(String, String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
determineGeneratedIdentifier(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
determineGeneratorName(GenerationType, IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Determine the name of the generator which should be used based on the GenerationType, returning null to indicate that this interpreter did not have a match and that any additional resolutions should be performed.
determineGeneratorTableName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
determineGeneratorTableName(Properties, JdbcEnvironment, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
determineIdentifierColumnName(ImplicitIdentifierColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the identifier column for the given entity
determineIdentifierColumnName(ImplicitIdentifierColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineIdTableName(JdbcEnvironment, PersistentClass) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
determineIdTableName(JdbcEnvironment, PersistentClass) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
determineIdTableName(Queryable) - Method in class org.hibernate.hql.spi.id.cte.AbstractCteValuesListBulkIdHandler
 
determineImplicitName(MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Called when the user supplied no explicit name/identifier for the given database object.
determineImplicitOptimizerName(int, Properties) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Determine the optimizer to use when there was not one explicitly specified.
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
 
determineIndexName(ImplicitIndexNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineIndexName(ImplicitIndexNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the initial sequence value to use.
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineJavaClassForJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
determineJavaClassForJdbcTypeCode(Integer) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
For the given JDBC type, determine the JDBC recommended Java type.
determineJdbcTypeCode(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
determineJdbcTypeCode(Type, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
determineJdbcTypeCodeForJavaClass(Class) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
For the given Java type, determine the JDBC recommended JDBC type.
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to JoinColumn.
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an association join table given the source naming information, when a name is not explicitly given.
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineLockOptions(NamedQuery) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
determineLogicalName(String, NamingStrategyHelper) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Determine the logical name give a (potentially null/empty) explicit name.
determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineMultiTenancyStrategy(Map) - Static method in enum org.hibernate.MultiTenancyStrategy
Extract the MultiTenancyStrategy from the setting map.
determineOptimalBatchLoadSize(int, int) - Method in interface org.hibernate.loader.BatchLoadSizingStrategy
 
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to PrimaryKeyJoinColumn.
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determinePrimaryTableName(ImplicitEntityNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name of an entity's primary table.
determinePrimaryTableName(ImplicitEntityNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineProperBooleanType(int, Object, Type) - Method in interface org.hibernate.Query
Deprecated.
added only to allow default method definition for deprecated methods here.
determineProperBooleanType(String, Object, Type) - Method in interface org.hibernate.Query
Deprecated.
added only to allow default method definition for deprecated methods here.
determineRemainingTransactionTimeOutPeriod() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Calculate the amount of time, in seconds, still remaining before transaction timeout occurs.
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column used to indicate the segment for each row.
determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column
determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties, Dialect, JdbcEnvironment, ServiceRegistry) - 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.
determineSql(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
determineSubclassTableJoinType(int, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableName(Table, JdbcEnvironment) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineTableName(Table, JdbcEnvironment) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the tenant (multi-tenancy) identifier column for the given entity
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineValueColumnName(Properties, JdbcEnvironment) - 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, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column in which we will store the generator persistent value.
determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
dialect - Variable in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
dialect - Variable in class org.hibernate.sql.Select
 
dialect() - Method in class org.hibernate.hql.spi.id.AbstractIdsBulkIdHandler
 
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 - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the Hibernate SQL Dialect class
DIALECT - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
DIALECT - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
DIALECT_RESOLVERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names any additional DialectResolver implementations to register with the standard DialectFactory.
DialectCheck - Interface in org.hibernate.testing
Defines a means to check Dialect features for use in "test protection" checks.
DialectChecks - Class in org.hibernate.testing
Container class for different implementation of the DialectCheck interface.
DialectChecks() - Constructor for class org.hibernate.testing.DialectChecks
 
DialectChecks.CaseSensitiveCheck - Class in org.hibernate.testing
 
DialectChecks.DoesNotSupportFollowOnLocking - Class in org.hibernate.testing
 
DialectChecks.DoesNotSupportRowValueConstructorSyntax - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoubleQuoteQuoting - Class in org.hibernate.testing
 
DialectChecks.ForceLobAsLastValue - Class in org.hibernate.testing
 
DialectChecks.HasSelfReferentialForeignKeyBugCheck - Class in org.hibernate.testing
 
DialectChecks.SupportCatalogCreation - Class in org.hibernate.testing
 
DialectChecks.SupportDropConstraints - Class in org.hibernate.testing
 
DialectChecks.SupportLimitAndOffsetCheck - Class in org.hibernate.testing
 
DialectChecks.SupportLimitCheck - Class in org.hibernate.testing
 
DialectChecks.SupportNonQueryValuesListWithCTE - Class in org.hibernate.testing
 
DialectChecks.SupportNoWait - Class in org.hibernate.testing
 
DialectChecks.SupportPartitionBy - Class in org.hibernate.testing
 
DialectChecks.SupportRowValueConstructorSyntaxInInList - Class in org.hibernate.testing
 
DialectChecks.SupportsCascadeDeleteCheck - Class in org.hibernate.testing
 
DialectChecks.SupportSchemaCreation - Class in org.hibernate.testing
 
DialectChecks.SupportsCircularCascadeDeleteCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsColumnCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsEmptyInListCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsExistsInSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsExpectedLobUsagePattern - Class in org.hibernate.testing
 
DialectChecks.SupportsIdentityColumns - Class in org.hibernate.testing
 
DialectChecks.SupportsJdbcDriverProxying - Class in org.hibernate.testing
 
DialectChecks.SupportSkipLocked - Class in org.hibernate.testing
 
DialectChecks.SupportsLobValueChangePropogation - Class in org.hibernate.testing
 
DialectChecks.SupportsLockTimeouts - Class in org.hibernate.testing
 
DialectChecks.SupportsNClob - Class in org.hibernate.testing
 
DialectChecks.SupportsParametersInInsertSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsRowValueConstructorSyntaxCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsSequences - Class in org.hibernate.testing
 
DialectChecks.SupportSubqueryAsLeftHandSideInPredicate - Class in org.hibernate.testing
 
DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck - Class in org.hibernate.testing
 
DialectChecks.SupportValuesListAndRowValueConstructorSyntaxInInList - Class in org.hibernate.testing
 
DialectChecks.UsesInputStreamToInsertBlob - Class in org.hibernate.testing
 
DialectFactory - Interface in org.hibernate.engine.jdbc.dialect.spi
A factory for generating Dialect instances.
DialectFactoryTestingImpl - Class in org.hibernate.testing.boot
 
DialectFactoryTestingImpl() - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
DialectFactoryTestingImpl(Dialect) - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
DialectResolutionInfo - Interface in org.hibernate.engine.jdbc.dialect.spi
Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.
DialectResolutionInfoSource - Interface in org.hibernate.engine.jdbc.dialect.spi
Contract for the source of DialectResolutionInfo.
DialectResolver - Interface in org.hibernate.engine.jdbc.dialect.spi
Contract for determining the Dialect to use based on information about the database / driver.
dialectScope - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
dictatedSizes() - Method in interface org.hibernate.usertype.Sized
Return the column sizes dictated by this type.
dictatedSizes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
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.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.
difference - org.hibernate.spatial.SpatialFunction
The difference function, cfr.
DIFFERENCE - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The difference function
dimension - org.hibernate.spatial.SpatialFunction
The dimension function, cfr.
DirectAccessRegion - Interface in org.hibernate.cache.spi
Specialized Region whose data is accessed directly (not requiring key/item wrapping, e.g.
DirectAccessRegionTemplate - Class in org.hibernate.cache.spi.support
Bridge between DirectAccessRegion and StorageAccess
DirectAccessRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
dirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Mark the collection as dirty
DIRTY - org.hibernate.annotations.OptimisticLockType
Perform optimistic locking based on *dirty* fields as part of an expanded WHERE clause restriction for the UPDATE/DELETE SQL statement.
DIRTY - org.hibernate.engine.OptimisticLockStyle
dirty columns are compared
DIRTY_CHECK - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DIRTY_CHECK - Static variable in class org.hibernate.event.spi.EventType
 
dirtyCalculationEnd(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
dirtyCalculationStart() - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationStart() - Method in interface org.hibernate.SessionEventListener
 
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.
DISABLE_SELECTIVE - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
disableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableConversion - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
disableCreation() - Method in class org.hibernate.mapping.ForeignKey
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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 interface org.hibernate.Session
Disable the named filter for the current session.
disableForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
disableJtaTransactionAccess() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
disableJtaTransactionAccess() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
 
disableRefreshDetachedEntity() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
 
disableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Disable connection releases
disassemble(Object) - Method in class org.hibernate.type.EnumType
 
disassemble(Object) - Method in interface org.hibernate.usertype.UserType
Transform the object into its cacheable representation.
disassemble(Object[], Type[], boolean[], SharedSessionContractImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Transform the object into its cacheable representation.
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
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(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassemble the collection to get it ready for the cache
disassemble(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
disassemble(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a "disassembled" representation of the value.
disassemble(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.jpa.AvailableSettings
Whether or not discard persistent context on entityManager.close() The EJB3 compliant and default choice is false
disconnect() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disconnect() - Method in interface org.hibernate.Session
Disconnect the session from its underlying JDBC connection.
DISCRIMINATED - org.hibernate.boot.model.source.spi.InheritanceType
 
discriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
DISCRIMINATOR - org.hibernate.MultiTenancyStrategy
Multi-tenancy implemented by use of discriminator columns.
discriminatorColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
discriminatorColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
DiscriminatorColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
DiscriminatorColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Used to apply a Hibernate formula (derived value) as the inheritance discriminator "column".
DiscriminatorMetadata - Interface in org.hibernate.persister.entity
Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
DiscriminatorOptions - Annotation Type in org.hibernate.annotations
Optional annotation to express Hibernate specific discrimintor properties.
DiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of information about a mapped discriminator.
discriminatorType - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
DiscriminatorType - Class in org.hibernate.persister.entity
TODO : javadoc
DiscriminatorType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for discriminator-type.
DiscriminatorType<T> - Interface in org.hibernate.type
Additional contract for a Type may be used for a discriminator.
DiscriminatorType(Type, Loadable) - Constructor for class org.hibernate.persister.entity.DiscriminatorType
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
discriminatorValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Tongue-in-cheek name for a shutdown callback.
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.secure.spi.JaccIntegrator
Deprecated.
 
disjoint - org.hibernate.spatial.SpatialFunction
The disjoint function, cfr.
disjoint(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially disjoint" constraint to the named property
DISJOINT - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries are spatially dijoint
disjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single disjunction (A or B or C...).
disjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
Disjunction - Class in org.hibernate.criterion
Defines a disjunction (OR series).
Disjunction() - Constructor for class org.hibernate.criterion.Disjunction
Constructs a Disjunction
Disjunction(Criterion[]) - Constructor for class org.hibernate.criterion.Disjunction
 
DisjunctionFragment - Class in org.hibernate.sql
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class org.hibernate.sql.DisjunctionFragment
 
distance - org.hibernate.spatial.SpatialFunction
The distance function, cfr.
DISTANCE - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
The distance parameter
DISTANCE - Static variable in interface org.hibernate.spatial.SpatialAnalysis
The distance function
distanceWithin(String, Geometry, double) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "distance within" constraint to the named property
distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on distinct values
distinct(Projection) - Static method in class org.hibernate.criterion.Projections
Create a distinct projection from a projection.
Distinct - Class in org.hibernate.criterion
A wrappedProjection that is a wrapper around other projections to apply distinction.
Distinct(Projection) - Constructor for class org.hibernate.criterion.Distinct
Constructs a Distinct
DISTINCT_ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is a distinct instance of the root entity
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.
DO_NOT_AUDIT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Treats optimistic locking properties as unversioned.
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.action.spi.AfterTransactionCompletionProcess
Perform whatever processing is encapsulated here after completion of the transaction.
doBatchLoad(Serializable, Loader, SharedSessionContractImplementor, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
doBatchLoad(Serializable, Loader, SharedSessionContractImplementor, Serializable[], Object, LockOptions) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doBiDirectionalAssociationManagement(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we manage association of bi-directional persistent attributes for this field?
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
doBind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
Perform the binding.
doBind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicBinder
Perform the binding.
doBind(Binder) - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
doCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
For this style, should the given action be cascaded?
doCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
doComputation() - Method in class org.hibernate.testing.junit4.CustomRunner
 
doCreate() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Action
 
doCreate() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
doCreate() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
doCreation(Metadata, ExecutionOptions, SourceDescriptor, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaCreator
Perform a schema creation from the indicated source(s) to the indicated target(s).
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(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doDirtyCheckingInline(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we in-line dirty checking for persistent attributes for this class?
doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
doDrop() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Action
 
doDrop() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
doDrop() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
doDrop(Metadata, ExecutionOptions, SourceDescriptor, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Perform a schema drop from the indicated source(s) to the indicated target(s).
doesConnectionProviderDisableAutoCommit() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
doesConnectionProviderDisableAutoCommit() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
doesConnectionProviderDisableAutoCommit() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
doesDataDefinitionCauseTransactionCommit() - Method in interface org.hibernate.engine.jdbc.env.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.env.spi.ExtractedDatabaseMetaData
Did the driver report that updates to a LOB locator affect a copy of the LOB?
DoesNotSupportFollowOnLocking() - Constructor for class org.hibernate.testing.DialectChecks.DoesNotSupportFollowOnLocking
 
DoesNotSupportRowValueConstructorSyntax() - Constructor for class org.hibernate.testing.DialectChecks.DoesNotSupportRowValueConstructorSyntax
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is READ_COMMITTED isolation implemented by forcing readers to wait for write locks to be released?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.H2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.HSQLDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.TeradataDialect
 
DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
DoesReadCommittedNotCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is REPEATABLE_READ isolation implemented by forcing writers to wait for read locks to be released?
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.HSQLDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.TeradataDialect
 
DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
DoesRepeatableReadNotCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
determine if management console can display the second level cache entries
doExecution(SchemaExport.Action, boolean, Metadata, ServiceRegistry, TargetDescriptor) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
doExport() - Method in enum org.hibernate.tool.hbm2ddl.Target
 
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doExtendedEnhancement(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we enhance field access to entities from this class?
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtractConstraintName(SQLException) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
 
doInHibernate(Supplier<SessionFactory>, String, Consumer<Session>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction without return value and for a given tenant
doInHibernate(Supplier<SessionFactory>, String, Function<Session, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction for a given tenant and return a value
doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionConsumer) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction without return value
doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction
doInHibernateSessionBuilder(Supplier<SessionBuilder>, TransactionUtil.HibernateTransactionConsumer) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction without return value
doInHibernateSessionBuilder(Supplier<SessionBuilder>, TransactionUtil.HibernateTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionFunction<T>, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction without return value
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction without return value
doLazyXmlParsing() - Method in class org.hibernate.jpamodelgen.Context
 
doList(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
doLog(Logger.Level, String, Object, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
 
doLogf(Logger.Level, String, String, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
 
DOM - org.hibernate.boot.jaxb.SourceType
 
DomainDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Configuration for a specific type of data to be stored in the region
DomainDataRegion - Interface in org.hibernate.cache.spi
A Region for cacheable domain data - entity, collection, natural-id.
DomainDataRegionBuildingContext - Interface in org.hibernate.cache.cfg.spi
DomainDataRegionConfig - Interface in org.hibernate.cache.cfg.spi
Configuration for a named region for caching domain data.
DomainDataRegionImpl - Class in org.hibernate.cache.spi.support
 
DomainDataRegionImpl(DomainDataRegionConfig, RegionFactoryTemplate, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
DomainDataRegionTemplate - Class in org.hibernate.cache.spi.support
Abstract implementation of DomainDataRegion based on implementations just needing to provide a DomainDataStorageAccess reference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.
DomainDataRegionTemplate(DomainDataRegionConfig, RegionFactory, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
DomainDataStorageAccess - Interface in org.hibernate.cache.spi.support
Specialization of StorageAccess for domain data regions
doMigration(Metadata, ExecutionOptions, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaMigrator
Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).
doPostInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
doPostInstantiate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
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.
doProcessQueuedOps(PersistentCollection, Serializable, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
doProcessQueuedOps(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doProcessQueuedOps(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doProcessQueuedOps(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doQueryAndInitializeNonLazyCollections(SharedSessionContractImplementor, 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(SharedSessionContractImplementor, 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 interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
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.IdGeneratorResolverSecondPass
 
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.OneToOneSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
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.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
DOT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
DOUBLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Double to JDBC DOUBLE.
DoubleQuoteQuoting() - Constructor for class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
 
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 - Class in org.hibernate.type.descriptor.sql
Descriptor for DOUBLE handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
doUpdateRows(Serializable, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doUpdateRows(Serializable, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doValidation(Metadata, ExecutionOptions) - Method in interface org.hibernate.tool.schema.spi.SchemaValidator
Perform the validation of the schema described by Metadata
doWork(ClassLoader) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work
 
doWork(Work) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doWork(Work) - Method in interface org.hibernate.Session
Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC driver class
DRIVER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
DRIVER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
drop - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
drop(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
drop(Metadata) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
drop(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
drop(MetadataImplementor, StandardServiceRegistry, Connection) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
DROP - org.hibernate.hql.spi.id.local.AfterUseAction
 
DROP - org.hibernate.tool.hbm2ddl.SchemaExport.Action
Drop only
DROP - org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
DROP - org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
DROP - org.hibernate.tool.schema.Action
Database dropping will be generated.
DROP_ID_TABLES - Static variable in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
DROP_ID_TABLES - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
DROP_RECREATE_QUIETLY - org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Attempt to drop, then (re-)create each unique constraint.
dropConstraints() - Method in class org.hibernate.dialect.AbstractHANADialect
 
dropConstraints() - Method in class org.hibernate.dialect.Cache71Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
dropConstraints() - Method in class org.hibernate.dialect.Dialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.FrontBaseDialect
 
dropConstraints() - Method in class org.hibernate.dialect.H2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.IngresDialect
 
dropConstraints() - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.JDataStoreDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MimerSQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.MySQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
Deprecated.
 
dropConstraints() - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
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
 
DuplicateMappingException - Exception in org.hibernate
Raised whenever a duplicate for a certain type occurs.
DuplicateMappingException(String, String) - Constructor for exception org.hibernate.DuplicateMappingException
Deprecated.
Use the for taking DuplicateMappingException.Type instead.
DuplicateMappingException(String, String, String) - Constructor for exception org.hibernate.DuplicateMappingException
Deprecated.
Use the for taking DuplicateMappingException.Type instead.
DuplicateMappingException(String, DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given customMessage, type and name.
DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given type and name.
DuplicateMappingException.Type - Enum in org.hibernate
Enumeration of the types of things that can be duplicated.
DuplicateSecondaryTableException(Identifier) - Constructor for exception org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
 
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
 
DurationJavaDescriptor - Class in org.hibernate.type.descriptor.java
 
DurationJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
DurationType - Class in org.hibernate.type
 
DurationType() - Constructor for class org.hibernate.type.DurationType
 
dwithin - org.hibernate.spatial.SpatialFunction
the distance within function
DWithinExpression - Class in org.hibernate.spatial.criterion
A Criterion constraining a geometry property to be within a specified distance of a search geometry.
DWithinExpression(String, Geometry, double) - Constructor for class org.hibernate.spatial.criterion.DWithinExpression
Constructs an instance
DYNAMIC - org.hibernate.loader.BatchFetchStyle
Dynamically builds its SQL based on the actual number of available ids.
DynamicBatchingCollectionInitializer(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
 
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
 
DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader
 
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
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
dynamicInsert() - Method in annotation type org.hibernate.annotations.Entity
Deprecated.
use DynamicInsert instead
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?
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
 
DynamicMapInstantiator - Class in org.hibernate.tuple
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicParameterizedType - Interface in org.hibernate.usertype
Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType instead of the key PARAMETER_TYPE = "org.hibernate.type.ParameterType" The interface ParameterType provides some methods to read information dynamically for build the type
DynamicParameterizedType.ParameterType - Interface in org.hibernate.usertype
 
dynamicUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
dynamicUpdate() - Method in annotation type org.hibernate.annotations.Entity
Deprecated.
Use DynamicUpdate instead
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?

E

EAGER - org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
EAGER - Static variable in enum org.hibernate.FetchMode
Deprecated.
use FetchMode.JOIN
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
 
Ejb3DiscriminatorColumn - Class in org.hibernate.cfg
Discriminator column
Ejb3DiscriminatorColumn() - Constructor for class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
EJB3DTDEntityResolver - Class in org.hibernate.cfg
Resolve JPA xsd files locally Hibernate OGM uses this class, consider this some kind of exposed service at the SPI level
EJB3DTDEntityResolver() - Constructor for class org.hibernate.cfg.EJB3DTDEntityResolver
 
Ejb3JoinColumn - Class in org.hibernate.cfg
Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
EJB3NamingStrategy - Class in org.hibernate.cfg
Naming strategy implementing the EJB3 standards
EJB3NamingStrategy() - Constructor for class org.hibernate.cfg.EJB3NamingStrategy
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
ELEMENT_COLLECTION - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ELEMENT_COLLECTION - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
elementClass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
elementCollection - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
elementCollection - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
ElementCollection - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ElementCollection() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
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
 
elementExists(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Serializable, Object, SharedSessionContractImplementor) - 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
 
ElementPropertyMapping - Class in org.hibernate.persister.collection
 
ElementPropertyMapping(String[], Type) - Constructor for class org.hibernate.persister.collection.ElementPropertyMapping
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
embeddable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
Embeddable - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for embeddable objects.
Embeddable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
EMBEDDABLE - org.hibernate.cfg.AnnotatedClassType
has a @Embeddable annotation
EMBEDDABLE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
EMBEDDABLE_SET_ORDINAL_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Name of column used for storing ordinal of the change in sets of embeddable elements.
EMBEDDABLE_SUPERCLASS - org.hibernate.cfg.AnnotatedClassType
has @EmbeddedSuperclass annotation
EmbeddableAttributes - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for embeddable-attributes complex type.
EmbeddableAttributes() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
EmbeddableMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for consuming JAXB types which describe an embeddable (in JPA terms).
EmbeddableSource - Interface in org.hibernate.boot.model.source.spi
Represents the binding source for an "embeddable" (in JPA terms) or "composite" (in legacy Hibernate terms).
EmbeddableSourceContributor - Interface in org.hibernate.boot.model.source.spi
Contract for things that can contain EmbeddableSource definitions.
embedded - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
embedded - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
Embedded - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Embedded() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
EMBEDDED - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
EMBEDDED - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
EMBEDDED_ID - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
EmbeddedAttributeMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
embeddedComponent(ComponentMetamodel) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
embeddedId - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
EmbeddedId - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EmbeddedId() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
empty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
EmptyExpression - Class in org.hibernate.criterion
An expression asserting that a collection property is empty
EmptyExpression(String) - Constructor for class org.hibernate.criterion.EmptyExpression
Constructs an EmptyExpression
EmptyInterceptor - Class in org.hibernate
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
 
EmptyResultSetHandler() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
 
EmptyType - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for emptyType complex type.
EmptyType() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmptyType
 
ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ENABLE_SELECTIVE - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.AvailableSettings
If enabled, allows schema update and validation to support synonyms.
enableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
enableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should we process or ignore explicitly defined discriminators in the case of joined-subclasses.
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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 interface org.hibernate.Session
Enable the named filter for this current session.
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should nationalized variants of character data be used in the database types? For example, should NVARCHAR be used instead of VARCHAR? NCLOB instead of CLOB?
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Similarly to MetadataBuilder.enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean), but here how should we treat joined inheritance when there is no explicitly defined discriminator annotations? If enabled, we will handle joined inheritance with no explicit discriminator annotations by implicitly creating one (following the JPA implicit naming rules).
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
For entities which do not explicitly say, should we force discriminators into SQL selects? The (historical) default is false
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableJdbcStyleParamsZeroBased() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
enableJdbcStyleParamsZeroBased() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
 
enableJpaClosedCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaClosedCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaListCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaListCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaQueryCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaQueryCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaTransactionCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaTransactionCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableLike() - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties.
enableLike(MatchMode) - Method in class org.hibernate.criterion.Example
Use the "like" operator for all string-valued properties
enableNewIdentifierGeneratorSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should we enable support for the "new" (since 3.2) identifier generator mappings for handling: GenerationType.SEQUENCE GenerationType.IDENTITY GenerationType.TABLE GenerationType.AUTO
enableNewIdentifierGeneratorSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableOrderedReturn(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Should the return List be ordered and positional in relation to the incoming ids? If enabled (the default), the return List is ordered and positional relative to the incoming ids.
enablePassingNulls(boolean) - Method in interface org.hibernate.jpa.spi.StoredProcedureQueryParameterRegistration
Controls how unbound values for this IN/INOUT parameter registration will be handled prior to execution.
enablePassingNulls(boolean) - Method in interface org.hibernate.procedure.ParameterRegistration
Controls how unbound values for this IN/INOUT parameter registration will be handled prior to execution.
enablePassingNulls(boolean) - Method in interface org.hibernate.query.procedure.ProcedureParameter
Controls how unbound values for this IN/INOUT parameter registration will be handled prior to execution.
enableReleaseResourcesOnCloseEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should resources held by EntityManager instance be released immediately on close?
enableReleaseResourcesOnCloseEnabled(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Enable connection releases
enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Should the multi-load operation be allowed to return entities that are locally deleted? A locally deleted entity is one which has been passed to this Session's Session.delete(java.lang.Object) / EntityManager.remove(java.lang.Object) method, but not yet flushed.
enableSessionCheck(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify whether we should check the Session to see whether it already contains any of the entities to be loaded in a managed state for the purpose of not including those ids to the batch-load SQL.
EncapsulatedEntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
 
encloseWithOuterQuery(StringBuilder, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Encloses original SQL statement with outer query that provides __hibernate_row_nr__ column.
end() - Method in class org.hibernate.BaseSessionEventListener
 
end() - Method in interface org.hibernate.SessionEventListener
 
end(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
END - org.hibernate.criterion.MatchMode
Match the end of the string to the pattern
END - org.hibernate.envers.query.criteria.MatchMode
Match the end of the string to the pattern.
endLoading(ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
 
endpoint - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
endRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after reading all rows from the JDBC result set
endTransaction(boolean) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a transaction completing.
ENFORCE_LEGACY_PROXY_CLASSNAMES - Static variable in interface org.hibernate.cfg.AvailableSettings
Configure the global BytecodeProvider implementation to generate class names matching the existing naming patterns.
enhance(String, byte[]) - Method in interface org.hibernate.bytecode.enhance.spi.Enhancer
Performs the enhancement.
EnhancedGetterMethodImpl - Class in org.hibernate.property.access.spi
Deprecated.
No longer used; GetterFieldImpl or GetterMethodImpl should be used instead.
EnhancedGetterMethodImpl(Class, String, Field, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
EnhancedProjection - Interface in org.hibernate.criterion
An "enhanced" Projection for a Criteria query.
EnhancedSetterImpl - Class in org.hibernate.property.access.spi
A specialized Setter implementation for handling setting values into a into a bytecode-enhanced Class.
EnhancedSetterImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterImpl
 
EnhancedUserType - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type
EnhancementAsProxyLazinessInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
EnhancementAsProxyLazinessInterceptor(String, Set<String>, CompositeType, EntityKey, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
EnhancementContext - Interface in org.hibernate.bytecode.enhance.spi
The context for performing an enhancement.
EnhancementContextWrapper - Class in org.hibernate.bytecode.enhance.spi
 
EnhancementContextWrapper(EnhancementContext, ClassLoader) - Constructor for class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
EnhancementException - Exception in org.hibernate.bytecode.enhance.spi
An exception indicating some kind of problem performing bytecode enhancement.
EnhancementException(String) - Constructor for exception org.hibernate.bytecode.enhance.spi.EnhancementException
 
EnhancementException(String, Throwable) - Constructor for exception org.hibernate.bytecode.enhance.spi.EnhancementException
Constructs an EnhancementException
EnhancementHelper - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
EnhancementHelper() - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
 
EnhancementOptions - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
EnhancementSelector - Interface in org.hibernate.testing.bytecode.enhancement
Used by BytecodeEnhancerRunner to determine which classes should be enhanced.
EnhancementTask - Class in org.hibernate.tool.enhance
Ant task for performing build-time enhancement of entity objects.
EnhancementTask() - Constructor for class org.hibernate.tool.enhance.EnhancementTask
 
Enhancer - Interface in org.hibernate.bytecode.enhance.spi
Class responsible for performing enhancement.
ENHANCER_ENABLE_ASSOCIATION_MANAGEMENT - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable association management feature in runtime bytecode enhancement
ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable dirty tracking feature in runtime bytecode enhancement
ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable lazy loading feature in runtime bytecode enhancement
EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
Constants used during enhancement.
EnhancerTestContext - Class in org.hibernate.testing.bytecode.enhancement
Enhancement context used in tests
EnhancerTestContext() - Constructor for class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
EnhancerTestUtils - Class in org.hibernate.testing.bytecode.enhancement
utility class to use in bytecode enhancement tests
EnhancerTestUtils() - Constructor for class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
 
ENTERPRISEDB - org.hibernate.dialect.Database
 
entity - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
entity - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
entity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
entity() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The entity containing the association whose fetch is being overridden.
entity() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The entity class associated with the alias.
entity(Class) - Method in interface org.hibernate.TypeHelper
Retrieve a type representing the given entity.
entity(String) - Method in interface org.hibernate.Metamodel
Access to an entity supporting Hibernate's entity-name feature
entity(String) - Method in interface org.hibernate.TypeHelper
Retrieve a type representing the given entity.
Entity - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for an entity.
Entity - Annotation Type in org.hibernate.annotations
Deprecated.
See individual attributes for intended replacements. To be removed in 4.1
Entity() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
ENTITY - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
ENTITY - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ENTITY - org.hibernate.cache.spi.support.AccessedDataClassification
 
ENTITY - org.hibernate.cfg.AnnotatedClassType
has @Entity annotation
ENTITY - org.hibernate.DuplicateMappingException.Type
A duplicate entity definition was encountered.
ENTITY - org.hibernate.loader.plan.spi.QuerySpace.Disposition
We have an entity-based QuerySpace.
ENTITY - org.hibernate.persister.walking.spi.AssociationAttributeDefinition.AssociationNature
 
ENTITY - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
ENTITY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ENTITY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ENTITY - Static variable in class org.jboss.as.jpa.hibernate5.management.HibernateStatistics
 
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_COLLECTION - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ENTITY_ENTRY_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the EntityEntry
ENTITY_ENTRY_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the EntityEntry field.
ENTITY_ENTRY_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the EntityEntry field.
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_INSTANCE_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to get reference the the entity instance (this in the case of enhanced classes).
ENTITY_LOADER - org.hibernate.loader.plan.spi.LoadPlan.Disposition
This is an "entity loader" load plan, which describes a plan for loading one or more entity instances of the same entity type.
ENTITY_MANAGER_FACTORY_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
EntityManagerFactory name
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityAliases - Interface in org.hibernate.loader
Metadata describing the SQL result set column aliases for a particular entity.
EntityBasedAssociationAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedAssociationAttribute(EntityPersister, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
EntityBasedBasicAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedBasicAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedBasicAttribute
 
EntityBasedCompositionAttribute - Class in org.hibernate.tuple.entity
 
EntityBasedCompositionAttribute(EntityPersister, SessionFactoryImplementor, int, String, CompositeType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
 
EntityBinder - Class in org.hibernate.cfg.annotations
Stateful holder and processor for binding Entity information
EntityBinder() - Constructor for class org.hibernate.cfg.annotations.EntityBinder
Use as a fake one for Collection of elements
EntityBinder(Entity, Entity, XClass, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.annotations.EntityBinder
 
ENTITYCACHE - Static variable in class org.jboss.as.jpa.hibernate5.management.HibernateStatistics
 
entityCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a hit.
entityCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a miss.
entityCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into second level cache.
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in interface org.hibernate.envers.EntityTrackingRevisionListener
Called after audited entity data has been persisted.
entityClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called when more than one representation of the same persistent entity is being merged.
EntityCopyObserver - Interface in org.hibernate.event.spi
An observer for detection of multiple entity representations for a persistent entity being merged.
EntityDataAccess - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached entity data.
EntityDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Specialized DomainDataCachingConfig describing the requested caching config for a particular entity hierarchy's state data
EntityDefinition - Interface in org.hibernate.persister.walking.spi
Defines the contract for walking the attributes defined by an entity
EntityEntry - Interface 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 Implementation Warning: Hibernate needs to instantiate a high amount of instances of this class, therefore we need to take care of its impact on memory consumption.
EntityEntryExtraState - Interface in org.hibernate.engine.spi
Navigation methods for extra state objects attached to EntityEntry.
EntityEntryFactory - Interface in org.hibernate.engine.spi
Contract to build EntityEntry
EntityFetch - Interface in org.hibernate.loader.plan.spi
Models the requested fetching of an entity attribute.
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
 
EntityGraphImplementor<T> - Interface in org.hibernate.graph.spi
 
EntityGraphQueryHint - Class in org.hibernate.engine.query.spi
Encapsulates a JPA EntityGraph provided through a JPQL query hint.
EntityGraphQueryHint(String, EntityGraph<?>) - Constructor for class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
EntityHierarchySource - Interface in org.hibernate.boot.model.source.spi
Models the source-agnostic view of an entity hierarchy.
EntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
Describes aspects of the identifier for an entity
EntityIdentifierDescription - Interface in org.hibernate.loader.plan.spi
Descriptor for the identifier of an entity as a FetchSource (which allows for key-many-to-one handling).
EntityIdentifierNature - Enum in org.hibernate.id
Describes the possible natures of an entity-defined identifier.
EntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all entity mappings (root entity and sub-entity mappings).
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) - Constructor for class org.hibernate.engine.spi.EntityKey
Construct a unique identifier for an entity class instance.
entityListener - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
 
EntityListener - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.
EntityListener() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
EntityListeners - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EntityListeners() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
 
EntityLoader - Class in org.hibernate.loader.entity
Loads an entity instance using outerjoin fetching to fetch associated entities.
EntityLoader - Class in org.hibernate.loader.entity.plan
UniqueEntityLoader implementation that is the main functionality for LoadPlan-based Entity loading.
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
 
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.Builder - Class in org.hibernate.loader.entity.plan
 
EntityManagerFactoryBuilder - Interface in org.hibernate.jpa.boot.spi
Represents a 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.
EntityMappings - Class in org.hibernate.jpamodelgen.xml.jaxb
The entity-mappings element is the root element of a mapping file.
EntityMappings() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
EntityMetamodel - Class in org.hibernate.tuple.entity
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMetamodel.GenerationStrategyPair - Class in org.hibernate.tuple.entity
 
EntityMetamodel.ValueGenerationStrategyException - Exception in org.hibernate.tuple.entity
 
entityMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
entityMode - Variable in class org.hibernate.type.ComponentType
 
entityMode() - Method in annotation type org.hibernate.annotations.Tuplizer
Deprecated.
should use #entityModeType instead
EntityMode - Enum in org.hibernate
Defines the representation modes available for entities.
entityModeType() - Method in annotation type org.hibernate.annotations.Tuplizer
The entity mode.
entityName - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
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.
EntityNaming - Interface in org.hibernate.boot.model.naming
 
EntityNamingSource - Interface in org.hibernate.boot.model.source.spi
Naming information about an entity.
EntityNamingSourceContributor - Interface in org.hibernate.boot.model.source.spi
 
EntityNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for EntityDataAccess using the AccessType.NONSTRICT_READ_WRITE access type.
EntityNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
EntityNotFoundDelegate - Interface in org.hibernate.proxy
Delegate to handle the scenario of an entity not found by a specified id.
entityPersister(Class) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Locate the persister for an entity by the entity class.
entityPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Locate the persister for an entity by the entity-name
EntityPersister - Interface in org.hibernate.persister.entity
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
entityPersisters() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Get all entity persisters as a Map, which entity name its the key and the persister is the value.
EntityQuerySpace - Interface in org.hibernate.loader.plan.spi
Models a QuerySpace specific to an entity (EntityPersister).
EntityReadOnlyAccess - Class in org.hibernate.cache.spi.support
Standard support for EntityDataAccess using the AccessType.READ_ONLY access type.
EntityReadOnlyAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
EntityReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for EntityDataAccess using the AccessType.READ_WRITE access type.
EntityReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
EntityReference - Interface in org.hibernate.loader.plan.spi
Represents a reference to an entity either as a return, fetch, or collection element or index.
EntityReferenceAliases - Interface in org.hibernate.loader.plan.exec.spi
Aggregates the alias/suffix information in relation to an EntityReference todo : add a contract (interface) that can be shared by entity and collection alias info objects as lhs/rhs of a join ?
EntityReferenceInitializer - Interface in org.hibernate.loader.plan.exec.process.spi
 
entityResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
EntityResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EntityResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
EntityReturn - Interface in org.hibernate.loader.plan.spi
Models the an entity as root Return.
EntitySource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of information related to mapping an entity.
EntityStatistics - Interface in org.hibernate.stat
Entity related statistics
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.
EntityTransactionalAccess - Class in org.hibernate.cache.spi.support
 
EntityTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
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(EntityType, String) - Constructor for class org.hibernate.type.EntityType
 
EntityType(TypeFactory.TypeScope, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityType(TypeFactory.TypeScope, String, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
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
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterate all collection entries, during update of the database
entryExists(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the given element/entry exist in the collection?
entrySet() - Method in class org.hibernate.proxy.map.MapProxy
 
ENUM - Static variable in class org.hibernate.type.EnumType
 
enumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
enumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
EnumJavaTypeDescriptor<T extends java.lang.Enum> - Class in org.hibernate.type.descriptor.java
Describes a Java Enum type.
EnumJavaTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
EnumType<T extends java.lang.Enum> - Class in org.hibernate.type
Value type mapper for enumerations.
EnumType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for enum-type.
EnumType() - Constructor for class org.hibernate.type.EnumType
 
EnumValueConverter<O extends java.lang.Enum,​R> - Interface in org.hibernate.metamodel.model.convert.spi
BasicValueConverter extension for enum-specific support
envelope - org.hibernate.spatial.SpatialFunction
The envelope function, cfr.
EnvelopeAdapter - Class in org.hibernate.spatial.jts
Converts an Envelope to a Polygon
envelopeaggr - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
EnversListener - Interface in org.hibernate.envers.event.spi
Marker interface for Envers listeners for duplication handling.
EnversListenerDuplicationStrategy - Class in org.hibernate.envers.event.spi
Event listener duplication strategy for envers
EnversListenerDuplicationStrategy() - Constructor for class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
EnversPostCollectionRecreateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection recreation event listener
EnversPostCollectionRecreateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
EnversPostDeleteEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) deletion event listener
EnversPostDeleteEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
EnversPostInsertEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) insertion event listener
EnversPostInsertEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
EnversPostUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) update event listener
EnversPostUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
EnversPreCollectionRemoveEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection removal event listener
EnversPreCollectionRemoveEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
EnversPreCollectionUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection update event listener
EnversPreCollectionUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
EnversPreUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (pre) update event listener.
EnversPreUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl
 
EnversSettings - Interface in org.hibernate.envers.configuration
Configuration property names.
Environment - Class in org.hibernate.cfg
Provides access to configuration info passed in Properties objects.
ENVIRONMENT_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
EOF - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EOF - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(Object) - Method in class org.hibernate.criterion.Property
Creates an equality restriction.
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies an "equals" criteria predicate.
eq(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being equal to the value in the subquery result.
eq(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a "spatially equal" constraint to the named property
eq(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property
eq(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query equality expression for this property
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint
eqAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal equals ALL the values in the subquery result.
eqAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a equals-all sub-query expression for this property.
eqOrIsNull(Object) - Method in class org.hibernate.criterion.Property
Creates an equality restriction capable of also rendering as IS NULL if the given value is null
eqOrIsNull(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the named property.
eqProperty(String) - Method in class org.hibernate.criterion.Property
Creates an equality restriction between 2 properties
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
eqProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to two properties
eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
eqProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an equality restriction between 2 properties
EQUAL - org.hibernate.spatial.dialect.oracle.criterion.RelationshipMask
The "equal" relationship
equals - org.hibernate.spatial.SpatialFunction
The equals function, cfr.
equals(Object) - Method in class org.hibernate.boot.jaxb.Origin
 
equals(Object) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
equals(Object) - Method in class org.hibernate.boot.model.naming.Identifier
 
equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace
 
equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
equals(Object) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
equals(Object) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
equals(Object) - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
equals(Object) - Method in class org.hibernate.boot.model.TypeDefinition
 
equals(Object) - Method in class org.hibernate.cache.spi.FilterKey
 
equals(Object) - Method in class org.hibernate.cache.spi.QueryKey
 
equals(Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
equals(Object) - Method in class org.hibernate.cfg.FkSecondPass
 
equals(Object) - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
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.tools.Pair
 
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.jpamodelgen.util.FileTimeStampChecker
 
equals(Object) - 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(Object) - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
equals(Object) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
equals(Object) - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
equals(Object) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
equals(Object) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
equals(Object) - Method in class org.hibernate.transform.CacheableResultTransformer
 
equals(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
equals(Object) - Method in class org.hibernate.type.CustomType
 
equals(Object) - Method in class org.jboss.as.jpa.hibernate5.management.QueryName
 
equals(Object, Object) - Method in class org.hibernate.type.EnumType
 
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".
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Table) - Method in class org.hibernate.mapping.Table
 
EQUALS - Static variable in interface org.hibernate.spatial.SpatialRelation
The geometries are spatially equal to each other.
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the current state exactly match the snapshot?
ERROR - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
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_LEGACY_ORDINAL_PARAMS_NO_LONGER_SUPPORTED - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_NAMED_PARAMETER_DOES_NOT_APPEAR - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
ERROR_ORDINAL_PARAMETER_DOES_NOT_APPEAR - Static variable in interface org.hibernate.hql.spi.QueryTranslator
 
escapeComment(String) - Static method in class org.hibernate.dialect.Dialect
 
escapeLiteral(String) - Method in class org.hibernate.dialect.Dialect
Escape String literal.
escapeLiteral(String) - Method in class org.hibernate.dialect.MySQLDialect
 
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
 
event - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Event configuration should follow the following pattern hibernate.ejb.event.[eventType] f.q.c.n.EventListener1, f.q.c.n.EventListener12 ...
EventListenerGroup<T> - Interface in org.hibernate.event.service.spi
Contract for a groups of events listeners for a particular event type.
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.
eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
eventListeners(SessionEventListener...) - Method in interface org.hibernate.SessionBuilder
Apply one or more SessionEventListener instances to the listeners for the Session to be built.
eventName() - Method in class org.hibernate.event.spi.EventType
 
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.
EverythingSelector - Class in org.hibernate.testing.bytecode.enhancement
 
EverythingSelector() - Constructor for class org.hibernate.testing.bytecode.enhancement.EverythingSelector
 
evict(Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Forcibly evict an item from the cache immediately without regard for transaction isolation and/or locking.
evict(Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
evict(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
EVICT - org.hibernate.annotations.CascadeType
Deprecated.
EVICT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
EVICT - Static variable in class org.hibernate.engine.spi.CascadeStyles
evict
EVICT - Static variable in class org.hibernate.engine.spi.CascadingActions
 
EVICT - Static variable in class org.hibernate.event.spi.EventType
 
evictAll() - Method in interface org.hibernate.Cache
evictAll() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
evictAllRegions() - Method in interface org.hibernate.Cache
Evict data from all cache regions.
evictCollection(String, Serializable) - Method in interface org.hibernate.Cache
evictCollectionData() - Method in interface org.hibernate.Cache
Evict cache data for all collections
evictCollectionData(String) - Method in interface org.hibernate.Cache
Evicts cached data for the given collection role
evictCollectionData(String, Serializable) - Method in interface org.hibernate.Cache
Evicts the cache data for the given identified collection "instance"
evictCollectionRegion(String) - Method in interface org.hibernate.Cache
Deprecated.
evictCollectionRegions() - Method in interface org.hibernate.Cache
Deprecated.
evictData() - Method in interface org.hibernate.cache.spi.support.StorageAccess
Clear all data regardless of transaction/locking
evictData() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
evictData(Object) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Remove the entry regardless of transaction/locking
evictData(Object) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
evictDefaultQueryRegion() - Method in interface org.hibernate.Cache
Evicts all cached query results from the default region.
evictEntity(Class, Serializable) - Method in interface org.hibernate.Cache
evictEntity(String, Serializable) - Method in interface org.hibernate.Cache
evictEntityData() - Method in interface org.hibernate.Cache
Evict data from all entity regions.
evictEntityData(Class) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityData(Class, Serializable) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntityData(String) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityData(String, Serializable) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntityRegion(Class) - Method in interface org.hibernate.Cache
Deprecated.
evictEntityRegion(String) - Method in interface org.hibernate.Cache
Deprecated.
evictEntityRegions() - Method in interface org.hibernate.Cache
Deprecated.
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.
evictNaturalIdData() - Method in interface org.hibernate.Cache
Evict cached data for all natural-ids (for all entities)
evictNaturalIdData(Class) - Method in interface org.hibernate.Cache
Evict cached data for the given entity's natural-id
evictNaturalIdData(String) - Method in interface org.hibernate.Cache
Evict cached data for the given entity's natural-id
evictNaturalIdRegion(Class) - Method in interface org.hibernate.Cache
Deprecated.
evictNaturalIdRegion(String) - Method in interface org.hibernate.Cache
Deprecated.
evictNaturalIdRegions() - Method in interface org.hibernate.Cache
Deprecated.
evictQueries() - Method in interface org.hibernate.cache.spi.CacheImplementor
Clean up the default query cache
evictQueries() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Clean up the default query cache
evictQueryRegion(String) - Method in interface org.hibernate.Cache
Evicts all cached query results under the given name.
evictQueryRegions() - Method in interface org.hibernate.Cache
Evict data from all query regions.
evictRegion(String) - Method in interface org.hibernate.Cache
Evict all data from the named cache region
EXACT - org.hibernate.criterion.MatchMode
Match the entire string to the pattern
EXACT - org.hibernate.envers.query.criteria.MatchMode
Match the pattern exactly.
Example - Class in org.hibernate.criterion
Support for query by example.
Example(Object, Example.PropertySelector) - Constructor for class org.hibernate.criterion.Example
Allow subclasses to instantiate as needed.
Example.AllPropertySelector - Class in org.hibernate.criterion
Property selector that includes all properties
Example.NotNullOrZeroPropertySelector - Class in org.hibernate.criterion
Property selector that includes only properties that are not null and non-zero (if numeric)
Example.NotNullPropertySelector - Class in org.hibernate.criterion
Property selector that includes only properties that are not null
Example.PropertySelector - Interface in org.hibernate.criterion
A strategy for choosing property values for inclusion in the query criteria.
EXCEPTION - org.hibernate.annotations.NotFoundAction
Raise an exception when an element is not found (default and recommended).
EXCEPTION - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
EXCEPTION - org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
 
EXCEPTION - org.hibernate.ReplicationMode
Throw an exception when a row already exists.
ExceptionConverter - Interface in org.hibernate.engine.spi
 
ExceptionHandler - Interface in org.hibernate.tool.schema.spi
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
ExceptionUtil - Class in org.hibernate.testing.util
 
ExceptionWrapper(Throwable) - Constructor for exception org.hibernate.testing.async.ExecutableAdapter.ExceptionWrapper
 
excluded() - Method in annotation type org.hibernate.annotations.OptimisticLock
Whether the annotated property should be included in optimistic locking determinations for the owner.
excludeDefaultListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
excludeDefaultListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
excludeEmpty() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
Should empty rows be excluded?
excludeEmpty() - Method in class org.hibernate.criterion.EmptyExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.NotEmptyExpression
 
excludeNone() - Method in class org.hibernate.criterion.Example
Include all properties.
excludeProperty(String) - Method in class org.hibernate.criterion.Example
Exclude a particular property by name.
excludeSuperclassListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
excludeSuperclassListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
excludeUnlistedClasses - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
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
 
ExecutableList<E extends Executable & java.lang.Comparable & java.io.Serializable> - Class in org.hibernate.engine.spi
Specialized encapsulating of the state pertaining to each Executable list.
ExecutableList() - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the default settings.
ExecutableList(boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the specified initialCapacity.
ExecutableList(int, boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int, ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the specified initialCapacity and Sorter.
ExecutableList(ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList using the specified Sorter.
ExecutableList.Sorter<E extends Executable> - Interface in org.hibernate.engine.spi
Provides a sorting interface for ExecutableList.
execute() - Method in interface org.hibernate.action.spi.Executable
Execute this action.
execute() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Execute this batch.
execute() - Method in class org.hibernate.orm.tooling.maven.MavenEnhancePlugin
 
execute() - Method in interface org.hibernate.testing.async.Executable
Perform the action
execute() - Method in class org.hibernate.tool.enhance.EnhancementTask
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
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(E) - Method in class org.hibernate.engine.spi.ActionQueue
 
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(Connection) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
 
execute(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement return its first ResultSet, if any.
execute(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, returning its first ResultSet, if any.
execute(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
execute(EnumSet<TargetType>, Metadata, ServiceRegistry) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
execute(EnumSet<TargetType>, SchemaExport.Action, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute(EnumSet<TargetType>, SchemaExport.Action, Metadata, ServiceRegistry) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
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(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
execute(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Execute the value generation.
execute(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.cte.CteValuesListDeleteHandlerImpl
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.cte.CteValuesListUpdateHandlerImpl
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsUpdateHandlerImpl
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
execute(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
execute(Executable) - Method in class org.hibernate.testing.async.TimedExecutor
 
execute(SchemaExport.CommandLineArgs) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
executeActions() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued actions.
executeAndExtract(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
executeAndExtract(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
executeAndExtract(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
executeAndExtract(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
executeAsync(Runnable) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
executeBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Execute the currently managed batch (if any)
executeIdTableCreationStatements(List<String>, JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
executeIdTableDropStatements(String[], JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
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.SharedSessionContractImplementor
Execute a native SQL update or delete query
executeOnConnection(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
Perform whatever actions are necessary using the provided JDBC Connection.
executeQueryStatement(String, QueryParameters, boolean, List<AfterLoadAction>, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
 
executeQueryStatement(QueryParameters, boolean, List<AfterLoadAction>, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Process query string by applying filters, LIMIT clause, locks and comments if necessary.
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)
executeSync(Runnable) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
executeUpdate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
executeUpdate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a HQL update or delete query
executeUpdate(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement, returning its "affected row count".
executeUpdate(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the given SQL statement returning its "affected row count".
executeUpdate(QueryParameters, SharedSessionContractImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a bulk update/delete operation given the underlying query definition.
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.
ExecutionOptions - Interface in org.hibernate.tool.schema.spi
Parameter object representing options for schema management tool execution
executorService - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
 
exists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks for the existence of rows in the subquery result
ExistsSubqueryExpression - Class in org.hibernate.criterion
Expression that checks the existence of rows in a sub-query
ExistsSubqueryExpression(String, DetachedCriteria) - Constructor for class org.hibernate.criterion.ExistsSubqueryExpression
Constructs the ExistsSubqueryExpression
ExpandingCollectionQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes a collection query space that allows adding joins with other query spaces; used while building a CollectionQuerySpace.
ExpandingCompositeQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes a composite query space that allows adding joins with other query spaces; used while building a CompositeQuerySpace.
ExpandingEntityIdentifierDescription - Interface in org.hibernate.loader.plan.build.spi
Describes an entity identifier description that allows adding fetches; used while building a EntityIdentifierDescription.
ExpandingEntityQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes an entity query space that allows adding joins with other query spaces; used while building an EntityQuerySpace.
ExpandingFetchSource - Interface in org.hibernate.loader.plan.build.spi
Describes the internal contract for things which can contain fetches.
ExpandingQuerySpace - Interface in org.hibernate.loader.plan.build.spi
Describes a query space that allows adding joins with other query spaces; used while building a QuerySpace.
ExpandingQuerySpaces - Interface in org.hibernate.loader.plan.build.spi
Models a collection of QuerySpace references and exposes the ability to create an ExpandingQuerySpace for "returns" and fetches; used when building a load plan.
expandListValuedParameters(String, SharedSessionContractImplementor) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
Expectation - Interface in org.hibernate.jdbc
Defines an expected DML operation outcome.
Expectations - Class in org.hibernate.jdbc
Holds various often used Expectation definitions.
Expectations.BasicExpectation - Class in org.hibernate.jdbc
 
Expectations.BasicParamExpectation - Class in org.hibernate.jdbc
 
EXPLICIT - org.hibernate.annotations.PolymorphismType
This entity is retrieved only if explicitly asked.
EXPLICIT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
explicitJoin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Indicates an explicit request to join a transaction.
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).
EXPONENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
EXPONENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
EXPORT - org.hibernate.tool.hbm2ddl.Target
Export to the database.
Exportable - Interface in org.hibernate.boot.model.relational
Contract for entities (in the ERD sense) which can be exported via CREATE, ALTER, etc
ExportableColumn - Class in org.hibernate.id
 
ExportableColumn(Database, Table, String, BasicType) - Constructor for class org.hibernate.id.ExportableColumn
 
ExportableColumn(Database, Table, String, BasicType, String) - Constructor for class org.hibernate.id.ExportableColumn
 
ExportableColumn.ColumnIterator - Class in org.hibernate.id
 
ExportableColumn.ValueImpl - Class in org.hibernate.id
 
ExportableProducer - Interface in org.hibernate.boot.model.relational
Identifies metamodel objects that can produce Exportable relational stuff.
Exporter<T extends Exportable> - Interface in org.hibernate.tool.schema.spi
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL CREATE and DROP scripts.
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() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule what this grammar recognizes as valid sort key.
Expression - Class in org.hibernate.criterion
Deprecated.
Use Restrictions instead
ExpressionUtil - Class in org.hibernate.spatial.criterion
This class assists in the formation of a SQL-fragment in the various spatial query expressions.
ExtendableCriterion - Interface in org.hibernate.envers.query.criteria
 
ExtendedBeanManager - Interface in org.hibernate.jpa.event.spi.jpa
Deprecated.
ExtendedBeanManager - Interface in org.hibernate.resource.beans.container.spi
This contract and the nested LifecycleListener contract represent the changes we'd like to propose to the CDI spec.
ExtendedBeanManager.LifecycleListener - Interface in org.hibernate.jpa.event.spi.jpa
Deprecated.
ExtendedBeanManager.LifecycleListener - Interface in org.hibernate.resource.beans.container.spi
Contract for things interested in receiving notifications of BeanManager lifecycle events.
extendedEnhancement() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
 
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
 
ExtendedSelfDirtinessTracker - Interface in org.hibernate.engine.spi
A self dirtiness tracker that declares additional methods that are intended for internal communication.
ExtendedStatisticsSupport - Interface in org.hibernate.cache.spi
Optional Region contract defining support for extra statistic information
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
 
extent - org.hibernate.spatial.SpatialFunction
the extents function
extent(String) - Static method in class org.hibernate.spatial.criterion.SpatialProjections
Applies an extent projection to the specified geometry function
EXTENT - Static variable in interface org.hibernate.spatial.SpatialAggregate
Enum value for extent aggregation.
exteriorring - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
externalName() - Method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
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
 
EXTRA - org.hibernate.annotations.LazyCollectionOption
Prefer extra queries over full collection loading.
EXTRA - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
EXTRA_PHYSICAL_TABLE_TYPES - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies a comma-separate list of values to specify extra table types, other than the default "TABLE" value, to recognize as defining a physical table by schema update, creation and validation.
ExtraAssertions - Class in org.hibernate.testing.junit4
 
extract(Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
extract(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.ConstructorResultColumnProcessor
 
extract(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.NonScalarResultColumnProcessor
 
extract(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
extract(CallableStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the CallableStatement.
extract(CallableStatement) - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Extract value from the statement after execution (used for OUT/INOUT parameters).
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Perform the extraction
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
 
extract(CallableStatement, String[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, String[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, String[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.ProcedureParameterExtractionAware
Perform the extraction
extract(CallableStatement, String[], WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(CallableStatement, String[], WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
 
extract(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the PreparedStatement.
extract(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
extract(ResultSet, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from result set
extract(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, expecting a ResultSet in return
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.
extractClosestRealTypeAsString(TypeMirror, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
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 class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
 
extractConstraintName(SQLException) - Method in interface org.hibernate.exception.spi.ViolatedConstraintNameExtracter
Extract the name of the violated constraint from the given SQLException.
extractDetails(QuerySpace) - Method in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Returns a String containing high-level details about the QuerySpace, such as: query space class name unique ID entity name (for EntityQuerySpace collection role (for CollectionQuerySpace *
ExtractedDatabaseMetaData - Interface in org.hibernate.engine.jdbc.env.spi
Information extracted from DatabaseMetaData regarding what the JDBC driver reports as being supported or not.
extractEmbeddedEntityName(Map) - Static method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
extractEntityResult(List) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
extractEntityResult(List, Serializable) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
EXTRACTER - Static variable in class org.hibernate.dialect.Cache71Dialect
The Cache ViolatedConstraintNameExtracter.
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
extractHashCode(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
extractHashCode(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
extractHashCode(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
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(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
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(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
extractHashCode(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a proper hash code for this value.
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
extractIgnoreMessage(FailureExpected, FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
 
extractInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Extract the field interceptor instance from the enhanced entity.
extractInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
extractInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
ExtractionContext - Interface in org.hibernate.tool.schema.extract.spi
Defines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.
ExtractionContext.DatabaseObjectAccess - Interface in org.hibernate.tool.schema.extract.spi
In conjunction with ExtractionContext.getDatabaseObjectAccess() provides access to information about known database objects to the extractor.
extractKeysFromResultSet(Loadable[], QueryParameters, ResultSet, SharedSessionContractImplementor, EntityKey[], LockMode[], List) - Method in class org.hibernate.loader.Loader
 
extractLazyInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
extractLazyInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
extractLazyInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
extractLoggableRepresentation(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
extractLoggableRepresentation(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
extractLoggableRepresentation(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
extractLoggableRepresentation(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a loggable representation of the value.
extractLogicalRowForward(ResultSet, SessionImplementor, QueryParameters) - Method in interface org.hibernate.loader.plan.exec.process.spi.ScrollableResultSetProcessor
Given a scrollable ResultSet, extract a logical row.
extractLogicalRowReverse(ResultSet, SessionImplementor, QueryParameters, boolean) - Method in interface org.hibernate.loader.plan.exec.process.spi.ScrollableResultSetProcessor
extractLong(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractMemento() - Method in interface org.hibernate.procedure.ProcedureCall
Extract the disconnected representation of this call.
extractMemento(Map<String, Object>) - Method in interface org.hibernate.procedure.ProcedureCall
Extract the disconnected representation of this call.
extractMessage(FailureExpected) - Static method in class org.hibernate.testing.junit4.Helper
 
extractMetadata(ExtractionContext) - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor
Get the information about sequences.
extractMethodName(Method) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice method name representation for display
extractName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
extractNaturalIdValues(Object[], EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given an array of "full entity state", extract the portions that represent the natural id
extractNaturalIdValues(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given an entity instance, extract the values that represent the natural id
extractProxyGetIdentifierMethod(Getter, Class) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
extractProxyInterfaces(PersistentClass, String) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
extractProxySetIdentifierMethod(Setter, Class) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
extractRelativeName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
extractRequestedProviderName(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Extract the requested persistence provider name using the algorithm Hibernate uses.
extractResults(ResultSet) - Static method in class org.hibernate.testing.jdbc.ResultSetUtil
 
extractResults(ResultSet, SharedSessionContractImplementor, QueryParameters, NamedParameterContext, boolean, boolean, ResultTransformer, List<AfterLoadAction>) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessor
Process an entire ResultSet, performing all extractions.
extractSingleRow(ResultSet, SessionImplementor, QueryParameters) - Method in interface org.hibernate.loader.plan.exec.process.spi.ScrollableResultSetProcessor
Give a ResultSet, extract just a single result row.
extractString(Reader) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Reader, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Clob) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given Clob as a string.
extractTestName(FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice test name representation for display
extractText(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Extract a node's text.
extractTypeInfo(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.spi.TypeInfo
Extract the type information from the JDBC driver's DatabaseMetaData
extractUsingTemplate(String, String, String) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
Extracts the constraint name based on a template (i.e., templateStartconstraintNametemplateEnd).

F

factory() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
Access to the SessionFactory
factory() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
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
 
FAIL - org.hibernate.cache.jcache.MissingCacheStrategy
Fail with an exception on missing caches.
FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH - Static variable in interface org.hibernate.cfg.AvailableSettings
Raises an exception when in-memory pagination over collection fetch is about to be performed.
FAILED_COMMIT - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction attempted to commit, but failed.
FAILED_ROLLBACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction attempted to rollback, but failed.
FailureExpected - Annotation Type in org.hibernate.testing
Annotation used to mark a test as an expected failure.
FallbackContainedBean<B> - Class in org.hibernate.resource.beans.container.spi
 
FallbackContainedBean(Class<B>, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
FallbackContainedBean(String, Class<B>, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
FallbackJavaTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
Deprecated.
 
FALSE - org.hibernate.annotations.LazyCollectionOption
Eagerly load it.
FALSE - org.hibernate.annotations.LazyToOneOption
Eagerly load the association.
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
FALSE - org.hibernate.boot.model.TruthValue
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
fetch() - Method in annotation type org.hibernate.annotations.Any
Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.hibernate.annotations.ManyToAny
Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.hibernate.annotations.Table
If set to JOIN, the default, Hibernate will use an inner join to retrieve a secondary table defined by a class or its superclasses and an outer join for a secondary table defined by a subclass.
Fetch - Class in org.hibernate.engine.profile
Models an individual fetch within a profile.
Fetch - Interface in org.hibernate.loader.plan.spi
Contract for associations that are being fetched.
Fetch - Annotation Type in org.hibernate.annotations
Define the fetching strategy used for the given association.
Fetch(String, String, String) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
 
Fetch(Association, Fetch.Style) - Constructor for class org.hibernate.engine.profile.Fetch
Constructs a Fetch
FETCH_SIZE - Static variable in class org.hibernate.annotations.QueryHints
Defines the JDBC fetch size to use.
Fetch.Style - Enum in org.hibernate.engine.profile
The type or style of fetch.
Fetchable - Interface in org.hibernate.mapping
Any mapping with an outer-join attribute
FetchableAttributeSource - Interface in org.hibernate.boot.model.source.spi
Describes source for attributes which can be fetched.
fetchAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
Fetches the lazy attribute.
FetchCharacteristics - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsPluralAttribute - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsSingularAssociation - Interface in org.hibernate.boot.model.source.spi
 
fetchCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback to indicate a collection being fetched.
fetchEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being fetched.
FETCHGRAPH - Static variable in class org.hibernate.annotations.QueryHints
Hint providing a "fetchgraph" EntityGraph.
FetchMode - Enum in org.hibernate.annotations
Fetch options on associations.
FetchMode - Enum in org.hibernate
Represents an association fetching strategy.
fetchOverrides() - Method in annotation type org.hibernate.annotations.FetchProfile
The association fetch overrides.
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
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 - 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 - Annotation Type in org.hibernate.annotations
Define the fetching strategy profile.
FetchProfile(String) - Constructor for class org.hibernate.engine.profile.FetchProfile
Constructs a FetchProfile, supplying its unique name (unique within the SessionFactory).
FetchProfile(String, MetadataSource) - Constructor for class org.hibernate.mapping.FetchProfile
Create a fetch profile representation.
FetchProfile.Fetch - Class in org.hibernate.mapping
Defines an individual association fetch within the given profile.
FetchProfile.FetchOverride - Annotation Type in org.hibernate.annotations
Descriptor for a particular association override.
FetchProfiles - Annotation Type in org.hibernate.annotations
Collects together multiple fetch profiles.
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.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
fetchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
fetchSize - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
fetchSize() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The number of rows fetched by the JDBC Driver per trip.
fetchSize() - Method in annotation type org.hibernate.annotations.NamedQuery
The number of rows fetched by the JDBC Driver per trip.
FetchSource - Interface in org.hibernate.loader.plan.spi
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
FetchStrategy - Class in org.hibernate.engine
Describes the strategy for fetching an association, which includes both when and how.
FetchStrategy(FetchTiming, FetchStyle) - Constructor for class org.hibernate.engine.FetchStrategy
Constructs a FetchStrategy.
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.
FetchType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for fetch-type.
FIELD - org.hibernate.cfg.AccessType
Access to value via field
FIELD - org.hibernate.jpamodelgen.util.AccessType
 
FIELD - org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
FIELD - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
fieldResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
FieldResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
FieldResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
file - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
FILE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
FILE - org.hibernate.boot.jaxb.SourceType
 
FileTimeStampChecker - Class in org.hibernate.jpamodelgen.util
 
FileTimeStampChecker() - Constructor for class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
fillAliasInSelectClause(StringBuilder, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Adds missing aliases in provided SELECT clause and returns coma-separated list of them.
fillComponent(PropertyHolder, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillComponent(PropertyHolder, PropertyData, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillSimpleValue() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
filter(String, Envelope, int) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a bounding box overlap constraint to the named property
filter(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
Apply a bounding box overlap constraint to the named property
Filter - Interface in org.hibernate
Type definition of Filter.
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection.
FILTER - Static variable in interface org.hibernate.spatial.SpatialRelation
The bounding box of the first geometry intersects the bounding box of the second
Filterable - Interface in org.hibernate.mapping
Defines mapping elements to which filters may be applied.
filterDef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition.
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.
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions.
filterFragment(String) - 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) - 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
 
filterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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, Map, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Map, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause filter, given a query alias and considering enabled session filters
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
FilterJoinTable - Annotation Type in org.hibernate.annotations
Add filters to a join table collection.
FilterJoinTables - Annotation Type in org.hibernate.annotations
Add multiple @FilterJoinTable to a collection.
FilterKey - Class in org.hibernate.cache.spi
Allows cached queries to be keyed by enabled filters.
FilterQueryPlan - Class in org.hibernate.engine.query.spi
Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.
FilterQueryPlan(String, String, boolean, Map, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.FilterQueryPlan
Constructs a query plan for an HQL filter
Filters - Annotation Type in org.hibernate.annotations
Add multiple @Filters.
FilterSource - Interface in org.hibernate.boot.model.source.spi
Defines the source of filter information.
FilterTranslator - Interface in org.hibernate.hql.spi
Specialized interface for filters.
finalSecondaryTableBinding(PropertyHolder) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
find(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision.
find(Class<T>, Object, Date) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key on the given date.
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.
findAutoApplyConverterForAttribute(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
 
findAutoApplyConverterForCollectionElement(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
 
findAutoApplyConverterForMapKey(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
 
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 interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Given a persister and natural-id values, find the corresponding cross-referenced primary key.
findCause(Throwable, Class<? extends Throwable>) - Static method in class org.hibernate.testing.util.ExceptionUtil
Get a specific cause.
findClass(String) - Method in class org.hibernate.osgi.OsgiClassLoader
Load the class and break on first found match.
findColumn(String, Criteria, CriteriaQuery) - Static method in class org.hibernate.spatial.criterion.ExpressionUtil
Determines the column name corresponding to the specified property path.
findColumnOwner(PersistentClass, String, MetadataBuildingContext) - 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[], Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findDirty(Object[], Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent dirty state.
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, 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(NonIdentifierAttribute[], Object[], Object[], boolean[][], boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
findDirty(NonIdentifierAttribute[], Object[], Object[], boolean[][], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
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.
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.
findEntityGraphByName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
findEntityGraphByName(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
findEntityGraphByName(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
findEntityGraphsByType(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
findEntityGraphsByType(Class<T>) - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Deprecated.
Find all EntityGraphs associated with a given entity type.
findEntityGraphsByType(Class<T>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
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.
findGreatestLockMode() - Method in class org.hibernate.LockOptions
Currently needed for follow-on locking.
findModified(Object[], Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findModified(Object[], Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent modified state.
findModified(NonIdentifierAttribute[], Object[], Object[], boolean[][], boolean[], boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
findModified(NonIdentifierAttribute[], Object[], Object[], boolean[][], boolean[], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
Determine if any of the given field values are modified, returning an array containing indices of the modified fields.
findPropertyByName(Component, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way
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
findQuerySpaceByUid(String) - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
Locate a QuerySpace by its uid.
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.
findRevisions(Class<T>, Set<Number>) - Method in interface org.hibernate.envers.AuditReader
Find a map of revisions using the revision numbers specified.
findSQLFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
Find a SQLFunction by name
finish() - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are finished visitation.
finishingAttribute(AttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking an attribute.
finishingCollection(CollectionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking a collection
finishingCollectionElements(CollectionElementDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking the elements of a collection (List/Map).
finishingCollectionIndex(CollectionIndexDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are finishing walking the index of a collection (List/Map).
finishingComposite(CompositionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are done walking a composite.
finishingEntity(EntityDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are finishing walking an entity.
finishingEntityIdentifier(EntityIdentifierDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are finishing walking an entity.
finishPreparation(JdbcServices, JdbcConnectionAccess, MetadataImplementor, CT) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
finishPreparation(JdbcServices, JdbcConnectionAccess, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
finishPreparation(JdbcServices, JdbcConnectionAccess, MetadataImplementor, PreparationContextImpl) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
finishUp() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
General finish up step.
finishUp(ResultSetProcessingContextImpl, List<AfterLoadAction>) - Method in interface org.hibernate.loader.plan.exec.process.spi.RowReader
 
finishUpRow(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
 
finishUpRow(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
FIREBIRD - org.hibernate.dialect.Database
 
FirebirdDialect - Class in org.hibernate.dialect
An SQL dialect for Firebird.
FirebirdDialect() - Constructor for class org.hibernate.dialect.FirebirdDialect
 
first() - Method in interface org.hibernate.ScrollableResults
Go to the first result.
FIRST - org.hibernate.NullPrecedence
Null values appear at the beginning of the sorted collection.
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
FIRST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
firstLevelSecondaryTablesBinding(SecondaryTable, SecondaryTables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
FirstLimitHandler - Class in org.hibernate.dialect.pagination
 
firstResult - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
fixedPointNumberCastTarget() - Method in class org.hibernate.dialect.MySQLDialect
Determine the cast target for Types.NUMERIC
fk(String) - Static method in class org.hibernate.criterion.Projections
 
fkEq(String, Object) - Static method in class org.hibernate.criterion.Restrictions
 
fkIsNotNull(String) - Static method in class org.hibernate.criterion.Restrictions
 
fkIsNull(String) - Static method in class org.hibernate.criterion.Restrictions
 
fkNe(String, Object) - Static method in class org.hibernate.criterion.Restrictions
 
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.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
floatingPointNumberCastTarget() - Method in class org.hibernate.dialect.MySQLDialect
Determine the cast target for Types.FLOAT and Types.REAL (DOUBLE)
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 - Class in org.hibernate.type.descriptor.sql
Descriptor for FLOAT handling.
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
flush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flush() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
flush() - Method in interface org.hibernate.Session
Force this session to flush.
flush() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a flush occurring
FLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_BEFORE_COMPLETION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic flush during the JTA beforeCompletion() callback
FLUSH_ENTITY - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
FLUSH_ENTITY - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_MODE - Static variable in class org.hibernate.annotations.QueryHints
The flush mode to associate with the execution of the query.
FLUSH_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to determine flush mode.
flushBeforeCompletion() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushBeforeCompletion() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
(since 5.2) use SharedSessionBuilder.flushMode() instead.
flushBeforeCompletion(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
flushBeforeCompletion(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushBeforeCompletion(boolean) - Method in interface org.hibernate.SessionBuilder
Deprecated.
(since 5.2) use SessionBuilder.flushMode(FlushMode) instead.
flushBeforeCompletion(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
 
flushBeginning() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is beginning.
flushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
flushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
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
 
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.
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
flushMode - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
flushMode() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The flush mode for the query.
flushMode() - Method in annotation type org.hibernate.annotations.NamedQuery
The flush mode for this query.
flushMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the FlushMode from the original session should be used to create the new session.
flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushMode(FlushMode) - Method in interface org.hibernate.SessionBuilder
Specify the initial FlushMode to use for the opened Session
FlushMode - Enum in org.hibernate
Represents a flushing strategy.
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending javax.persistence flush modes.
flushStart() - Method in class org.hibernate.BaseSessionEventListener
 
flushStart() - Method in interface org.hibernate.SessionEventListener
 
FOLLOW_ON_LOCKING - Static variable in class org.hibernate.annotations.QueryHints
Hint to enable/disable the follow-on-locking mechanism provided by Dialect.useFollowOnLocking(QueryParameters).
force - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
force() - Method in annotation type org.hibernate.annotations.DiscriminatorOptions
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.
FORCE - org.hibernate.LockMode
Deprecated.
instead use PESSIMISTIC_FORCE_INCREMENT
FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT - Static variable in interface org.hibernate.cfg.AvailableSettings
 
FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
A flag to force using a table as the underlying structure rather than a sequence.
FORCED_NOT_NULL - org.hibernate.cfg.annotations.Nullability
 
FORCED_NULL - org.hibernate.cfg.annotations.Nullability
 
forceFlush(EntityEntry) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
forceFlush(EntityEntry) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
forceFlush(EntityEntry) - Method in interface org.hibernate.event.spi.EventSource
Force an immediate flush
forceInitialization() - Method in interface org.hibernate.collection.spi.PersistentCollection
To be called internally by the session, forcing immediate initialization.
forceInitialize(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
forceInitialize(Object, String, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
forceLimitUsage() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() 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
 
ForceLobAsLastValue() - Constructor for class org.hibernate.testing.DialectChecks.ForceLobAsLastValue
 
forceLocked(Object, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
forceNotNull() - Method in class org.hibernate.cfg.Ejb3Column
 
forceVersionIncrement(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forceVersionIncrement(Serializable, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
forClass() - Method in annotation type org.hibernate.envers.AuditOverride
Specifies class which field (or property) mapping is being overridden.
forClass(Class) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity, by its Class.
forClass(Class, String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity, by its Class.
forCollection(QueryableCollection) - Static method in class org.hibernate.loader.collection.plan.CollectionLoader
 
forColumn() - Method in annotation type org.hibernate.annotations.ColumnTransformer
(Logical) column name for which the expression is used.
forEachBean(Consumer<ContainedBeanImplementor<?>>) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
foreignKey() - Method in annotation type org.hibernate.annotations.Table
Defines the Foreign Key name of a secondary table pointing back to the primary table.
foreignKey() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
ForeignKey - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ForeignKey - Class in org.hibernate.mapping
A foreign key constraint
ForeignKey - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the JPA 2.1 introduced ForeignKey instead.
ForeignKey() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
ForeignKey() - Constructor for class org.hibernate.mapping.ForeignKey
 
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
Deprecated.
Return the foreign key column name for the given parameters
ForeignKeyContributingSource - Interface in org.hibernate.boot.model.source.spi
Additional contract for things which describe foreign keys.
foreignKeyDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
ForeignKeyDirection - Enum in org.hibernate.type
Represents directionality of the foreign key constraint
ForeignKeyExpression - Class in org.hibernate.criterion
 
ForeignKeyExpression(String, Object, String) - Constructor for class org.hibernate.criterion.ForeignKeyExpression
 
ForeignKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
 
ForeignKeyInformation.ColumnReferenceMapping - Interface in org.hibernate.tool.schema.extract.spi
 
ForeignKeyMetadata - Class in org.hibernate.tool.hbm2ddl
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
ForeignKeyNullExpression - Class in org.hibernate.criterion
 
ForeignKeyNullExpression(String) - Constructor for class org.hibernate.criterion.ForeignKeyNullExpression
 
ForeignKeyNullExpression(String, boolean) - Constructor for class org.hibernate.criterion.ForeignKeyNullExpression
 
ForeingKeyProjection - Class in org.hibernate.criterion
 
ForeingKeyProjection(String) - Constructor for class org.hibernate.criterion.ForeingKeyProjection
 
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<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntitiesModifiedAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntity(OuterJoinLoadable) - Static method in class org.hibernate.loader.entity.plan.EntityLoader
 
forEntityName(String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity.
forEntityName(String, String) - Static method in class org.hibernate.criterion.DetachedCriteria
Static builder to create a DetachedCriteria for the given entity.
forget(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended only for use from EntityManagerFactoryBuilderImpl.
format(int) - Static method in class org.hibernate.id.uuid.Helper
 
format(int) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(short) - Static method in class org.hibernate.id.uuid.Helper
 
format(short) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(QualifiedName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted non-table and non-sequence qualified name
format(QualifiedSequenceName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted sequence name
format(QualifiedTableName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted a table name
FORMAT_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable formatting of SQL logged to the console
FORMATTER - Static variable in class org.hibernate.type.InstantType
 
FORMATTER - Static variable in class org.hibernate.type.LocalDateTimeType
 
FORMATTER - Static variable in class org.hibernate.type.LocalDateType
 
FORMATTER - Static variable in class org.hibernate.type.LocalTimeType
 
FORMATTER - Static variable in class org.hibernate.type.OffsetDateTimeType
 
FORMATTER - Static variable in class org.hibernate.type.OffsetTimeType
 
FORMATTER - Static variable in class org.hibernate.type.ZonedDateTimeType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
formula() - Method in annotation type org.hibernate.annotations.JoinColumnOrFormula
The formula to use in joining.
Formula - Class in org.hibernate.mapping
A formula is a derived column value
Formula - Annotation Type in org.hibernate.annotations
Defines a formula (derived value) which is a SQL fragment that acts as a @Column alternative in most cases.
Formula() - Constructor for class org.hibernate.mapping.Formula
 
Formula(String) - Constructor for class org.hibernate.mapping.Formula
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
FormulaReference - Interface in org.hibernate.sql.ordering.antlr
Reference to a formula fragment.
forName(String) - Static method in class org.hibernate.criterion.Property
Factory for Property instances.
forRevisionsOfEntity(Class<?>, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revision entities associated with the specified entity.
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) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revision entities associated with the specified entity.
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.
forRevisionsOfEntityWithChanges(Class<?>, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revisions at which the given entity was modified.
forRevisionsOfEntityWithChanges(Class<?>, String, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revisions at which the given entity was modified.
forUnitTesting() - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
forUnitTesting(Map) - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
ForUpdateFragment - Class in org.hibernate.sql
 
ForUpdateFragment(Dialect) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
ForUpdateFragment(Dialect, LockOptions, Map<String, String[]>) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.AbstractHANADialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Dialect
Is FOR UPDATE OF syntax supported?
forUpdateOfColumns() - Method in class org.hibernate.dialect.Ingres9Dialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.MimerSQLDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Oracle8iDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
The RDMS DB supports the 'FOR UPDATE OF' clause.
forUpdateOfColumns() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
FORWARD_ONLY - org.hibernate.ScrollMode
Requests a scrollable result that is only scrollable forwards.
foundAny(AnyMappingDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
foundCircularAssociation(AssociationAttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
from(Class<? extends AttributeConverter>) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
Build an AttributeConverterDefinition from the AttributeConverter Class reference.
from(Class<? extends AttributeConverter>, boolean) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
Build an AttributeConverterDefinition from the AttributeConverter Class reference and whether or not to auto-apply it.
from(Object) - Static method in class org.hibernate.spatial.dialect.h2geodb.GeoDbWkb
Decode the object into a Geometry
from(Map, ClassLoaderAccess) - Static method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
from(AttributeConverter) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
Build an AttributeConverterDefinition from an AttributeConverter instance.
from(AttributeConverter, boolean) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
Build an AttributeConverterDefinition from the AttributeConverter instance and whether or not to auto-apply it.
from(JdbcEnvironment) - Static method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
from(PersistentClass, boolean, boolean) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClass
from(PersistentClass, Set<String>, CompositeType, boolean) - Static method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
Static constructor
from(Property, int, int) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
 
FROM_PARENT - org.hibernate.type.ForeignKeyDirection
A foreign key from parent to child
fromAccessType(AccessType) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
fromBytes(byte[]) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
fromCacheMode(CacheMode) - Static method in enum org.hibernate.annotations.CacheModeType
Conversion from CacheMode to CacheModeType.
fromExternalForm(String) - Static method in enum org.hibernate.LockMode
 
fromExternalName(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Resolve an AccessType from its external name.
fromExternalName(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
fromExternalName(String) - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Interpret the incoming external name into the appropriate enum value
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)
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
Get the from clause part of any joins (optional operation)
fromName(String) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
fromOrdinal(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
fromRepresentation(Object) - Static method in enum org.hibernate.envers.RevisionType
 
fromSession(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
fromSession(SessionFactoryImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
fromString(String) - Method in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
 
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.CalendarTimeTypeDescriptor
 
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.DurationJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
fromString(String) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
Deprecated.
 
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.LocalDateJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
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.OffsetDateTimeJavaDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
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.RowVersionTypeDescriptor
 
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
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
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 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
 
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
 
fromTransaction(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
fromTransaction(SessionFactoryImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
fromTransaction(SessionImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
fromXMLString(String) - Method in class org.hibernate.type.EnumType
 
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
fromXMLString(String, Mapping) - Method in class org.hibernate.type.CustomType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.MetaType
 
FRONTBASE - org.hibernate.dialect.Database
 
FrontBaseDialect - Class in org.hibernate.dialect
An SQL Dialect for Frontbase.
FrontBaseDialect() - Constructor for class org.hibernate.dialect.FrontBaseDialect
Constructs a FrontBaseDialect
FULL - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is fully searchable
FULL - org.hibernate.engine.spi.ValueInclusion
 
FULL - org.hibernate.envers.ModificationStore
Deprecated.
 
FULL_JOIN - org.hibernate.sql.JoinType
 
FULL_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated.
FULL_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
use JoinType.FULL_JOIN instead.
FULLY_ANNOTATION_CONFIGURED_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
function(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection using a custom function
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.
functionMap - Variable in class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
 
functionName() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A function-name is an IDENT followed by zero or more (DOT IDENT) sequences
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
functionsToRegister() - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
 

G

G - org.hibernate.engine.jdbc.Size.LobMultiplier
 
ge(Object) - Method in class org.hibernate.criterion.Property
Create a greater-than-or-equal-to restriction based on this property
ge(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being greater-than-or-equal-to the value in the subquery result.
ge(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to the named property
ge(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query greater-than-or-equal-to expression for this property
ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint
geAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to ALL the values in the subquery result.
geAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to-all sub-query expression for this property.
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.Assigned
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.ForeignGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.GUIDGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.IdentifierGenerator
Generate a new identifier.
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.IncrementGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
Generate an identifier value accounting for this specific optimization.
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
GENERATE_STATISTICS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable statistics collection
generateAlias(String) - Method in interface org.hibernate.sql.AliasGenerator
 
generateBidirectionalCollectionChangeWorkUnits(AuditProcess, EntityPersister, String, Object[], Object[], SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
To create instances of NaturalIdCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
To create instances of CollectionCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
To create instances of keys for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
generateCallableReturns() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateCustomReturns(boolean) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
Generated - Annotation Type in org.hibernate.annotations
The annotated property is generated by the database.
generatedBy() - Method in annotation type org.hibernate.annotations.ValueGenerationType
The type of value generation associated with the annotated value generator annotation type.
GeneratedCollectionAliases - Class in org.hibernate.loader
CollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
GeneratedCollectionAliases(Map, CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
 
GeneratedCollectionAliases(CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.Constraint
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.ForeignKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.PrimaryKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.UniqueKey
 
generateDelete(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
 
generateDelete(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsIdsOrClauseDeleteHandlerImpl
 
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
 
GeneratedOrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
Antlr grammar for dealing with order-by mapping fragments.
GeneratedOrderByFragmentParser(ParserSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenBuffer, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
GeneratedOrderByFragmentParser(TokenStream, int) - 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(InputBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(LexerSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(InputStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
GeneratedOrderByLexer(Reader) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
generatedValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
GeneratedValue - Class in org.hibernate.jpamodelgen.xml.jaxb
 
GeneratedValue() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
GeneratedValueGeneration - Class in org.hibernate.tuple
A AnnotationValueGeneration which marks a property as generated in the database.
GeneratedValueGeneration() - Constructor for class org.hibernate.tuple.GeneratedValueGeneration
 
GeneratedValueGeneration(GenerationTiming) - Constructor for class org.hibernate.tuple.GeneratedValueGeneration
 
generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateEntityDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateEntityDefinition() - Method in interface org.hibernate.persister.entity.EntityPersister
Generate the entity definition for this object.
generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateEntityKey(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Hide the changing requirements of entity key creation
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).
generateHashCode(SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
generateHashedConstraintName(String, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedConstraintName(String, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHolder(SharedSessionContractImplementor) - Method in class org.hibernate.id.SequenceGenerator
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(String, IdTableInfo, AbstractTableBasedBulkIdHandler.ProcessedWhereClause) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
Generate the INSERT-SELECT statement for holding matching ids.
generateIdSelect(String, AbstractTableBasedBulkIdHandler.ProcessedWhereClause) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
generateIdSubselect(Queryable) - Method in class org.hibernate.hql.spi.id.cte.AbstractCteValuesListBulkIdHandler
 
generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
generateIdTableName(String) - Method in class org.hibernate.dialect.TeradataDialect
 
generateIdTableName(String) - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
generateIdTableName(String) - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
generateImplicitUid() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Generate a unique ID to be used when creating an ExpandingQuerySpace.
generateImports() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
generateImports() - Method in class org.hibernate.jpamodelgen.ImportContextImpl
 
generateImports() - Method in interface org.hibernate.jpamodelgen.model.ImportContext
 
generateImports() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
generateImports() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
generateInsertGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertInitCommand() - Method in class org.hibernate.id.enhanced.TableGenerator
 
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
generateLazySelectStringsByFetchGroup() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateLocalObjectUuid() - Static method in class org.hibernate.id.uuid.LocalObjectUuidHelper
 
generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
generateName(String, Table, List<Column>) - Static method in class org.hibernate.mapping.Constraint
generateName(String, Table, Column...) - Static method in class org.hibernate.mapping.Constraint
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateNodePrefix(int) - Method in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
Returns a string containing the specified number of indentations, where each indentation contains TreePrinterHelper.INDENTATION blank characters.
generateNonStrictReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateNonStrictReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
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(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using a character reader of given length.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a NClob proxy using a character reader of given length.
generateProxy(InvocationHandler, Class...) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using the string data.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a Clob proxy using the string data.
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.
generateProxy(ResultSet, ColumnNameCache, ServiceRegistry) - Static method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
Generates a proxy wrapping the ResultSet.
generateQueryException(String) - Method in exception org.hibernate.QueryException
Called from QueryException.wrapWithQueryString(String) when we really need to generate a new QueryException (or subclass).
generateQueryException(String) - Method in exception org.hibernate.QueryParameterException
 
generateQueryKey(String, QueryParameters, Set, SharedSessionContractImplementor, CacheableResultTransformer) - Static method in class org.hibernate.cache.spi.QueryKey
Generates a QueryKey.
generateReadOnlyEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadOnlyNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateRootAlias(String) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
generateRootAlias(String) - Method in class org.hibernate.loader.JoinWalker
 
generateSchema() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Perform an explicit schema generation (rather than an "auto" one) based on the
generateSchema(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
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
generateSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateSQLAlias() - Method in interface org.hibernate.criterion.CriteriaQuery
Generate a unique SQL alias
generateSQLAlias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
generateSubquery(PersistentClass, Mapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateSuffixes(int) - Static method in class org.hibernate.loader.BasicLoader
Utility method that generates 0_, 1_ suffixes.
generateSuffixes(int, int) - Static method in class org.hibernate.loader.BasicLoader
 
generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.JoinWalker
 
generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateUpdate(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsUpdateHandlerImpl
 
generateUpdate(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseUpdateHandlerImpl
 
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(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
Delegates to UUID.randomUUID()
generateUUID(SharedSessionContractImplementor) - Method in interface org.hibernate.id.UUIDGenerationStrategy
Generate the UUID.
generateValue(Session, Object) - Method in interface org.hibernate.tuple.ValueGenerator
Generate the value.
GenerationStrategyPair() - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationStrategyPair(EntityMetamodel.FullInMemoryValueGenerationStrategy) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationStrategyPair(EntityMetamodel.InDatabaseValueGenerationStrategyImpl) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationStrategyPair(InMemoryValueGenerationStrategy, InDatabaseValueGenerationStrategy) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
GenerationTime - Enum in org.hibernate.annotations
At what time(s) will the generation occur?
GenerationTiming - Enum in org.hibernate.tuple
 
GenerationType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for generation-type.
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
generator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
generator() - Method in annotation type org.hibernate.annotations.CollectionId
The generator name.
GENERATOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
Used as a key to pass the name used as GeneratedValue.generator() to the IdentifierGenerator as it is configured.
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
Deprecated.
 
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
Deprecated.
 
generatorType(GeneratedValue, MetadataBuildingContext, XClass) - Static method in class org.hibernate.cfg.AnnotationBinder
 
GeneratorType - Annotation Type in org.hibernate.annotations
Marks a property as generated, specifying the ValueGenerator type to be used for generating the value.
GenericGenerator - Annotation Type in org.hibernate.annotations
Generator annotation describing any kind of Hibernate generator in a generic (de-typed) manner.
GenericGenerators - Annotation Type in org.hibernate.annotations
Array of generic generator definitions.
GenericJDBCException - Exception in org.hibernate.exception
Generic, non-specific JDBCException.
GenericJDBCException(String, SQLException) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
GenericJDBCException(String, SQLException, String) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
GeoDBDialect - Class in org.hibernate.spatial.dialect.h2geodb
Extends the H2Dialect by also including information on spatial functions.
GeoDBDialect() - Constructor for class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
Constructor.
GeoDBGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.h2geodb
Descriptor for GeoDB Geometries.
GeoDBGeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
GeoDbWkb - Class in org.hibernate.spatial.dialect.h2geodb
A utility class to serialize from/to GeoDB WKB's.
GeolatteGeometryJavaTypeDescriptor - Class in org.hibernate.spatial
Descriptor for geolatte-geom Geometrys.
GeolatteGeometryJavaTypeDescriptor() - Constructor for class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
Initialize a type descriptor for the geolatte-geom Geometry type.
GeolatteGeometryType - Class in org.hibernate.spatial
a Type that maps between the database geometry type and geolatte-geom Geometry.
GeolatteGeometryType(SqlTypeDescriptor) - Constructor for class org.hibernate.spatial.GeolatteGeometryType
Constructs an instance with the specified SqlTypeDescriptor
geometryn - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geometrytype - org.hibernate.spatial.SpatialFunction
The geometryType function, cfr.
geomfromewkb - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomfromewkt - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomfromtext - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomfromwkb - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomfromwkt - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomunion - org.hibernate.spatial.SpatialFunction
The union function, cfr.
geProperty(String) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to restriction between 2 properties
geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
geProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to two properties
geProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
geProperty(Property) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to restriction between 2 properties
geSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to SOME of the values in the subquery result.
geSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to-some sub-query expression for this property.
get() - Method in interface org.hibernate.ScrollableResults
Get the current row of results.
get(int) - Method in class org.hibernate.dialect.TypeNames
get default type name for specified type
get(int) - Method in class org.hibernate.engine.spi.ExecutableList
 
get(int) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
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(int, long, int, int) - Method in class org.hibernate.dialect.TypeNames
get type name for specified type and size
get(int, Class<X>) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
get(Class<T>, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, 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<T>, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Serializable, LockMode) - 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<T>, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, 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(Class, Serializable) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(Class, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(Object) - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
get(Object) - Method in interface org.hibernate.property.access.spi.Getter
Get the property value from the given owner instance.
get(Object) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
get(Object) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
get(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
get(String) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
get(String) - Method in class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
 
get(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable, LockMode) - 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, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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, Class<X>) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
get(ResultSet, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
get(ResultSet, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.SingleColumnType
Get a column value from a result set, without worrying about the possibility of null values.
get(ResultSet, String, Type, Dialect) - 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(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open entity manager.
get(TupleElement<X>) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
get(QueryKey, String[], Type[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Get results from the cache.
get(QueryKey, Set<Serializable>, Type[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Get results from the cache.
get(QueryKey, Type[], boolean, Set<Serializable>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryCache
Deprecated.
Get results from the cache.
get(QueryKey, Type[], boolean, Set<Serializable>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
 
get(GroupsPerOperation.Operation) - Method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
get(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to retrieve an object from the cache.
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
Returns null if the item is not readable.
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open session.
GET - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.GET.
GET - org.hibernate.CacheMode
The session may read items from the cache, but will not add items, except to invalidate items when updates occur.
GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
getAccess() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
 
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the access property.
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getAccessOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for accessing the entity's persistent state.
getAccessorPropertyName(EntityMode) - Method in class org.hibernate.mapping.Property
 
getAccessStrategy(String) - Static method in enum org.hibernate.cfg.AccessType
Resolve an externalized name to the AccessType enum value it names.
getAccessStrategy(AccessType) - Static method in enum org.hibernate.cfg.AccessType
Convert the JPA access type enum to the corresponding AccessType enum value.
getAccessType() - Method in class org.hibernate.boot.model.Caching
 
getAccessType() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
The requested AccessType
getAccessType() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
The type of access implemented
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionTransactionAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
 
getAccessType() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
getAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
getAccessTypeInfo(String) - Method in class org.hibernate.jpamodelgen.Context
 
getAcquisitionMode() - Method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
getAction() - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
getAction() - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
getAction() - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
How should a duplication be handled?
getAction() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
getActionQueue() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getActionQueue() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getActionQueue() - Method in interface org.hibernate.event.spi.EventSource
Get the ActionQueue for this session
getActions() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the actions property.
getActualLongValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getAddColumnString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.DB2Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Dialect
The syntax used to add a column to a table (optional).
getAddColumnString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.H2Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.HSQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.InformixDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.IngresDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MckoiDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.MySQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getAddColumnString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.ProgressDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getAddColumnString() - Method in class org.hibernate.dialect.TeradataDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getAddColumnSuffixString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getAddColumnSuffixString() - Method in class org.hibernate.dialect.Dialect
The syntax for the suffix used to add a column to a table (optional).
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.Dialect
 
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.InformixDialect
 
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Cache71Dialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a foreign key constraint to a table.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.InformixDialect
Informix constraint name must be at the end.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAdditionalJoinConditions() - Method in interface org.hibernate.loader.plan.spi.Fetch
 
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a primary key constraint to a table.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.InformixDialect
Informix constraint name must be at the end.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getAddressBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getAddressHexString() - Static method in class org.hibernate.id.uuid.Helper
 
getAddressInt() - Static method in class org.hibernate.id.uuid.Helper
 
getAddUniqueConstraintString(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
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.
getAfterCompletionAction() - Method in interface org.hibernate.engine.spi.SessionOwner
Deprecated.
 
getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the after-transaction-completion process, if any, for this action.
getAggregatedCfgXml() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for internal testing use only!!
getAggregatedConfig() - Method in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
 
getAggregatedSelectExpression() - Method in class org.hibernate.loader.hql.QueryLoader
 
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the alias property.
getAlias() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the alias associated with this return
getAlias() - Method in interface org.hibernate.Criteria
Get the alias of the entity encapsulated by this criteria instance.
getAlias() - Method in class org.hibernate.criterion.DetachedCriteria
Obtain the alias associated with this DetachedCriteria
getAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the defined result alias
getAlias() - Method in interface org.hibernate.envers.query.AuditQuery
 
getAlias() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
 
getAlias() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getAlias() - Method in class org.hibernate.loader.custom.NonScalarReturn
 
getAlias() - Method in interface org.hibernate.sql.SelectExpression
 
getAlias(String) - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
getAlias(String) - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Column
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
Generate a column alias that is unique across multiple tables
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
 
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.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
 
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.
getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
getAliasSpecificLocks() - Method in class org.hibernate.LockOptions
Iterable access to alias (key) and LockMode (value) as Map.Entry.
getAliasToEntityMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the map of explicit alias to entity name mappings.
getAliasToTableMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the map of explicit alias to table name mappings.
getAllClassMetadata() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getAllClassMetadata() - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
getAllCollectionMetadata() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getAllCollectionMetadata() - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
getAllCollectionRoles() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Get the names of all collections known to this Metamodel
getAllDocuments() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getAllElementsIterator(EventSource, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
Given a collection, get an iterator of all its children, loading them from the database if necessary.
getAllEntityNames() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Get the names of all entities known to this Metamodel
getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the allocationSize property.
getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the allocationSize property.
getAlterTableString(String) - Method in class org.hibernate.dialect.Dialect
Command used to alter a table.
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.InformixUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
getAndResetInvocationCount() - Static method in class org.hibernate.testing.byteman.BytemanHelper
 
getAnnotatedClasses() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getAnnotatedClassNames() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClassNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by name.
getAnnotatedClassReferences() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by Class reference .
getAnnotatedPackageNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any known annotated package names (packages with a package-info.class file that Hibernate has been told about).
getAnnotatedPackages() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getAnnotation() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getAnnotation(Class<T>) - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
getAnnotation(Class<T>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationMirror(Element, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
Checks whether the Element hosts the annotation with the given fully qualified class name.
getAnnotationReader(AnnotatedElement) - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getAnnotations() - Method in class org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader
 
getAnnotations() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getAnnotationValue(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getAnticipatedNumberOfArguments() - Method in class org.hibernate.dialect.function.TemplateRenderer
 
getAnyAdditionalJoinConditions(String) - Method in interface org.hibernate.loader.plan.spi.Join
Gets any additional conditions on the right-hand-side of the join using the specified table alias.
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAnyConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Allows access to the database metadata of the underlying database(s) in situations where we do not have a tenant id (like startup processing, for example).
getAnyConnectionProvider() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAnyMetaDef(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getAppropriateInitializer(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getAppropriateLoader(LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the ArchiveDescriptorFactory to be used for scanning
getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
getArchiveDescriptorFactory() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getArchiveUrl() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getArrayReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
 
getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
The name of the associated entity.
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(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityPersister(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
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.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the association property.
getAssociation() - Method in class org.hibernate.engine.profile.Fetch
 
getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getAssociationAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
The attribute source information
getAssociationKey() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getAssociationKey() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getAssociationKey() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getAssociationNature() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getAssociationNature() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getAssociationNature() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the associationOverride property.
getAssociationOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the name of the attribute, from the owning side, that defines the association.
getAssociationPath() - Method in class org.hibernate.engine.profile.Association
 
getAssociations() - Method in class org.hibernate.loader.JoinWalker
 
getASTNodeType(int) - Method in class org.hibernate.sql.ordering.antlr.Factory
 
getAttribute() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getAttributeConverter() - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
getAttributeConverter() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getAttributeConverterAutoApplyHandler() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getAttributeConverterClass() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
The AttributeConverter class
getAttributeConverterDefinitions() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to the AttributeConverter definitions known about.
getAttributeConverters() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getAttributeConverters() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to collected AttributeConverter definitions.
getAttributeConverters() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
getAttributeConverters() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
 
getAttributeDeclarationString() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaMap
 
getAttributeDefinition() - Method in interface org.hibernate.persister.walking.spi.EncapsulatedEntityIdentifierDefinition
 
getAttributeIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the index of the attribute in terms of its position in the entity persister
getAttributeIndex() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Many of Hibernate internals use arrays to define information about attributes.
getAttributeName() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
getAttributeName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the attributeName property.
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getAttributeNameDeclarationString() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the attributeOverride property.
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyDiscriminatorColumnNameSource
Access the AttributePath to the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
Access to the AttributePath of the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Access to the AttributePath for the basic value
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access to the name of the attribute that defines the association.
getAttributePath() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributePathBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributeRole() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributes() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getAttributes() - Method in interface org.hibernate.persister.walking.spi.AttributeSource
 
getAttributes() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
getAttributesInFetchGroup(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getAttributesInSameFetchGroup(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
getAttributeSourcesMakingUpIdentifier() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Obtain the source descriptor for the identifier attribute.
getAutoAliasInjection() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the autoAliasInjection property.
getAutoAppliedConverterDescriptorForAttribute(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoAppliedConverterDescriptorForCollectionElement(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoAppliedConverterDescriptorForMapKey(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoApplyDescriptor() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Get the auto-apply checker for this converter.
getAutoListener() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
getAuxiliaryDatabaseObjectExporter() - Method in class org.hibernate.dialect.Dialect
 
getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getAuxiliaryDatabaseObjectList() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to any AuxiliaryDatabaseObject explicitly registered with the MetadataBuilder.
getAuxiliaryDatabaseObjectList() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getAuxiliaryDatabaseObjects() - Method in class org.hibernate.boot.model.relational.Database
 
getBagRoles() - Method in exception org.hibernate.loader.MultipleBagFetchException
Retrieves the collection-roles for the bags encountered.
getBase() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the base property.
getBase() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSequentialIndexSource
Hibernate allows specifying the base value to use when storing the index to the database.
getBase() - Method in class org.hibernate.cfg.IndexColumn
 
getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getBaseIndex() - Method in class org.hibernate.mapping.List
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBaselineSessionEventsListenerBuilder() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the basic property.
getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
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...
getBasicType() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getBasicTypeRegistrations() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getBasicTypeRegistrations() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access the list of BasicType registrations.
getBasicTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getBatch(BatchKey) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Get a batch instance.
getBatchedStatementCount() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
How many statements will be in this batch?
getBatchFetchQueue() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the BatchFetchQueue, instantiating one if necessary.
getBatchFetchStyle() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBatchFetchStyle() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBatchFetchStyle() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the batchSize property.
getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the batch-size to be applied when initializing proxies of this entity.
getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
 
getBatchSize() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Gets the batch size.
getBatchSize() - Method in class org.hibernate.mapping.Collection
 
getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
 
getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getBatchSize() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
 
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
 
getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
 
getBean(Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by class.
getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
 
getBean(String, Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by name and contract.
getBeanClass() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
getBeanClass() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
The bean Java type
getBeanClass() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
 
getBeanContainer() - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a reference to the underlying BeanContainer.
getBeanInstance() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBean
Get the bean instance producer associated with this container-backed bean
getBeanInstance() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
getBeanInstance() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
The bean reference
getBeanInstance() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
 
getBeanManagerReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBeanManagerReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the before-transaction-completion process, if any, for this action.
getBidirectionalEntityReferences() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Retrieve the bidirectional entity references owned by this fetch source.
getBigDecimal(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a BigDecimal.
getBigInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a BigInteger.
getBinary(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a binary (byte[]).
getBind() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, get the current binding.
getBind() - Method in interface org.hibernate.procedure.ParameterRegistration
Retrieve the binding associated with this parameter.
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Get the binder (setting JDBC in-going parameter values) capable of handling values of the type described by the passed descriptor.
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
Deprecated.
 
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
 
getBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
getBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
getBinding(QueryParameter<T>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
getBindType() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Get the Type currently associated with this binding.
getBindType() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Get the Type currently associated with this binding.
getBindValue() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Get the value current bound.
getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Get the values currently bound.
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
 
getBlobTypeDescriptor() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getBoolean(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a boolean.
getBoolean(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getBootstrap(PersistenceUnitInfo, Map) - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getBootstrapContext() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
getBootstrapContext() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getBootstrapJdbcConnectionAccess() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain a JdbcConnectionAccess usable from bootstrap actions (hbm2ddl.auto, Dialect resolution, etc).
getBootstrapJdbcConnectionAccess() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getBootstrapServiceRegistry() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
 
getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
 
getBuildingContext() - Method in interface org.hibernate.boot.model.naming.ImplicitNameSource
Access to the current building context.
getBuildingContext() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Access the contextual information related to the current process of building metadata.
getBuildingContext() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getBuildingContext() - Method in class org.hibernate.cfg.Ejb3Column
 
getBuildingOptions() - Method in class org.hibernate.boot.model.relational.Database
 
getBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the options specified by the MetadataBuilder
getBuildingOptions() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getByte(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a byte.
getBytecodeEnhancementMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getBytecodeEnhancementMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getBytecodeEnhancementMetadata() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getBytecodeProvider() - Static method in class org.hibernate.cfg.Environment
Deprecated.
Deprecated to indicate that the method will be moved to SessionFactoryOptions / SessionFactoryBuilder - probably in 6.0. See HHH-12194 and HHH-12193 for details
getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Access to the bytes.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the cache property.
getCache() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCache() - Method in interface org.hibernate.SessionFactory
Obtain direct access to the underlying cache regions.
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)
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
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the cached database snapshot for the requested entity key.
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
 
getCachedTypes() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
The list of specific subclasses of the root that are actually written to cache.
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 interface org.hibernate.stat.CacheableDataStatistics
The number of successful cache look-ups for this data from its configured cache region since the last Statistics clearing
getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of cache hits for this query.
getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getCacheMissCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
The number of unsuccessful cache look-ups for this data from its configured cache region since the last Statistics clearing
getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of cache misses for this query
getCacheMode() - Method in enum org.hibernate.annotations.CacheModeType
 
getCacheMode() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheMode property.
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.SharedSessionContractImplementor
 
getCacheMode() - Method in interface org.hibernate.Query
Deprecated.
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in interface org.hibernate.query.Query
 
getCacheMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getCacheMode() - Method in interface org.hibernate.Session
Get the current cache mode.
getCacheMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getCacheProviderConfig() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCachePutCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
The number of times this data has been into its configured cache region since the last Statistics clearing
getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of cache puts for this query
getCacheRegion() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Obtain the name of the second level query cache region in which query results will be stored (if they are cached, see the discussion on BasicQueryContract.isCacheable() for more information).
getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getCacheRegion() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCacheRegion() - Method in interface org.hibernate.Query
Deprecated.
Obtain the name of the second level query cache region in which query results will be stored (if they are cached, see the discussion on Query.isCacheable() for more information).
getCacheRegion() - Method in interface org.hibernate.query.Query
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to all explicit cache region mappings.
getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated.
getCacheRegionDefinitions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getCacheRegionFactory() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionName() - Method in class org.hibernate.mapping.Collection
 
getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getCacheRegionName() - Method in interface org.hibernate.stat.CacheableDataStatistics
The name of the region where this data is cached.
getCacheRegionNames() - Method in interface org.hibernate.cache.spi.CacheImplementor
The unqualified name of all regions.
getCacheRegionNames() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
The unqualified name of all regions.
getCacheRegionPrefix() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCacheRegionPrefix() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getCacheRegionPrefix() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getCacheRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Get statistics for either a domain-data or query-result region - this method checks both, preferring domain data region if one.
getCacheStorageAccess() - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
Public for testing purposes
getCacheTransactionSynchronization() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheTransactionSynchronization() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
The current CacheTransactionContext associated with the Session.
getCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the caching configuration for this entity.
getCaching() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCalendar(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Calendar.
getCallableStatementSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.Dialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCallbackAnnotation() - Method in enum org.hibernate.jpa.event.spi.CallbackType
 
getCallbackMethod(Class<? extends Annotation>) - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getCallbackType() - Method in interface org.hibernate.jpa.event.spi.Callback
The type of callback (pre-update, pre-persist, etc) handled
getCanonicalName() - Method in class org.hibernate.boot.model.naming.Identifier
 
getCanonicalName() - Method in class org.hibernate.mapping.Column
 
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in interface org.hibernate.engine.spi.CascadingAction
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the cascade property.
getCascade() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.mapping.Property
 
getCascadeAll() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeAll property.
getCascadeConstraintsString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Cache71Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
Completely optional cascading drop clause
getCascadeConstraintsString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PointbaseDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCascadeDetach() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeDetach property.
getCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
How deep are we cascaded?
getCascadeMerge() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeMerge property.
getCascadePersist() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the cascadePersist property.
getCascadeRefresh() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeRefresh property.
getCascadeRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeRemove property.
getCascadeStyle() - Method in class org.hibernate.mapping.Property
 
getCascadeStyle() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getCascadeStyle() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getCascadeStyle() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the cascade style of this (subclass closure) property
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.
getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
Factory method for obtaining named cascade styles
getCascadeStyleName() - Method in interface org.hibernate.boot.model.source.spi.CascadeStyleSource
Obtain the cascade styles to be applied to this association.
getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
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
 
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.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the catalog property.
getCatalog() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getCatalog() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
getCatalog() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.mapping.Table
 
getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
getCatalog() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getCatalogName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getCatalogName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getCatalogName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
getCategorization() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
 
getCharacter(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a char.
getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the check property.
getCheck() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCheckCondition() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the specified check constraint condition
getCheckConstraint() - Method in interface org.hibernate.boot.model.source.spi.TableSource
 
getCheckConstraint() - Method in class org.hibernate.mapping.Column
 
getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
 
getCheckStyle() - Method in class org.hibernate.boot.model.CustomSql
 
getChild(String) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getChild(String) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateStatistics
 
getChildren() - Method in class org.hibernate.testing.junit4.CustomParameterized
 
getChildrenNames() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getClass(Object) - Static method in class org.hibernate.Hibernate
Get the true, underlying class of a proxied persistent class.
getClassCacheOrCollectionCache() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the classCacheOrCollectionCache property.
getClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Deprecated.
getClassLoaderAccess() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getClassLoaderAccess() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getClassmateContext() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the shared Classmate objects used throughout Hibernate's bootstrap process.
getClassmateContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Deprecated.
getClassmateContext() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
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 class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getClassMetadata(Class) - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
getClassMetadata(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
getClassName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
Retrieve the fully-qualified entity class name.
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() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
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
 
getClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Gets the value of the clazz property.
getClazz() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getClazz() - Method in class org.hibernate.cfg.InheritanceState
 
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the clazz property.
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 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.
getCollection() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the collection property.
getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getCollection(Serializable, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.CollectionType
instantiate a collection wrapper (called when loading an object)
getCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection instance associated with the CollectionKey
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, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
collection binder factory
getCollectionBinding() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getCollectionBinding(String) - Method in interface org.hibernate.boot.Metadata
Retrieves the collection mapping metadata for the given collection role.
getCollectionBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionBindings() - Method in interface org.hibernate.boot.Metadata
Retrieves the Collection metadata representation for known all collections.
getCollectionBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the list of all collection data to be stored in this region
getCollectionColumnAliases() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the aliases for the columns related to the collection structure such as the FK, index/key, or identifier (idbag).
getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of collection instances associated with the session
getCollectionDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
Build a CollectionRegionAccess instance representing access to collection data stored in this cache region using the given AccessType.
getCollectionDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
Returns the collection definition.
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
Returns the collection definition.
getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CompositeCollectionElementDefinition
Returns the collection definition.
getCollectionElementType(DeclaredType, String, String, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from collection instance to collection entry
getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a persistent collection
getCollectionEntry(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
getCollectionEntryOrNull(Object) - Method in 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 interface org.hibernate.stat.Statistics
Global number of collections fetched
getCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the PersistentCollection object for an array
getCollectionId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the collectionId property.
getCollectionId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getCollectionIdSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionKey(CollectionPersister, Object, EntityEntry, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCollectionKeys() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all CollectionKeys
getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections loaded
getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getCollectionMetadata(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionMetadata(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
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.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
 
getCollectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
 
getCollectionPersister() - Method in class org.hibernate.loader.collection.plan.BatchingCollectionInitializer
 
getCollectionPersister() - Method in interface org.hibernate.loader.plan.spi.CollectionQuerySpace
Retrieve the collection persister this QuerySpace refers to.
getCollectionPersister() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieves the CollectionPersister describing the collection associated with this CollectionReference.
getCollectionPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPersister() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getCollectionPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
getCollectionPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
 
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.
getCollectionPersisters() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
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
 
getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections recreated
getCollectionReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
 
getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.CollectionFetchableElement
Reference back to the collection to which this element belongs
getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.CollectionFetchableIndex
Reference back to the collection to which this index belongs
getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.engine.spi.CacheImplementor
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 interface org.hibernate.stat.Statistics
Get the names of all collection roles
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
(since 5.2) Use MetamodelImplementor.collectionPersisters() instead. 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 interface org.hibernate.metamodel.spi.MetamodelImplementor
Retrieves a set of all the collection roles in which the given entity is a participant, as either an index or an element.
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 interface org.hibernate.stat.Statistics
Get collection statistics per role
getCollectionSuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
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.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the collectionTable property.
getCollectionTable() - Method in class org.hibernate.mapping.Collection
 
getCollectionTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the table alias used for the collection table of the CollectionReference.
getCollectionTableCheck() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionTableComment() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionTableSpecificationSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the collectionType property.
getCollectionType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCollectionType() - Method in class org.hibernate.mapping.Collection
 
getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the associated Type
getCollectionType() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections updated
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the column property.
getColumn(int) - Method in class org.hibernate.mapping.Constraint
 
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumn(Identifier) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Identifier) - Method in class org.hibernate.mapping.Table
 
getColumn(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ColumnInformation
getColumn(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Resolve a property path to the name of the column it maps to.
getColumn(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
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.
getColumnAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
getColumnAlias() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getColumnAliases() - Method in interface org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
Obtain the column aliases for the select fragment columns associated with the described entity reference.
getColumnAliases(int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.Distinct
 
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(int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(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(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.Distinct
 
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(String, int) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliases(String, int) - Method in class org.hibernate.criterion.SQLProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
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(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
 
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the columnAttribute property.
getColumnComment(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for column definition.
getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getColumnCount(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
Count the number of columns this projection uses.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinitionUniquenessFragment(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to make a column unique as part of its column definition.
getColumnIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The simple (not qualified) column name.
getColumnInsertability() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
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.id.ExportableColumn.ValueImpl
 
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
 
getColumnList() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the columnList property.
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
Deprecated.
 
getColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Gets the value of the columnName property.
getColumnName() - Method in interface org.hibernate.sql.ordering.antlr.ColumnReference
Retrieve the column name.
getColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
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
 
getColumnNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getColumnOrderMap() - Method in class org.hibernate.mapping.Index
 
getColumnOrderMap() - Method in class org.hibernate.mapping.UniqueKey
 
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the columnOrFormula property.
getColumnProcessors() - Method in class org.hibernate.loader.custom.ResultRowProcessor
 
getColumnReferenceMappings() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
Get the column mappings that define the reference.
getColumnReferences() - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
getColumnResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the columnResult property.
getColumnReturns() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
getColumns() - Method in class org.hibernate.cfg.JPAIndexHolder
 
getColumns() - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
getColumns() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
 
getColumns() - Method in class org.hibernate.mapping.Constraint
 
getColumns() - Method in class org.hibernate.sql.SelectFragment
 
getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
Deprecated.
 
getColumns() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Obtain the columns making up the primary key.
getColumns() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Resolve a property path to the names of the columns it maps to.
getColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getColumnsAndFormulasSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnsAndFormulasSourceContainer
 
getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
Deprecated.
 
getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The column size (length).
getColumnSource() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain source information about the column for the collection id.
getColumnSpan() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
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(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
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.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.id.ExportableColumn.ValueImpl
 
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
 
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the comment property.
getComment() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getComment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the specified SQL comment
getComment() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getComment() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
 
getComment() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getComment() - Method in class org.hibernate.engine.spi.QueryParameters
 
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 interface org.hibernate.Query
Deprecated.
Obtain the comment currently associated with this query.
getComment() - Method in interface org.hibernate.query.Query
 
getComment() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Get the comments/remarks defined for the table.
getCommentsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getComparator() - Method in class org.hibernate.mapping.Collection
 
getComparator() - Method in class org.hibernate.type.BinaryType
Deprecated.
use RowVersionType for binary entity versions/timestamps
getComparator() - Method in class org.hibernate.type.ByteType
 
getComparator() - Method in class org.hibernate.type.CalendarType
 
getComparator() - Method in class org.hibernate.type.CustomType
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
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.PrimitiveByteArrayTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
getComparator() - Method in class org.hibernate.type.InstantType
 
getComparator() - Method in class org.hibernate.type.IntegerType
 
getComparator() - Method in class org.hibernate.type.LocalDateTimeType
 
getComparator() - Method in class org.hibernate.type.LongType
 
getComparator() - Method in class org.hibernate.type.OffsetDateTimeType
 
getComparator() - Method in class org.hibernate.type.RowVersionType
 
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.
getComparator() - Method in class org.hibernate.type.ZonedDateTimeType
 
getComparatorClassName() - Method in class org.hibernate.mapping.Collection
 
getComparatorName() - Method in interface org.hibernate.boot.model.source.spi.Sortable
The comparator class name which will be used to sort the attribute.
getComponentClass() - Method in class org.hibernate.mapping.Component
 
getComponentClassName() - Method in class org.hibernate.mapping.Component
 
getComponentIdType() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getComponentIdType() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getComponentTuplizer() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getComponentTuplizer() - Method in class org.hibernate.type.ComponentType
 
getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Extract a component property value.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the compositeElement property.
getCompositeElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getCompositeId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the compositeId property.
getCompositeIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
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.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeMapKey property.
getCompositeType() - Method in interface org.hibernate.persister.walking.spi.NonEncapsulatedEntityIdentifierDefinition
 
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
 
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
 
getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the condition property.
getCondition() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the condition associated with the filter.
getConfigLoader() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
getConfigParameters() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ConfigParameterContainer
 
getConfigParameters() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
Gets the value of the configParameters property.
getConfigurationValues() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getConfigurationValues() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
getConfiguredJdbcBatchSize() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the currently configured JDBC batch size either at the Session-level or SessionFactory-level.
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 interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
getConnection() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getConnection() - Method in class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
 
getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
getConnection() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Deprecated.
Get a reference to the connection we are using.
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getConnection(String) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection(String, String) - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getConnectionAcquisitionMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
getConnectionCatalogName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the name of the catalog in effect when we connected to the database.
getConnectionHandlingMode() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Deprecated.
(since 5.2) access via JdbcCoordinator.getLogicalConnection() instead
getConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
 
getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderUnderTest() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
getConnectionReleaseMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getConnectionReleaseMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
getConnectionReleaseMode() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getConnectionReleaseMode() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
getConnectionReleaseMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
getConnectionSchemaName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the name of the schema in effect when we connected to the database.
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
 
getConstructorResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the constructorResult property.
getContainerClass() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getContainingPersister() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get a reference to the persister for the entity containing this attribute.
getContainingTableInformation() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
Access to the containing table.
getContainingTableName() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
 
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
FILTER element; used to apply a filter.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
The sql-query element declares a named SQL query string Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the content property.
getContext() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Gets the value of the context property.
getContext() - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get the mappings
getContext() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Return the identifier of the persistent object, or null if not associated with the session
getContextId() - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
Deprecated.
 
getContextId() - Method in interface org.hibernate.secure.spi.JaccService
Deprecated.
Obtain the JACC context-id in effect for this service.
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
 
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the convert property.
getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the converter property.
getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the converter property.
getConverterBean() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
 
getConverterClass() - Method in interface org.hibernate.boot.AttributeConverterInfo
 
getConverterClass() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
getConverterClass() - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
getConverterJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
 
getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getCorrespondingLobCode(int) - Method in class org.hibernate.type.descriptor.sql.LobTypeMappings
getCorrespondingNationalizedCode(int) - Method in class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
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.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the create property.
getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to create the named catalog
getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaCreator processing
getCreateIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
getCreateIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
getCreateIdTableStatementOptions() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateIdTableStatementOptions() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
getCreateIdTableStatementOptions() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
Slight variation on Dialect.getCreateTableString().
getCreateMultisetTableString() - Method in class org.hibernate.dialect.TeradataDialect
 
getCreateParams() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to create the named schema
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.DB2390V8Dialect
 
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) - Method in class org.hibernate.dialect.H2Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
HSQL will start with 0, by default.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
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, int, int) - Method in class org.hibernate.dialect.HSQLDialect
Because of the overridden HSQLDialect.getCreateSequenceString(String), we must also override HSQLDialect.getCreateSequenceString(String, int, int) to prevent 2 instances of "start with".
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
only necessary for postgre < 7.4 See http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_sequence.sgml
getCreateSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.Dialect
An optional multi-line form for databases which Dialect.supportsPooledSequences().
getCreateTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a table.
getCreateTableString() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getCreateTableString() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getCriteria(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCriteriaLiteralHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCriteriaLiteralHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB297Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB2Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Dialect
Returns the separator to use for defining cross joins when translating HQL queries.
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle10gDialect
 
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
 
getCurrent() - Method in interface org.hibernate.result.Outputs
Retrieve the current Output object.
getCurrentCatalog() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the current database catalog.
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 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
Deprecated.
(since 5.2), use RevisionListener instead. While this method is being deprecated, expect a new API for this in 6.0.
getCurrentSchema() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the current database catalog.
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to retrieve the current schema name.
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SQLServerDialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SybaseDialect
 
getCurrentSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCurrentSession() - Method in interface org.hibernate.SessionFactory
Obtains the current session.
getCurrentStatus() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Obtain the current transaction status using whatever means is preferred for this platform
getCurrentStatus() - Method in class org.hibernate.osgi.OsgiJtaPlatform
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.cfg.Configuration
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
Retrieve the command used to retrieve the current timestamp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.FrontBaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InformixDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
The current_timestamp is more accurate, but only known to be supported in SQL Server 7.0 and later and Sybase not known to support it at all
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Dialect
The name of the database-specific SQL function for retrieving the current timestamp.
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.IngresDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.OracleDialect
Deprecated.
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getCurrentTransactionStartTimestamp() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
getCurrentTransactionStartTimestamp() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
What is the start time of this context object?
getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the current value of this attribute.
getCurrentVersion(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Retrieve the version number
getCurrentVersion(Serializable, SharedSessionContractImplementor) - 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.
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the name of a named-query that will be used for loading this entity
getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the name of a custom persister class to be used.
getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
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
 
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for deletes for this entity
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for deletes for this entity
getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlDeleteAll() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
 
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
 
getCustomSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqlFunctionMap() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for inserts for this entity
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for inserts for this entity
getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
 
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 interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for updates for this entity
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for updates for this entity
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomWrite() - Method in class org.hibernate.mapping.Column
 
getData(EnversService) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
getData(EnversService) - Method in interface org.hibernate.envers.query.order.AuditOrder
 
getData(EnversService) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
getDatabase() - Method in interface org.hibernate.boot.Metadata
Retrieve the database model.
getDatabase() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getDatabaseAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
getDatabaseColumnType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in interface org.hibernate.tuple.ValueGeneration
For values which are generated in the database (ValueGeneration.getValueGenerator() == null), if the column will be referenced in the SQL (ValueGeneration.referenceColumnInSql() == true), what value should be used in the SQL as the column value.
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.VmValueGeneration
 
getDatabaseMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database major version, as returned from DatabaseMetaData.getDatabaseMajorVersion() for the target database.
getDatabaseMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database minor version, as returned from DatabaseMetaData.getDatabaseMinorVersion() for the target database.
getDatabaseName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database name, as returned from DatabaseMetaData.getDatabaseProductName() for the target database
getDatabaseObject() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the databaseObject property.
getDatabaseObjectAccess() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDatabaseSnapshot(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDatabaseSnapshot(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
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
getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'databaseStructure'.
getDatatype() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
The deduced (and dialect convertible) type for this column
getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getDate(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Date.
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
Deprecated.
 
getDecimalDigits() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The precision, for numeric types
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
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
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
 
getDefault() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the default property.
getDefault(String) - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultAccess property.
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
 
getDefaultAccessType() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
getDefaultAccessType() - Method in interface org.hibernate.cache.spi.RegionFactory
Get the default access type for any "user model" data
getDefaultAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
getDefaultBatchFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultBatchFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultBatchFetchSize() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultBatchLoadSizingStrategy() - Method in class org.hibernate.dialect.Dialect
 
getDefaultCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultCascade property.
getDefaultCatalog() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultCatalog() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDefaultCatalogName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
getDefaultCatalogName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
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
 
getDefaultConnectionAcquisitionMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
getDefaultConnectionHandlingMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
getDefaultConnectionReleaseMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
getDefaultEntityListeners() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext
 
getDefaultEntityMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultEntityMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultEntityMode() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultFilterCondition() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getDefaultLimitHandler() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getDefaultLimitHandler() - Method in class org.hibernate.dialect.IngresDialect
 
getDefaultLimitHandler() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
getDefaultLimitHandler() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getDefaultLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Cache71Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.DB297Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.DB2Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.H2Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HSQLDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.InformixDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.IngresDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.SAPDBDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.TeradataDialect
 
getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.TimesTenDialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MariaDBDialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQL55Dialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
Deprecated.
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQLDialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
Deprecated.
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
Deprecated.
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
getDefaultNamespace() - Method in class org.hibernate.boot.model.relational.Database
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultNullPrecedence() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultNullPrecedence() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaultQueryCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
getDefaultQueryCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
getDefaultQueryResultsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
Access to the "default" region used to store query results when caching was requested but no region was explicitly named.
getDefaultQueryResultsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Access to the "default" region used to store query results when caching was requested but no region was explicitly named.
getDefaults() - Method in class org.hibernate.cfg.annotations.reflection.JPAMetadataProvider
 
getDefaultSchema() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultSchema() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDefaultSchemaName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
getDefaultSchemaName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getDefaultSize() - Static method in class org.hibernate.type.AbstractStandardBasicType
 
getDefaultValue() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain a specified default value for the column
getDefaultValue() - Method in class org.hibernate.cfg.Ejb3Column
 
getDefaultValue() - Method in class org.hibernate.mapping.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
 
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
 
getDefinedFilterNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain a set of the names of all filters defined on this SessionFactory.
getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
 
getDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the definition property.
getDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
getDelegate() - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
getDelegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
This is an implementation of EntityManager#getDelegate().
getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been deleted
getDeletedState() - Method in interface 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'.
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.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the delimitedIdentifiers property.
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getDepth() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
How many "parts" are there to this path/role?
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the description property.
getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.spi.SqlTypeDescriptorRegistry
 
getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
Deprecated.
getDescriptor(Class<J>) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
Deprecated.
getDescriptor(Class<T>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
getDeserializationResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDeserializationResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getDialect() - Method in class org.hibernate.boot.model.relational.Database
 
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() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the dialect for this environment.
getDialect() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the dialect of the database.
getDialect() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDialect() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
(since 5.2) instead, use JdbcServices.getDialect()
getDialect() - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Get the dialect.
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() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getDialect() - Static method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getDialect() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
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.
getDialectResolutionInfo() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
Get the DialectResolutionInfo
getDialectScope() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the dialectScope property.
getDialectScopes() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
getDictatedSize() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getDisassembledState() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Get the underlying disassembled state todo : this was added to support initializing an entity's EntityEntry snapshot during reattach; this should be refactored to instead expose a method to assemble a EntityEntry based on this state for return.
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
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() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
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(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
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.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
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.JoinedSubclassEntityPersister
 
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.JoinedSubclassEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
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 interface org.hibernate.boot.model.source.spi.EntitySource
Get the actual discriminator value in case of a single table inheritance
getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Obtain the column/formula information about the discriminator.
getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the discriminator attribute for single table inheritance
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.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the discriminatorType property.
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
 
getDiscriminatorType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to the type of the value that makes up the discriminator portion of the AnyType.
getDiscriminatorType() - Method in class org.hibernate.type.AnyType
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
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
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition.DiscriminatorMapping
Access to the defined discriminator value (the database value) being mapped.
getDiscriminatorValuesToEntityNameMap() - Method in class org.hibernate.type.MetaType
 
getDisplayName() - Method in class org.jboss.as.jpa.hibernate5.management.QueryName
 
getDisposition() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
What is the disposition of this LoadPlan, in terms of its returns.
getDisposition() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
What type of QuerySpace (more-specific) is this?
getDistance() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getDomainDataRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Second-level cache statistics per domain data (entity, collection, natural-id) region
getDomainJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
 
getDomainValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
The resolved Classmate type descriptor for the conversion's domain type
getDontFlushFromFind() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getDontFlushFromFind() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getDouble(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a double.
getDriverMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the major version of the JDBC driver, as returned from DatabaseMetaData.getDriverMajorVersion() ()} for the target database.
getDriverMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the minor version of the JDBC driver, as returned from DatabaseMetaData.getDriverMinorVersion() for the target database.
getDriverName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the name of the JDBC driver, as returned from DatabaseMetaData.getDriverName() for the target database
getDrop() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the drop property.
getDropCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to drop the named catalog
getDropCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getDropFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaDropper processing
getDropForeignKeyString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDropIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
 
getDropIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
getDropIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to drop the named schema
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2390V8Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Typically dialects which support sequences can drop a sequence with a single command.
getDropSequenceString(String) - Method in class org.hibernate.dialect.FirebirdDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
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.SQLServer2012Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
The multiline script used to drop a sequence.
getDropTableString(String) - Method in class org.hibernate.dialect.Dialect
Generate a DROP TABLE statement
getDropUnique() - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getDropUnique() - Method in class org.hibernate.dialect.unique.MySQLUniqueDelegate
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
 
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
Returns The SQL fragment when parsing a DWithinExpression.
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
Returns The SQL fragment when parsing a DWithinExpression.
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Returns The SQL fragment when parsing a DWithinExpression.
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Returns The SQL fragment when parsing a DWithinExpression.
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Returns The SQL fragment when parsing a DWithinExpression.
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
Returns The SQL fragment when parsing a DWithinExpression.
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
Returns The SQL fragment when parsing a DWithinExpression.
getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getDWithinSQL(String) - Method in interface org.hibernate.spatial.SpatialDialect
Returns The SQL fragment when parsing a DWithinExpression.
getDynamicChildrenNames(EntityManagerFactoryAccess, PathAddress) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateCollectionStatistics
 
getDynamicChildrenNames(EntityManagerFactoryAccess, PathAddress) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateEntityCacheStatistics
 
getDynamicChildrenNames(EntityManagerFactoryAccess, PathAddress) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateEntityStatistics
 
getDynamicChildrenNames(EntityManagerFactoryAccess, PathAddress) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateQueryCacheStatistics
 
getDynamicChildrenNames(EntityManagerFactoryAccess, PathAddress) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateStatistics
 
getDynamicInstantiationResultType() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getDynamicInstantiationResultType() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
getEffectiveKeysFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
Determine the LockMode to apply to the given alias.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the element property.
getElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getElement() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getElement() - Method in class org.hibernate.mapping.Collection
 
getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the value of the given collection entry.
getElementByIndex(Serializable, Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementByIndex(Serializable, Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getElementByIndex(Serializable, Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getElementClass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the elementClass property.
getElementClass() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSourceArray
 
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.jpamodelgen.xml.jaxb.Attributes
Gets the value of the elementCollection property.
getElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
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() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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)
getElementColumnNames(String) - 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
getElementCountInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
 
getElementCountInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of elements currently in memory within the cache provider.
getElementCountInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getElementCountOnDisk() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of elements currently stored to disk within the cache provider.
getElementCountOnDisk() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getElementDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
 
getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
 
getElementGraph() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieve the metadata about the elements of this collection *as a FetchSource*.
getElementKindForAccessType(AccessType) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementPersister() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the persister of the element class, if this is a collection of entities (optional operation).
getElements() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
Not defined for collections of primitive type
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
getElementsIterator(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection, which may not yet be wrapped
getElementSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
 
getElementTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the alias of the table that contains the collection element values.
getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
The collection element type
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
getElementUtils() - Method in class org.hibernate.jpamodelgen.Context
 
getEmbeddable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the embeddable property.
getEmbeddableMapping() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
 
getEmbeddableSource() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
Gets the source information about the embeddable/composition.
getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the embedded property.
getEmbeddedId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the embeddedId property.
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 interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilters() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the filters enabled for this query translator.
getEnforcedCacheKeysFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
The CacheKeyFactory explicitly specified as part of the bootstrap by the user, by some "container", etc.
getEngineKeyword() - Method in class org.hibernate.dialect.MySQL5Dialect
 
getEngineKeyword() - Method in class org.hibernate.dialect.MySQLDialect
 
getEnhancer(EnhancementContext) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context.
getEntitiesByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the mapping from key value to entity instance
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the entity property.
getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
 
getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Deprecated.
Support for JACC will be removed in 6.0
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() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getEntity() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
Deprecated.
 
getEntity(String, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
Get a fully loaded entity instance that is cached externally.
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
getEntityAccessTypeInfo() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getEntityAliases() - Method in class org.hibernate.loader.BasicLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityAliases() - Method in class org.hibernate.loader.custom.EntityFetchReturn
 
getEntityAliases() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityAliases() - Method in class org.hibernate.loader.Loader
Get the result set descriptor
getEntityAttributeType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
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.boot.Metadata
Retrieves the PersistentClass entity mapping metadata representation for the given entity name.
getEntityBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getEntityBindingMap() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Needed for SecondPass handling
getEntityBindings() - Method in interface org.hibernate.boot.Metadata
Retrieves the PersistentClass entity metadata representation for known all entities.
getEntityBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getEntityCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the list of all entity to be stored in this region
getEntityClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the entityClass property.
getEntityClassName() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
Get the number of entity instances associated with the session
getEntityDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
Build a EntityRegionAccess instance representing access to entity data stored in this cache region using the given AccessType.
getEntityDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
 
getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity deletes
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.
getEntityElementAliases() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
Obtain the entity reference aliases for the element values when the element of the collection is an entity.
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 class org.hibernate.event.spi.FlushEntityEvent
 
getEntityEntryFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityEntryFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the EntityEntryFactory indicated for the entity mapped by this persister.
getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity fetches
getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity inserts
getEntityInstance() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
getEntityKey() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
getEntityKey() - Method in interface org.hibernate.engine.spi.EntityEntry
Get the EntityKey based on this EntityEntry.
getEntityKey() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Obtain the registered EntityKey for this EntityReference for the row currently being processed.
getEntityKeyDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityKeyDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
 
getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
Get the set of all EntityKeys
getEntityListener() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
Gets the value of the entityListener property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the entityListeners property.
getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity loads
getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityManagerFactory(Object[]) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getEntityManagerFactoryAccess(Object[]) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getEntityManagerFactoryBuilder(URL, String, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
Intended for use in Hibernate tests
getEntityManagerFactoryBuilder(URL, String, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
Intended for use in Hibernate tests
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryName() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Deprecated.
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.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Gets the value of the entityMode property.
getEntityMode() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the entity mode for this entity.
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
 
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
 
getEntityMode() - Method in class org.hibernate.type.ComponentType
 
getEntityName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the entityName property.
getEntityName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the entityName property.
getEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
The Hibernate entity name.
getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
getEntityName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
The name of the entity this interceptor is meant to intercept
getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getEntityName() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
The name of the entity to which this metadata applies.
getEntityName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityName() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityKey
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
 
getEntityName() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Deprecated.
Support for JACC will be removed in 6.0
getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.spi.LockEvent
 
getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntityName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'entityName'.
getEntityName() - Method in class org.hibernate.loader.custom.RootReturn
 
getEntityName() - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
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 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 interface org.hibernate.persister.walking.spi.AnyMappingDefinition.DiscriminatorMapping
Access to the defined entity name corresponding to the defined AnyMappingDefinition.DiscriminatorMapping.getDiscriminatorValue()
getEntityName() - Method in exception org.hibernate.PropertyValueException
 
getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
The entity-name of the entity our owning proxy represents.
getEntityName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getEntityName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getEntityName() - Method in class org.hibernate.secure.spi.GrantedPermission
Deprecated.
 
getEntityName() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
Deprecated.
 
getEntityName() - Method in exception org.hibernate.StaleObjectStateException
 
getEntityName() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
Retrieves the defined entity-name for the tuplized entity.
getEntityName() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
getEntityName() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
 
getEntityName() - Method in exception org.hibernate.WrongClassException
 
getEntityName(Object) - Method in class org.hibernate.EmptyInterceptor
 
getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance.
getEntityName(Object) - Method in interface org.hibernate.Session
Return the entity name for a persistent entity.
getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
Get the entity name of an instance of an entity returned by this AuditReader.
getEntityName(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the entity name of an entity
getEntityName(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
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(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getEntityNameResolvers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityNameResolvers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getEntityNameResolvers() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
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
 
getEntityNames() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getEntityNames() - Method in interface org.hibernate.stat.Statistics
Get the names of all entities
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitDiscriminatorColumnNameSource
Access the naming for the entity
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitEntityNameSource
Access to the entity's name information
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
Access the entity name information
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access to entity naming information.
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitTenantIdColumnNameSource
Access the entity name information
getEntityNamingSource() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the delegate for handling entity-not-found exception conditions.
getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
Retrieve the user-supplied delegate to handle non-existent entity scenarios.
getEntityNotFoundDelegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
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() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityPersister() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getEntityPersister() - Method in interface org.hibernate.loader.plan.spi.EntityQuerySpace
Retrieve the EntityPersister that this QuerySpace refers to.
getEntityPersister() - Method in interface org.hibernate.loader.plan.spi.EntityReference
Retrieves the EntityPersister describing the entity associated with this Return.
getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityPersister() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
 
getEntityPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
getEntityPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the EntityPersister for any instance
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(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.
getEntityPersisters() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
getEntityPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityPersisters() - Method in class org.hibernate.loader.Loader
An array of persisters of entity classes contained in each row of results; implemented by all subclasses
getEntityPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
 
getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
The EntityReference for which this is collecting process state
getEntityReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.engine.spi.CacheImplementor
getEntityResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the entityResult property.
getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
find entity statistics per name
getEntitySuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getEntityTableXref(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getEntityTuplizer() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityTuplizer() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityTuplizerFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityTuplizerFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Configuration
 
getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getEntityType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityType() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
 
getEntityType() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getEntityTypeByName(String) - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Deprecated.
Use org.hibernate.MetamodelImplementor#getEntityTypeByName instead.
getEntityTypeByName(String) - Method in interface org.hibernate.Metamodel
Deprecated.
since 5.2
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.SharedSessionContractImplementor
Get the entity instance associated with the given Key, calling the Interceptor if necessary
getEntries() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getEntries() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
Deprecated.
 
getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntryBasePrefix() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the enumerated property.
getEnumeratedType() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
For enum mappings, what style of storage was requested (name vs.
getEnversService() - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
getEquivalent() - Method in enum org.hibernate.annotations.GenerationTime
 
getErrorCode() - Method in exception org.hibernate.JDBCException
Get the vendor specific error code from the underlying SQLException.
getEvent() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the event property.
getEventListenerGroup(EventType<T>) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
getEventListenerManager() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEventListenerManager() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getEventListenerMap() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getEventType() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Retrieve the event type associated with this groups of listeners.
getExceptionConverter() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getExceptionConverter() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getExceptionHandler() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
getExceptionMapper() - Method in interface org.hibernate.engine.spi.SessionOwner
Deprecated.
 
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Returns a List of all Exceptions which occurred during the export.
getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Returns a List of all Exceptions which occurred during the export.
getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the excludeDefaultListeners property.
getExcludedPropertyNames() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the excludeSuperclassListeners property.
getExecutableCriteria(Session) - Method in class org.hibernate.criterion.DetachedCriteria
Get an executable instance of Criteria to actually run the query.
getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
What is the average amount time taken to execute this query?
getExecutionAvgTimeAsDouble() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
Number of times (since last Statistics clearing) the "natural id resolution" query has been executed
getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdStatistics
Number of times (since last Statistics clearing) the "natural id resolution" query has been executed
getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
How many times has this query been executed?
getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
The maximum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
The maximum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
What is the max amount time taken to execute this query?
getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
The minimum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
The minimum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
What is the min amount time taken to execute this query?
getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
How many ResultSet rows have been processed for this query ?
getExecutionTotalTime() - Method in interface org.hibernate.stat.QueryStatistics
How long, cumulatively, have all executions of this query taken?
getExpandingQuerySpaces() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
 
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.AbstractParameterDescriptor
 
getExpectedType() - Method in interface org.hibernate.hql.spi.ParameterInformation
 
getExpectedType() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
getExpectedType() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
getExpectedType() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
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
 
getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getExplicitCatalogName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
Obtain the supplied catalog name
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Retrieve the name of the foreign key as supplied by the user, or null if the user supplied none.
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
 
getExplicitHibernateTypeName() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Obtain the discriminator type.
getExplicitHibernateTypeSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceBasic
 
getExplicitlyListedClassNames() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns any classes which are explicitly listed as part of the "persistence unit".
getExplicitlyListedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns the mapping files which are explicitly listed as part of the "persistence unit".
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.boot.model.source.spi.TableSpecificationSource
Obtain the supplied schema name
getExplicitTableName() - Method in interface org.hibernate.boot.model.source.spi.TableSource
Obtain the supplied table name.
getExplicitTableName() - Method in class org.hibernate.cfg.Ejb3Column
 
getExplicitTemporalType() - Method in interface org.hibernate.procedure.ParameterBind
If <T> represents a DATE/TIME type value, JPA usually allows specifying the particular parts of the DATE/TIME value to be bound.
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in interface org.hibernate.boot.model.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.boot.model.relational.NamedAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.Sequence
 
getExportIdentifier() - Method in class org.hibernate.mapping.ForeignKey
 
getExportIdentifier() - Method in class org.hibernate.mapping.Index
 
getExportIdentifier() - Method in class org.hibernate.mapping.PrimaryKey
 
getExportIdentifier() - Method in class org.hibernate.mapping.Table
 
getExportIdentifier() - Method in class org.hibernate.mapping.UniqueKey
 
getExpression() - Method in interface org.hibernate.boot.model.source.spi.DerivedValueSource
Obtain the expression used to derive the value.
getExpression() - Method in interface org.hibernate.sql.SelectExpression
 
getExtends() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
Gets the value of the extends property.
getExtends() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SubEntityInfo
 
getExternalName() - Method in enum org.hibernate.cache.spi.access.AccessType
Get the corresponding externalized name for this value.
getExternalName() - Method in enum org.hibernate.EntityMode
 
getExternalName() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
getExternalName() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getExternalName() - Method in enum org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
getExternalRepresentation() - Method in enum org.hibernate.cache.jcache.MissingCacheStrategy
 
getExtractedDatabaseMetaData() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Access to the bits of information we pulled off the JDBC DatabaseMetaData (that did not get "interpreted" into the helpers/delegates available here).
getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain information about supported behavior reported by the JDBC driver.
getExtractedMetaDataSupport() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getExtractor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
Deprecated.
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
Get the extractor (pulling out-going values from JDBC objects) capable of handling values of the type described by the passed descriptor.
getExtractor(JavaTypeDescriptor<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.env.spi.ExtractedDatabaseMetaData
Get the list of extra keywords (beyond standard SQL92 keywords) reported by the driver.
getExtraProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExtraSelectList() - Method in class org.hibernate.sql.SelectFragment
 
getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntry
 
getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
Retrieve additional state by class type or null if no extra state of that type is present.
getFactor() - Method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
 
getFactory() - Method in interface org.hibernate.criterion.CriteriaQuery
Provides access to the SessionFactory
getFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the creating SessionFactoryImplementor
getFactory() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerFactoryAware
Deprecated.
Get access to the Hibernate extended EMF contract.
getFactory() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getFactory() - Method in class org.hibernate.loader.JoinWalker
 
getFactory() - Method in class org.hibernate.loader.Loader
 
getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Return the SessionFactory to which this persister "belongs".
getFactory() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getFallback(Map, ServiceRegistryImplementor) - Method in class org.jboss.as.jpa.hibernate5.service.CustomRegionFactoryInitiator
 
getFallbackProvider(Map, ServiceRegistryImplementor) - Method in class org.jboss.as.jpa.hibernate5.service.CustomJtaPlatformInitiator
 
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the fetch property.
getFetch() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the fetch property.
getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
Obtain the fetch associated with the given role.
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.FetchableAttributeSource
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been fetched
getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been fetched
getFetchedAttributeDefinition() - Method in interface org.hibernate.loader.plan.spi.AttributeFetch
Returns the AttributeDefinition for attribute being fetched.
getFetchedType() - Method in interface org.hibernate.loader.plan.spi.CollectionAttributeFetch
Get the Hibernate Type that describes the fetched attribute as a CollectionType.
getFetchedType() - Method in interface org.hibernate.loader.plan.spi.EntityFetch
Get the Hibernate Type that describes the fetched attribute as an EntityType.
getFetchedType() - Method in interface org.hibernate.loader.plan.spi.Fetch
Get the Hibernate Type that describes the fetched attribute
getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'fetches'.
getFetches() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Retrieve the fetches owned by this fetch source.
getFetches() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetches associated with this profile
getFetchGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFetchGroupAttributeDescriptors(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchGroupName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the name of the fetch group to which the attribute belongs
getFetchGroupName(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchGroupNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchMode() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
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.persister.collection.AbstractCollectionPersister
 
getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
Should we load this collection role by outerjoining?
getFetchMode() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getFetchMode() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getFetchMode() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getFetchMode(int) - Method in class org.hibernate.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(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.
getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
getFetchProfile() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile(String) - Method in interface org.hibernate.boot.Metadata
 
getFetchProfile(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve fetch profile by name.
getFetchProfiles() - Method in interface org.hibernate.boot.Metadata
 
getFetchProfiles() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFetchSize() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Obtain the JDBC fetch size hint in effect for this query.
getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFetchSize() - Method in class org.hibernate.engine.spi.RowSelection
 
getFetchSize() - Method in interface org.hibernate.Query
Deprecated.
Obtain the JDBC fetch size hint in effect for this query.
getFetchSize() - Method in interface org.hibernate.query.Query
 
getFetchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getFetchStrategy() - Method in interface org.hibernate.loader.plan.spi.Fetch
Gets the fetch strategy for this fetch.
getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
 
getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getFetchTiming() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
 
getField() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getField(Class, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get a field from a given class
getFieldByReflection(Object, String) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
 
getFieldResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the fieldResult property.
getFieldValue(Object, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get a field value from a given object
getFile() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the file property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the filter property.
getFilter() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
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.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the filterDef property.
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(String) - Method in interface org.hibernate.boot.Metadata
Retrieves a filter definition by name.
getFilterDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFilterDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
Obtain the definition of a filter by name.
getFilterDefinitions() - Method in interface org.hibernate.boot.Metadata
Retrieves the complete map of filter definitions.
getFilterDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
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
 
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
 
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilterQueryPlan(String, String, boolean, Map<String, Filter>) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Get the query plan for the given collection HQL filter fragment, creating it and caching it if not already cached
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
 
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the filters for this entity.
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getFirst() - Method in class org.hibernate.envers.tools.Pair
 
getFirstResult() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getFirstRow() - Method in class org.hibernate.engine.spi.RowSelection
 
getFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Retrieve the indicated first row for pagination
getFloat(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a float.
getFlushCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of flush executed by sessions (either implicit or explicit)
getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the flushMode property.
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.SharedSessionContractImplementor
Get the flush mode for this session.
getFlushMode() - Method in interface org.hibernate.Query
Deprecated.
For users of the Hibernate native APIs, we've had to rename this method as defined by Hibernate historically because the JPA contract defines a method of the same name, but returning the JPA FlushModeType rather than Hibernate's FlushMode.
getFlushMode() - Method in interface org.hibernate.Session
getFlushMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getFollowOnLocking() - Method in class org.hibernate.LockOptions
Retrieve the current follow-on-locking setting.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the foreignKey property.
getForeignKey(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ForeignKeyInformation
getForeignKeyColumns(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
 
getForeignKeyColumns(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getForeignKeyDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the foreignKeyDefinition property.
getForeignKeyDefinition() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeyDirection() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
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
 
getForeignKeyExporter() - Method in class org.hibernate.dialect.Dialect
 
getForeignKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
Obtain the identifier for this FK.
getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
 
getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
getForeignKeyMetadata(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeys() - Method in class org.hibernate.mapping.Table
 
getForeignKeys() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined foreign keys.
getForeignKeys(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about foreign keys defined on the given table (targeting or point-at other tables).
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
getForeignKeyType(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
 
getForeignKeyType(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getForeignKeyTypeValue(Criteria, String, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
 
getForeignKeyTypeValue(Criteria, String, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.property.access.spi.Getter
Get the property value from the given owner instance.
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.mapping.Formula
 
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the formulaAttribute property.
getFormulaFragment() - Method in interface org.hibernate.sql.ordering.antlr.FormulaReference
Retrieve the formula fragment.
getFormulaSources() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
 
getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
getForUpdateNowaitString() - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.MySQL8Dialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
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(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.MySQL8Dialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE SKIP LOCKED syntax specific to this dialect.
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.MySQL8Dialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Oracle10gDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.PostgreSQL95Dialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list SKIP LOCKED fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.MySQL8Dialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
 
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() - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire locks for this dialect.
getForUpdateString() - Method in class org.hibernate.dialect.FrontBaseDialect
FrontBase doesn't support this syntax, which was dropped with SQL92.
getForUpdateString() - Method in class org.hibernate.dialect.H2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MckoiDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.PointbaseDialect
 
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() - Method in class org.hibernate.dialect.TeradataDialect
Does this dialect support the FOR UPDATE syntax?
getForUpdateString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
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) - Method in class org.hibernate.dialect.InterbaseDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.MySQL8Dialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.AbstractHANADialect
 
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(String, LockOptions) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
Given a lock mode, determine the appropriate for update fragment to use.
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.DirectAccessRegion
Get value by key
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Get an item from the cache.
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
getFromMappedBy(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getFullPath() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Access to the full path as a String
getFullPath() - Method in class org.hibernate.loader.PropertyPath
 
getFullPath() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getFunction() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
getFunction(String, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getFunction(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 enum org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
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.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the generated property.
getGeneratedAnnotation() - Method in class org.hibernate.jpamodelgen.Context
 
getGeneratedIdentity(ResultSet, String, Type, Dialect) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Get the generated identifier when using identity columns
GetGeneratedKeysDelegate - Class in org.hibernate.dialect.identity
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
GetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
getGeneratedValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the generatedValue property.
getGeneratedValueGeneratorName() - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
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.
getGenerationTiming() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Obtain a description of if/when the attribute value is generated by the database.
getGenerationTiming() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
getGenerationTiming() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
getGenerationTiming() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
getGenerationTiming() - Method in interface org.hibernate.tuple.InMemoryValueGenerationStrategy
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
getGenerationTiming() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
getGenerationTiming() - Method in interface org.hibernate.tuple.ValueGeneration
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
getGenerationTiming() - Method in class org.hibernate.tuple.VmValueGeneration
 
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Gets the value of the generator property.
getGeneratorName() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain the name of the identifier value generator.
getGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getGetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for getting values for the described persistent property
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.
getGetter(Class) - Method in class org.hibernate.mapping.Property
 
getGrant() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Gets the value of the grant property.
getGroupBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object) - 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) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
 
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
Returns the SQL fragment when parsing a HavingSridExpression.
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
Returns the SQL fragment when parsing a HavingSridExpression.
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Returns the SQL fragment when parsing a HavingSridExpression.
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Returns the SQL fragment when parsing a HavingSridExpression.
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Returns the SQL fragment when parsing a HavingSridExpression.
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
Returns the SQL fragment when parsing a HavingSridExpression.
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
Returns the SQL fragment when parsing a HavingSridExpression.
getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getHavingSridSQL(String) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment when parsing a HavingSridExpression.
getHibernateFirstResult() - Method in interface org.hibernate.Query
Deprecated.
Query.getFirstResult() should be used instead.
getHibernateFlushMode() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Obtain the FlushMode in effect for this query.
getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getHibernateFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the current flush mode for this session.
getHibernateFlushMode() - Method in interface org.hibernate.Query
Deprecated.
Obtain the FlushMode in effect for this query.
getHibernateFlushMode() - Method in interface org.hibernate.query.Query
 
getHibernateFlushMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getHibernateFlushMode() - Method in interface org.hibernate.Session
Get the current flush mode for this session.
getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
Get the underlying lazy initialization handler.
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
 
getHibernateMaxResults() - Method in interface org.hibernate.Query
Deprecated.
Query.getMaxResults() should be used instead.
getHibernateQuery() - Method in interface org.hibernate.jpa.HibernateQuery
Gives access to the underlying Hibernate query object..
getHibernateType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getHibernateType() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
 
getHibernateType() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Access to the Hibernate type for this parameter registration
getHibernateType() - Method in interface org.hibernate.query.QueryParameter
Get the Hibernate Type associated with this parameter.
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.
getHierarchy() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Get the hierarchy this belongs to.
getHierarchyInheritanceType() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
The inheritance type/strategy for the hierarchy.
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the hint property.
getHintName() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
getHintsMap() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getHintsMap() - Method in interface org.hibernate.procedure.ProcedureCallMemento
Access to any hints associated with the memento.
getHitCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of successful cache look-ups against the region since the last Statistics clearing
getHitCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique down to millisecond
getHiValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
Getter for property 'upperLimit'.
getHostingEntity() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getHostingEntity() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getHostingEntity() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getHQLQueryPlan(String, boolean, Map<String, Filter>) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Get the query plan for the given HQL query, creating it and caching it if not already cached
getHydratedCompoundValueExtractor() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getHydratedState() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
getId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the id property.
getId() - Method in interface 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.jpamodelgen.xml.jaxb.Attributes
Gets the value of the id property.
getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getId() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getId() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getId() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getIdByUniqueKey(Serializable, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdByUniqueKey(Serializable, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the idClass property.
getIdClassSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Retrieve the source information for the IdClass definition
getIdentificationLabel() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateManagementAdaptor
 
getIdentifier() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
The id of the entity instance this interceptor is associated with
getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
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() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifier() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Deprecated.
Support for JACC will be removed in 6.0
getIdentifier() - Method in class org.hibernate.event.spi.PreLoadEvent
 
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() - Method in exception org.hibernate.NonUniqueObjectException
 
getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents.
getIdentifier() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
Deprecated.
 
getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
 
getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in exception org.hibernate.WrongClassException
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
getIdentifier(Object) - Method in interface org.hibernate.Session
Return the identifier value of the given entity as associated with this session.
getIdentifier(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the identifier of the given collection entry.
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the identifier value from the given entity.
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
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
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getIdentifierAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
Access to the AttributePath for the entity's identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
Obtain the source descriptor for the identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
Obtain the source descriptor for the identifier attribute.
getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's identifier column aliases, based on the given suffix.
getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
 
getIdentifierColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Loadable
Get the names of columns used to persist the identifier
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Queryable
Get the names of columns used to persist the identifier
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumns(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier column names of this entity
getIdentifierColumns(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierDescription() - Method in interface org.hibernate.loader.plan.spi.EntityReference
Get the description of this entity's identifier descriptor.
getIdentifierGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the identifierGenerator property.
getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the surrogate key generation strategy (optional operation)
getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine which identifier generation strategy is used for this entity.
getIdentifierGenerator() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
 
getIdentifierGenerator(String) - Method in interface org.hibernate.boot.Metadata
 
getIdentifierGenerator(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierGenerator(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the identifier generator for the hierarchy
getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Retrieve the class that will be used as the IdentifierGenerator for the given strategy.
getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the identifier generator source.
getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
temporary solution
getIdentifierGeneratorFactory() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
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.
getIdentifierGetterMethodClass() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getIdentifierGetterMethodClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierGetterMethodName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getIdentifierGetterMethodName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with identifiers in this environment.
getIdentifierHydratedForm() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Obtain the hydrated form (the raw Type-read ResultSet values) of the entity's identifier
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(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() - Method in interface org.hibernate.metadata.ClassMetadata
Get the name of the identifier property (or return null)
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
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierPropertyName(String) - Method in interface org.hibernate.engine.spi.Mapping
 
getIdentifierPropertyName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierSetterMethodClass() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getIdentifierSetterMethodClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierSetterMethodName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getIdentifierSetterMethodName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierSetterMethodParams() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getIdentifierSetterMethodParams() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getIdentifierSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain source information about this entity's identifier.
getIdentifierType() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
 
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
Deprecated.
 
getIdentifierType() - Method in class org.hibernate.mapping.Any
 
getIdentifierType() - Method in interface org.hibernate.metadata.ClassMetadata
Get the identifier Hibernate type
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
getIdentifierType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to the type of the value that makes up the identifier portion of the AnyType.
getIdentifierType() - Method in class org.hibernate.type.AnyType
 
getIdentifierType(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierType(String) - Method in interface org.hibernate.engine.spi.Mapping
 
getIdentifierType(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierType(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the identifier type of this entity
getIdentifierType(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getIdentifierValue() - Method in class org.hibernate.mapping.Table
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
getIdentityColumnString(int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The syntax used during DDL to define a column as being an IDENTITY of a particular type.
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.InformixIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.JDataStoreIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Teradata14IdentityColumnSupport
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Cache71Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2390Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2400Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Dialect
Get the appropriate IdentityColumnSupport
getIdentityColumnSupport() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.InformixDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Ingres10Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Ingres9Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.JDataStoreDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.MySQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Oracle12cDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
getIdentityInsertString() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The keyword used to insert a generated value into an identity column (or null).
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.Teradata14IdentityColumnSupport
 
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
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2390IdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Get the select command to use to retrieve the last generated IDENTITY value for a particular table
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.InformixIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.Ingres9IdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.JDataStoreIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
 
getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getIdentityTables() - Method in class org.hibernate.mapping.RootClass
 
getIdGenerationTypeInterpreter() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getIdGenerationTypeInterpreter() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getIdOfOwnerOrNull(Serializable, SharedSessionContractImplementor) - 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
getIds() - Method in class org.hibernate.hql.spi.id.cte.CteValuesListBuilder
 
getIds() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
 
getIdSelectParameterSpecifications() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
getIdTableCreationStatement() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
getIdTableDropStatement() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
getIdTableInfo(String) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
getIdTableInfo(Queryable) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
getIdTableSupport() - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the idType property.
getIdType() - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
The Java type of the attribute defining the id whose value is to be generated.
getImmutableEntityUpdateQueryHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getImmutableEntityUpdateQueryHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object, initializing if necessary
getImplementation(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation(SharedSessionContractImplementor) - 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 class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getImplementors(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getImplementors(String) - Method in interface org.hibernate.Metamodel
Given the name of an entity class, determine all the class and interface names by which it can be referenced in an HQL query.
getImplicitCacheAccessType() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MappingDefaults
The cache access type to use if none is specified
getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to any implicit cache AccessType.
getImplicitCacheKeysFactory() - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
getImplicitCascadeStyleName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the cascade style to apply to associations if none specified in the mapping.
getImplicitCatalogName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the database catalog name to use if none specified in the mapping.
getImplicitDiscriminatorColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the discriminator column if none specified in the mapping.
getImplicitIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the identifier column if none specified in the mapping.
getImplicitNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getImplicitNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getImplicitPackageName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the package name to use if none specified in the mapping.
getImplicitPropertyAccessorName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the default PropertyAccessStrategy name to use if none specified in the mapping.
getImplicitSchemaName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the database schema name to use if none specified in the mapping.
getImplicitTenantIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the tenant identifier column if none is specified in the mapping.
getImpliedActions() - Method in enum org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
getImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the import property.
getImportedClassName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getImportedClassName(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getImportedClassName(String) - Method in interface org.hibernate.Metamodel
 
getImportMap() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getImports() - Method in interface org.hibernate.boot.Metadata
Retrieves all defined imports (class renames).
getImports() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getInclude() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the include property.
getInclude() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the include property.
getIncludedTable() - Method in class org.hibernate.mapping.DenormalizedTable
 
getIncrementSize() - Method in class org.hibernate.boot.model.relational.Sequence
 
getIncrementSize() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
 
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.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 interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted increment-size defined for the sequence.
getInDatabaseStrategy() - Method in class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
getInDatabaseValueGenerationStrategies() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the index property.
getIndex() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the index of the given collection entry
getIndex(String) - Method in class org.hibernate.mapping.Table
 
getIndex(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named IndexInformation
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() - 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 class org.hibernate.persister.collection.AbstractCollectionPersister
 
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
getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
getIndexDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getIndexedColumns() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
Obtain the columns indexed under this index.
getIndexes() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined indexes.
getIndexes(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about indexes defined against the given table.
getIndexExporter() - Method in class org.hibernate.dialect.Dialect
 
getIndexExporter() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getIndexForColumnName(String, ResultSet) - Method in class org.hibernate.engine.jdbc.ColumnNameCache
Resolve the column name/alias to its index
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)
getIndexGraph() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieve the metadata about the index of this collection *as a FetchSource*.
getIndexIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
Obtain the identifier for this index.
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.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the indexManyToAny property.
getIndexManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the indexManyToMany property.
getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
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.persister.collection.AbstractCollectionPersister
 
getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "index" type for a list or map (optional operation)
getIndividualAttributeIdGenerator(String) - Method in interface org.hibernate.boot.model.source.spi.CompositeIdentifierSource
Handle silly SpecJ reading of the JPA spec.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
Return the limit that the underlying database places on the number of 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.jpamodelgen.xml.jaxb.Entity
Gets the value of the inheritance property.
getInheritanceStateOfSuperEntity(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
 
getInitCommands() - Method in class org.hibernate.boot.model.relational.Database
 
getInitCommands() - Method in class org.hibernate.boot.model.relational.InitCommand
 
getInitCommands() - Method in class org.hibernate.mapping.Table
 
getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
The names of all lazy attributes which have been initialized
getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
Deprecated.
 
getInitializedLazyAttributeNames() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
Deprecated.
Just as the method it overrides. Interceptors that deal with lazy state should implement BytecodeLazyAttributeInterceptor
getInitializer() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Intended for internal use only.
getInitialValue() - Method in class org.hibernate.boot.model.relational.Sequence
 
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.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the initialValue property.
getInMemoryStrategy() - Method in class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
getInMemoryValueGenerationStrategies() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getInputStream() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Retrieve the input stream.
getInputStreamForResource(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
Returns an input stream for the specified resource.
getInsertCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getInsertCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been inserted
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
Deprecated.
 
getInstance() - Static method in class org.hibernate.testing.util.ExceptionUtil
 
getInstance() - Static method in class org.jboss.as.jpa.hibernate5.management.HibernateManagementAdaptor
The management statistics are shared across all Hibernate 4 JPA deployments
getInstanceToLoad() - Method in class org.hibernate.event.spi.LoadEvent
 
getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for calling an entity's constructor via reflection.
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
 
getInteger(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read an integer.
getInteger(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getIntegralDataTypeHolder(Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
getIntegrators() - Method in interface org.hibernate.integrator.spi.IntegratorService
Retrieve all integrators.
getIntegrators() - Method in interface org.hibernate.jpa.boot.spi.IntegratorProvider
 
getInterceptor() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getInterceptor() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the interceptor to use by default for all sessions opened from this factory.
getInterceptor() - Method in class org.hibernate.cfg.Configuration
Retrieve the configured Interceptor.
getInterceptor() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getInterceptor() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getInterceptor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
(since 5.2) if access to the SessionFactory-scoped Interceptor is needed, use SessionFactoryOptions.getInterceptor() instead. However, generally speaking this access is not needed.
getInterceptor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Retrieves the interceptor currently in use by this event source.
getInterfaces() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getInterfaces() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getInternalFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getInternalIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getInternalIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents.
getInverseForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the inverseForeignKey property.
getInverseJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the inverseJoinColumn property.
getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a local network
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
 
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getIsEmptySQL(String, boolean) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment when parsing a IsEmptyExpression or IsNotEmpty expression.
getIsolatedConnection() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
Returns a Connection that is usable within the bounds of the DdlTransactionIsolator.prepare() and DdlTransactionIsolator.release() calls.
getJaccPermissions(String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Deprecated.
Support for JACC will be removed in 6.0
getJaccPermissionsByContextId() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Deprecated.
Support for JACC will be removed in 6.0
getJandexView() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getJandexView() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the Jandex index passed by call to MetadataBuilder.applyIndexView(org.jboss.jandex.IndexView), if any.
getJandexView() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated.
getJandexView() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJar() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the jar property.
getJarFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the jarFile property.
getJarFileUrls() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
getJarURLFromURLEntry(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Given a URL which defines an entry within a JAR (really any "bundled archive" such as a jar file, zip, etc) and an entry within that JAR, find the URL to the JAR itself.
getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
 
getJavaDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
 
getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
 
getJavaType() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain the attribute's java type if possible.
getJavaType() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getJavaType() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
 
getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
getJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Get the Java type described
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Deprecated.
getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Deprecated.
getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJavaTypeDescriptorRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getJavaTypeDescriptorRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getJaxbRoot(InputStream, Class<T>, Schema) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
getJdbcBatchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcBatchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcBatchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcBatchSize() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcBatchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Get the Session-level JDBC batch size.
getJdbcBatchSize() - Method in interface org.hibernate.SharedSessionContract
Get the Session-level JDBC batch size for the current Session.
getJdbcConnection() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcConnectionAccess() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getJdbcContext() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
 
getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcCoordinator() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getJdbcDatabaseMetaData() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcEnvironment() - Method in class org.hibernate.boot.model.relational.Database
 
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Obtain the JDBC Environment from which this metadata came.
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the JdbcEnvironment backing this JdbcServices instance.
getJdbcEnvironment() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getJdbcEnvironment() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcFetchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcFetchSize() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext) - Method in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
 
getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext) - Method in interface org.hibernate.type.descriptor.java.BasicJavaDescriptor
Obtain the "recommended" SQL type descriptor for this Java type.
getJdbcScrollableResultSetEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcServices() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getJdbcServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the JdbcServices.
getJdbcServices() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getJdbcSessionContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcSessionContext() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getJdbcSessionOwner() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
 
getJdbcTimeZone() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcTimeZone() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcTimeZone() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcTimeZone() - Method in interface org.hibernate.type.descriptor.WrapperOptions
The JDBC TimeZone used when persisting Timestamp and DateTime properties into the database.
getJdbcType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getJdbcTypeCode() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getJdbcTypeCode() - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the join property.
getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the join property.
getJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SecondaryTableContainer
 
getJoin() - Method in class org.hibernate.cfg.Ejb3Column
 
getJoinable() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getJoinable() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getJoinable() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
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.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the joinColumn property.
getJoinedPropertyName() - Method in interface org.hibernate.loader.plan.spi.JoinDefinedByMetadata
Obtain the name of the property that defines the join, relative to the PropertyMapping (QuerySpace.toAliasedColumns(String, String)) of the left-hand-side (Join.getLeftHandSide()) of the join
getJoinedPropertyType() - Method in interface org.hibernate.loader.plan.spi.JoinDefinedByMetadata
Get the property type of the joined property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the joinedSubclass property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the joinedSubclass property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
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() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Obtain all joins which originate from this QuerySpace, in other words, all the joins which this QuerySpace is the left-hand-side of.
getJoins(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the joinTable property.
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
getJoinType() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
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(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.collection.BasicCollectionJoinWalker
 
getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
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.criteria.CriteriaJoinWalker
 
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.
getJoinTypeValue() - Method in enum org.hibernate.sql.JoinType
 
getJpaCallbackClasses() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access to the sources describing JPA lifecycle callbacks.
getJpaCompliance() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJpaCompliance() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getJpaCompliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJpaCompliance() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
getJpaCompliance() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJpaConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getJpaConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getJpaEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
The JPA-specific entity name.
getJpaEntityName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getJpaEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getJpaTempClassLoader() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access the temporary ClassLoader passed to us as defined by PersistenceUnitInfo.getNewTempClassLoader(), if any.
getJpaTempClassLoader() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the jtaDataSource property.
getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getJtaManager() - Method in class org.jboss.as.jpa.hibernate5.JBossAppServerJtaPlatform
 
getJtaPlatform() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
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.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the key property.
getKey() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getKey() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current collection key value
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.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.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
 
getKeyDefinition() - Method in class org.hibernate.mapping.ForeignKey
 
getKeyOfOwner(Object, SharedSessionContractImplementor) - 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.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the keyPropertyOrKeyManyToOne property.
getKeys() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getKeySource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
getKeySource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getKeySubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the keySubgraph property.
getKeyType() - Method in class org.hibernate.loader.collection.CollectionLoader
 
getKeyType() - Method in class org.hibernate.loader.collection.plan.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)
getKeyType(DeclaredType, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getKeywords() - Method in class org.hibernate.dialect.Dialect
Deprecated.
These are only ever used (if at all) from the code that handles identifier quoting. So see Dialect.buildIdentifierHelper(org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder, java.sql.DatabaseMetaData) instead
getLabel() - Method in interface org.hibernate.hql.spi.PositionalParameterInformation
 
getLabel() - Method in class org.hibernate.param.PositionalParameterSpecification
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
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.PooledLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
getLastValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
Getter for property 'lastValue'.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the lazy property.
getLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getLazyAttributesMetadata() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
getLazyAttributesMetadata() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
getLazyAttributesMetadata() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
getLazyGroup() - Method in class org.hibernate.mapping.Property
 
getLazyIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the index of the attribute in terms of its position withing the lazy attributes of the persister
getLeftHandSide() - Method in interface org.hibernate.loader.plan.spi.Join
Get the QuerySpace from the left-hand-side of the join.
getLegacyTypeText() - Method in enum org.hibernate.boot.jaxb.SourceType
 
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the length property.
getLength() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified length.
getLength() - Method in class org.hibernate.cfg.Ejb3Column
 
getLength() - Method in class org.hibernate.criterion.ProjectionList
 
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.Size
 
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the length property.
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.mapping.Column
 
getLhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
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
 
getLifecycleOwner() - Method in class org.hibernate.service.spi.ServiceBinding
 
getLimitHandler() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Cache71Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2390Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2400Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getLimitHandler() - Method in class org.hibernate.dialect.Dialect
Returns the delegate managing LIMIT clause.
getLimitHandler() - Method in class org.hibernate.dialect.FirebirdDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.H2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.HSQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Informix10Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.InformixDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.IngresDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.InterbaseDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.MySQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Oracle12cDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Oracle9iDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.TimesTenDialect
 
getLimitHandler(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.AbstractHANADialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Cache71Dialect
 
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() 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, 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.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.getLimitHandler() should be overridden instead.
getLimitString(String, int, int) - Method in class org.hibernate.dialect.InformixDialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.Ingres9Dialect
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.IngresDialect
 
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
 
getLineNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getLinkedSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
getLinkedSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Gets the value of the listener property.
getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the listener property.
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the listIndex property.
getLiteralPrefix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLiteralSuffix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLoadContexts() - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve this persistence context's managed load context.
getLoadCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been loaded
getLoadCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been 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 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(SharedSessionContractImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
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 interface org.hibernate.engine.spi.EntityEntry
 
getLoadedValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the loaded value of this attribute.
getLoadedValue(String) - Method in interface org.hibernate.engine.spi.EntityEntry
 
getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getLoaderByLockMode(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
Deprecated.
Because there are better patterns for this
getLoadGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
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.bytecode.enhance.spi.EnhancementContextWrapper
 
getLoadPlan() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
getLoadQueryInfluencers() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLoadQueryInfluencers() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the load query influencers associated with this session.
getLoadQueryInfluencers() - Method in class org.hibernate.loader.JoinWalker
 
getLoadQueryInfluencers() - Method in class org.hibernate.loader.OuterJoinLoader
 
getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the lob property.
getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the lob property.
getLobCodeTypeMapping(int) - Static method in class org.hibernate.type.descriptor.sql.LobTypeMappings
 
getLobCreator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Obtain access to the LobCreator
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(LobCreationContext) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getLobCreator(SessionImplementor) - Static method in class org.hibernate.Hibernate
Obtain a lob creator for the given session.
getLobCreator(SharedSessionContractImplementor) - Static method in class org.hibernate.Hibernate
Obtain a lob creator for the given session.
getLobCreator(Session) - Static method in class org.hibernate.Hibernate
Obtain a lob creator for the given session.
getLobCreatorBuilder() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Retrieve the delegate for building LobCreator instances.
getLobHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.engine.jdbc.Size
 
getLocale(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Locale.
getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
Obtain the local binding context associated with this container.
getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Obtain the metadata-building context local to this entity source.
getLocalResourceName() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getLocalSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Get access to the local registry of Synchronization instances
getLocatedClasses() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all classes discovered as part of the scan
getLocatedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all mapping files discovered as part of the scan
getLocatedPackages() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all packages discovered as part of the scan
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.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the lockMode property.
getLockMode() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the LockMode associated with this return
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() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the lock-mode to apply to this return
getLockMode() - Method in interface 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.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.loader.custom.NonScalarReturn
 
getLockMode() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
 
getLockMode() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Gets the lock mode.
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
getLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLockMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getLockModeArray() - Method in class org.hibernate.loader.JoinWalker
 
getLockModeOptions() - Method in class org.hibernate.loader.JoinWalker
 
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
 
getLockOptions() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
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.loader.OuterJoinLoader
 
getLockOptions() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Gets the lock options.
getLockOptions() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
 
getLockOptions() - Method in interface org.hibernate.Query
Deprecated.
Obtains the LockOptions in effect for this query.
getLockOptions() - Method in interface org.hibernate.query.Query
 
getLockOptions() - Method in class org.hibernate.sql.Select
Get the current lock options
getLockRequest(LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLockRequest(LockModeType, Map<String, Object>) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
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.event.spi.LoadEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.LockEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLogger(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
 
getLogicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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.boot.model.source.spi.InLineViewSource
 
getLogicalName() - Method in interface org.hibernate.cfg.ObjectNameSource
Retrieve the logical name for this object.
getLogicalTableName(Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalTableNameForContainedColumns() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getLoginTimeout() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getLogWriter() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getLong(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a long.
getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
 
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
 
getManagedBeanRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getManagedClassNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getManagedFlushChecker() - Method in interface org.hibernate.engine.spi.SessionOwner
Deprecated.
 
getManagementAdaptor() - Method in class org.jboss.as.jpa.hibernate5.HibernatePersistenceProviderAdaptor
 
getManagementBean() - Method in interface org.hibernate.service.spi.Manageable
Deprecated.
The the management bean (MBean) for this service.
getManagementBean() - Method in interface org.hibernate.service.spi.OptionallyManageable
 
getManagementDomain() - Method in interface org.hibernate.service.spi.Manageable
Deprecated.
Get the domain name to be used in registering the management bean.
getManagementDomain() - Method in interface org.hibernate.service.spi.OptionallyManageable
 
getManagementServiceType() - Method in interface org.hibernate.service.spi.Manageable
Deprecated.
Allows the service to specify a special 'serviceType' portion of the object name.
getManagementServiceType() - Method in interface org.hibernate.service.spi.OptionallyManageable
 
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the manyToAny property.
getManyToAny() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the manyToMany property.
getManyToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
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
 
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
 
getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the manyToOne property.
getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the manyToOne property.
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKey property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyClass property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyColumn property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyConvert property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mapKeyManyToMany property.
getMapKeyNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
 
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyTemporal property.
getMappedBy() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the mappedBy property.
getMappedByProperty() - Method in class org.hibernate.mapping.Collection
 
getMappedByProperty() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getMappedByProperty() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
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
 
getMappedClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
Return the pojo class managed by this tuplizer.
getMappedIdAttributeName() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
Obtain the MapsId.value() naming the attribute within the EmbeddedId mapped by this relationship.
getMappedSuperclass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
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
getMappedSuperclass(Class) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getMappedSuperclassMappingsCopy() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
getMappedSuperclassOrNull(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
getMapping() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the mapping property.
getMappingBinder() - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
getMappingColumn() - Method in class org.hibernate.cfg.Ejb3Column
 
getMappingDefaults() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to mapping defaults in effect for this context
getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the mapping defaults.
getMappingDefaults() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getMappingDefinedDiscriminatorMappings() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to discriminator mappings explicitly defined in the mapping metadata.
getMappingFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the mappingFile property.
getMappingFileNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getMappingPackage() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getMapResources() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the mapsId property.
getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the mapsId property.
getMapsIdSources() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
Obtain the mapping of attributes annotated with MapsId.
getMask() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getMaxAliasLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
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.Oracle8iDialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getMaximumFetchDepth() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMaximumFetchDepth() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMaximumFetchDepth() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMaximumFetchDepth() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getMaximumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMaxLobPrefetchSize() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getMaxOrLimit(RowSelection) - 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).
getMaxResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getMaxResults() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getMaxRows() - Method in class org.hibernate.engine.spi.RowSelection
 
getMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMdcMap() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMember() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getMember() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMember() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMembers() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getMembers() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getMembers() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getMessage() - Method in exception org.hibernate.boot.MappingException
 
getMessage() - Method in exception org.hibernate.InstantiationException
 
getMessage() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
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
 
getMessage() - Method in exception org.hibernate.UnresolvableObjectException
 
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
 
getMetaAttributeMap() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
The org.hibernate.mapping package accepts these as a Map, so for now expose the underlying Map.
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
 
getMetadata() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the mapping metadata
getMetadata() - Method in class org.hibernate.mapping.Collection
 
getMetadata() - Method in class org.hibernate.mapping.SimpleValue
 
getMetadata() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
 
getMetadataBuilder() - Method in class org.hibernate.boot.MetadataSources
Get a builder for metadata where non-default options can be specified.
getMetadataBuilder(MetadataSources, MetadataBuilderImplementor) - Method in interface org.hibernate.boot.spi.MetadataBuilderFactory
getMetadataBuilder(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
Deprecated.
getMetadataBuildingContext() - Method in class org.hibernate.type.spi.TypeConfiguration
Obtain the MetadataBuildingContext currently scoping the TypeConfiguration.
getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataImplementor
Access to the options used to build this Metadata
getMetadataBuildingOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getMetadataCollector() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the collector of metadata as we build it.
getMetadataCollector() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getMetadataComplete() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getMetadataXml() - Method in class org.hibernate.cfg.ExtendsQueueEntry
 
getMetaEmbeddable(String) - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEmbeddables() - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEntities() - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEntity(String) - Method in class org.hibernate.jpamodelgen.Context
 
getMetamodel() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getMetamodel() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Deprecated.
 
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
 
getMetaType() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaCollection
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
 
getMetaType() - Method in class org.hibernate.mapping.Any
 
getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the metaValue property.
getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the metaValue property.
getMetaValues() - Method in class org.hibernate.mapping.Any
 
getMethod() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getMethod() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMethod() - Method in interface org.hibernate.property.access.spi.Setter
Optional operation (may return null)
getMethod() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
getMethod() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getMethod(Object, String, Class...) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get target method
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getMethodName() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMethodName() - Method in interface org.hibernate.property.access.spi.Setter
Optional operation (may return null)
getMethodName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
getMigrateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaMigrator processing
getMinimalPutsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMinimumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMinResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getMissCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of unsuccessful cache look-ups against the region since the last Statistics clearing
getMissCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getMode() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
Retrieves the parameter "mode" which describes how the parameter is defined in the actual database procedure definition (is it an INPUT parameter? An OUTPUT parameter? etc).
getMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the mode property.
getMode() - Method in interface org.hibernate.procedure.ParameterRegistration
Retrieves the parameter "mode" which describes how the parameter is defined in the actual database procedure definition (is it an INPUT parameter? An OUTPUT parameter? etc).
getMode() - Method in interface org.hibernate.query.procedure.ProcedureParameter
Retrieves the parameter "mode".
getModelType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
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
 
getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMultiTableBulkIdStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMultiTableBulkIdStrategy() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getMultiTenancy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the multiTenancy property.
getMultiTenancySource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the multi-tenancy discriminator for this entity
getMultiTenancyStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getMultiTenancyStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMultiTenancyStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the MultiTenancyStrategy for this environment.
getMultiTenancyStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMultiTenancyStrategy() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getMutabilityPlan() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getMutabilityPlan() - Method in class org.hibernate.type.AdaptedImmutableType
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the mutability plan for this Java type.
getName() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
Retrieves the class name, not the file name.
getName() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
The mapping file name.
getName() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
Retrieves the package name.
getName() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get the entry's name
getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the name property.
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
 
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
Gets the value of the name property.
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
The ResultSet mapping name
getName() - Method in class org.hibernate.boot.jaxb.Origin
The name of the document origin.
getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getName() - Method in interface org.hibernate.boot.model.JavaTypeDescriptor
 
getName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getName() - Method in class org.hibernate.boot.model.relational.Sequence
 
getName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain the attribute name.
getName() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the name of the column.
getName() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the name of the filter being described.
getName() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain the supplied Hibernate type name.
getName() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getName() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getName() - Method in class org.hibernate.boot.model.TypeDefinition
 
getName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the name of the attribute
getName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.LazyFetchGroupMetadata
Access to the name of the fetch group.
getName() - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedClass
 
getName() - Method in interface org.hibernate.cache.spi.Region
Retrieve the unqualified name of this region.
getName() - Method in class org.hibernate.cache.spi.support.AbstractRegion
 
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.JPAIndexHolder
 
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.NoArgSQLFunction
 
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.engine.profile.FetchProfile
Getter for property 'name'.
getName() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
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.engine.spi.SessionFactoryDelegatingImpl
 
getName() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Access to the name (if one) assigned to the SessionFactory
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 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 interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the persistence unit name,
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Transient
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the name property.
getName() - Method in interface org.hibernate.loader.plan.spi.ScalarReturn
Gets the name of the scalar return.
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
Deprecated.
 
getName() - Method in class org.hibernate.mapping.Table
 
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 interface org.hibernate.persister.walking.spi.AttributeDefinition
 
getName() - Method in interface org.hibernate.procedure.ParameterRegistration
The name under which this parameter was registered.
getName() - Method in class org.hibernate.spatial.GeolatteGeometryType
 
getName() - Method in class org.hibernate.spatial.JTSGeometryType
 
getName() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
Deprecated.
 
getName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
Deprecated.
 
getName() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
Deprecated.
 
getName() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
getName() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Get the qualified name of the table.
getName() - Method in class org.hibernate.tuple.AbstractAttribute
 
getName() - Method in interface org.hibernate.tuple.Attribute
 
getName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getName() - Method in class org.hibernate.type.AdaptedImmutableType
 
getName() - Method in class org.hibernate.type.AnyType
 
getName() - Method in class org.hibernate.type.BigDecimalType
 
getName() - Method in class org.hibernate.type.BigIntegerType
 
getName() - Method in class org.hibernate.type.BinaryType
 
getName() - Method in class org.hibernate.type.BlobType
 
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.CalendarTimeType
 
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.descriptor.converter.AttributeConverterTypeAdapter
 
getName() - Method in class org.hibernate.type.DoubleType
 
getName() - Method in class org.hibernate.type.DurationType
 
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.InstantType
 
getName() - Method in class org.hibernate.type.IntegerType
 
getName() - Method in class org.hibernate.type.LocalDateTimeType
 
getName() - Method in class org.hibernate.type.LocalDateType
 
getName() - Method in class org.hibernate.type.LocaleType
 
getName() - Method in class org.hibernate.type.LocalTimeType
 
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.OffsetDateTimeType
 
getName() - Method in class org.hibernate.type.OffsetTimeType
 
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.RowVersionType
 
getName() - Method in class org.hibernate.type.SerializableToBlobType
 
getName() - Method in class org.hibernate.type.SerializableType
 
getName() - Method in class org.hibernate.type.ShortType
 
getName() - Method in class org.hibernate.type.StandardBasicTypeTemplate
 
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 class org.hibernate.type.ZonedDateTimeType
 
getName() - Method in exception org.hibernate.UnknownProfileException
The unknown fetch profile name.
getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the namedAttributeNode property.
getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the namedAttributeNode property.
getNamedEntityGraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedEntityGraph property.
getNamedEntityGraph(String) - Method in interface org.hibernate.boot.Metadata
 
getNamedEntityGraph(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedEntityGraphs() - Method in interface org.hibernate.boot.Metadata
 
getNamedEntityGraphs() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedEntityGraphs() - Method in class org.hibernate.cfg.Configuration
 
getNamedNativeQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedNativeQuery property.
getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedNativeQuery property.
getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedNativeQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getNamedNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
Get a NativeQuery instance for a named native SQL query
getNamedNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getNamedNativeQueryDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named SQL query metadata.
getNamedNativeQueryDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedNativeQueryDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getNamedNativeQueryDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
getNamedParameterExplicitTypes() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
Deprecated.
Get the explicit parameter types.
getNamedParameterInformation(String) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParameterInformationMap() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getNamedParameterLocations(String) - Method in interface org.hibernate.loader.plan.exec.query.spi.NamedParameterContext
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.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.plan.CollectionLoader
 
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.entity.plan.AbstractLoadPlanBasedEntityLoader
 
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 interface org.hibernate.query.ParameterMetadata
Return the names of all named parameters of the query.
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 interface org.hibernate.Query
Deprecated.
getNamedParameters() - Method in interface org.hibernate.query.ParameterMetadata
 
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Gets a ProcedureCall based on a named template
getNamedProcedureCallDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getNamedProcedureCallDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedProcedureCallMap() - Method in class org.hibernate.cfg.Configuration
 
getNamedProcedureCallMemento(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
getNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getNamedQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedQuery property.
getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedQuery property.
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a Query instance for the named query.
getNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getNamedQuery(String) - Method in interface org.hibernate.SharedSessionContract
 
getNamedQueryDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named query metadata by name.
getNamedQueryDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedQueryDefinition(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
getNamedQueryDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getNamedQueryDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedQueryRepository() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNamedQueryRepository() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
(since 5.2) it will be replaced with the new QueryEngine concept introduced in 6.0
getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getNamedSQLQuery(String) - Method in interface org.hibernate.query.QueryProducer
Deprecated.
getNamedSQLQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getNamedSQLQueryDefinition(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedStoredProcedureQuery property.
getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedStoredProcedureQuery property.
getNameIdentifier() - Method in class org.hibernate.mapping.Table
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.Dialect
By default interpret this based on DatabaseMetaData.
getNameQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getNameQualifierSupport() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the level of support for qualified names.
getNames() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getNames() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateEntityStatistics
 
getNamespaces() - Method in class org.hibernate.boot.model.relational.Database
 
getNamespaceUri() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getNameWithinArchive() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get the relative name of the entry within the archive.
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Dialect
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Cache71Dialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Dialect
Resolves the native generation strategy associated to this dialect.
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Oracle12cDialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getNativeQueryInterpreter() - Method in class org.hibernate.engine.query.spi.QueryPlanCache
 
getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Get the query plan for a native SQL query, creating it and caching it if not already cached
getNaturalId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the naturalId property.
getNaturalIdAccessesInRegion(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
No replacement - added just for support of the newly deprecated methods expecting a qualified region name
getNaturalIdAccessesInRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
No replacement - added just for support of the newly deprecated methods expecting a qualified region name
getNaturalIdCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the naturalIdCache 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 interface org.hibernate.stat.Statistics
Get the global number of cached natural id lookups successfully retrieved from cache
getNaturalIdCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached natural id lookups *not* found in cache
getNaturalIdCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cacheable natural id lookups put in cache
getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in interface org.hibernate.engine.spi.CacheImplementor
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 interface org.hibernate.stat.Statistics
getNaturalIdCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the natural id caching configuration for this entity.
getNaturalIdCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the list of all natural-id data to be stored in this region
getNaturalIdDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
Build a NaturalIdRegionAccess instance representing access to natural-id data stored in this cache region using the given AccessType.
getNaturalIdDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
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, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierSnapshot(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the current state of the natural-id properties from the database.
getNaturalIdHelper() - Method in interface org.hibernate.engine.spi.PersistenceContext
Access to the natural-id helper for this persistence context
getNaturalIdMutability() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Retrieve the natural id mutability
getNaturalIdQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of natural id queries executed against the database
getNaturalIdQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
Get the global maximum query time for natural id queries executed against the database
getNaturalIdQueryExecutionMaxTimeEntity() - Method in interface org.hibernate.stat.Statistics
 
getNaturalIdQueryExecutionMaxTimeRegion() - Method in interface org.hibernate.stat.Statistics
Get the region for the maximum natural id query time
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.
getNaturalIdStatistics(String) - Method in interface org.hibernate.stat.Statistics
Natural id resolution query statistics for an entity type
getNaturalIdValues() - Method in class org.hibernate.criterion.NaturalIdentifier
Get a map of set of the natural identifier values set on this criterion (for composite natural identifiers this need not be the full set of properties).
getNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getNature() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the nature of this identifier source.
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
Retrieve the nature of this relational value.
getNature() - Method in class org.hibernate.criterion.Junction
 
getNavigableName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getNavigableRole() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
The NavigableRole of the thing to be cached
getNavigableRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getNavigableRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getNavigableRole() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNavigableRole() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getNClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
getNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNdcDepth() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
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.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the node property.
getNode() - Method in class org.hibernate.tuple.AbstractAttribute
 
getNode() - Method in interface org.hibernate.tuple.Property
Deprecated.
DOM4j entity mode is no longer supported
getNonArrayCollectionReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.UnionSubclass
 
getNonJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getNonJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the nonJtaDataSource property.
getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNonOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to entity naming information for the owning side.
getNonOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the physical name of the non-owning entity's primary table.
getNonRootUrls() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns any non-root URLs for scanning.
getNotExpression(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Dialect
Negate an expression
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.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the notFound property.
getNoWaitSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getNullability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getNullable() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
Deprecated.
 
getNullable() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
Is the column nullable.
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
 
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 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
 
getNumberOfCollectionsProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfEntitiesProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfManagedEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
getNumberOfTypes() - Method in interface org.hibernate.query.spi.ScrollableResultsImplementor
 
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, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.BatchingEntityLoader
 
getObjectFromList(List, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
getObjectName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getObjectName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getObjectNameNormalizer() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Not sure how I feel about this exposed here
getObjectNameNormalizer() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getObserver() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getOldCode() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
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
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.AnyType
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - 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, Set<String>) - Method in class org.hibernate.type.CollectionType
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.EntityType
 
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the onDelete property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the oneToMany property.
getOneToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the oneToMany property.
getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the oneToOne property.
getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
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
 
getOperations() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getOperator() - Method in enum org.hibernate.criterion.Junction.Nature
The corresponding SQL operator
getOptimisticFailureCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has experienced an optimistic lock failure.
getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
The number of StaleObjectStateExceptions that occurred
getOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the optimisticLock property.
getOptimisticLockMode() - Method in class org.hibernate.mapping.PersistentClass
getOptimisticLockStyle() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the optimistic locking style for this entity.
getOptimisticLockStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getOptimisticLockStyle() - Method in class org.hibernate.mapping.Subclass
 
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.StandardOptimizerDescriptor
 
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 class org.hibernate.cache.spi.AbstractRegionFactory
 
getOracleCursorTypeSqlType() - Method in class org.hibernate.dialect.OracleTypesHelper
 
getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
 
getOrCreateJaccPermissions(String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getOrder() - Method in interface org.hibernate.boot.model.source.spi.Orderable
The order by clause used during loading this plural attribute.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getOrderBy() - Method in class org.hibernate.mapping.Collection
 
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orderColumn property.
getOrderedNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getOrdering() - Method in class org.hibernate.cfg.JPAIndexHolder
 
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.
getOrdinalParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
getOrigin() - Method in exception org.hibernate.boot.InvalidMappingException
 
getOrigin() - Method in class org.hibernate.boot.jaxb.spi.Binding
Obtain the metadata about the document's origin
getOrigin() - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
getOrigin() - Method in exception org.hibernate.boot.MappingException
 
getOrigin() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Obtain the origin of this source.
getOrigin() - Method in interface org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
Obtain the origin for this context
getOriginal() - Method in class org.hibernate.event.spi.MergeEvent
 
getOriginalMessage() - Method in exception org.hibernate.QueryException
 
getOriginalQueryString() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
getOriginEntityGraph() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
getOrMakeDataMap() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
getOrmXmlFiles() - Method in class org.hibernate.jpamodelgen.Context
 
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)
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the outerJoin property.
getOuterJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getOutputFile() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
getOutputParameterValue(int) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name position under which the parameter was registered.
getOutputParameterValue(String) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name under which the parameter was registered.
getOutputParameterValue(ParameterRegistration<T>) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
getOutputs() - Method in interface org.hibernate.procedure.ProcedureCall
Retrieves access to outputs of this procedure call.
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
getOverriddenForeignKey(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getOverriddenForeignKey(String) - Method in interface org.hibernate.cfg.PropertyHolder
return null if hte foreign key is not overridden, or the foreign key 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 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() - Method in class org.hibernate.mapping.Collection
 
getOwner() - Method in class org.hibernate.mapping.Component
 
getOwner(List) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getOwnerAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Retrieve the alias of the owner of this fetched association.
getOwnerAlias(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
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 interface org.hibernate.engine.spi.PersistenceContext
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.
getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getOwnerProcessingState(Fetch) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
Find the EntityReferenceProcessingState for the FetchOwner of the given Fetch.
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.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
 
getOwnerVersionComparator() - Method in interface org.hibernate.cache.cfg.spi.CollectionDataCachingConfig
The comparator to be used with the owning entity's version (if it has one).
getOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to the name of the attribute, from the owning side, that defines the association.
getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to entity naming information for the owning side.
getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to entity naming information for the owning side.
getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to the physical name of the owning entity's table.
getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the physical name of the owning entity's primary table.
getPackage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the package property.
getPackage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the package property.
getPackage() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the package property.
getPackageName() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getPackageName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getPackageName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getPackageName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getParameter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the parameter property.
getParameterCount() - Method in interface org.hibernate.query.ParameterMetadata
 
getParameterMetadata() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getParameterMetadata() - Method in interface org.hibernate.Query
Deprecated.
Access to information about query parameters.
getParameterMetadata() - Method in interface org.hibernate.query.Query
 
getParameterMetadata(String) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Returns a meta-data object with information about the named and ordinal parameters contained in the given native query.
getParameterName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Gets the value of the parameterName property.
getParameterNames() - Method in class org.hibernate.engine.spi.FilterDefinition
Get a set of the parameters defined by this configuration.
getParameterRegistration(int) - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve a previously registered parameter memento by the position under which it was registered.
getParameterRegistration(String) - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve a previously registered parameter memento by the name under which it was registered.
getParameters() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getParameters() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
 
getParameters() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain any supplied Hibernate type parameters.
getParameters() - Method in class org.hibernate.boot.model.TypeDefinition
 
getParameters() - Method in class org.hibernate.mapping.TypeDef
 
getParametersAsProperties() - Method in class org.hibernate.boot.model.TypeDefinition
 
getParameterTranslations() - Method in interface org.hibernate.hql.spi.QueryTranslator
Return information about any parameters encountered during translation.
getParameterType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getParameterType(String) - Method in class org.hibernate.engine.spi.FilterDefinition
Retrieve the type of the named parameter defined for this filter.
getParameterTypes() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getParameterTypes() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getParameterValueBinders() - Method in interface org.hibernate.loader.custom.CustomQuery
 
getParameterValueBinders() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
 
getParameterValueBinders() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
getParameterValueBinders() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
getParameterValueTypeName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Gets the value of the parameterValueTypeName property.
getParams() - Method in class org.hibernate.mapping.IdGenerator
 
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Access to the parent part
getParent() - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
getParent() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
getParent() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getParent() - Method in class org.hibernate.loader.PropertyPath
 
getParent() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getParent(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getParent(Object) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Retrieve the current value of the parent property.
getParent(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
getParentLogger() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getParentProperty() - Method in class org.hibernate.mapping.Component
 
getParentReferenceAttributeName() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getParentServiceRegistry() - Method in interface org.hibernate.service.ServiceRegistry
Retrieve this registry's parent registry.
getPassword() - Method in class org.hibernate.testing.jdbc.JdbcProperties
 
getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getPath() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPath() - Method in exception org.hibernate.InvalidMappingException
 
getPath() - Method in exception org.hibernate.MappingNotFoundException
Deprecated.
 
getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.BinderHelper
 
getPathAddress(Object[]) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getPermissibleAction() - Method in class org.hibernate.secure.spi.GrantedPermission
Deprecated.
 
getPermissionDeclarations() - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
Deprecated.
 
getPersistenceContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPersistenceContext() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the persistence context for this session
getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getPersistenceUnit() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
Gets the value of the persistenceUnit property.
getPersistenceUnitDefaultAccessType() - Method in class org.hibernate.jpamodelgen.Context
 
getPersistenceUnitDefaults() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the persistenceUnitDefaults property.
getPersistenceUnitMetadata() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the persistenceUnitMetadata property.
getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getPersistenceUnitRootUrl() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the root url for the persistence unit.
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getPersistenceUnitUtil() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getPersistenceXmlLocation() - Method in class org.hibernate.jpamodelgen.Context
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
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 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
 
getPersistentClass() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getPersistentClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
 
getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the persister property.
getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getPersister() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getPersister() - Method in class org.hibernate.engine.spi.EntityKey
 
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 class org.hibernate.loader.AbstractEntityJoinWalker
 
getPersisters() - Method in class org.hibernate.loader.JoinWalker
 
getPhysicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalConnection() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Exposes access to the "real" Connection.
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
 
getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getPhysicalNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getPhysicalTableName(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalTableName(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPkColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the pkColumnName property.
getPkColumnValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the pkColumnValue property.
getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
 
getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitMapKeyColumnNameSource
Access the AttributePath for the Map attribute
getPolymorphicJoinColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPolymorphism() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the polymorphism property.
getPosition() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getPosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getPosition() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
 
getPosition() - Method in interface org.hibernate.procedure.ParameterRegistration
The position at which this parameter was registered.
getPositionalParameterCount() - Method in interface org.hibernate.query.ParameterMetadata
Returns the number of positional parameters.
getPositionalParameterInformation(int) - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getPositionalParameterInformationMap() - Method in interface org.hibernate.hql.spi.ParameterTranslations
 
getPositionalParameters() - Method in interface org.hibernate.query.ParameterMetadata
 
getPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
getPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
 
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postLoad property.
getPostLoadEvent() - Method in class org.hibernate.event.spi.LoadEvent
 
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postPersist property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postRemove property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postUpdate property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the precision property.
getPrecision() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified precision.
getPrecision() - Method in class org.hibernate.cfg.Ejb3Column
 
getPrecision() - Method in class org.hibernate.engine.jdbc.Size
 
getPrecision() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.mapping.Column
 
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
When mapping a boolean type to the database what is the preferred SQL type code to use?
getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were acquired
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the prePersist property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the preRemove property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the preUpdate property.
getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
 
getPrimaryKey() - Method in class org.hibernate.mapping.Table
 
getPrimaryKey() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve information about the table's primary key, if one is defined (aka, may return null).
getPrimaryKey(TableInformationImpl) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about the given table's primary key.
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.JoinedSubclassEntitySource
The PrimaryKeyJoinColumns mapping for the joined-subclass.
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Retrieves the columns defines as making up this secondary tables primary key.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Obtain the identifier for this PK.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the primaryKeyJoinColumn property.
getPrimaryTable() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the primary table for this entity.
getPrimaryTable() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
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
 
getProcedureName() - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
 
getProcedureName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the procedureName property.
getProcedureName() - Method in interface org.hibernate.procedure.ProcedureCall
Get the name of the stored procedure to be called.
getProcessingEnvironment() - Method in class org.hibernate.jpamodelgen.Context
 
getProcessingState(EntityReference) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
getProducer() - Method in interface org.hibernate.query.Query
Get the QueryProducer this Query originates from.
getProducer() - Method in interface org.hibernate.query.spi.QueryImplementor
 
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
Access a wrapped projection by index
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.engine.spi.SessionDelegatorBaseImpl
 
getProperties() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getProperties() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the properties property.
getProperties() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
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() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Access to the end path part.
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() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
Gets the value of the property property.
getProperty() - Method in class org.hibernate.loader.PropertyPath
 
getProperty(int) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getProperty(String) - Method in class org.hibernate.cfg.Configuration
Get a property value by name
getProperty(String) - Method in class org.hibernate.criterion.Property
Get a component attribute of this property.
getProperty(String) - Method in class org.hibernate.mapping.Component
 
getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getProperty(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAccessorName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain the name of the property accessor style used to access this attribute.
getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
 
getPropertyAccessStrategy() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Access to the PropertyAccessStrategy that created this PropertyAccess
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Backref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.IndexBackref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Property
 
getPropertyAccessType() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
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).
getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.ColumnEntityAliases
 
getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.DefaultEntityAliases
 
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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(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 class org.hibernate.persister.entity.AbstractEntityPersister
Get the column names for the given property path
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
 
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.AnyType
 
getPropertyIndex(String) - Method in class org.hibernate.type.ComponentType
 
getPropertyIndex(String) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyIndex(String) - Method in interface org.hibernate.type.CompositeType
Convenience method for locating the property index for a given property name.
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
Deprecated.
no simple, direct replacement
getPropertyInsertGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
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
 
getPropertyMapping() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Get the PropertyMapping for this QuerySpace.
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() - 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.envers.query.order.AuditOrder.OrderData
 
getPropertyName() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
 
getPropertyName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'propertyName'.
getPropertyName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getPropertyName() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getPropertyName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getPropertyName() - Method in class org.hibernate.mapping.OneToOne
 
getPropertyName() - Method in class org.hibernate.mapping.ToOne
 
getPropertyName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
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.ManyToOneType
 
getPropertyName() - Method in class org.hibernate.type.OneToOneType
 
getPropertyName(String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the property name, given a possibly qualified property name
getPropertyName(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
getPropertyName(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getPropertyNames() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the name of all properties.
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.
getPropertyOwnerEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for entity that owns the association property.
getPropertyPath() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Retrieve the PropertyPath to this reference.
getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.Fetch
Get the property path to this fetch
getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Get the property path to this fetch source
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the propertyRef property.
getPropertyReferencedAssociation(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyResultsMap() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the user-supplied column->property mappings.
getPropertyResultsMap(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
getPropertySelectable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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) - 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
Get the type of a particular property by name.
getPropertyType(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the type of a particular property by name.
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() - 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
 
getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Which properties appear in the SQL update? (Initialized, updateable ones!)
getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
no simple, direct replacement
getPropertyUpdateGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
getPropertyValue(Object, int) - 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, int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getPropertyValue(Object, int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
Extract the value of a particular property from the given entity.
getPropertyValue(Object, int) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int) - Method in interface org.hibernate.usertype.CompositeUserType
Get the value of a property.
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Extract a particular component property value indicated by index.
getPropertyValue(Object, int, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, String) - Method in interface org.hibernate.metadata.ClassMetadata
Get the value of a particular (named) property
getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
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.
getPropertyValueGenerationStrategies() - Method in class org.hibernate.type.ComponentType
 
getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the value of all properties from the given entity
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
 
getPropertyValues(Object) - Method in interface org.hibernate.tuple.Tuplizer
Extract the current values contained on the given entity.
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
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
Deprecated.
(since 5.3) Use the form accepting SharedSessionContractImplementor instead
getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Return the values of the mapped properties of the object
getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Return the values of the insertable properties of the object (including backrefs)
getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the values of the insertable properties of the entity (including backrefs)
getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
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
 
getProvidedJtaPlatform() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
Retrieve the JtaPlatform provided by this environment.
getProvider() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the provider property.
getProviderClassName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the explicitly specified provider class name, or null if not specified.
getProviderUtil() - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getProxy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getProxy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the proxy property.
getProxy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
For lazy entities, obtain the interface to use in constructing its proxies.
getProxy() - Method in interface org.hibernate.bytecode.spi.BasicProxyFactory
Get a proxy reference..
getProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
getProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
 
getProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
 
getProxy(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
Create a new proxy instance
getProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an existing proxy by key
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.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() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getProxyFactory() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
 
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
 
getPutCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of cache puts into the region since the last Statistics clearing
getPutCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getQualifiedIdTableName() - Method in interface org.hibernate.hql.spi.id.IdTableInfo
 
getQualifiedIdTableName() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
getQualifiedName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getQualifiedName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getQualifiedName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getQualifiedName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getQualifiedName(Dialect, String, String) - Method in class org.hibernate.mapping.Table
getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain support for formatting qualified object names.
getQualifiedTableName() - Method in class org.hibernate.mapping.Table
 
getQueries() - Method in interface org.hibernate.stat.Statistics
Get all executed query strings
getQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getQuery() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
Access to the query that this parameter belongs to.
getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the query property.
getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the query property.
getQueryableCollection(String, String, SessionFactoryImplementor) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
getQueryCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
getQueryCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
getQueryCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
Use CacheImplementor.getQueryResultsCache(String) instead, but using unqualified name
getQueryCache(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Use CacheImplementor.getQueryResultsCache(String) instead, but using unqualified name
getQueryCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries successfully retrieved from cache
getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cached queries *not* found in cache
getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of cacheable queries put in cache
getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
Get global number of executed queries
getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
Get the time in milliseconds of the slowest query.
getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
Get the query string for the slowest query.
getQueryHints() - Method in class org.hibernate.engine.spi.QueryParameters
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.Dialect
Apply a hint to the query.
getQueryHintString(String, String) - Method in class org.hibernate.dialect.H2Dialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.MySQL5Dialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.Dialect
Apply a hint to the query.
getQueryIdentifier() - Method in interface org.hibernate.hql.spi.QueryTranslator
Retrieve the query identifier for this translator.
getQueryIdentifier() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
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
getQueryInfluencers() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
Provides data for options which can influence the SQL query needed to load an entity.
getQueryOptions() - Method in interface org.hibernate.Query
Deprecated.
"QueryOptions" is a better name, I think, than "RowSelection" -> 6.0
getQueryParameter(Integer) - Method in interface org.hibernate.query.ParameterMetadata
 
getQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
 
getQueryParameterListBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
getQueryParameterListBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
getQueryParameterListBinding(QueryParameter<T>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
getQueryParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getQueryParameters() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getQueryParameters() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
getQueryParameters() - Method in interface org.hibernate.result.spi.ResultContext
 
getQueryPlan() - Method in class org.hibernate.engine.spi.QueryParameters
 
getQueryPlanCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getQueryPlanCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
(since 5.2) it will be replaced with the new QueryEngine concept introduced in 6.0
getQueryRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
Gets the value of the queryRef property.
getQueryRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Second-level cache statistics per query region
getQueryResultsCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get query cache by region name or create a new one if none exist.
getQueryResultsCache(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Get query cache by region name or create a new one if none exist.
getQueryResultsCacheStrictly(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get the named QueryResultRegionAccess but not creating one if it does not already exist.
getQueryResultsCacheStrictly(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Get the named QueryResultRegionAccess but not creating one if it does not already exist.
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
 
getQueryReturns() - Method in interface org.hibernate.result.spi.ResultContext
 
getQueryReturns() - Method in interface org.hibernate.SQLQuery
Deprecated.
Retrieve the returns associated with this query.
getQuerySequencesString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2390Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2390V8Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2400Dialect
 
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
 
getQuerySequencesString() - Method in class org.hibernate.dialect.IngresDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.InterbaseDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.MimerSQLDialect
 
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.SQLServer2012Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.TimesTenDialect
 
getQuerySpaceByUid(String) - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
Like QuerySpaces.findQuerySpaceByUid(java.lang.String), except that here an exception is thrown if the uid cannot be resolved.
getQuerySpaces() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getQuerySpaces() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQuerySpaces() - Method in class org.hibernate.engine.spi.ExecutableList
Lazily constructs the querySpaces affected by the actions in the list.
getQuerySpaces() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getQuerySpaces() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
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 interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
 
getQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Gets the QuerySpaces for the load plan, which contains a QuerySpace reference for each non-scalar return and for each entity, collection, and composite FetchSource.
getQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Get the QuerySpaces object that is our owner.
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
 
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.BidirectionalEntityReference
The query space UID returned using BidirectionalEntityReference.getQuerySpaceUid() must be the same as returned by BidirectionalEntityReference.getTargetEntityReference()
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
Obtain the UID of the QuerySpace (specifically a CollectionQuerySpace) that this CollectionReference refers to.
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.EntityReference
Obtain the UID of the QuerySpace (specifically a EntityQuerySpace) that this EntityReference refers to.
getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Get the UID for this fetch source's query space.
getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
Query statistics from query string (HQL or SQL)
getQueryString() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQueryString() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getQueryString() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns the HQL string processed by the translator.
getQueryString() - Method in interface org.hibernate.Query
Deprecated.
Get the query string.
getQueryString() - Method in interface org.hibernate.query.Query
 
getQueryString() - Method in exception org.hibernate.QueryException
Retrieve the query being evaluated when the exception occurred.
getQuerySubstitutions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getQuerySubstitutions() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getQuerySubstitutions() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getQuerySubstitutions() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getQueryTranslatorFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getQueryType() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getQueuedOrphans(String) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the "queued" orphans
getQuotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
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() - Method in class org.hibernate.mapping.Table
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Index
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedSchema() - Method in class org.hibernate.mapping.Table
 
getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
 
getRead() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the read property.
getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
 
getReadFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
A SQL fragment to apply to the column value on read.
getReadLockString(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
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 READ locks for this dialect.
getReadLockString(int) - Method in class org.hibernate.dialect.MySQL8Dialect
 
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
 
getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.Teradata14Dialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire READ locks for this dialect given the aliases of the columns to be read locked.
getReadLockString(String, int) - Method in class org.hibernate.dialect.MySQL8Dialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
 
getRealManageables() - Method in interface org.hibernate.service.spi.OptionallyManageable
Any wrapped services that are Manageable.
getRecreateCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been recreated (rows potentially deleted and then rows (re-)inserted)
getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getReference() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
getReference() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
Provides access to the stored reference.
getReference() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
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(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, assuming that the instance exists.
getReference(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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 may be referenced in association mappings.
getReferencedColumn() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
getReferencedColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referenced column (the target side).
getReferencedColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access the name of the column that is the target of the FK being described
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
 
getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
Returns the referenced columns if the foreignkey does not refer to the primary key
getReferencedColumnValues() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
For columns that will be referenced in the SQL (per InDatabaseValueGenerationStrategy.referenceColumnsInSql()), what value should be used in the SQL as the column value.
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
Obtain the name of the referenced entity.
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
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() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedPrimaryKeyColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
Access the name of the column that is a primary key column in the referenced-table that is referenced by the foreign-key described here.
getReferencedProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Given a property path, locate the appropriate referenceable property reference.
getReferencedPropertyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.Collection
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getReferencedPropertyType(String, String) - Method in interface org.hibernate.engine.spi.Mapping
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
 
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access the name of the table that is the target of the FK being described
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
Access the name of the table referenced by the foreign-key described here.
getReferencedTableName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
Deprecated.
 
getReferenceEntityName(PropertyData, XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
 
getReferenceEntityName(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
 
getReferencingColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referencing column (the source column, which points to the referenced column).
getReflectionManager() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getReflectionManager() - Method in interface org.hibernate.boot.spi.BootstrapContext
Deprecated.
Deprecated (with no replacement) to indicate that this will go away as we migrate away from Hibernate Commons Annotations to Jandex for annotation handling and XMl->annotation merging.
getReflectionManager() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated.
Use BootstrapContext.getReflectionManager() instead, The plan is to remove first MetadataBuildingOptions.getReflectionManager() keeping BootstrapContext.getReflectionManager() till the migration from Hibernate Commons Annotations to Jandex.
getReflectionManager() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getReflectionOptimizationEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
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.boot.CacheRegionDefinition
 
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.model.Caching
 
getRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
The region containing the data being accessed
getRegion() - Method in interface org.hibernate.cache.spi.QueryCache
Deprecated.
The underlying cache factory region being used.
getRegion() - Method in interface org.hibernate.cache.spi.QueryResultsCache
The underlying cache region being used.
getRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
getRegion() - Method in interface org.hibernate.cache.spi.TimestampsCache
The region used to store all timestamps data
getRegion() - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
Deprecated.
Get the underlying cache region where data is stored..
getRegion(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get a cache Region by name.
getRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Get a cache Region by name
getRegionByLegacyName(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
No replacement - added just for support of the newly deprecated methods expecting a qualified region name
getRegionByLegacyName(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
No replacement - added just for support of the newly deprecated methods expecting a qualified region name
getRegionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
The underlying RegionFactory in use.
getRegionFactory() - Method in interface org.hibernate.cache.spi.Region
The RegionFactory that generated this Region
getRegionFactory() - Method in class org.hibernate.cache.spi.support.AbstractRegion
 
getRegionFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getRegionFactory() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
The underlying RegionFactory in use.
getRegionName() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the unqualified name of this region.
getRegionName() - Method in interface org.hibernate.stat.CacheRegionStatistics
 
getRegionType() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRegisteredName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getRegisteredName() - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
 
getRegisteredParameters() - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve all registered parameters.
getRegisteredStrategyImplementors(Class<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Retrieve all of the registered implementors of the given strategy.
getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegistrationKeys() - Method in class org.hibernate.boot.model.TypeDefinition
 
getRegistrationKeys() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getRegistrationKeys() - Method in class org.hibernate.spatial.GeolatteGeometryType
 
getRegistrationKeys() - Method in class org.hibernate.spatial.JTSGeometryType
 
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.RowVersionType
 
getRegistrationKeys() - Method in class org.hibernate.type.ShortType
 
getRegistrationKeys() - Method in class org.hibernate.type.StandardBasicTypeTemplate
 
getRegistrationKeys() - Method in class org.hibernate.type.TimestampType
 
getRegistrationKeys() - Method in class org.hibernate.type.TimeType
 
getRegistrationKeys() - Method in class org.hibernate.type.WrapperBinaryType
 
getRelationalJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
 
getRelationalValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
The resolved Classmate type descriptor for the conversion's relational type
getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
Obtain the column/formula information about the multi-tenancy discriminator.
getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
Obtain the contained RelationalValueSource references.
getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.cfg.BinderHelper
 
getReleaseMode() - Method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
getRemoveCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been removed
getRename() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
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
 
getRenderedName(List) - Method in class org.hibernate.dialect.function.DB2SubstringFunction
 
getRenderedName(List) - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
getReplacement(Blob, Blob, SharedSessionContractImplementor) - Method in class org.hibernate.type.BlobType
 
getReplacement(Clob, Clob, SharedSessionContractImplementor) - Method in class org.hibernate.type.ClobType
 
getReplacement(NClob, NClob, SharedSessionContractImplementor) - Method in class org.hibernate.type.NClobType
 
getReplacement(T, T, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getReplicationMode() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getRepresentation() - Method in enum org.hibernate.envers.RevisionType
 
getRequested() - Method in class org.hibernate.boot.model.Caching
 
getRequestedId() - Method in class org.hibernate.event.spi.MergeEvent
 
getRequestedId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getRequestedVersion() - Method in exception org.hibernate.boot.UnsupportedOrmXsdVersionException
 
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.
getResource() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the resource property.
getResourceBundleKeyPrefix() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getResourceBundleName() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getResourceLocalTransaction() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransactionAccess
Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator to manage transactions against the data store when not using JTA.
getResourceRegistry() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Deprecated.
(since 5.2) access via JdbcCoordinator.getLogicalConnection() instead
getResourceRegistry() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Provides access to the registry of JDBC resources associated with this LogicalConnection.
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(SharedSessionContractImplementor, ResultSet, Object) - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
getResult(SharedSessionContractImplementor, ResultSet, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Extract the generated key value from the given result set.
getResult(SharedSessionContractImplementor, ResultSet, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the resultClass property.
getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the resultClass property.
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - 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 interface org.hibernate.envers.query.AuditQuery
 
getResultList() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getResultList() - Method in interface org.hibernate.query.Query
 
getResultList() - Method in interface org.hibernate.result.ResultSetOutput
Consume the underlying ResultSet and return the resulting List.
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.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
Deprecated.
 
getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - 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() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the resultset property.
getResultSet() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
 
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(CallableStatement) - Method in class org.hibernate.dialect.Teradata14Dialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet.
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getResultSet(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(java.sql.CallableStatement, int), extract the ResultSet.
getResultSet(CallableStatement, String) - 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, String) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getResultSet(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(java.sql.CallableStatement, String), extract the ResultSet.
getResultSet(CallableStatement, RowSelection, LimitHandler, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Execute given CallableStatement, advance to the first result and return SQL ResultSet.
getResultSet(PreparedStatement, RowSelection, LimitHandler, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Execute given PreparedStatement, advance to the first result and return SQL ResultSet.
getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the resultSetMapping property.
getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the resultSetMapping property.
getResultSetMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve the metadata for a named SQL result set mapping.
getResultSetMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getResultSetMapping(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getResultSetMapping(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getResultSetMappingDefinition(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
getResultSetMappingDefinitions() - Method in interface org.hibernate.boot.Metadata
 
getResultSetMappingDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getResultSetProcessor() - Method in interface org.hibernate.loader.plan.exec.spi.LoadQueryDetails
 
getResultsetRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the resultsetRef property.
getResultSetRef() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
getResultSetReturn() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the resultset extractor associated with this JDBC coordinator.
getResultSetWrapper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for wrapping a ResultSet in a "column name cache" wrapper.
getResultSetWrapper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getResultStream() - Method in interface org.hibernate.query.Query
JPA 2.2 defines the getResultStream method so to get a Stream from the JDBC ResultSet.
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
 
getResultTypes() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getReturnAliases() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReturnAliases() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns an array of HQL aliases
getReturnAliases() - Method in interface org.hibernate.Query
Deprecated.
(since 5.2) use Tuple if you need access to "result variables".
getReturnAliases(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReturnAliases(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
No replacement.
getReturnClass() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
Getter for property 'returnClass'.
getReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the returnColumn property.
getReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the returnDiscriminator property.
getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
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.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.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
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.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the nested property mappings associated with this return
getReturnReader() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
 
getReturns() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Get the returns indicated by this LoadPlan. A LoadPlan.Disposition.ENTITY_LOADER LoadPlan would have just a single Return of type EntityReturn.
getReturnType() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getReturnType() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getReturnType() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
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.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
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
getReturnTypes() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
(since 5.2) with no replacement; to be removed in 6.0
getReturnTypes() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReturnTypes() - Method in interface org.hibernate.hql.spi.QueryTranslator
Returns an array of Types represented in the query result.
getReturnTypes() - Method in interface org.hibernate.Query
Deprecated.
(since 5.2) with no replacement; to be removed in 6.0
getReturnTypes(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReturnTypes(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
No replacement.
getRevision() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getRevisionDate() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
Get the date, at which a revision was created.
getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
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.
getRhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
getRHSAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
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
 
getRightHandSide() - Method in interface org.hibernate.loader.plan.spi.Join
Get the QuerySpace from the right-hand-side of the join.
getRole() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRole() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the role property.
getRole() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the role property.
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.mapping.Collection
 
getRole() - Method in interface org.hibernate.metadata.CollectionMetadata
The name of this collection role
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.secure.spi.GrantedPermission
Deprecated.
 
getRole() - Method in class org.hibernate.type.CollectionType
 
getRoleName() - Method in class org.hibernate.mapping.Component
 
getRoot() - Method in class org.hibernate.boot.jaxb.spi.Binding
Obtain the root JAXB bound object
getRoot() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the hierarchy's root type source.
getRoot() - Method in class org.jboss.as.jpa.hibernate5.VirtualFileSystemArchiveDescriptor
 
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
 
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.
getRootName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getRootQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
Gets the root QuerySpace references.
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".
getRootUrl() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns the root URL for scanning.
getRowid() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the rowid property.
getRowId() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the row-id name for this entity
getRowId() - Method in interface org.hibernate.boot.model.source.spi.TableSource
 
getRowId() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getRowId() - Method in class org.hibernate.mapping.Table
 
getRowIdAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getRowIdAlias() - Method in interface org.hibernate.loader.EntityAliases
The result set column alias for the Oracle row id
getRowNumber() - Method in interface org.hibernate.ScrollableResults
Get the current position in the results.
getRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
getScalars() - Method in class org.hibernate.loader.custom.ConstructorReturn
 
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the scale property.
getScale() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified scale.
getScale() - Method in class org.hibernate.cfg.Ejb3Column
 
getScale() - Method in class org.hibernate.engine.jdbc.Size
 
getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the scale property.
getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.mapping.Column
 
getScanEnvironment() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getScanEnvironment() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the environment for scanning.
getScanEnvironment() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated.
getScanEnvironment() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getScanner() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getScanner() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the Scanner to be used for scanning.
getScanner() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated.
getScanner() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getScanOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getScanOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the options to be used for scanning
getScanOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated.
getScanOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the schema property.
getSchema() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSchema() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
getSchema() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getSchema() - Method in class org.hibernate.cfg.annotations.reflection.XMLContext.Default
 
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.mapping.Table
 
getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
getSchema() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getSchema(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSchemaAutoTooling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getSchemaCharset() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getSchemaCreator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaDropper(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaMigrator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getSchemaName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getSchemaName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
getSchemaNameResolver() - Method in class org.hibernate.dialect.Dialect
Get the strategy for determining the schema name of a Connection
getSchemaValidator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
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.
getScriptAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
getScriptSourceInput() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
If SourceDescriptor.getSourceType() indicates scripts are involved, returns a representation of the script file to read.
getScriptTargetOutput() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
If TargetDescriptor.getTargetTypes() includes scripts, return a representation of the script file to write to.
getScrollMode() - Method in class org.hibernate.engine.spi.QueryParameters
 
getSdoBatchSize() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getSdoNumRes() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
 
getSearchability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getSecond() - Method in class org.hibernate.envers.tools.Pair
 
getSecondaryTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the secondaryTable property.
getSecondaryTableMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the secondary tables for this entity
getSecondaryTables() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections successfully retrieved from the cache
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 interface org.hibernate.stat.Statistics
Global number of cacheable entities/collections put in the cache
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
Get all second-level cache region names.
getSecondLevelCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.ListBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
 
getSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
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
 
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
 
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.AbstractHANADialect
 
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
 
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
 
getSelectorNames() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getSelectorNames() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
Any registered names for this strategy registration.
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
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.MariaDB103Dialect
 
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.SQLServer2012Dialect
 
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
 
getSelectStatement() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
Obtain the SQL SELECT statement to use.
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.
getSeparateIdentifierMappingClass() - Method in interface org.hibernate.persister.walking.spi.NonEncapsulatedEntityIdentifierDefinition
 
getSequenceExporter() - Method in class org.hibernate.dialect.Dialect
 
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the sequenceGenerator property.
getSequenceInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceName() - Method in class org.hibernate.boot.model.relational.QualifiedSequenceName
 
getSequenceName() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
getSequenceName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the sequenceName property.
getSequenceName() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
The qualified sequence name.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2390V8Dialect
 
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
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
 
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.SQLServer2012Dialect
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
 
getSequences() - Method in class org.hibernate.boot.model.relational.Namespace
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getService() - Method in class org.hibernate.service.spi.ServiceBinding
 
getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiPersistenceProviderService
 
getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiSessionFactoryService
 
getServiceImpl(Class<T>) - Method in class org.hibernate.osgi.OsgiServiceUtil
Locate the single implementor of the given service contract in the given OSGi buindle context.
getServiceImpls(Class<T>) - Method in class org.hibernate.osgi.OsgiServiceUtil
Locate all implementors of the given service contract in the given OSGi buindle context.
getServiceInitiated() - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.spi.CacheInitiator
 
getServiceInitiated() - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
getServiceInitiated() - Method in interface org.hibernate.service.spi.ServiceInitiator
Obtains the service role initiated by this initiator.
getServiceInitiated() - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
getServiceInitiator() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRegistry() - Method in class org.hibernate.boot.MetadataSources
 
getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getServiceRegistry() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getServiceRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the service registry.
getServiceRegistry() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The service registry to use in building the factory.
getServiceRegistry() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the ServiceRegistry specific to the SessionFactory being built.
getServiceRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getServiceRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Access to the ServiceRegistry for this SessionFactory.
getServiceRegistry() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getServiceRegistry() - Method in class org.hibernate.mapping.Collection
 
getServiceRegistry() - Method in class org.hibernate.mapping.OneToMany
 
getServiceRegistry() - Method in class org.hibernate.mapping.PersistentClass
 
getServiceRegistry() - Method in class org.hibernate.mapping.SimpleValue
 
getServiceRegistry() - Method in interface org.hibernate.mapping.Value
 
getServiceRegistry() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getServiceRegistry() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
getServiceRegistry() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getServiceRegistry() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getServiceRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
Obtain the ServiceRegistry scoped to the TypeConfiguration.
getServiceRole() - Method in exception org.hibernate.service.NullServiceException
 
getServiceRole() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRole() - Method in exception org.hibernate.service.UnknownServiceException
 
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.engine.spi.SessionDelegatorBaseImpl
 
getSession() - Method in class org.hibernate.event.spi.AbstractEvent
Returns the session event source for this event.
getSession() - Method in interface org.hibernate.jpa.HibernateEntityManager
Deprecated.
Retrieve a reference to the Hibernate Session used by this EntityManager.
getSession() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Deprecated.
 
getSession() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
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.
getSession() - Method in interface org.hibernate.result.spi.ResultContext
 
getSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions closed
getSessionFactory() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Gets the value of the sessionFactory property.
getSessionFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
Access to the SessionFactory for which a Region is being built.
getSessionFactory() - Method in interface org.hibernate.Cache
Access to the SessionFactory this Cache is bound to.
getSessionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
 
getSessionFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getSessionFactory() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the SessionFactory being built to trigger this BV activation
getSessionFactory() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
 
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.spi.SessionImplementor
 
getSessionFactory() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Deprecated.
The expectation is that SessionFactory implementors also implement EntityManagerFactory; so this call really should just return this
getSessionFactory() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Gets the session factory.
getSessionFactory() - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
Access to the SessionFactory
getSessionFactory() - Method in interface org.hibernate.Metamodel
Access to the SessionFactory that this Metamodel instance is bound to.
getSessionFactory() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
getSessionFactory() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
 
getSessionFactory() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
Retrieve the session factory for this environment.
getSessionFactory() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
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
 
getSessionFactory() - Method in class org.hibernate.type.spi.TypeConfiguration
Obtain the SessionFactory currently scoping the TypeConfiguration.
getSessionFactoryBuilder() - Method in interface org.hibernate.boot.Metadata
Get the builder for SessionFactory instances based on this metamodel,
getSessionFactoryBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderFactory
The contract method.
getSessionFactoryName() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getSessionFactoryName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSessionFactoryName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The name to be used for the SessionFactory.
getSessionFactoryName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
 
getSessionFactoryObservers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSessionFactoryObservers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getSessionFactoryOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSessionFactoryOptions() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
getSessionFactoryOptions() - Method in interface org.hibernate.SessionFactory
Get the special options used to build the factory.
getSessionFactoryUuid() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
getSessionFactoryUuid() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
getSessionFactoryUuid() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the session factory UUID.
getSessionFactoryUuid() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getSessionIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getSessionIdentifier() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
A UUID associated with each Session.
getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
Global number of sessions opened
getSetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for setting values for the described persistent property
getSetter(Class) - Method in class org.hibernate.mapping.Property
 
getSetter(Object, String, Class<?>) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get setter method
getSetting(String, Class<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting.
getSetting(String, ConfigurationService.Converter<T>) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter.
getSetting(String, ConfigurationService.Converter<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter and default value.
getSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Deprecated.
Temporarily exposed since Configuration is still around and much code still uses Configuration. This allows code to configure the builder and access that to configure Configuration object.
getSettings() - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Access to the complete map of config settings.
getSettings() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSettings() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
getSharedCacheMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSharedCacheMode() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the SharedCacheMode for determining whether we should perform second level caching or not.
getSharedCacheMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getSharedCacheMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the sharedCacheMode property.
getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getShort(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a short.
getShowSqlEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getSimpleName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getSimpleName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
 
getSimpleName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getSimpleValueBinder() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
 
getSingleResult() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getSingleResult() - Method in interface org.hibernate.query.Query
 
getSingleResult() - Method in interface org.hibernate.result.ResultSetOutput
Consume the underlying ResultSet with the expectation that there is just a single level of root returns.
getSingularAttributeNature() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Obtain the nature of this attribute type.
getSize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getSize(String) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
getSizeInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
 
getSizeInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
The size that the in-memory elements take up within the cache provider.
getSizeInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getSizeSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the source for the specified column size.
getSkipLockedSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
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
getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Return a new snapshot of the current state of the collection
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.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sort property.
getSort() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
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.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Gets the value of the source property.
getSource() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
getSource() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Deprecated.
getSource() - Method in interface org.hibernate.loader.plan.spi.Fetch
Obtain the owner of this fetch.
getSource() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetch profile source.
getSource() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
 
getSource() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getSource() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getSource() - Method in class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
 
getSourceColumn() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
getSourceColumn() - Method in interface org.hibernate.param.ExplicitParameterSpecification
Retrieves the column number (within the ExplicitParameterSpecification.getSourceLine()) where this parameter occurs.
getSourceIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getSourceLine() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
getSourceLine() - Method in interface org.hibernate.param.ExplicitParameterSpecification
Retrieves the line number on which this parameter occurs in the source query.
getSourceLocations() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getSourceLocations() - Method in interface org.hibernate.hql.spi.ParameterInformation
The positions (relative to all parameters) that this parameter was discovered in the source query (HQL, etc).
getSourceLocations() - Method in interface org.hibernate.query.QueryParameter
 
getSourceName() - Method in interface org.hibernate.hql.spi.NamedParameterInformation
 
getSourceProcessOrdering() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSourceProcessOrdering() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Retrieve the ordering in which sources should be processed.
getSourceQuery() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getSourceQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
 
getSourceType() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getSourceType() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
The indicated source type for this target type.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
 
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getSpatialAggregateSQL(String, int) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment for the specfied Spatial aggregate expression.
getSpatialDialect(CriteriaQuery, SpatialFunction) - Static method in class org.hibernate.spatial.criterion.ExpressionUtil
Determines the SpatialDialect for the specified CriteriaQuery, and checks if the specified function is supported.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
 
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getSpatialFilterExpression(String) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment for the SQL WHERE-expression when parsing org.hibernate.spatial.criterion.SpatialFilterExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
 
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
 
getSpatialRelateSQL(String, int) - Method in interface org.hibernate.spatial.SpatialDialect
Returns the SQL fragment for the SQL WHERE-clause when parsing org.hibernatespatial.criterion.SpatialRelateExpressions into prepared statements.
getSpecificContractClass() - Method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
getSpecifiedTemporalType() - Method in interface org.hibernate.jpa.spi.ParameterBind
The temporal type that will be used to "interpret" Date-like values (if applicable).
getSql() - Method in class org.hibernate.boot.model.CustomSql
 
getSql() - Method in interface org.hibernate.result.spi.ResultContext
 
getSql() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
Deprecated.
 
getSQL() - Method in exception org.hibernate.JDBCException
Get the actual SQL statement being executed when the exception occurred.
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
 
getSQLAlias(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the root table alias of an entity
getSQLAlias(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
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, 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
 
getSqlCreateStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for creation.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
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
 
getSqlDropStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for dropping.
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 class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSQLExceptionConverter() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getSQLExceptionConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with JDBC SQLException faults.
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for dealing with exceptions.
getSqlExceptionHelper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getSQLExceptionHelper() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSQLExceptionHelper() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getSQLExceptionHelper() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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.
getSqlFunctionMap() - Method in interface org.hibernate.boot.Metadata
 
getSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getSqlFunctionRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSqlFunctionRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSqlFunctionRegistry() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
Retrieves the SQL function registry for this context.
getSqlFunctions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSqlFunctions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to any SQL functions explicitly registered with the MetadataBuilder.
getSqlFunctions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated.
getSqlFunctions() - Method in class org.hibernate.cfg.Configuration
 
getSqlFunctions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
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.boot.jaxb.hbm.spi.EntityInfo
 
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSQLInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLInsertStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazySelectString(String) - 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
 
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, boolean) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
Obtain the parameter metadata for given native-sql query.
getSqlQueries() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
 
getSqlQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlQuery property.
getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
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 X/Open or ANSI SQL SQLState error code from the underlying SQLException.
getSqlStatement() - Method in interface org.hibernate.loader.plan.exec.spi.LoadQueryDetails
 
getSqlStatementLogger() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for logging SQL statements.
getSqlStatementLogger() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.cte.CteValuesListDeleteHandlerImpl
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.cte.CteValuesListUpdateHandlerImpl
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsUpdateHandlerImpl
 
getSqlStatements() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
 
getSqlStatements() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
getSqlStatements() - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
getSqlStateType() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the type of codes the driver says it uses for SQLState.
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.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the sqlType property.
getSqlType() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the free-hand definition of the column's type.
getSqlType() - Method in class org.hibernate.cfg.Ejb3Column
 
getSqlType() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getSqlType() - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
 
getSqlType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
 
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.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
Deprecated.
 
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
 
getSqlType(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode() - Method in class org.hibernate.mapping.Column
Returns the underlying columns sqltypecode.
getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.DB297Dialect
 
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
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseDialect
 
getSqlTypeDescriptorRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTypes() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Access to the SQL type(s) for this parameter
getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
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
 
getStandardServiceRegistryBuilder() - Method in class org.hibernate.cfg.Configuration
Intended for internal testing use only!!!
getStartTime() - Method in interface org.hibernate.stat.Statistics
The milliseconds (JVM standard System.currentTimeMillis()) since the initial creation of this Statistics instance or the last time Statistics.clear() was called.
getState() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Retrieve the cached collection state.
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.
getStatelessInterceptorImplementor() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getStatelessInterceptorImplementor() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
getStatelessInterceptorImplementorSupplier() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getStatelessInterceptorImplementorSupplier() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the interceptor to use by default for all sessions opened from this factory.
getStatement() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
 
getStatementInspector() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getStatementInspector() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getStatementInspector() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the statement preparer associated with this JDBC coordinator.
getStaticFieldValue(Class<?>, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get a field value from a given class
getStaticLoadQuery() - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
getStaticLoadQuery() - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
getStaticLoadQuery() - Method in class org.hibernate.loader.entity.plan.EntityLoader
 
getStatisticName(Object[]) - Method in class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getStatistics() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
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.
getStatistics() - Method in class org.jboss.as.jpa.hibernate5.management.HibernateManagementAdaptor
 
getStatisticsImplementor() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getStatisticsImplementor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
(since 5.2) Just use SessionFactoryImplementor.getStatistics() (with covariant return here as StatisticsImplementor).
getStatus() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getStatus() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
 
getStatus() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
getStatus() - Method in interface org.hibernate.Transaction
Get the current local status of this transaction.
getStorageAccess() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
getStorageAccess() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
getStoredSnapshot() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot cached by the collection instance
getStrategies() - Method in interface org.hibernate.jpa.spi.IdentifierGeneratorStrategyProvider
set of strategy / generator class pairs to register as accepted strategies
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
Gets the value of the strategy property.
getStrategy() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getStrategyImplementation() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getStrategyImplementation() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
The strategy implementation class.
getStrategyRegistrationProviders() - Method in interface org.hibernate.jpa.boot.spi.StrategyRegistrationProviderList
 
getStrategyRegistrations() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistrationProvider
Get all StrategyRegistrations announced by this provider.
getStrategyRegistrations() - Method in class org.hibernate.testing.cache.StrategyRegistrationProviderImpl
 
getStrategyRole() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getStrategyRole() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
The strategy role.
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
Retrieves access to the InputStream for the class file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
Retrieves access to the InputStream for the mapping file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
Retrieves access to the InputStream for the package-info.class file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get access to the stream for the entry
getStreamName() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
Get the name of the resource backing the stream
getStreamName() - Method in class org.jboss.as.jpa.hibernate5.VirtualFileInputStreamAccess
 
getStreamsForBinaryEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getString(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a string.
getString(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getStyle() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the style property.
getStyle() - Method in class org.hibernate.engine.FetchStrategy
 
getStyle() - Method in class org.hibernate.engine.profile.Fetch
 
getStyle() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the subclass property.
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the subclass property.
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subclass property.
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
 
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
 
getSubclassPersister() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
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(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 class org.hibernate.persister.entity.AbstractEntityPersister
 
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(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
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.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(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(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
 
getSubclassSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the subclassSubgraph property.
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
 
getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the subgraph property.
getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the subgraph property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the subselect property.
getSubselect() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSubselect() - Method in class org.hibernate.mapping.Table
 
getSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Retrieve the fetch descriptor associated with the given entity key.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
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
getSubTypes() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access the subtype sources for types extending from this type source,
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.DefaultEntityAliases
 
getSuffix() - Method in interface org.hibernate.loader.EntityAliases
Returns the suffix used to generate the aliases.
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
 
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
 
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() - Method in class org.hibernate.loader.DefaultEntityAliases
 
getSuffixedPropertyAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the property columns
getSuffixedPropertyAliases(Loadable) - Method in class org.hibernate.loader.DefaultEntityAliases
 
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
 
getSuffixedVersionAliases() - Method in interface org.hibernate.loader.EntityAliases
The result set column aliases for the version columns
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